Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nagarro Team. If you also belong to the team, you can get access from here

Nagarro Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 4k Reviews

Filter interviews by

Nagarro Trainee Interview Questions, Process, and Tips

Updated 17 Jul 2024

Top Nagarro Trainee Interview Questions and Answers

  • Q1. How can you check whether the give string can become palindrome or not. You can apply unlimited operations.
  • Q2. Given an array find if there are two elements are present that sum to target, else return -1;
  • Q3. In what cases quick sort has worst case time complexity
View all 6 questions

Nagarro Trainee Interview Experiences

14 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 questions in 1 section and 2 qestions in another. All coding

Round 2 - Technical 

(1 Question)

  • Q1. Real life usage of data strctures.
  • Ans. 

    Data structures are used in real life for organizing and managing data efficiently.

    • Storing and retrieving contact information in a phone book using a hash table

    • Organizing and searching for books in a library using a binary search tree

    • Managing a playlist of songs using a linked list

  • Answered by AI

Skills evaluated in this interview

Trainee Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Medium to moderate level questions on profit loss, percentage etc

Round 3 - Coding Test 

Medium to moderate question on array , string and HashMap

Round 4 - Technical 

(2 Questions)

  • Q1. Question on OOPs and Sql
  • Q2. OOPs question like inheritance, polymorphism , interface and some coding question on array SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS and SQL and also practice some question on array and string

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. Ques 1: You are given pairs of numbers. In a pair the first numbe ... read more
Q4. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Q5. During cruise, Thrust equals drag, then how does plane move forwa ... read more

Trainee Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. DSA Question about linked list operation
Round 3 - HR 

(1 Question)

  • Q1. Simple hr questions like your strength weakness , able to relocate

Trainee Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2022

I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

This round consisted of Aptitude and Computer Fundamental Questions.I don't remember exactly how many but I guess there were around 50 MCQ's. I might solved around 37+ correct questions.

Round 2 - Coding Test 

This round consisted of 3 Coding Questions. 1 Easy Medium, 1 Medium and 1 Hard Question.Solved first two and passed only 3 test cases in the third question.

Round 3 - Technical 

(2 Questions)

  • Q1. This round lasted for only 15 minutes and the interviewer asked me Two Sum Problem. Explained from Naive to Most Optimized solution, i.e O(N^2) to O(N).Gave him 3 solutions and the interviewer was satisfie...
  • Q2. Given an array find if there are two elements are present that sum to target, else return -1;
  • Ans. 

    Given an array find if there are two elements are present that sum to target, else return -1

    • Iterate through the array and for each element check if target - element is present in the array

    • Use a hash table to store the elements and their indices for faster lookup

    • If no such pair is found, return -1

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General HR Questions like Strengths, Weaknesses, About Company and bit about my family background.

Interview Preparation Tips

Topics to prepare for Nagarro Trainee interview:
  • Data Structures
  • Algorithms
  • Java
  • DBMS
Interview preparation tips for other job seekers - Be strong in Basics and be clear with your answers.

Skills evaluated in this interview

Nagarro interview questions for designations

 Associate Trainee

 (2)

 Project Trainee

 (1)

 System Engineer Trainee

 (1)

 Technical Trainee

 (5)

 Technology Trainee

 (4)

 ASE Trainee

 (4)

 Engineer Trainee

 (1)

 Software Trainee

 (1)

Trainee Interview Questions & Answers

user image Shishir Choudhary

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

The coding round has 3 questions of easy-medium level .

Round 2 - Technical 

(3 Questions)

  • Q1. In what cases quick sort has worst case time complexity
  • Ans. 

    Quick sort has worst case time complexity when the pivot element is either the smallest or largest element in the array.

    • Pivot element is the smallest or largest element in the array

    • Array is already sorted in ascending or descending order

    • Pivot selection strategy is not efficient

  • Answered by AI
  • Q2. How can you check whether the give string can become palindrome or not. You can apply unlimited operations.
  • Ans. 

    To check if a string can become a palindrome, count the frequency of each character. If there is at most one character with an odd frequency, it can be rearranged into a palindrome.

    • Count the frequency of each character in the string

    • Check if there is at most one character with an odd frequency

    • If yes, the string can be rearranged into a palindrome

  • Answered by AI
  • Q3. How can you find middle element of linkedList in O(n)
  • Ans. 

    Use two pointers, one moving twice as fast as the other, to find the middle element of a linked list in O(n) time complexity.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move the slow pointer one step at a time and the fast pointer two steps at a time.

    • When the fast pointer reaches the end of the list, the slow pointer will be at the middle element.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Do you have any other offers , Why you want to join Nagarro?

