Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Nagarro

      Is this your company?

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Nagarro reviews | Nagarro jobs | Nagarro salaries | Nagarro benefits | Nagarro conversations
      Nagarro interviewsNagarro Trainee Technology interviewsNagarro interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      EPAM Systems
      3.6★Compensation & Benefits
      avatar
      DataArt
      4.0★Compensation & Benefits
      avatar
      IBM
      3.6★Compensation & Benefits
      avatar
      Amadeus
      3.7★Compensation & Benefits

      Trainee Technology Interview

      Dec 26, 2019
      Anonymous Interview Candidate
      Gurgaon, Haryana

      Other Trainee Technology Interview Reviews for Nagarro

      Trainee Technology Interview

      Mar 17, 2026
      Anonymous employee
      Accepted offer
      Positive experience
      Easy interview

      Application

      Declined offer
      Positive experience
      Average interview

      Application

      I applied through college or university. The process took 2 days. I interviewed at Nagarro (Gurgaon, Haryana)

      Interview

      Pool Campus 2020 Batch [held at Chandigarh University] [CTC: 3.5 LPA] First Round: Aptitude Test [Difficulty: Medium] [In Campus] Drive conducted in campus, it was an online test of 1 hr where 2 sections are there: technical section and quantitative section. In the technical section, questions from time complexity of merge sort and quick sort are there, tree traversal(inorder, preorder, postorder), time complexity of code given and simple questions related to basic concepts of DS. In quantitative section, question on geometry, mensuration, speed of train are there and some reasoning questions are also there Out of 780 students, 255 got selected and I was one of them :) Second Round: Coding Test[Difficult: Medium ] [In Campus] It was Pen Paper coding round which consists of 3 coding questions [based on String manipulation] Out of 255 students, 55 got selected and I was one of them :) Third Round: Coding Test [Difficulty: Easy] [Gurgaon Office] It's also a Pen Paper coding round consists of 3 questions [based on String manipulation] It was a surprise for us because it was not mentioned in the process!! After the test, all students were asked to go for the technical interview. [I and my friends noticed that those students who haven't attempted all the 3 questions were not selected after the 4th round(for sure) and of course you have to perform in 4th round otherwise you will get eliminated] Fourth Round: Technical Interview [Difficulty: Medium] [Gurgaon Office] In this round, they asked about different approaches which can be used in the coding questions of the previous round. And also asked the questions from the technical section of the resume like: Garbage Collector. Python vs Java. SQL query. Dangling Pointer. Out of 55 Students, 15 were selected and I was one of them. Fifth Round: Personal Interview [Difficulty: Easy] [Gurgaon Office] Typical PI questions like Introduce yourself. Why Nagarro? Rate yourself in programming languages. Strength and Weaknesses. Out of 15 students, 10 were selected and I was one of them :)

      Interview questions [1]

      Question 1

      Ques1: Extra element from 2nd array(all elements of 1st array is in 2nd array) #TestCase1: arr1 = [2,3,6,5,7], arr2 = [2,3,6,5,7,1] #TestCase 2: arr1 = [1,1,1,1], arr2 = [1,1,1,1,1] Ques2: Third highest sum from the array Ques3: Sort this ["blue ball 2","blue ball 3","blue ball 1","red ball 3","red ball 1","red ball 2","yellow ball 1","yellow ball 3","yellow ball 2"] Note: Do not use direct sort method because they want to see your sorting skills! Ques4: Unique element from the string #TestCase: "Nagarro" #Output: Nagro Ques5: Consecutive pairs from 2 arrays #TestCase: arr1 = [6,4,9,7,5], arr2 = [7,4,5,6,2] #Output: [[6,7], [4,5],[9,7],[7,6],[5,6]] Ques6: Frequency of words in a String #TestCase: "how do you do" #Output: how=1 do=2 you=1
      Answer question
      7

      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

      Interview questions [1]

      Question 1

      Resume based questions and dsa
      Answer question

      Trainee Technology Interview

      Feb 19, 2026
      Anonymous employee
      Gurgaon, Haryana
      Accepted offer
      Positive experience
      Easy interview

      Application

      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.
      Answer question
      1

      Trainee Technology Interview

      Oct 23, 2025
      Anonymous employee
      Gurgaon, Haryana
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied through college or 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.
      Answer question
      1