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 Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

This was mix of aptitude test with questions related to .Net MVC, CSS, HTML and OOPS

Round 2 - Technical 

(5 Questions)

  • Q1. 1. Explain Middleware in .Net Core
  • Ans. 

    Middleware in .Net Core is a software component that acts as a bridge between an application's request processing pipeline and the server.

    • Middleware components are executed in the order they are added to the pipeline.

    • They can perform tasks like authentication, logging, error handling, etc.

    • Middleware can be added using the 'UseMiddleware' method in the 'Configure' method of Startup class.

  • Answered by AI
  • Q2. 2. Entity Framework related questions like different approached of entity framework and what is DBContext file.
  • Q3. 3. JavaScript: difference between var and let keyword, closure function
  • Ans. 

    var keyword has function scope, let keyword has block scope. Closure function is a function defined inside another function.

    • var keyword has function scope, let keyword has block scope

    • Variables declared with var are hoisted to the top of their function, let variables are not hoisted

    • Closure function is a function defined inside another function, has access to the outer function's variables

  • Answered by AI
  • Q4. 4. React: What is Virtual DOM, useState and different types of Hooks in React
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, useState is a hook for managing state in functional components, and Hooks are functions that let you use state and other React features in functional components.

    • Virtual DOM is a lightweight copy of the actual DOM that React uses to improve performance by updating only the necessary parts of the actual DOM.

    • useState is a hook in React that allows functional components ...

  • Answered by AI
  • Q5. 5. SQL: Different Types of triggers, define index and its types
  • Ans. 

    Triggers in SQL are special stored procedures that are automatically executed when certain events occur in a database. Indexes in SQL are used to speed up the retrieval of data from tables.

    • Types of triggers: DML triggers (insert, update, delete), DDL triggers (create, alter, drop), and Logon triggers.

    • Indexes in SQL are used to quickly retrieve data from tables. Types of indexes include clustered, non-clustered, unique,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of all technologies which you have mentioned in resume.

Skills evaluated in this interview

Top Nagarro Senior Software Engineer Interview Questions and Answers

Q1. Digits Decoding 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 is, A = 1, B = 2, C... read more
View answer (4)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Microservice Architecture
  • Q2. Rest api vs soap api
  • Ans. 

    REST API is lightweight, flexible, and widely used, while SOAP API is more rigid and heavy.

    • REST API uses standard HTTP methods like GET, POST, PUT, DELETE, while SOAP API uses XML for communication.

    • REST API is stateless and can be cached, making it faster, while SOAP API is stateful and requires more bandwidth.

    • REST API is easier to implement and understand, while SOAP API has more built-in security features.

    • Examples: R

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between Iterator and Iterables
  • Ans. 

    Iterator is an object that allows iteration over a collection, while Iterables are objects that can be iterated over.

    • Iterator is used to iterate over elements in a collection, while Iterables are objects that can be iterated over using an Iterator.

    • Iterables implement the Iterable interface, which allows them to be used in for-each loops in Java.

    • Iterator has methods like hasNext() and next() to iterate over elements, wh...

  • Answered by AI
  • Q2. Use of lambda expression
  • Ans. 

    Lambda expressions are anonymous functions that can be used to create concise and readable code.

    • Lambda expressions are used to create inline functions without a formal definition.

    • They are often used in functional programming languages like Java, Python, and C++.

    • Lambda expressions can be used to pass functions as arguments to higher-order functions.

    • They are particularly useful for writing code that is more concise and r...

  • Answered by AI
Round 2 - Coding Test 

Coding test was easy

Skills evaluated in this interview

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 (169)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was regarding Java, English etc.

Round 2 - Technical 

(2 Questions)

  • Q1. Exception handling
  • Q2. Write a program
  • Ans. 

    Program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Compare adjacent strings and swap if necessary

    • Repeat until the array is sorted

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About the project
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented engineer with a passion for problem-solving and continuous learning.

    • Graduated with a degree in Engineering from XYZ University

    • Completed internships at ABC Company and gained hands-on experience in project management

    • Proficient in CAD software and technical drawing

    • Strong communication skills and ability to work well in a team

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and truthful

Top Nagarro Associate Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

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)

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

Simple general question

Round 2 - Technical 

