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

Lead Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2019

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

I applied via Recruitment Consulltant and was interviewed before Nov 2018. There were 2 interview rounds.

Round 1 - Aptitude Test 

Resigning question from english, maths, html, . Net

Round 2 - Coding Test 

Small program in c# language

Lead Interview Questions asked at other Companies

Q1. Why should we pay you xx Lakhs?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Coding Test 

Array, logistics ,ml,

Round 2 - Technical 

(1 Question)

  • Q1. How to add list
  • Ans. 

    To add a list in programming, you can use arrays or lists depending on the language.

    • In Python, you can add elements to a list using the append() method.

    • In Java, you can add elements to an ArrayList using the add() method.

    • In JavaScript, you can add elements to an array using the push() method.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why u need to join this
  • Ans. 

    I am passionate about software development and believe this company offers exciting opportunities for growth and innovation.

    • Exciting projects and challenges at this company

    • Opportunities for growth and learning

    • Innovative work environment

    • Passionate about software development

  • Answered by AI

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 (42)
Nagarro Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode easy level coding problems

Round 2 - Technical 

(2 Questions)

  • Q1. Java Fundamentals
  • Q2. WEB MVC concepts
Round 3 - HR 

(3 Questions)

  • Q1. About myself, strengths, weaknesses, passion, etc.
  • Q2. Questions on extra-curricular, co-curricular experience
  • Q3. Goal, motivation, five-year plan, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a fresh read of the basic concepts always help.

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 (196)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online Assessment consists of Aptitude and basic DSA questions, with negative marking followed by 3 coding problems, easy to moderate levels

Round 2 - Technical 

(2 Questions)

  • Q1. What is memory segmentation?
  • Ans. 

    Memory segmentation is a memory management technique where memory is divided into segments to improve efficiency and organization.

    • Memory segmentation divides memory into segments of different sizes for better organization.

    • Each segment is assigned a base address and a limit to control access.

    • Segments can be used to store different types of data or code, such as stack, heap, and code segments.

    • Segmentation can help preven...

  • Answered by AI
  • Q2. Is directory a file
  • Ans. 

    No, a directory is not a file in the context of computing.

    • A directory is a special type of file that contains information about files and other directories within it.

    • Directories are used to organize and store files in a hierarchical structure.

    • Examples of directories include folders on a computer's file system.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Think out of the box when you are answering

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

Nagarro interview questions for popular designations

 Senior Engineer

 (59)

 Staff Engineer

 (56)

 Software Developer

 (56)

 Associate Staff Engineer

 (40)

 Senior Software Engineer

 (30)

 Associate Engineer

 (30)

 Software Engineer

 (29)

 Associate Software Engineer

 (24)

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About abstraction in java
  • Q2. Inheritance in java and keywords
  • Ans. 

    Inheritance in Java allows a class to inherit attributes and methods from another class. Keywords like 'extends' and 'super' are used.

    • Inheritance allows a class to inherit attributes and methods from another class

    • The 'extends' keyword is used to create a subclass that inherits from a superclass

    • The 'super' keyword is used to access the superclass constructor or methods

    • Example: class Animal {} class Dog extends Animal {}

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About project and experience
  • Q2. About past qualification and certification

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

Get interview-ready with Top Nagarro Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude questions - No negative marking. 30 questions in 20 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction - Basic
  • Q2. Project level questions - Industries I have worked and will discuss each one

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

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)

Jobs at Nagarro

View all

Associate Trainee Interview Questions & Answers

user image SAKSHI GUPTA

posted on 31 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude questions, reasoning questions, logical questions

Round 2 - Coding Test 

2 medium level difficulty questions

Round 3 - Technical 

(2 Questions)

  • Q1. Questions from CV
  • Q2. Javascript related questions

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General Aptitude questions like shapes, english grammer, maths etc

Round 2 - Technical 

(2 Questions)

  • Q1. Flutter App screen rotation managements
  • Q2. Bloc state management
Round 3 - One-on-one 

(2 Questions)

  • Q1. Bloc related scenarios.
  • Q2. How to update a value in Bloc from another Bloc
  • Ans. 

    Use a StreamController to update a value in Bloc from another Bloc

    • Create a StreamController in the Bloc where the value needs to be updated

    • Add a method in the Bloc to listen to the StreamController and update the value

    • In the other Bloc, get access to the StreamController and add the new value to it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i think u should apply there if you have any reference. otherwise they can reject without any reason. and will not tell you what went wrong. absolutely non professional behaviour

Skills evaluated in this interview

Staff Engineer Interview Questions & Answers

user image sumit bedi

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude normal not difficult

Round 2 - Coding Test 

2 coding questions were asked

Round 3 - One-on-one 

(1 Question)

  • Q1. Explaing API structure
  • Ans. 

    API structure refers to the organization and design of endpoints, methods, parameters, and data formats in an API.

    • API structure includes endpoints, which are URLs that clients can access to interact with the API.

    • Methods such as GET, POST, PUT, and DELETE define the actions that can be performed on the endpoints.

    • Parameters are used to pass data to the API, such as query parameters or request body.

    • Data formats like JSON ...

  • Answered by AI

Skills evaluated in this interview

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)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

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

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Contribute & help others!
anonymous
You can choose to be anonymous

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, Python, Information Technology and CSS.
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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

COMPANY BENEFITS

HDB Financial Services

No Benefits

JOBS

Amazon

No Jobs

SALARIES

Aditya Birla Finance

No Salaries

JOBS

Browse jobs

Discover jobs you love

DESIGNATION

SALARIES

Centum Learning

No Salaries

REVIEWS

Centum Learning

No Reviews

Tell us how to improve this page.

Nagarro Interview Process

based on 591 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.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 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 Staff Consultant (User Experience Design / UX)

Hyderabad / Secunderabad

6-11 Yrs

Not Disclosed

Associate Staff Engineer, Java Fullstack (React)

Noida,

Gurgaon / Gurugram

5-7 Yrs

₹ 10.5-30 LPA

Explore more jobs
Associate Staff Engineer
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
896 salaries
unlock blur

₹0 L/yr - ₹0 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