Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en Nagarro (Hazaribagh) en feb 2022
Entrevista
The interview process was basically in two phases.
In the first phase oops concepts and coding round questions was discussed .
In the second phase dsa was discussed with algorithms.
It was quite good interview
My interview was quite straightforward and technical, with no formal self-introduction round. The interviewer directly started with discussing my projects, and the discussion went in-depth, focusing on implementation details, concepts used, and problem-solving decisions.
After the project discussion, the interview moved to DSA questions, where I was asked problems such as:
3 Sum
Move Zeroes to the End
The focus was on explaining the logic/approach, not running or compiling code.
Then the interviewer asked concept-based questions related to Priority Queues, including solving Find Kth Largest Element, again emphasizing logic and approach.
Overall:
Direct question-oriented interview
Strong focus on projects + DSA fundamentals
More about problem-solving thought process than coding execution
Short interview, but technically focused and to the point
Style: Fast-paced, direct, no unnecessary formalities
Preguntas de entrevista [1]
Pregunta 1
the interview moved to DSA questions, where I was asked problems such as:
3 Sum
Move Zeroes to the End
Find Kth largest element using Heap