(2 Questions)

  • Q1. C++ question from all topic
  • Q2. Data structure dsa some implementation
Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Project disscussion

Top Nagarro Software Developer Interview Questions and Answers

Q1. Crazy NumbersNinja loves playing with numbers. So one day, he wants to arrange a few numbers in the ‘N’ number of rows. The first row contains 1 number, the second row has two numbers, the third row has 3 digits, and so on. Ninja starts pla... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Nagarro Interview Questions

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

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Most of the questions were for logical reasoning, pattern recoginition, english and aptitude, Total 60 questions .

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is scrum/agile
  • Ans. 

    Scrum/Agile is a project management framework that emphasizes iterative development, collaboration, and flexibility.

    • Scrum is a specific framework within Agile that focuses on delivering value in short iterations called sprints.

    • Agile emphasizes adaptability, customer collaboration, and responding to change over following a plan.

    • Both Scrum and Agile promote self-organizing teams and continuous improvement.

    • Examples of Agi...

  • Answered by AI
  • Q2. Which technique you follow for estimation?
  • Ans. 

    I follow the technique of bottom-up estimation for accurate project estimates.

    • Break down project into smaller tasks

    • Estimate time and resources for each task

    • Sum up all estimates for total project estimate

    • Consider risks and uncertainties in estimation

    • Use historical data for reference

    • Adjust estimates based on team expertise and project complexity

  • Answered by AI
  • Q3. People management skill
Round 3 - One-on-one 

(2 Questions)

  • Q1. Team managment skill were tested
  • Q2. Scrum understanding was tested

Interview Preparation Tips

Interview preparation tips for other job seekers - Read scrum guide and PM interview questions

For aptitude test logical reasoning question

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)

Jobs at Nagarro

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

Create a website like google map

Navision Functional Consultant Interview Questions asked at other Companies

Q1. what is the difference between bjt and fet?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference b/w Hashmap vs HashTable and which one is faster on basis of performance!
  • Ans. 

    HashMap allows null values and keys, while HashTable does not. HashMap is not synchronized, making it faster in performance compared to HashTable.

    • HashMap allows null values and keys, while HashTable does not.

    • HashMap is not synchronized, making it faster in performance compared to HashTable.

    • HashMap is preferred for non-thread-safe applications, while HashTable is preferred for thread-safe applications.

  • Answered by AI
  • Q2. Why Stale Element Reference Exception!
  • Ans. 

    Stale Element Reference Exception occurs when an element is no longer attached to the DOM.

    • Occurs when an element is located in the DOM, but later becomes detached or deleted

    • Common in dynamic web applications where elements are frequently changing

    • Can be resolved by re-locating the element before interacting with it

  • Answered by AI
  • Q3. Diff between Collection VS Collections
  • Ans. 

    Collection is an interface in Java that represents a group of objects, while Collections is a utility class in Java that contains static methods for operating on collections.

    • Collection is an interface in Java, while Collections is a utility class.

    • Collection is used to represent a group of objects, while Collections is used for operations on collections like sorting, searching, etc.

    • Example: List is a Collection interfac...

  • Answered by AI
  • Q4. What is POM ? Why we need !
  • Ans. 

    POM stands for Page Object Model. It is a design pattern used in test automation to create reusable and maintainable code.

    • POM helps in separating the test scripts from the web elements, making the code more organized and easier to maintain.

    • It improves code reusability by creating separate classes for each web page, containing all the elements and actions related to that page.

    • POM reduces code duplication and enhances te...

  • Answered by AI

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Devops Engineer Interview Questions & Answers

user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Android basics and architecture
Round 2 - Behavioral 

(1 Question)

  • Q1. Behavioural questions

Senior Staff Engineer Interview Questions asked at other Companies

Q1. Design Memory allocator for user space programs like malloc.
View answer (1)

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
Staff Engineer, CRM Salesforce (Lightning)

Noida,

Hyderabad / Secunderabad

7-10 Yrs

₹ 13.25-37.78132 LPA

Associate Staff Engineer, CRM Salesforce (Lightning)

Noida,

Hyderabad / Secunderabad

+1

5-7 Yrs

₹ 10.5-30 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

₹14.6 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹5.9 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹5.9 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