Skills evaluated in this interview

Get interview-ready with Top Nagarro Interview Questions

Trainee Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Simple Aptitude Questions

Round 3 - Coding Test 

3 coding questions, easy to medium difficulty

Round 4 - Technical 

(1 Question)

  • Q1. Basic Oops questions
Round 5 - HR 

(1 Question)

  • Q1. Intro and why you want to join.

Trainee Jobs at Nagarro

View all

Trainee Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2022

I applied via Company Website and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 question asked 25 questions from aptitude and 15 questions from data structure and some from computer fundamental's, questions are easy to medium.

Round 2 - Coding Test 

3 Coding questions were asked in Coding round
First question from String
Second question from Array
3rd from Dynamic Programming

Round 3 - Technical 

(1 Question)

  • Q1. One coding question were asked Find missing and duplicate numbers from N Natural numbers array
  • Ans. 

    Find missing and duplicate numbers from N Natural numbers array

    • Iterate through the array and keep track of seen numbers using a hash set

    • For each number, check if it is already in the hash set. If yes, it is a duplicate. If not, add it to the set

    • After iterating through the array, the missing numbers are the ones not in the hash set

    • Alternatively, sort the array and check for duplicates and missing numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go for normal aptitude questions for 1st round.
Array and string questions for practice if 2 questions solved then you will get call for interview.
Practice questions from array string and linked list and some basic data structure topics.

Trainee interview

user image Study with Saumya

posted on 18 Nov 2021

Trainee Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions, time duration within 60 minutes.

Round 2 - Coding Test 

Five questions - two easy, three moderate level

Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA, OOPS concepts, complexities related questions
Round 4 - HR 

(1 Question)

  • Q1. About yourself? Why you want to join nagarro? Salary expectation? Location is ok with you?

Trainee Interview Questions & Answers

user image Anonymous

posted on 30 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQs type questions in first round

Round 2 - Coding Test 

2 section for coding round with 3questions in first and 2 in second

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice basic DSA linked list, array, stack,queue etc

Nagarro Interview FAQs

How many rounds are there in Nagarro Trainee interview?
Nagarro interview process usually has 3-4 rounds. The most common rounds in the Nagarro interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Nagarro Trainee interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nagarro. The most common topics and skills that interviewers at Nagarro expect are Adobe, Adobe Xd, Bootstrap, Corel Draw and Figma.
What are the top questions asked in Nagarro Trainee interview?

Some of the top questions asked at the Nagarro Trainee interview -

  1. How can you check whether the give string can become palindrome or not. You can...read more
  2. Given an array find if there are two elements are present that sum to target, e...read more
  3. In what cases quick sort has worst case time complex...read more
How long is the Nagarro Trainee interview process?

The duration of Nagarro Trainee interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Nagarro Trainee Interview Process

based on 10 interviews

5 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Coding Test Round
  • Technical Round
  • HR Round
View more

Trainee Interview Questions from Similar Companies

TCS Trainee Interview Questions
3.7
 • 59 Interviews
Wipro Trainee Interview Questions
3.7
 • 39 Interviews
Infosys Trainee Interview Questions
3.7
 • 15 Interviews
Movate Trainee Interview Questions
3.3
 • 6 Interviews
View all
Nagarro Trainee Salary
based on 68 salaries
₹2 L/yr - ₹6 L/yr
78% more than the average Trainee Salary in India
View more details

Nagarro Trainee Reviews and Ratings

based on 46 reviews

4.0/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

4.0

Salary

4.0

Job security

4.5

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 46 Reviews and Ratings
Trainee

Gurgaon / Gurugram

0-1 Yrs

Not Disclosed

Explore more jobs
Associate Staff Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.7k salaries
unlock blur

₹15 L/yr - ₹43.2 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6.1 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹6.3 L/yr - ₹30 L/yr

Software Engineer
941 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview