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

SDE - 1

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

Interview preparation journey

expand-icon
Journey
This is an on-campus placement opportunity in which we applied for Nagarro for the Gurgaon location. There are three steps: the first is an application form, the second is a coding round, and the last is the interview process.
Application story
We applied for Nagarro on campus. We filled out an application form, and then there was a coding round the next day. After clearing the coding round, there was a technical and HR round lasting a maximum of 30 minutes.
Why selected/rejected for the role?
I was rejected because of my lack of communication skills; I had less time to prepare for the interview due to my ongoing university examination, so I was rejected. After that, I started preparing again for other good multinational companies and successfully cracked many of them.
Preparation
Duration: 3 month
Topics: C++, Object Oriented programming, Data structure, Amazon Web Services, Database Management System
Tip
Tip

Tip 1: First, go through all the data structures.
Tip 2: Then, prepare the OOP concepts and DBMS.

Application process
Where: Campus
Eligibility: 60% throughout.
Resume Tip
Resume tip

Tip 1: At least one project in development.
Tip 2: At least one programming language.

Interview rounds

01
Round
Medium
Online Coding Test
Duration90 minutes
Interview date22 Sep 2022
Coding problem2

There are coding questions, the first two of which are of easy and medium levels based on arrays and strings, while the third question is of a hard level based on dynamic programming and graphs. All questions are from data structures.

1. Longest Increasing Subsequence

Moderate
30m average time
65% success
0/80
Asked in companies
IBMVisaOYO

For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order.

Strictly Increasing Sequence is when each term in the sequence is larger than the preceding term.

For example:
[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
Try solving now

2. Sorting Characters By Frequency

Moderate
25m average time
75% success
0/80
Asked in companies
Info Edge India (Naukri.com)AdobeUber

You have been given a string ‘S’.


You must return the string ‘S’ sorted in decreasing order based on the frequency of characters.

If there are multiple answers, return any of them.


Example :
Let 'S'= “abAb”. 

Here the characters ‘a’ and ‘A’ have frequency 1 and character ‘b’ has frequency ‘2’.  

Therefore the sorted string is “bbAa”. 
Try solving now
02
Round
Medium
Face to Face
Duration45 minutes
Interview date25 Sep 2022
Coding problem3

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
WalmartHCL TechnologiesInfo Edge India (Naukri.com)

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Try solving now

2. OOPS Question

Explain four pillars of oops. (Learn)

3. DBMS Question

Difference between truncate and drop. (Learn)

Problem approach

In SQL, the DROP command removes the entire database, table indexes, data, and more, whereas the TRUNCATE command is used to remove all the rows from a table.

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
SDE - 1
3 rounds | 7 problems
Interviewed by Nagarro Software
937 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Nagarro Software
1222 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Nagarro Software
758 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes