I applied through an employee referral. I interviewed at Nagarro
Interview
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.
Interview questions [1]
Question 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
I applied through an employee referral. I interviewed at Nagarro (Gurgaon, Haryana) in Feb 2026
Interview
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.
Interview questions [1]
Question 1
Difference between AI and ML, difference between trees and graphs, difference between stacks and queues, joins in sql, what is polymorphism.
I applied through university. I interviewed at Nagarro (Gurgaon, Haryana) in Oct 2025
Interview
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.
Interview questions [1]
Question 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.