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 Service Engineer Interview Questions and Answers for Experienced

Updated 19 Dec 2024

Nagarro Service Engineer Interview Experiences for Experienced

1 interview found

Service Engineer Interview Questions & Answers

user image Hariom Keshri

posted on 24 May 2024

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

Coding was easy it was of easy level of leetcode

Round 2 - One-on-one 

(1 Question)

  • Q1. There were basic core java questions and aptitude questions

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interviewer asked the google questions as he is not even aware of my profile , he wanted mw to answer the same and asked few question which is irrelevant to jd
  • Q2. Finally after 30 min of interview received a rejection mail after 5 min
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. ServiceNow basic QU
Round 2 - One-on-one 

(1 Question)

  • Q1. CAD QUestion about serviecnow
Round 3 - HR 

(1 Question)

  • Q1. Basic question and sal discussion and project discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA questions with low and medium complexity.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python related libraries and SQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Coding on java 8 streams API
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

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

Python basic leet code

Round 3 - Technical 

(1 Question)

  • Q1. Sql test rank,dense rank, rownum

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    Reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Join the characters in the array to form the reversed string

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    Microservices allow for modular, independent services while monolith is a single, cohesive unit.

    • Microservices promote scalability and flexibility

    • Monoliths are easier to develop and deploy initially

    • Microservices can lead to more complex infrastructure and communication between services

    • Monoliths can become difficult to maintain and scale as they grow

    • Examples: Netflix uses microservices for their streaming platform, while...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    SQL query to get 3 max salary by group

    • Use the RANK() function to rank the salaries within each group

    • Filter the results to only include rows where the rank is less than or equal to 3

    • Order the results by group and salary in descending order

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.

    • Utilized Jenkins for continuous integration and continuous deployment

    • Automated build process triggered by code commits to version control

    • Implemented automated testing to ensure code quality

    • Deployed code to different environments based on predefined pipelines

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.

    • Support for Java 17

    • Improved performance optimizations

    • Enhanced security features such as OAuth 2.1 support

    • Updated dependencies and libraries

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

NTT Data user image Triparna Banerjee

posted on 19 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the difference between mule 3 and mule 4
  • Ans. 

    Mule 4 introduces significant improvements over Mule 3, enhancing performance, usability, and features.

    • Mule 4 uses a new runtime engine, improving performance and scalability.

    • Mule 4 supports DataWeave 2.0, offering enhanced data transformation capabilities.

    • Mule 4 simplifies error handling with a new error handling framework.

    • Mule 4 introduces a new APIkit for easier API development and management.

    • Mule 4 has a more intui...

  • Answered by AI
  • Q2. What are the differences between cloudhub 1.0 and cloudhub 2.0
  • Ans. 

    CloudHub 1.0 and 2.0 differ in architecture, scalability, and features, enhancing deployment and management capabilities.

    • CloudHub 2.0 offers improved scalability with support for multi-cloud deployments.

    • Enhanced monitoring and management tools in CloudHub 2.0 allow for better performance insights.

    • CloudHub 2.0 introduces a new runtime engine, providing faster application startup times.

    • Support for Kubernetes in CloudHub ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

1st round was consist of mcq questions the difficulty level was moderate to hard.

Nagarro Interview FAQs

How many rounds are there in Nagarro Service Engineer interview for experienced candidates?
Nagarro interview process for experienced candidates usually has 2 rounds. The most common rounds in the Nagarro interview process for experienced candidates are Coding Test and One-on-one Round.
How to prepare for Nagarro Service Engineer 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 IT Infrastructure, IT Operations Management, ITIL, ITSM and Servicenow.
What are the top questions asked in Nagarro Service Engineer interview for experienced candidates?

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

  1. There were basic core java questions and aptitude questi...read more
  2. Basic python like GIL, multithreading, et...read more

Tell us how to improve this page.

Nagarro Service Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
NTT Data Interview Questions
3.8
 • 631 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 600 Interviews
UST Interview Questions
3.8
 • 523 Interviews
CGI Group Interview Questions
4.0
 • 497 Interviews
View all
Nagarro Service Engineer Salary
based on 13 salaries
₹8.2 L/yr - ₹27.7 L/yr
288% more than the average Service Engineer Salary in India
View more details

Nagarro Service Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Staff Engineer
3.3k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Staff Engineer
2.9k salaries
unlock blur

₹15 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.4 L/yr - ₹28 L/yr

Engineer
925 salaries
unlock blur

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