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

Updated 27 Feb 2025

Top Nagarro 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 ...read more
    asked in Software Developer interview
  • Q2. Write a program: two input, one is N(any integer, lets say 3), second input will be array of integers(duplicate/multiple occurrences of same integer, lets say [2,3,2,4,2] ...read more
    asked in Senior Engineer interview
  • Q3. Digits Decoding Problem Statement A few days back, Ninja encountered a string containing characters from ‘A’ to ‘Z’ which indicated a secret message. For security purpos ...read more
    asked in Senior Software Engineer interview
View all 471 questions

Nagarro Interview Experiences

Popular Designations

759 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Aptitude Test 

20 min duration, mathematical and reasoning questions are there

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn/Revise mathematics and reasoning basics on competition level then either crack some govt. exam or join Nagarro

Top Nagarro Senior Software Engineer Interview Questions and Answers

Q1. Digits Decoding Problem Statement A few days back, Ninja encountered a string containing characters from ‘A’ to ‘Z’ which indicated a secret message. For security purposes, he encoded each character of the string to its numeric value, that ... read more
Add answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

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

Dsa question were asked along with lr and sql

Round 2 - Case Study 

Tell _____ no of in Delhi

Interview Preparation Tips

Interview preparation tips for other job seekers - Prac

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. The solid principle in C#?
  • Ans. 

    The SOLID principles in C# are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects ...

  • Answered by AI
  • Q2. Design Pattern in C#?
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Some common design patterns in C# include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has a specific purpose and can be applied to different scenarios in software development.

  • Answered by AI

Skills evaluated in this interview

Senior Staff Engineer Interview Questions asked at other Companies

Q1. Design Memory allocator for user space programs like malloc.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

A general aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. 2 rounds of technical interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview by Delivery manager
Round 4 - HR 

(1 Question)

  • Q1. General Hr Interview

Top Nagarro Associate Staff Engineer Interview Questions and Answers

Q1. 1. How to make object thread-safe? 2. Create an Immutable class. 3. Which Garbage collection algorithm is used in Java. 4. print the left view of the Binary tree 5. working of Circuiter breaker design pattern. 6. Question on JWT token 7. Cr... read more
View answer (1)

Associate Staff Engineer Interview Questions asked at other Companies

Q1. 1. How to make object thread-safe? 2. Create an Immutable class. 3. Which Garbage collection algorithm is used in Java. 4. print the left view of the Binary tree 5. working of Circuiter breaker design pattern. 6. Question on JWT token 7. Cr... read more
View answer (1)

Nagarro interview questions for popular designations

 Senior Engineer

 (59)

 Software Developer

 (56)

 Staff Engineer

 (56)

 Associate Staff Engineer

 (40)

 Associate Engineer

 (30)

 Senior Software Engineer

 (30)

 Software Engineer

 (29)

 Associate Software Engineer

 (24)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python, statistics and logics

Round 2 - Technical 

(1 Question)

  • Q1. Ecxplain classification model in ml
  • Ans. 

    Classification model in machine learning is used to predict the category or class of new data based on past observations.

    • Classification models are supervised learning algorithms that learn from labeled data to predict the class or category of new data points.

    • Common classification algorithms include logistic regression, decision trees, random forests, support vector machines, and k-nearest neighbors.

    • Evaluation metrics f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - preparation is the key

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Get interview-ready with Top Nagarro Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

They asked me a quiz

Round 3 - Technical 

(4 Questions)

  • Q1. Asking about linked list
  • Q2. Reverse The Linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start from the head of the linked list

    • Iterate through the list and change the direction of pointers to reverse the list

    • Update the head to point to the last node as the new head

  • Answered by AI
  • Q3. First they asked to declare an array then asked me to print it in the reverse order
  • Q4. Swap two no without third variable
  • Ans. 

    To swap two numbers without using a third variable, use arithmetic operations.

    • Use addition and subtraction to swap the numbers. For example, a=5, b=10. a=a+b, b=a-b, a=a-b will swap the values.

    • Another method is to use XOR operation. For example, a=5, b=10. a=a^b, b=a^b, a=a^b will swap the values.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How you rate yourself, how you manage work overload

Skills evaluated in this interview

Top Nagarro Associate Software Engineer Interview Questions and Answers

Q1. N-th Term Of GPYou are given the first term (A), the common ratio (R) and an integer N. Your task is to find the Nth term of the GP series. The general form of a GP(Geometric Progression) series is A, A(R), A(R^2), A*(R^3) and so on where A... read more
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Jobs at Nagarro

View all

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Maths and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Interview cancelled and no response

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Experience related questions

Technical Writer Interview Questions asked at other Companies

Q1. Tell me about the OS your phone uses? What are the other phone operating systems available in the market
View answer (2)

Web Developer Interview Questions & Answers

user image Ankita Mudhale

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its a very good management

Round 2 - Coding Test 

I stuck between in coding round

Round 3 - Group Discussion 

I not answering in grooup discussion

Interview Preparation Tips

Topics to prepare for Nagarro Web Developer interview:
  • Web Development
Interview preparation tips for other job seekers - its a very good and understanding

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I was interviewed in Apr 2024.

Round 1 - Aptitude Test 

Testing concepts, Agule, Test planning etc

Round 2 - Panel interview 

(1 Question)

  • Q1. Test planning, Test estimation, Risk based testing, contingency and mitigaion plans, postman, project related, agile methodology, test lead level quesions, Test strategy, about yourself, real life scenario...

Top Nagarro Staff Engineer Interview Questions and Answers

Q1. How to write HTML code considering web accessibility for disabled person
View answer (1)

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
Add answer

Nagarro Interview FAQs

How many rounds are there in Nagarro interview?
Nagarro interview process usually has 2-3 rounds. The most common rounds in the Nagarro interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Nagarro 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 Javascript, Java, CSS, Python and SQL.
What are the top questions asked in Nagarro interview?

Some of the top questions asked at the Nagarro interview -

  1. Write a program: two input, one is N(any integer, lets say 3), second input wil...read more
  2. This is for Mainframe Dev. ...read more
  3. 1. How to make object thread-safe? 2. Create an Immutable class. 3. Which Garba...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

based on 589 interviews

Interview experience

4
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Nagarro

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Nagarro Reviews and Ratings

based on 4.1k reviews

4.0/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 4.1k Reviews and Ratings
Associate Principal Engineer, Python

Gurgaon / Gurugram

11-14 Yrs

₹ 33-43.3 LPA

Explore more jobs
Associate Staff Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.8k salaries
unlock blur

₹11.8 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹5.8 L/yr - ₹28 L/yr

Engineer
900 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

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