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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It has two sections 1. Covers Aptitude and Reasoning questions 2. Has some code snippets but their coding questions are basically based on C++ and UFT

Round 2 - Technical 

(3 Questions)

  • Q1. 1. Explain your Automation Framework
  • Ans. 

    Our Automation Framework is a modular, data-driven framework using Selenium and TestNG.

    • Modular design allows for easy maintenance and scalability

    • Data-driven approach separates test data from test scripts

    • Integration with Selenium for web automation

    • Utilizes TestNG for test execution and reporting

  • Answered by AI
  • Q2. 2. You have a array of 1 to 5 in which 4 and 5 are repeated. Write a code to find 2nd largest no. In array?
  • Ans. 

    Find the 2nd largest number in an array with repeated elements.

    • Sort the array in descending order

    • Remove duplicates

    • Return the second element in the sorted array

  • Answered by AI
  • Q3. You need to write the code in eitherJava or c₹

Skills evaluated in this interview

Technical Lead and Quality Assurance Engineer Interview Questions asked at other Companies

Q1. 2. You have a array of 1 to 5 in which 4 and 5 are repeated. Write a code to find 2nd largest no. In array?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

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

2 coding questions: easy leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. How to create word embeddings
  • Q2. Difference between RNN & BERT

Skills evaluated in this interview

Nagarro Interview Questions and Answers for Freshers
illustration image

Web Developer Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

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

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

Round 1 - Aptitude Test 

Apptitute test, 20 mins 30 questions

Round 2 - Assignment 

Assignmet was give for HTML, CSS, Javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experince

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

You could crack easily if you done coding in past.

Round 2 - Assignment 

Javascript & UI creation

Staff Consultant Interview Questions asked at other Companies

Q1. What kind of QA metrices do you follow in ensuring QA guidelines.
View answer (3)

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)

Software Developer Interview Questions & Answers

user image Vikas Upadhayay

posted on 16 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic questions related to 2d array and string manipulation. 20 aptitude questions and 20+ topic related questions where there. Main focus should be on the coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to the resume and overall basic theoretical questions.

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Kafka and how to implement
  • Ans. 

    Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Kafka is used for building real-time data pipelines and streaming applications

    • It provides high-throughput, fault-tolerant, and scalable messaging system

    • Kafka uses topics to categorize messages and consumers subscribe to topics to receive messages

    • Producers publish messages to topics and consumers consume messa

  • Answered by AI
  • Q2. Core java ,java 8

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)

Jobs at Nagarro

View all
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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SOA vs Micro Service
  • Ans. 

    SOA focuses on large, monolithic services while Microservices are small, independent services.

    • SOA is a centralized architecture with shared services, while Microservices are decentralized with each service having its own database.

    • SOA is typically implemented using ESB (Enterprise Service Bus), while Microservices communicate via lightweight protocols like HTTP or messaging queues.

    • SOA is more suitable for large enterpri...

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Consultant Interview Questions & Answers

user image Nikhil Singla

posted on 18 Jun 2024

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

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your key projects
  • Q2. Why nagarro? Why this practice?

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude test and Testing questions related to Test estimations

Round 2 - Technical 

(5 Questions)

  • Q1. Test Plan - did you prepared
  • Q2. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to estimate the effort, time, and resources required for testing.

    • Expert judgment: Relying on the expertise and experience of the QA team to estimate the effort.

    • Analogous estimation: Using historical data from similar projects to estimate the testing effort.

    • Parametric estimation: Using mathematical models and formulas to estimate based on project parameters.

    • Three-point ...

  • Answered by AI
  • Q3. Agile methodology
  • Q4. API protocols, methods, status
  • Q5. SQL queries on joins, subquery - 3rd highest salary, display employee name based on designation

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were around 20 questions in aptitude section to appear

Round 2 - Assignment 

It had 50 technical knowledge based questions on testing domain

Quality Assurance Interview Questions asked at other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC. Explain Agile ceremonies. Do you attend all the agile ceremonies? Tell me the positive and negative test cases for water bottle. What is difference between Retesting and Reg... read more
View answer (1)
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

SALARIES

Centum Learning

SALARIES

Centum Learning

COMPANY BENEFITS

HDB Financial Services

No Benefits

SALARIES

Home Credit Finance

REVIEWS

Centum Learning

No Reviews

REVIEWS

Centum Learning

No Reviews

SALARIES

Home Credit Finance

REVIEWS

Centum Learning

No Reviews

JOBS

Bosch

No Jobs

Tell us how to improve this page.

Nagarro Interview Process

based on 593 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 Principal Engineer, NodeJS

India

11-14 Yrs

₹ 32-45 LPA

Staff Engineer, QA Automation (Cypress)

Pune,

Gurgaon / Gurugram

+1

7-10 Yrs

₹ 16.9-27.5 LPA

Staff Engineer, Go (Golang)

India

7-10 Yrs

₹ 13.25-37.78132 LPA

Explore more jobs
Associate Staff Engineer
3k 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.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
909 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