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 Staff Engineer Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Nagarro Staff Engineer Interview Questions and Answers

View all 18 questions

Nagarro Staff Engineer Interview Experiences

56 interviews found

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test that involved quant

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Site reliability principles
  • Ans. 

    Site reliability principles ensure systems are reliable, scalable, and efficient.

    • Implementing automation for routine tasks to reduce human error

    • Monitoring system performance and alerting for potential issues

    • Designing systems with redundancy to prevent single points of failure

    • Using load balancing to distribute traffic evenly across servers

    • Performing regular capacity planning to ensure resources meet demand

  • Answered by AI
  • Q2. Tell me about Sla slo and sli
  • Ans. 

    SLA (Service Level Agreement) SLO (Service Level Objective) and SLI (Service Level Indicator) are key concepts in measuring and managing service performance.

    • SLA is a formal agreement between a service provider and a customer, outlining the level of service expected.

    • SLO is a target value or range for a specific SLI that is agreed upon as part of an SLA.

    • SLI is a specific metric used to measure the performance of a servic

  • Answered by AI

I applied via LinkedIn and was interviewed in Aug 2022. 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 - Aptitude Test 

20 aptitude and 2 coding task to perform in 60 min

Round 3 - Technical 

(2 Questions)

  • Q1. Hard question, more focas on high end tech question
  • Q2. About solid principles

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared both round aptitude and technical then HR call me that will consider you for junior level so are you ready for that

Staff Engineer Interview Questions Asked at Other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, you ... read more
Q2. Search In Rotated Sorted Array Problem Statement Given a rotated ... read more
Q3. Minimum Jumps Problem Statement Bob and his wife are in the famou ... read more
Q4. Level Order Traversal of Binary Tree Given a Binary Tree of integ ... read more
asked in Nagarro
Q5. How to write HTML code considering web accessibility for disabled ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 5 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 - Aptitude Test 

Aptitude + Coding = 120 minutes test

Round 3 - Technical 

(2 Questions)

  • Q1. 2 technical rounds followed
  • Q2. 1st round on JS and 2nd round is Framework specific
Round 4 - HR 

(1 Question)

  • Q1. They will directly release offer at this stage
Round 5 - Client Interview 

(1 Question)

  • Q1. Question will be on base skill that you were hired for

Interview Preparation Tips

Interview preparation tips for other job seekers - It is very smooth process. Just focus on basics. All the best

I applied via Naukri.com and was interviewed in Apr 2022. There were 6 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 - Aptitude Test 

Some basic aptitude questions like percentage, Maths, Reasoning etc

Round 3 - Coding Test 

In coding round there were two questions and both were compulsory. Its was a bit complex but if you are average coder you will crack it for sure.

Round 4 - Technical 

(1 Question)

  • Q1. I was having 7 years of experience in .Net so expect that level of question
Round 5 - Behavioral 

(1 Question)

  • Q1. It was also kind of technical round but with manager. So it included question from leadership past experiences etc
Round 6 - HR 

(1 Question)

  • Q1. Then it comes the salary discussion and all.

Interview Preparation Tips

Topics to prepare for Nagarro Staff Engineer interview:
  • .Net Core
  • Angular
  • SQL Server
  • Azure cloud
  • Azure devops
  • Web Api
Interview preparation tips for other job seekers - Prepare all the things whatever you have done thik now. You must have knowledge of all your projects you have worked on.

Nagarro interview questions for designations

 Senior Staff Engineer

 (14)

 Senior Staff Software Engineer

 (1)

 Staff Consultant

 (11)

 Staff

 (1)

 Associate Staff Engineer

 (40)

 Quality Assurance Engineer Staff

 (1)

 Staff Nurse

 (1)

 Senior Staff Consultant

 (2)

I applied via Naukri.com and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude test but time provided is less

Round 2 - Coding Test 

You will get three questions and you have to solve any two of them to get shortlisted

Round 3 - Technical 

(1 Question)

  • Q1. General ML case scenario questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions and previous profile discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your technical concepts really well

Get interview-ready with Top Nagarro Interview Questions

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

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Find frequency of characters in a string.
  • Ans. 

    Count the frequency of characters in a given string.

    • Iterate through the string and count occurrences of each character.

    • Use a dictionary to store character frequencies.

    • Return the dictionary with character frequencies.

  • Answered by AI

Skills evaluated in this interview

Staff Engineer Jobs at Nagarro

View all

