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

Filter interviews by

Nagarro Trainee Interview Questions, Process, and Tips for Experienced

Updated 17 Jul 2024

Top Nagarro Trainee Interview Questions and Answers for Experienced

  • 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

Nagarro Trainee Interview Experiences for Experienced

5 interviews found

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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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 5 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 

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 3 - 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 4 - 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 5 - 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

Trainee Interview Questions Asked at Other Companies for Experienced

Q1. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
asked in Infinx
Q2. Explain one system....?? What is icd 10...? What is medical codin ... read more
asked in Wanbury
Q3. What is difference between GLR and SSR reactors
asked in Faurecia
Q4. If any question regarding a current political issue is raised wha ... read more
Q5. How much programming knowledge do you have?

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

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?

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)

 Associate Engineer Trainee

 (2)

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and honest with the interviewer.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Feb 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic sql question
  • Q2. Sql queries basic command
  • Q3. Explain sql Commands briefly
  • Ans. 

    SQL commands are used to interact with databases to perform operations like querying, updating, inserting, and deleting data.

    • SQL commands are used to interact with databases to perform various operations.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP.

    • SELECT is used to retrieve data from a database, INSERT is used to add new data, UPDATE is used to modify existing data, and DELETE is used t...

  • Answered by AI
  • Q4. Details about functions
  • Q5. Simple queries of sub queries and joins

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Technical case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company that treats well.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. TELL ME ABOUT YOURSELF
  • Q2. WHAT IS YOUR EXPECTATION
  • Ans. 

    I expect to gain valuable experience, develop my skills, and contribute positively to the team and organization.

    • I hope to learn from experienced colleagues and mentors.

    • I expect to be challenged and pushed out of my comfort zone, which will help me grow.

    • I look forward to contributing to projects that align with my interests and skills, such as [specific project or area].

    • I anticipate receiving constructive feedback to im

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - STAY AWAY
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Riles if regulatory in R&D ECTD Quality
  • Ans. 

    The question is asking about the role of regulatory in R&D, specifically related to ECTD and quality.

    • Regulatory plays a crucial role in R&D by ensuring compliance with applicable regulations and guidelines.

    • ECTD (Electronic Common Technical Document) is a standard format for submitting regulatory information in electronic form.

    • Quality is an essential aspect of regulatory compliance in R&D, ensuring that products meet th...

  • Answered by AI
  • Q2. SubmissIon requirements
  • Q3. Us markets fda ands submission

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to say . Be prepared with current guidance

Nagarro Interview FAQs

How many rounds are there in Nagarro Trainee interview for experienced candidates?
Nagarro interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Nagarro interview process for experienced candidates are HR, Coding Test and Technical.
How to prepare for Nagarro Trainee interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Nagarro Trainee interview for experienced candidates -

  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 for Experienced

based on 4 interviews

Interview experience

4
  
Good
View more

Trainee Interview Questions from Similar Companies

Atos Trainee Interview Questions
3.8
 • 19 Interviews
Movate Trainee Interview Questions
3.3
 • 6 Interviews
FIS Trainee Interview Questions
3.9
 • 2 Interviews
_VOIS Trainee Interview Questions
3.9
 • 2 Interviews
View all
Nagarro Trainee Salary
based on 66 salaries
₹2 L/yr - ₹6 L/yr
86% more than the average Trainee Salary in India
View more details

Nagarro Trainee Reviews and Ratings

based on 45 reviews

3.9/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

4.0

Salary

3.9

Job security

4.5

Company culture

4.0

Promotions

4.3

Work satisfaction

Explore 45 Reviews and Ratings
Associate Staff Engineer
3.3k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Staff Engineer
3.1k salaries
unlock blur

₹14.9 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹6.2 L/yr - ₹23.8 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹5.1 L/yr - ₹27.8 L/yr

Engineer
972 salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.7
Compare

TCS

3.7
Compare

Accenture

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