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 Interview Questions, Process, and Tips for Freshers

Updated 3 Apr 2025

Top Nagarro Interview Questions and Answers for Freshers

View all 89 questions

Nagarro Interview Experiences for Freshers

Popular Designations

89 interviews found

Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2022

I applied via Naukri.com and was interviewed in Mar 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 

30 minutes 25 questions. Difficulty moderate.

Round 3 - One-on-one 

(1 Question)

  • Q1. One on one technical interview round all questions and concepts along with the scope and responsibilities of the role were discussed in detail. Interview lasted about 95 minutes but the standard procedure ...
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round to check culture fit.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be very well informed about the role. Prepare according to the job description given and be ready to back every point mentioned in your CV.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding was moderate and the level was not too high but standard. Had required a good concept of DSA and hands on coding.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions on DSA. Basic questions on OOPs. 2-3 basic coding concepts. Problem solving. Etc. One question was, from n1 to n2 consecutive natural numbers one number is missing. How to find the missing...
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions as usual.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose hope after rejection. You are far better than you think about yourself.
Just make bold and confident about your concepts and practice everyday.

Top Nagarro Associate Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

I applied via Walk-in and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

In the coding test, you will get three coding questions. You have to do all questions for the software developer profile. The Level of the question, first is easy or medium level, the second from medium level, and the third from hard level. If you are a good coder then you will not get the problems. you will get selected. Apart from that, two more questions are having there for the senior Developer profile. If you will solve at least one question from them then you will select from the senior developer profile.

Round 2 - Technical 

(2 Questions)

  • Q1. In a technical round, It's totally based on data structure and coding problems asked by the interviewer like a tree, Heap, array, string, linked list, etc. The student who has sufficient knowledge about ds...
  • Q2. What is a binary tree and implementation? what is the heap? Array and sorting? Coding Problem.
  • Ans. 

    Binary tree is a data structure where each node has at most two children. Heap is a specialized tree-based data structure. Array is a collection of elements stored in contiguous memory locations.

    • Binary tree can be implemented using linked lists or arrays.

    • Heap is used to efficiently implement priority queues.

    • Sorting algorithms like bubble sort, insertion sort, merge sort, quick sort can be used to sort arrays.

    • Coding pro...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction Mind checking Ready to relocate?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals and offers growth opportunities.

    • I am open to considering relocation packages and assistance.

    • I am excited about the prospect of exploring new cities and cultures.

    • Examples: I have previously relocated for a job and found it to be a positive experience.

    • I am willing to discuss relocation during th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study about data structure and algorithms. If you are preparing for the Nagarro interview. Mainly Nagarro focuses on DSA. It's my personal opinion.

Skills evaluated in this interview

Top Nagarro Software Developer Interview Questions and Answers

Q1. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in a sequence. He plans to arrange them in 'N' rows such that: The first row contains 1 number. The second row contains 2 numbers. The third row contains 3 numbers, and so on. ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Engineer Interview Questions & Answers

user image Eklavya Shukla

posted on 22 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Was good. 1 easy and 1 normal

Top Nagarro Software Engineer Interview Questions and Answers

Q1. Write rest API in Flask. Indexing in SQL Exception handling in flask
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Nagarro interview questions for popular designations

 Senior Engineer

 (59)

 Staff Engineer

 (57)

 Software Developer

 (57)

 Associate Staff Engineer

 (41)

 Senior Software Engineer

 (30)

 Associate Engineer

 (30)

 Software Engineer

 (29)

 Associate Software Engineer

 (24)

I appeared for an interview in Dec 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This round contains 40 mcq questions 15 dsa and 25 aptitude.
then there was 5 coding questions.

  • Q1. 

    Check If Binary Representation of a Number is Palindrome

    Given an integer N, determine if its binary representation is a palindrome.

    Input:

    The first line contains a single integer ‘T’ representing the ...
  • Ans. 

    Check if the binary representation of a number is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI
  • Q2. 

    Word Break Problem Statement

    You are given a list of N strings called A. Your task is to determine whether you can form a given target string by combining one or more strings from A.

    The strings from A c...

  • Ans. 

    Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.

    • Iterate through all possible combinations of strings from the list to check if they can form the target string.

    • Use recursion to try different combinations of strings.

    • Keep track of the current position in the target string and the strings used so far.

    • Return true if the target string can be formed, false oth

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 25 minutes
Round difficulty - Easy