I applied via LinkedIn and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is BMC in CSS
  • Ans. 

    BMC stands for Block Formatting Context in CSS, which is a mechanism for controlling the layout of elements.

    • BMC is created when an element is floated, positioned absolutely, or has an overflow value other than visible.

    • BMC prevents margin collapsing between parent and child elements.

    • BMC can be used to create columns of equal height.

    • Example: Using display: inline-block on child elements creates a BMC.

    • Example: Using overf

  • Answered by AI
  • Q2. What are CSS pre-processors
  • Ans. 

    CSS pre-processors are tools that extend the functionality of CSS by adding features like variables, nesting, and mixins.

    • CSS pre-processors like Sass, Less, and Stylus allow for more efficient and organized CSS coding

    • They offer features like variables, nesting, and mixins that make CSS code more modular and reusable

    • Pre-processors need to be compiled into regular CSS before being used in a website

    • They can be integrated ...

  • Answered by AI
  • Q3. Write a program in javascript to display a pyramid
  • Ans. 

    Program in javascript to display a pyramid

    • Use nested loops to print the pyramid

    • The outer loop controls the number of rows

    • The inner loop controls the number of spaces and asterisks to print

    • Use string concatenation to build the pyramid

  • Answered by AI
  • Q4. Write a program to sort an array
  • Ans. 

    Program to sort an array

    • Choose a sorting algorithm based on the requirements

    • Implement the chosen algorithm in the programming language of choice

    • Test the program with different input sizes and edge cases

  • Answered by AI
  • Q5. How to write HTML code considering web accessibility for disabled person
  • Ans. 

    Consider web accessibility guidelines for disabled persons when writing HTML code.

    • Use semantic HTML elements like <nav>, <header>, <main>, <footer> to improve screen reader accessibility.

    • Provide alternative text for images using the alt attribute.

    • Ensure proper color contrast for text and background to aid visually impaired users.

    • Use ARIA roles and attributes to enhance accessibility for interact...

  • Answered by AI
  • Q6. Write counters in css
  • Ans. 

    Counters in CSS can be created using the counter-reset and counter-increment properties.

    • Use the counter-reset property to set the initial value of the counter

    • Use the counter-increment property to increment the counter

    • Use the content property to display the counter value

    • Example: counter-reset: section; counter-increment: section; content: counter(section);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was for front end developer role. There was total 6 rounds including machine round and IQ. Technical round was moreover related to the machine test provided

Skills evaluated in this interview

Round 1 - Aptitude Test 

Actually, It is a first round, - online test on mettl. Which contains 20 - Logical, 2 - Coding & 40 Angular - JS related question and time duration was 90mins.

Round 2 - Technical 

(1 Question)

  • Q1. Advanced Angular related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be the expert in you technology & prepare well before this round.
Round 1 - Aptitude Test 

It was normal.

Round 2 - Coding Test 

MCQ on Testing

Round 3 - Technical 

(1 Question)

  • Q1. Face to Face interview on Real time problem faced during Automation testing.multople approaches to sove the Issues.
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions realed to job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study in detail about automation framework.

I applied via Referral and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were total 4-5 rounds of interview, first is online aptitude, second is skill assesment, third and fourth is technical interview, fifth is HE round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving interview, if you don't know something then don't bluff, say directly I don't know.
Interview may take place for 40 minutes to 1 hour, depend on interviewer.

Nagarro Interview FAQs

How many rounds are there in Nagarro Staff Engineer interview?
Nagarro interview process usually has 3-4 rounds. The most common rounds in the Nagarro interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Nagarro Staff Engineer 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, CSS, Java, Information Technology and Microservices.
What are the top questions asked in Nagarro Staff Engineer interview?

Some of the top questions asked at the Nagarro Staff Engineer interview -

  1. How to write HTML code considering web accessibility for disabled per...read more
  2. 2. what are the types of wait supported by webdriver? and so...read more
  3. Write a program in javascript to display a pyra...read more
How long is the Nagarro Staff Engineer interview process?

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

Tell us how to improve this page.

Nagarro Staff Engineer Interview Process

based on 46 interviews

5 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more

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.8k 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
DXC Technology Interview Questions
3.7
 • 795 Interviews
View all
Nagarro Staff Engineer Salary
based on 2.9k salaries
₹11.8 L/yr - ₹43.2 L/yr
16% less than the average Staff Engineer Salary in India
View more details

Nagarro Staff Engineer Reviews and Ratings

based on 474 reviews

4.1/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.0

Salary

4.0

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 474 Reviews and Ratings
Staff Engineer

Gurgaon / Gurugram

6-13 Yrs

₹ 12-35 LPA

Staff Engineer, CRM salesforce (OmniStudio)

Hyderabad / Secunderabad

6-10 Yrs

₹ 18-34 LPA

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

₹0 L/yr - ₹0 L/yr

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