Nagarro Software interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Nagarro Software
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 7 days to revise
Topics: Data Structures, Java, OOPS, Kafka, REST API, Microservices, Spring Boot, Hibernate, SQL, Devops(Ci/Cd)
Tip
Tip

Tip 1 : Revise basic concepts of Data Structures and practice respective coding questions. 
Tip 2 : Prepare all the topics mentioned in your resume
Tip 3 : Do a small project or sop based on your resume

Application process
Where: Naukri
Eligibility: 3 yrs experience for which role I was called.
Resume Tip
Resume tip

Tip 1: Mention things in resume which you know and confident
Tip 2: 1-2 good projects or precious roles will be helpful

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date2 Jan 2022
Coding problem2

First assessment round was of 90 minutes on Mettl platform. It was online webcam enabled test with screen sharing.

1. Convert String

Easy
15m average time
85% success
0/40
Asked in companies
SAP LabsPayUThales

You are given a string 'STR'. You have to convert the first alphabet of each word in a string to UPPER CASE.

For example:

If the given string 'STR' = ”I am a student of the third year” so you have to transform this string to ”I Am A Student Of The Third Year"

Note:

'STR' will contains only space and alphabets both uppercase and lowercase. The words will be separated by space.
Problem approach

Simply traverse the string and first indentify it is java variable pattern or c++. Then simply convert from c++ to java and java to c++ variable. by using if else condition and string concepts it can be solved easily. 
Keep time complexity O(n) only

Try solving now

2. Find Character Case

Easy
9m average time
80% success
0/40
Asked in company
Nagarro Software

You are given a character ‘CH’ as input, return either 1, 0 or -1 according to the following rules:

1, if the character is an uppercase alphabet (A - Z).

0, if the character is a lowercase alphabet (a - z).

-1, if the character is not an alphabet.

For Example :
If ‘CH’ = ‘a’, then since it is a lowercase letter, your program should return 0.
Problem approach

Step 1 : sort the string using Collections in java
Step 2: used LinkedHashMap and stored keys as charactet name and value with their count
Steps 3: Print HashMap

Try solving now
02
Round
Medium
Video Call
Duration40 minutes
Interview date4 Jan 2022
Coding problem1

First technical round. Online cam enabled interview with face showing. Interviewer was calm and made me feel relax. 
Evening time

1. Java based questions

What is interface?

Problem approach

Tip 1: revise things mentioned in resume

03
Round
Medium
Video Call
Duration30 Minutes
Interview date6 Jan 2022
Coding problem1

Second technical round which test the in-depth knowledge of topics mentioned in resume. 
Others things were same as round 1

1. Technical questions

Questions on exception handling, rest api, multithreading, MICROSERVICES, Kafka and java and oops concepts

Problem approach

Tip 1:Prepare well the topics mentioned in resume

04
Round
Easy
HR Round
Duration15 minutee
Interview date7 Jan 2022
Coding problem1

15 minutes telephonic HR call to tell the results of previous rounds. 

1. Basic HR Questions

Salary negotiation + verification+ basic hr questions

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Nagarro Software
0 views
0 comments
0 upvotes
company logo
Trainee Technology
3 rounds | 6 problems
Interviewed by Nagarro Software
3763 views
0 comments
0 upvotes
company logo
Assistant System Engineer
4 rounds | 7 problems
Interviewed by Nagarro Software
971 views
0 comments
0 upvotes
company logo
Data Engineer
3 rounds | 5 problems
Interviewed by Nagarro Software
2973 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29891 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
9697 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6765 views
1 comments
0 upvotes