Open In App

Zevi.ai Interview Experience for Python Backend Intern (Off-Campus)

Last Updated : 25 Sep, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Company Name: Zevi.ai

Role: Python Backend Intern

Difficulty: Medium

Rounds: 2 ( Both Technical )

Stipend : 10k – 20k

I applied through a referral so I got the technical round link. Time and Date we can select.

Round 1

The round was technical and a few basic questions were asked and one coding question.

Topics :

  • OOPs Concept
  • Why Multiple Inheritance is not supported by Java?
  • Array Question

Coding Question :

The question was simple you have given 2 arrays, an integer K and an integer T . You need to print the K element from array1 and array2, T times.

Example :

Array1 = {1,2,4,5,6,7}

Array2 = {8,9,10}

K = 2

T = 4

Output :

1 2

4 5

6 7

8 9

Verdict : Clear the Round

Round 2

Also a technical round, consist of DSA question and Coding Question

Topics :

  • Project explanation with details
  • HashMap and HashTable
  • Heap

Coding Questions :

  • Mirror Image of a Binary Tree
  • Invert the siblings of a Binary Tree
  • Tech Stack which I have worked On

Verdict : Rejected

The interview was smooth and interviewer was very friendly.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads