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

SDE - 1

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

Interview preparation journey

expand-icon
Journey
Hello guys, My name is Akash Deep Vishwakarma. I completed my Btech in Computer Science and Engineering from Tier 3 college in my city. When I was in my first year I didn't know about coding. When I was in my second year I learned that Java is widely used in the IT sector in almost all companies and we can do both competitive programming and Android development through Java. That's why started to learn Java in my second year during the lockdown. I studied all the things from YouTube and books. During my second year and third, I completed core Java and built some projects. In the third year, I started practicing DSA and CP through Java only and built some apps on Android using Java.
Application story
From the TPO portal of our college, I got the link for the application of Nagarro. I applied through that link. After that, we got the link to the online problem-solving contest. In which we have to solve at least 2 out of 3 questions for the selection. I solved all the questions. After that, I got the link for an interview after a week. And after clearing the interview I got the offer letter.
Why selected/rejected for the role?
I think I got selected because I have experience in Java and Kotlin, and I already built 2 apps in Android. My final year project is also based on Android using Kotlin and Java. So, the interviewer asked me many questions related to Android Development. I answered all the questions. So I think I got selected.
Preparation
Duration: 3 Months
Topics: Java, Android Development, Data Structures, Algorithms, SQL, DBMS, OS
Tip
Tip

Tip 1: Build at least 3 projects
Tip 2: Prepare core subjects
Tip 3: Start solving coding problems

Application process
Where: Campus
Eligibility: B.tech
Resume Tip
Resume tip

Tip 1: Prepare ATS friendly resume
Tip 2: Add at least 3 projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration2 Hours
Interview date10 Jul 2022
Coding problem3

1. Frequency In A Sorted Array

Easy
15m average time
85% success
0/40
Asked in companies
SprinklrOlaUrban Company (UrbanClap)

You are given a sorted array 'ARR' and a number 'X'. Your task is to count the number of occurrences of 'X' in 'ARR'.

Note :
1. If 'X' is not found in the array, return 0.
2. The given array is sorted in non-decreasing order.
Try solving now

2. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Deutsche BankIBMSalesforce

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Try solving now

3. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
Expedia GroupWalmartHCL Technologies

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date6 Aug 2023
Coding problem1

Asked about all the projects, core subjects like OS, CN, DBMS, SQL, Data structures, and Algorithms

1. DBMS Questions

1. Asked questions on SQL queries
2. Types of database

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 | 8 problems
Interviewed by Nagarro Software
982 views
0 comments
0 upvotes
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
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