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
4.0

based on 4k Reviews

Filter interviews by

Nagarro Senior Software Engineer 2 Interview Questions and Answers

Updated 21 Oct 2024

Nagarro Senior Software Engineer 2 Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays based 1 hours

Round 1 - Coding Test 

1.5 hrs of aptitude, coding and MCQ. Questions are not tough

Round 2 - Technical 

(1 Question)

  • Q1. Java 8 streams, optional, Functional inerfaces

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was amazing. 1 of the companies where interviewer switched on his video camera

Senior Software Engineer 2 Interview Questions Asked at Other Companies

asked in Synechron
Q1. What microservices patterns are you aware ? let's assume that the ... read more
Q2. Draw a system diagram for ecommers system to place an order and g ... read more
asked in Synechron
Q3. What is the internal implementation of hashmap? Let's assume that ... read more
Q4. what is the need for @Service annotation?
Q5. Internal working of Node.js and how node processes asynchronous r ... read more

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java8,hashmap internal working,Runnable vs callable,linked list internal working,map vs flat map ,Comparable vs comparator
  • Q2. Concurrent hashmap internal working spring boot exceptions handling
Round 2 - Technical 

(2 Questions)

  • Q1. Custom key as hahsmpa
  • Q2. Java8 interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Ve prepared with java8 microservices spring boot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 5 interview rounds.

Round 1 - Coding Test 

You need to give a coding test which is for 4.5 hours, where you are given a scenarios and you need to create API to fetch the response from an external API and according parse the response for whatever you need and perform some business logic for same.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions based on the code you had submitted earlier, and then again they check you for technical skills based on patterns, junit, threading, security, deployments etc
  • Q2. What is the need for @Service annotation?
  • Ans. 

    The @Service annotation is used in Spring framework to indicate that a class is a service component.

    • Used to mark a class as a service component in Spring framework

    • Helps in auto-detection and auto-configuration of Spring beans

    • Facilitates dependency injection and inversion of control

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Here you are given a particular scenario and based on that you need to draw system diagram for same and explain them about why and what is needed.
  • Q2. Draw a system diagram for ecommers system to place an order and get order history for a particular customer
  • Ans. 

    System diagram for e-commerce order placement and history retrieval

    • Frontend: Customer interface for browsing products, adding to cart, and placing orders

    • Backend: Order processing system to handle order placement, payment processing, and order fulfillment

    • Database: Store customer information, order details, and order history for retrieval

    • APIs: Communication between frontend, backend, and database for seamless order proce...

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. This round is to check what kind of behavior you showcase in certain situations and what kind of challenges you face in current team structure
Round 5 - HR 

(1 Question)

  • Q1. This round again judges you on cultural fitment, where they check what do you currently do and what kind of challenges or conflicts you face in team structure.

Interview Preparation Tips

Topics to prepare for Publicis Sapient Senior Software Engineer 2 interview:
  • java
  • springboot
  • microservice
  • aws
  • db
  • design patterns
  • threading
  • rest principles
  • microservice architecture
  • security
  • scaling
  • OAuth
  • JWT
Interview preparation tips for other job seekers - Even though you clear technical rounds, you still bound to get rejected in Behavioral and Cultural fitment round. I was rejected in this round but didn't got any proper explanation as in what was the parameters on which the rejection was done

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are traits and how to use it in PHP ?
  • Ans. 

    Traits in PHP are a mechanism for code reuse in single inheritance languages.

    • Traits are a way to group functionality in a fine-grained and consistent way.

    • They allow developers to reuse sets of methods freely in several independent classes.

    • To use a trait in PHP, you use the 'use' keyword followed by the trait name.

    • Traits can be composed into a class using multiple 'use' statements.

    • Traits can also have abstract methods t...

  • Answered by AI
  • Q2. Basic question on core PHP and OOPs concepts?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Interview Questions about Java, Spring boot and other technical frameworks you worked on
  • Q2. Implement Binary search tree
  • Ans. 

    Binary search tree is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Start with a root node and insert new nodes by comparing values and traversing left or right accordingly.

    • Implement functions for insertion, deletion, search, and traversal (inorder, preorder, postorder).

    • Ensure the tree remains balanced to maintain efficient se

  • Answered by AI
  • Q3. How hash map works in java
  • Ans. 

    HashMap in Java is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap uses hashing to store key-value pairs in an array of linked lists.

    • It uses the hashCode() method of keys to determine the index where the value will be stored.

    • If two keys have the same hashCode, they are stored in the same linked list at that index.

    • HashMap allows null keys and values, but only on...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a service company and I attended the interview on 2015.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average to easy difficulty level.

Round 2 - Technical 

(3 Questions)

  • Q1. Java code of string manipulation
  • Q2. What is the Java code for various types of sorting algorithms?
  • Q3. Sql query and topics related to joins.
Round 3 - HR 

(4 Questions)

  • Q1. About yourself and family
  • Q2. What do you know about the company?
  • Q3. Can you provide examples of real-life scenarios where you handled conflicts with either a colleague or a manager?
  • Q4. What actions would you take if your manager does not approve your product idea, and how would you attempt to persuade them?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident; they will strive to comfort you despite any feelings of hesitation and nervousness. A foundational understanding of Java or C++, along with knowledge of data structures and algorithms (DSA), will be extremely advantageous. You should illustrate your potential contributions while also recognizing your limitations. Foster a positive atmosphere.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Basics of Sql Queries and Explain the Queries

Round 2 - Technical 

(3 Questions)

  • Q1. SCD types of in ETL
  • Q2. SQL Queries with some scenario based
  • Q3. What is mean by index
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Topics on electronics and C programming

Round 2 - Technical 

(4 Questions)

  • Q1. Questions on simple python programs and electronics basics
  • Q2. Question on simple linked list
  • Q3. Program for fibonacci seq
  • Ans. 

    Program to generate Fibonacci sequence

    • Start with two initial numbers, 0 and 1

    • Add the previous two numbers to get the next number in the sequence

    • Repeat this process to generate the Fibonacci sequence

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, ...

  • Answered by AI
  • Q4. Questions on mosfets
Round 3 - HR 

(1 Question)

  • Q1. Why you would like to join the company, and other questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience in the interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation

Nagarro Interview FAQs

How many rounds are there in Nagarro Senior Software Engineer 2 interview?
Nagarro interview process usually has 1-2 rounds. The most common rounds in the Nagarro interview process are Coding Test and Technical.

Tell us how to improve this page.

Nagarro Senior Software Engineer 2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Nagarro Senior Software Engineer 2 Salary
based on 10 salaries
₹17 L/yr - ₹44 L/yr
39% more than the average Senior Software Engineer 2 Salary in India
View more details

Nagarro Senior Software Engineer 2 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.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
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.8k salaries
unlock blur

₹14.8 L/yr - ₹43.2 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹6.2 L/yr - ₹29.8 L/yr

Software Engineer
941 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview