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 Software Engineer II Interview Questions and Answers

Updated 8 Jun 2022

Nagarro Software Engineer II Interview Experiences

1 interview found

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

Round 1 - Coding Test 

2 coding and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. All java based questions
Round 3 - Technical 

(1 Question)

  • Q1. All java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for all basic knowledge of java springboot mucroservices

Interview questions from similar companies

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 Feb 2022. There were 4 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 

You will be asked to develop an application and based on that the next round will be proceeded. For me I have been asked to perform some crud operations with api using asp.net core and asp.net mvc application

Round 3 - Technical 

(4 Questions)

  • Q1. What is api and why do we use it
  • Ans. 

    API is a set of protocols and tools for building software applications. It allows different applications to communicate with each other.

    • API stands for Application Programming Interface

    • It defines how different software components should interact with each other

    • APIs can be used to access data or functionality from other applications or services

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can provide default implementations for some methods while an ...

  • Answered by AI
  • Q3. How routing is performed in asp.net core api
  • Ans. 

    Routing in ASP.NET Core API is performed using the built-in middleware called Endpoint Routing.

    • Endpoint Routing is responsible for mapping incoming requests to the appropriate action methods in the controller.

    • It uses the HTTP verb, URL pattern, and route data to determine the correct action method.

    • Routes can be defined using attributes on the controller and action methods or in the Startup.cs file.

    • Middleware like authe...

  • Answered by AI
  • Q4. What are solid principles
  • Ans. 

    SOLID principles are a set of design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why are you switching to this job
  • Q2. What is your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest you be through with oops concepts and solid principles

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 - Technical 

(5 Questions)

  • Q1. To find sum of even numbers from given arraylist using stream api
  • Ans. 

    Using stream API to find the sum of even numbers from an ArrayList

    • Convert the ArrayList to a stream using the stream() method

    • Filter the stream to keep only the even numbers using the filter() method

    • Use the mapToInt() method to convert the stream of even numbers to an IntStream

    • Finally, use the sum() method to calculate the sum of the even numbers

  • Answered by AI
  • Q2. Oops ,java 8 concepts,exceptions,project discussions
  • Q3. Which interface used to prevent SQL injection
  • Ans. 

    Prepared Statements interface is used to prevent SQL injection.

    • Prepared Statements interface is used to parameterize the SQL queries.

    • It allows the separation of SQL code and user input.

    • It helps to prevent SQL injection attacks by automatically escaping special characters.

    • Examples: PDO, mysqli, Java PreparedStatement, etc.

  • Answered by AI
  • Q4. Why string is imutable
  • Ans. 

    String is immutable to ensure data integrity and thread safety.

    • Immutable strings prevent accidental modification of data.

    • Immutable strings allow for efficient memory allocation and sharing.

    • Immutable strings ensure thread safety by avoiding race conditions.

    • Examples of immutable string methods include substring, toLowerCase, and toUpperCase.

  • Answered by AI
  • Q5. Java oops concept and example each type
  • Ans. 

    Java OOPs concepts and examples

    • Encapsulation - hiding data and methods within a class (e.g. private variables)

    • Inheritance - creating new classes from existing ones (e.g. subclass extends superclass)

    • Polymorphism - using a single method to perform different actions (e.g. method overloading/overriding)

    • Abstraction - focusing on essential features and hiding implementation details (e.g. abstract classes/interfaces)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Software Engineer II interview:
  • Strings
  • Springboot
  • Java 8
  • Angular command
Interview preparation tips for other job seekers - Please go through basic programming logical programs

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consists of mathematical and some programming questions

Round 2 - Technical 

(2 Questions)

  • Q1. Statistical and Mathematics questions
  • Q2. And some Excel and SQL questions.
Round 3 - HR 

(1 Question)

  • Q1. Questions regarding projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Maths and stats background should be strong.

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2021. 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 - HR 

(1 Question)

  • Q1. Major questions from finance back ground and personal questions related to introduction an all
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Financial market

Interview Preparation Tips

Interview preparation tips for other job seekers - Just see the position for which you applied and then have a overview of that field. Gain knowledge for that domain.

I applied via Campus Placement and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Q2. What was your jee rank?
  • Q3. Why did you choose the collage in which you are studying?
  • Q4. Tell some new technology which is coming?
  • Ans. 

    5G technology is coming which will revolutionize the way we communicate and connect with the world.

    • 5G technology will provide faster internet speeds and lower latency.

    • It will enable the development of new technologies such as self-driving cars and smart cities.

    • 5G networks will be able to support a larger number of devices connected simultaneously.

    • Major telecommunication companies such as Verizon and AT&T are already ro...

  • Answered by AI
  • Q5. Some basics question related to data structures like what is stack que etc?
  • Q6. In coming five years where do you see yourself?
  • Q7. Some basic questions related to your stream like what is a transistor etc?

Interview Preparation Tips

Interview preparation tips for other job seekers - HR behaviour was friendly and most of the time he will help you if you got stuck in question all the very best for your interview

I applied via Recruitment Consultant and was interviewed in Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. I asked questions on KYC process and aml
  • Q2. Learn more on the Aml Kyc scenarios and learn on automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and one of the best company to work in Genpact

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions based on Insurance domain and admin systems such as vantage and wma.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was purely based on my technical knowledge of Insurance domain and policy admin systems Vantage and WMA. It lasted around 45 minutes. There were two rounds one techinical and second was Mangerial or HR. I answered almost 90% of the questions and tried to explain with an illustration. My experience on admin system and its functionality with the real time scenarios were of great help. My profile and knowledge was fit for the position in DXC technology. I got selected and received my offer letter within a week. Thanks! to HR team of DXC Technology and the process was smooth and hassle free.

I applied via Naukri.com and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Total Experience asking about feasible interview date and time slot fixing
  • Ans. Explaining to HR about my over all experience and years of experince..
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Asking questions from core experience
  • Ans. Answering them about Logistics,Reverse Logistics, Indirect Sourcing,Asset Management,3PL,Vendor and Supplier Management as i am from Supply chain Mangement Vertical
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Asking questions on real time scenario basis
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asking questions from Management aspect
  • Q2. Answering all the answers promptly keeping positivity,logical thinking,
Round 5 - HR 

(1 Question)

  • Q1. HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on real time based scenarios
Basic concept must be strong and prompt answer required.possitive thinking &flexibility is must.

Nagarro Interview FAQs

How many rounds are there in Nagarro Software Engineer II interview?
Nagarro interview process usually has 3 rounds. The most common rounds in the Nagarro interview process are Technical and Coding Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
DXC Technology Interview Questions
3.7
 • 798 Interviews
NTT Data Interview Questions
3.8
 • 625 Interviews
Publicis Sapient Interview Questions
3.5
 • 618 Interviews
GlobalLogic Interview Questions
3.6
 • 591 Interviews
UST Interview Questions
3.8
 • 514 Interviews
CGI Group Interview Questions
4.0
 • 490 Interviews
View all
Nagarro Software Engineer II Salary
based on 4 salaries
₹6 L/yr - ₹20 L/yr
26% less than the average Software Engineer II Salary in India
View more details

Nagarro Software Engineer II Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

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

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
3k salaries
unlock blur

₹11.8 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹5.9 L/yr - ₹22 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹5.6 L/yr - ₹29.5 L/yr

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