Technical Round

  • Q1. 

    Sort 0 and 1 Problem Statement

    Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using an...

  • Ans. 

    Sort an array of 0s and 1s in linear time without using additional arrays.

    • Use two pointers approach to swap 0s to the left and 1s to the right.

    • Maintain two pointers, one for 0s and one for 1s, and iterate through the array.

    • Swap elements at the two pointers based on the values encountered.

    • Continue until the two pointers meet in the middle of the array.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Panjab University. I applied for the job as SDE - Intern in GurgaonEligibility criteriaAbove 7 CGPANagarro interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Web Development, Strings, Bit MappingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice well basics of dsa
Tip 2 : Have a good grip of core cs
Tip 3 : have good projects on resume

Application resume tips for other job seekers

Tip 1 : Don't put anything which you are not comfortable to speak
Tip 2 : make it short and crisp

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Nagarro Software Developer Intern Interview Questions and Answers

Q1. Check If Binary Representation of a Number is Palindrome Given an integer N, determine if its binary representation is a palindrome. Input: The first line contains a single integer ‘T’ representing the number of test cases. The first and on... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Get interview-ready with Top Nagarro Interview Questions

Software Engineer Interview Questions & Answers

user image Vaibhav Shrivastava

posted on 18 Jan 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

All Basic Aptitude Topics Like - Mensuration, Time Distance and Speed, Volumes, Weights etc.

Round 2 - Coding Test 

5 Questions Were Asked - 3 Questions were Easy - Medium and 2 were Medium-Hard Level. 3 out of 5 questions required Dynamic Programming.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Rearrange Array
  • Q2. Logical DSA Questions
Round 4 - HR 

(1 Question)

  • Q1. A Normal Conversation, fairly average duration. (20 minutes)

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is very important for this role out of college.

Top Nagarro Software Engineer Interview Questions and Answers

Q1. Write rest API in Flask. Indexing in SQL Exception handling in flask
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Jobs at Nagarro

View all

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy to medium 70 questions around were their.

Round 2 - Coding Test 

Five questions were their, rated easy medium and two hard

Interview Preparation Tips

Interview preparation tips for other job seekers - keep practicing coding, DP can also be asked.
larn your project.

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

I applied via Campus Placement and was interviewed in Feb 2022. There were 6 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 

Profit and loss,mixture,percentage,reasoning ,series,statics,airthmatic(basic)

Round 3 - Coding Test 

3 question on coding like topic on arrray ,string,twopointer approach,basic graph,tree basic

Round 4 - Coding Test 

Advance coding round:-2 question topic:-greedy,dp,graph,tree

Round 5 - Technical 

(1 Question)

  • Q1. 1.what is stack? 2.undo-redo 3.backward and forward in the browser 4.polymorphism 5.given array find the frequency of each element. 6.Pseudo code is given on screen asked for output ...topic :--multiple in...
  • Ans. 

    A technical interview question on various computer science concepts.

    • Stack is a data structure that follows the Last-In-First-Out (LIFO) principle.

    • Undo-Redo is a feature that allows users to reverse or repeat actions in software applications.

    • Backward and forward in the browser refers to navigating to previously visited or next pages.

    • Polymorphism is the ability of an object to take on multiple forms or behaviors.

    • To find ...

  • Answered by AI
Round 6 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why should we hire you?
  • Q3. TELL ABOUT YOUR PROJECT.

Interview Preparation Tips

Topics to prepare for Nagarro System Engineer Trainee interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - FOR INTERVIEW PREPARE DATA STRUCTURE WITH APPLICATION OF DIFFERENT DATA STRUCTURE,OOPS RELATED QUESTION.SPECIFIC LANGUAGE
FOR CODING :-DO LEETCODE MEDIUM LEVEL QUESTION
FOR HR:---PREPARE ABOUT YOUR PROJECT

Skills evaluated in this interview

System Engineer Trainee Interview Questions asked at other Companies

Q1. 1.what is stack? 2.undo-redo 3.backward and forward in the browser 4.polymorphism 5.given array find the frequency of each element. 6.Pseudo code is given on screen asked for output ...topic :--multiple inheritence
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical questions. Maths

Round 2 - One-on-one 

(1 Question)

  • Q1. Logic based trigger, apex

Top Nagarro Software Developer Interview Questions and Answers

Q1. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in a sequence. He plans to arrange them in 'N' rows such that: The first row contains 1 number. The second row contains 2 numbers. The third row contains 3 numbers, and so on. ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

