J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Vistaar Technologies (Mumbai) en août 2024
Entretien
Basic interview questions on oops, os, dsa. There were four easy level coding questions. Have to write the solutions on paper Puzzles were asked too. You can refer GFG puzzles for this.
J'ai passé un entretien chez Vistaar Technologies (Mumbai)
Entretien
There were 3 rounds in total.
1. Aptitude test + programming
2. Interview with coding questions.
1. To find 5 consecutive 0's in an array
2. To find only 5 consecutive 0's and only 5 not more than 5.
3. Given an
3. My experience and technical round
4. HR round.
Questions d'entretien [1]
Question 1
## What all they asked me
1. Started by asking tell me about yourself.
2. Then asked me to program stuffs
1. To find 5 consecutive 0's in an array
2. To find only 5 consecutive 0's and only 5 not more than 5.
3. Given an unsorted array find the pair who's sum is equal to the given number.
1. First told them the brute force approach.
2. Then told them the two pointer method using a sorted array.
3. Explain OOPs in details
1. Told him about Class object and constructor
2. Then he asked me about a destructor
4. Then asked me on Polymorphism
1. I told him about method overloading and method overriding
5. Then asked about SQL
1. Told me the explain what is a primary key and what is a secondary key
2. Told me to create a table and show me an example
1. So I showed him the Customer and Items table from [[thenewboston - Aka Bucky Roberts]] Playlist only
2. Then asked if I want to see what all Items are being sold how will I know them, I kinda off answered it wrong
3. Then asked me to write a query to find the people who stay in Andheri
1. It was easy and I wrote it
4. Then asked to count the number of people who are from different cities
1. It was easy I just had to you a GROUP BY clause and use an aggregate function inorder to count the number of people
2. The Query would be like
1. SELECT COUNT(*) AS count FROM customers GROUP BY address
6. Then asked me about Puzzels
1. To find the angle between the hour hand and the minute hand when the time is 4:40
1. The hint was to find the angle between two numbers in the clock.
2. But still couldn't figure out the accurate timing
2. There are 3 boxes and 1 has 2 black balls, 1 has 2 white balls and other has 1 white and 1 black balls and all of the boxes are labeled wrongly. My task is to find the number of times I will have to check the balls in order to label them correctly
1. The answer is only 1 try
2. IMP info is **All the boxes are labeled wrong**. Keeping that in mind, first I'll check the box with mix label on it, and as I know that the box label is wrong, once I try it, black balls comes out of it, then it will be the ball correct label for that box.
3. Then you check for the box labeled white, you know that it is not white for sure and then it could either mix or black, since we correctly labeled the black box, so only the option for mix remains, which tells us that white is actually the mix box.
4. And the remaining one would be the white box.
7. Do you have any questions for me
1. I asked how is the work enivornment at [[Vistaar]] like how the collogues are hows the work load or it depends from teams to teams !!
Le processus a pris plus de 10 mois. J'ai passé un entretien chez Vistaar Technologies (Navi Mumbai)
Entretien
It was a 40-45 mins interview. It had puzzle solving. DSA, OS, Linux commands and CS fundamentals. Each two questions. It was divided in section-wise. Each section two questions. DSA asked was not too advanced.