Upload Button Icon Add office photos

Filter interviews by

Nagarro Enterprise Services Interview Questions and Answers

Updated 2 Dec 2024

Nagarro Enterprise Services Interview Experiences

Popular Designations

11 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test of some third party included with 2 coding , aptitude and technical multiple choice questions

Round 2 - Technical 

(2 Questions)

  • Q1. Which micro service process you are using
  • Ans. 

    We are using a combination of RESTful APIs and message queues for our micro service architecture.

    • We have implemented RESTful APIs for communication between services.

    • We are using message queues like RabbitMQ or Kafka for asynchronous communication.

    • Each micro service is responsible for a specific domain or functionality.

    • We follow the principles of loose coupling and high cohesion in our micro service design.

  • Answered by AI
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for coding round and questions are based on relatime scenario

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. It was mostly related to data structure and java core questions
  • Q2. Mostly related to stacks
  • Q3. What is push in stack ,how it works internally
  • Ans. 

    Push in stack is the operation of adding an element to the top of the stack.

    • Push operation increases the stack size by 1.

    • The new element is added to the top of the stack.

    • Internal implementation involves updating the top pointer to point to the new element.

  • Answered by AI

Skills evaluated in this interview

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some question were from dsa and some were reasoning in first round assessment

Senior Sdet Test Engineer Interview Questions asked at other Companies

Q1. Networking of linux and cloud
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General Aptitude questions

Round 2 - Coding Test 

3 questions in 90 mins

Round 3 - Technical 

(2 Questions)

  • Q1. Data Structures and algo
  • Q2. Substring related
Round 4 - Technical 

(1 Question)

  • Q1. AWS based architecture
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit PairsYou are given an integer 'N'. Your task is to find the number formed after swapping each even bit of 'N' in its binary representation with its adjacent bit on the right, assuming that the least significant bit is an o... read more
View answer (2)

Nagarro Enterprise Services interview questions for popular designations

 Software Developer

 (2)

 Associate Engineer

 (1)

 Associate Software Engineering Trainee

 (1)

 Backend Developer

 (1)

 Payroll Consultant

 (1)

 Senior Associate Technology L1

 (1)

 Senior Sdet Test Engineer

 (1)

 Senior Software Engineer

 (1)

Interview experience
3
Average
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 

Airtmatical, reasoning, General awareness,basic english

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic knowledge related to work
Round 4 - One-on-one 

(1 Question)

  • Q1. 2nd level reporting same usual first riun
Round 5 - HR 

(1 Question)

  • Q1. Salary & personal details

Payroll Consultant Interview Questions asked at other Companies

Q1. Payroll implementation and configuration experience
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Merge two array
  • Ans. 

    Merging two arrays of strings into a single array

    • Create a new array and use a loop to add elements from both arrays

    • Alternatively, you can use the concat() method to merge the arrays

    • Make sure the final array contains all elements from both arrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It is the first round in screening process and will do shortlist for second round based the first round scores. It will be easy to get hired if it is On-Campus

Round 2 - Coding Test 

The second round is of coding where they will give two codes and we can write in any language

Round 3 - Technical 

(1 Question)

  • Q1. This is an interview process where they will ask about technical questions based on familiar language and will get questions on real time scenarios also
Round 4 - HR 

(1 Question)

  • Q1. This is the last round in hiring process. We will get the questions based on culture and behavioral

Interview Preparation Tips

Topics to prepare for Nagarro Enterprise Services Associate Software Engineering Trainee interview:
  • Aptitude
  • Reasoning
  • Python
  • Java
  • C++
  • DSA
  • SQL
Interview preparation tips for other job seekers - It is easy to get shortlisted on first round, if we have very good knowledge in technical side we can easily get hire
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

There were 5 coding questions, 3 easy 2 medium

Round 3 - Technical 

(2 Questions)

  • Q1. They asked me basics of DBMS, OOPS and an array based coding question.
  • Q2. All interview bit question for DBMS, OOPS and leetcode target sum problem
Round 4 - HR 

(1 Question)

  • Q1. This was 10 minutes discussion round, they asked me simple introduction, why Nagarro?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DBMS, OOPS, DSA , mostly they will ask tricky questions from basics

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)

Test Engineer Interview Questions & Answers

user image shivam tayal

posted on 24 Jun 2024

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

I applied via Company Website and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude, reasoning and grammar questions

Round 2 - Coding Test 

Coding questions based on strings and array

Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to much complex it is easy to crack

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was all easy test basic aptitude test

Round 2 - Coding Test 

3 questions based on array and string

Round 3 - Technical 

(1 Question)

  • Q1. It was all discussion on the questions from coding round
Round 4 - HR 

(1 Question)

  • Q1. Normal hr talks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare questions from geek

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)

Nagarro Enterprise Services Interview FAQs

How many rounds are there in Nagarro Enterprise Services interview?
Nagarro Enterprise Services interview process usually has 3-4 rounds. The most common rounds in the Nagarro Enterprise Services interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Nagarro Enterprise Services interview?

Some of the top questions asked at the Nagarro Enterprise Services interview -

  1. Which micro service process you are us...read more
  2. What is push in stack ,how it works interna...read more
  3. Merge two ar...read more
How long is the Nagarro Enterprise Services interview process?

The duration of Nagarro Enterprise Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Nagarro Enterprise Services Interview Process

based on 6 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 6 Nagarro Enterprise Services interviews
Referral
Company Website
Job Portal
Campus Placement
33%
17%
17%
17%
16% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
KPIT Technologies Interview Questions
3.5
 • 288 Interviews
View all

Nagarro Enterprise Services Reviews and Ratings

based on 108 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-Life balance

3.9

Salary & Benefits

3.6

Job Security

4.0

Company culture

3.4

Promotions/Appraisal

3.7

Work Satisfaction

Explore 108 Reviews and Ratings
Associate Staff Engineer
154 salaries
unlock blur

₹10.5 L/yr - ₹32 L/yr

Staff Engineer
98 salaries
unlock blur

₹18 L/yr - ₹38.7 L/yr

Senior Engineer
85 salaries
unlock blur

₹7.7 L/yr - ₹26.7 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹7.2 L/yr - ₹29 L/yr

Associate Software Engineer
45 salaries
unlock blur

₹3.4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Nagarro Enterprise Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview