Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Nagarro
Entrevista
It is quite good they are super friendly with me I liked their process of interviewing The way they listen to the answers and the way to make us stay calm I really liked the process of interview at Nagarro
The interview process for a technology trainee typically involves an online assessment, technical interviews covering programming basics and problem-solving, and HR rounds to assess cultural fit, communication skills, and career aspirations.
Preguntas de entrevista [1]
Pregunta 1
Given an unsorted array of integers, find the length of the longest consecutive element sequence.
You must write an algorithm that runs in O(n) time complexity.
Example:
Input: [100, 4, 200, 1, 3, 2]
Output: 4
Explanation: The longest consecutive sequence is [1, 2, 3, 4], which has a length of 4
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Nagarro (Gurgaon, Haryana) en feb 2026
Entrevista
It was a very basic, conceptual interview with simple questions. The discussion lasted only 10 minutes, and the overall hiring process was quick, smooth, and completed in a short time.
Preguntas de entrevista [1]
Pregunta 1
Difference between AI and ML, difference between trees and graphs, difference between stacks and queues, joins in sql, what is polymorphism.
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Nagarro (Gurgaon, Haryana) en oct 2025
Entrevista
The selection process began with an Online Assessment (OA) conducted in two rounds on the Mettl platform. The first round included aptitude and computer science fundamentals questions, while the second round consisted of three medium-level coding problems. Based on the OA performance, students were shortlisted for the interview process, which comprised two stages — Technical and HR.
In the Technical Round, the focus was primarily on easy to medium-level DSA questions, such as finding the factorial and solving linked list problems. The HR Round mainly revolved around a discussion of projects and general personality and behavioral questions.
Preguntas de entrevista [1]
Pregunta 1
Technical : Delete a Node in a Linked List (without Head Pointer), Find factorial (All ways)
HR round : Project discussion, Location preference, About the company.