(5 Questions)

Round duration - 180 minutes
Round difficulty - Easy

5 Coding Questions and few mcq

  • Q1. 

    Minimum Number of Platforms Needed Problem Statement

    You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of pl...

  • Ans. 

    The problem involves determining the minimum number of platforms needed at a railway station based on arrival and departure times of trains.

    • Sort the arrival and departure times in ascending order.

    • Use two pointers to keep track of overlapping schedules.

    • Increment platform count when a train arrives and decrement when it departs.

    • Return the maximum platform count needed.

  • Answered by AI
  • Q2. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
  • Q3. 

    Stock Trading Maximum Profit Problem

    Given the stock prices for 'N' days, your goal is to determine the maximum profit that can be achieved. You can buy and sell the stocks any number of times but can onl...

  • Ans. 

    The goal is to determine the maximum profit that can be achieved by buying and selling stocks on different days.

    • Iterate through the stock prices and buy on days when the price is lower than the next day, and sell on days when the price is higher than the next day.

    • Calculate the profit by summing up the differences between buying and selling prices.

    • Repeat the process for each test case and output the maximum profit possi

  • Answered by AI
  • Q4. 

    Missing Number Statement

    Given an array ARR of integers with size N, where all elements appear an even number of times except for one element which appears an odd number of times, identify the element tha...

  • Ans. 

    Identify the element that appears an odd number of times in an array of integers where all other elements appear an even number of times.

    • Iterate through the array and use XOR operation to find the element that appears an odd number of times.

    • XOR of a number with itself is 0, so XOR of all elements will give the odd occurring element.

    • Return the result after XORing all elements in the array.

  • Answered by AI
  • Q5. 

    First Non-Repeating Character Problem Statement

    You are given a string consisting of English alphabet characters. Your task is to identify and return the first character in the string that does not repeat...

  • Ans. 

    Identify and return the first non-repeating character in a string, or the first character if all characters repeat.

    • Iterate through the string to count the frequency of each character

    • Return the first character with a frequency of 1, or the first character if all characters repeat

    • Use a hashmap to store character frequencies efficiently

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minuted
Round difficulty - Easy

It is based on Data structures and OOPS concepts . Projects was discussed in this round

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. 

    The task is to find the total number of ways to make change for a specified value using given denominations.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the number of ways to make change for each value up to the specified value.

    • Iterate through the denominations and update the array based on the current denomination.

    • The final answer will be the value at the last cell of the array.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteria7 CGPANagarro interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 - Practice Atleast 250 Questions
Tip 2 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Top Nagarro Software Developer Interview Questions and Answers

Q1. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in a sequence. He plans to arrange them in 'N' rows such that: The first row contains 1 number. The second row contains 2 numbers. The third row contains 3 numbers, and so on. ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Nagarro Interview FAQs

How many rounds are there in Nagarro interview for freshers?
Nagarro interview process for freshers usually has 3-4 rounds. The most common rounds in the Nagarro interview process for freshers are Technical, Aptitude Test and Coding Test.
How to prepare for Nagarro interview for freshers?
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 Troubleshooting, Debugging, SDLC, Software Development and Adobe.
What are the top questions asked in Nagarro interview for freshers?

Some of the top questions asked at the Nagarro interview for freshers -

  1. 1.what is stack? 2.undo-redo 3.backward and forward in the browser 4.polymorphi...read more
  2. Can Two Primary keys can be made possible in Sql Tabl...read more
  3. 1. Responsibility of Business analyst, product owner 2. Difference between Read...read more
How long is the Nagarro interview process?

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

Tell us how to improve this page.

Nagarro Interview Process for Freshers

based on 43 interviews

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Nagarro

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
UST Interview Questions
3.8
 • 518 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all

Nagarro Reviews and Ratings

based on 4.2k reviews

4.0/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.8

Salary

3.7

Job security

4.0

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 4.2k Reviews and Ratings
Senior Staff Engineer - Java Fullstack

Gurgaon / Gurugram

10-13 Yrs

₹ 20-38.68216 LPA

Associate Staff Engineer, Java Fullstack

Gurgaon / Gurugram

5-7 Yrs

₹ 12.5-28 LPA

Staff Engineer, Java Fullstack

Gurgaon / Gurugram

7-10 Yrs

₹ 13.25-37.78132 LPA

Explore more jobs
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