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

SDE - 1

Nagarro Software
upvote
share-icon
3 rounds | 8 Coding problems

Interview preparation journey

expand-icon
Journey
I have competitive programming experience that helps me in the interview .. The level of Interview and test is not that much hard. anyone with basics clear can easily crack it
Application story
I have competitive programming experience that helps me in the interview .. The level of Interview and test is not that much hard. anyone with basics clear can easily crack it
Why selected/rejected for the role?
i did not get selected because he asked some thing in deep in javascript that i did not know. so thats why i got rejected
Preparation
Duration: 3 Months
Topics: DSA , Aptitude, oops, networking, Operation system
Tip
Tip

Tip 1 : have 2 good project
Tip 2 : Prepare Cs fundamentals
Tip 3 : Prepare DSA

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

Tip 1 : atleast 2 good projects
Tip 2 : do not put false things

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date18 Aug 2022
Coding problem4

This round is the online test consisting of (Aptitude and Technical Questions) and will be conducted on the Mettl Platform. This will be an MCQ Based round and it will consist of a maximum of 40 questions with a time limit of 60 minutes. This round is divided into two sections Aptitude and Technical Section

1. MCQ Question

What is the main function of the command interpreter?
a) to provide the interface between the API and application program
b) to handle the files in the operating system
c) to get and execute the next user-specified command
d) none of the mentioned

2. MCQ Question

What is a database?
a) Organized collection of information that cannot be accessed, updated, and managed
b) Collection of data or information without organizing
c) Organized collection of data or information that can be accessed, updated, and managed
d) Organized collection of data that cannot be updated

3. MCQ Question

A complete graph can have

A - n2 spanning trees

B - nn - 2 spanning trees

C - nn + 1 spanning trees

D - nn spanning trees

4. MCQ Question

Which of the following uses memoization?

A - Greedy approach

B - Divide and conquer approach

C - Dynamic programming approach

D - None of the above!

02
Round
Medium
Online Coding Test
Duration180 Minutes
Interview date26 Aug 2022
Coding problem2

This round is an online coding test consisting of 5 Data Structures and Algorithm based coding questions

1. String Reverse

Easy
10m average time
90% success
0/40
Asked in companies
Housing.comNagarro SoftwareBirlasoft Ltd.

You are having a string ‘S’ containing ASCII characters.


You are required to reverse the input string.


Output the reverse of the string ‘S’.


Example :
S = “hello”

Explanation : 

The reverse of the string ‘S’ is “olleh”.
Try solving now

2. Merge Sort

Easy
15m average time
85% success
0/40
Asked in companies
BarclaysOracleHCL Technologies

Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm.

Example :

Merge Sort Algorithm -

Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

subsequence

The above illustrates shows how merge sort works.
Note :
It is compulsory to use the ‘Merge Sort’ algorithm.
Try solving now
03
Round
Easy
Video Call
Duration20 Minutes
Interview date17 Sep 2022
Coding problem2

This round is the Technical Interview Round. The interview duration will be of 1 hour and the questions will be asked on various topics related to the computer subjects and followed by 1 or 2 coding questions and SQL Query. This depends on the interviewer and what questions they will ask. But in general, the topics from which the questions will be asked are - Data Structures, Analysis of Algorithms, Computer Networks, Operating systems, Database Management systems, Object-Oriented Programming, Programming Language from resume (Preferred Java), coding questions, and SQL Query. This round will be conducted on Microsoft Teams.

1. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
Morgan StanleyDunzoOYO

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.


Example:
In the given linked list, there is a cycle, hence we return true.

Sample Example 1

Try solving now

2. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeSamsungIBM

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Try solving now

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
759 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