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 Senior Engineer Interview Questions and Answers for Freshers

Updated 21 Jan 2025

Nagarro Senior Engineer Interview Experiences for Freshers

4 interviews found

Interview experience
4
Good
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 

Aptitude questions and 2 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. All basic concepts related to .net
  • Q2. Coding questions related to string manipulation
Round 4 - Technical 

(1 Question)

  • Q1. Questions related to react, html, css and javascript
Round 5 - HR 

(1 Question)

  • Q1. Normal salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to cover the basic concepts.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Coding Test 

2 Coding Test on DSA

Round 2 - Aptitude Test 

3 Hours aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. 2 Rounds of Interview

Senior Engineer Interview Questions Asked at Other Companies for Fresher

Q1. What is IATF stands for and what is its current revised name ?
Q2. Which types of lacquer used on lens and Housing ?
Q3. If we do rework of any produced part, which factors get affected ... read more
Q4. 1) How much play is there in the crank shaft of the engine 2) How ... read more
Q5. Tell my that why a histogram is used....and what is frequency and ... read more

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to the integration tool that I have worked on. Purely technical.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good with your technical understanding, you should be able to crack the interview. There were three rounds before the HR interview, 2 technical, 1 technical +managerial.

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Javascript in depth questions, alot of interview rounds i had 7 rounds in total including written tests.
  • Q2. Written tests include technical mcq(a bit tricky one), aptitude(less time so be quick) and programming round that consists of 3 questions (make sure to attempt atleast 2)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving the interview, i had 4 interview rounds you probably end up having more or less, but make sure you perform quite nicely in each round as each one is an elimination round.
The process was quite fast I got my offer in 2 weeks.
All the best!

Nagarro interview questions for designations

 Senior Software Engineer

 (30)

 Senior Staff Engineer

 (14)

 Senior Test Engineer

 (5)

 Senior Devops Engineer

 (2)

 Senior QA Engineer

 (2)

 Senior Data Engineer

 (2)

 Senior Principal Engineer

 (1)

 Senior Sales Engineer

 (1)

Senior Engineer Jobs at Nagarro

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is impact analysis
  • Ans. 

    Impact analysis is the process of assessing the potential effects of a change or action on a system or project.

    • Identifying the scope of the change and its potential impacts on various components of the system

    • Evaluating the risks and benefits associated with the change

    • Determining the resources and effort required to implement the change

    • Assessing the dependencies and constraints that may affect the change

    • Example: Conduct...

  • Answered by AI
  • Q2. What is Bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software development.

    • Bug is identified by testers or users

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer

    • Developer fixes the bug

    • Bug is retested by testers

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug may go through multiple cycles before resolution

  • Answered by AI
Round 2 - Mangaerial Round 

(2 Questions)

  • Q1. How do you handle team
  • Ans. 

    I handle teams by fostering open communication, setting clear goals, providing support, and promoting collaboration.

    • Foster open communication within the team to ensure everyone is on the same page

    • Set clear goals and expectations to guide the team towards success

    • Provide support and resources to help team members overcome challenges

    • Promote collaboration and teamwork to leverage the strengths of each team member

    • Lead by ex...

  • Answered by AI
  • Q2. What are the sprint ceremonies
  • Ans. 

    Sprint ceremonies are regular meetings held during a sprint in Agile methodology to plan, review, and improve the team's work.

    • Sprint Planning: At the beginning of the sprint, the team plans the work to be done.

    • Daily Standup: Daily check-in meetings to discuss progress, challenges, and plans for the day.

    • Sprint Review: Meeting at the end of the sprint to demonstrate completed work to stakeholders.

    • Sprint Retrospective: Re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

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

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

Nagarro Interview FAQs

How many rounds are there in Nagarro Senior Engineer interview for freshers?
Nagarro interview process for freshers usually has 4 rounds. The most common rounds in the Nagarro interview process for freshers are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Nagarro Senior Engineer interview for freshers?
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, SQL and Application Development.
What are the top questions asked in Nagarro Senior Engineer interview for freshers?

Some of the top questions asked at the Nagarro Senior Engineer interview for freshers -

  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. I was given use case, customer are ordering items then company representative h...read more
How long is the Nagarro Senior Engineer interview process?

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

Tell us how to improve this page.

Nagarro Senior Engineer Interview Process for Freshers

based on 2 interviews

Interview experience

4.5
  
Good
View more
Nagarro Senior Engineer Salary
based on 2.4k salaries
₹6.2 L/yr - ₹23.8 L/yr
45% more than the average Senior Engineer Salary in India
View more details

Nagarro Senior Engineer Reviews and Ratings

based on 322 reviews

4.2/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.1

Salary

4.0

Job security

4.2

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 322 Reviews and Ratings
Senior Engineer, Java

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Senior Engineer,Java

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Associate Staff Engineer
3.3k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Staff Engineer
3.1k salaries
unlock blur

₹14.9 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.1 L/yr - ₹27.8 L/yr

Engineer
972 salaries
unlock blur

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