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 Experienced

Updated 3 Apr 2025

Top Nagarro Interview Questions and Answers for Experienced

View all 116 questions

Nagarro Interview Experiences for Experienced

Popular Designations

290 interviews found

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)

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)
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)

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)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I appeared for an interview 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
View answer (1)

Get interview-ready with Top Nagarro Interview Questions

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

Aptitude, Coding and IQ

Round 2 - Technical 

(2 Questions)

  • Q1. What is Web Worker
  • Ans. 

    Web Worker is a JavaScript API that allows running scripts in background threads to improve performance.

    • Web Worker helps in offloading tasks from the main thread to improve responsiveness of web applications.

    • Web Worker can be used for tasks like heavy calculations, image processing, and network requests.

    • Communication between the main thread and Web Worker is done using message passing.

    • Web Worker runs in a separate glob

  • Answered by AI
  • Q2. Explain prototypes in javascript
  • Ans. 

    Prototypes in JavaScript are used for inheritance and allow objects to inherit properties and methods from other objects.

    • Prototypes are used to add new properties or methods to all instances of an object.

    • Objects in JavaScript have a prototype property, which points to another object.

    • When a property or method is accessed on an object, JavaScript will first look for it on the object itself, and then on its prototype chai...

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - Technical 

(5 Questions)

  • Q1. Covered all respective technical realated questions
  • Q2. Mongodb architecture
  • Q3. Mongodb atlas related
  • Q4. Backup and restoration, PTR
  • Q5. Nosql database features

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
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Angular, HTML, CSS, Javascript

Round 2 - Technical 

(1 Question)

  • Q1. Due to internet connection issue I got dropped off and joined within 1 min but interviewer was left.

Senior Software Engineer and Lead Interview Questions asked at other Companies

Q1. Explain importance of microservices and what are the realtime use cases from your experience
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Core java questions
  • Q2. Spring boot questions
  • Q3. Microservices question

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 3 interview rounds.

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 - Coding Test 

Basic codes
of string anagram and arrays

Round 3 - Technical 

(5 Questions)

  • Q1. Oops, core java, DSA, real life example of DSA
  • Q2. Sql queries, joins
  • Q3. String array programm
  • Q4. Agile methodology vs scrum questions
  • Q5. Latest technologies right now
  • Ans. 

    Some of the latest technologies right now include artificial intelligence, machine learning, blockchain, Internet of Things (IoT), and 5G.

    • Artificial intelligence (AI) - used in various industries for automation and decision-making

    • Machine learning - subset of AI that enables systems to learn and improve from experience

    • Blockchain - decentralized and secure way of storing and sharing data

    • Internet of Things (IoT) - network...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go through the basics of programming lang, DSA till linked list, stack queue

Top Nagarro Associate Software Engineer Interview Questions and Answers

Q1. N-th Term Of Geometric Progression Find the N-th term of a Geometric Progression (GP) series given the first term A, the common ratio R, and the term position N. Explanation: The general form of a GP series is A, A * R, A * R^2, A * R^3, ..... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Nagarro Interview FAQs

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

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

  1. This is for Mainframe Dev. ...read more
  2. how would you handle overflow condition of an array? SB37,SD37,SE37,S0C4,S0C7?J...read more
  3. What kind of QA metrices do you follow in ensuring QA guideline...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 Experienced

based on 155 interviews

Interview experience

4
  
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
Associate Staff Engineer, Java

Mumbai

5-7 Yrs

₹ 10.28-30 LPA

Staff Engineer, Java (Elastic Search)

Mumbai

7-10 Yrs

₹ 16.18-36 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