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

AWS Cloud Support Associate

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: String,Array,List,Linked list,Stack,Queue,OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Focus on basic they will ask very basic question like in which memory a variable created
Tip 2 : Prepare your project at good level
Tip 3 : prepare above than basic sql and also good practice of live coding

Application process
Where: Referral
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Have some good projects at least 2
Tip 2 : Add only thing you know completely

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 Minutes
Interview date8 Jul 2021
Coding problem1

There was 2 rounds of online test in that one for your aptitude and reasoning.

1. Data Structure based Question

Which data structure allows deleting data elements from and inserting at rear?

02
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date9 Jul 2021
Coding problem1

This round is based on technical based question.

1. Puzzle

How do we measure forty-five minutes using two identical wires, each of which takes an hour to burn? We have matchsticks with us. The wires burn non-uniformly. So, for example, the two halves of wire might burn in 10 minutes and 50 minutes respectively

03
Round
Easy
Online Coding Test
Duration90 Minutes
Interview date10 Jul 2021
Coding problem2

This was a coding round which consist of 3 questions that has basic to medium level questions.

1. Maximum meetings

Easy
10m average time
90% success
0/40
Asked in companies
AmazonMicrosoftMakeMyTrip

You are given the schedule of 'N' meetings with their start time 'Start[i]' and end time 'End[i]'.


You have only 1 meeting room. So, you need to return the maximum number of meetings you can organize.


Note:
The start time of one chosen meeting can’t be equal to the end time of the other chosen meeting.


For example:
'N' = 3, Start = [1, 3, 6], End = [4, 8, 7].

You can organize a maximum of 2 meetings. Meeting number 1 from 1 to 4, Meeting number 3 from 6 to 7.
Problem approach

The first line contains an integer 'T' denoting the number of test cases or queries to be run. The first line of each test case or query contains a single integers 'N' denoting the number of meetings. The second line of each test case contains N single space-separated integers denoting the start time of N meetings respectively. The third line of each test case contains N single space-separated integers denoting the end time of N meetings respectively.

Try solving now

2. Merge k sorted lists

Hard
25m average time
65% success
0/120
Asked in companies
AmazonIntuitPayPal

Given 'k' sorted linked lists, each list is sorted in increasing order. You need to merge all these lists into one single sorted list. You need to return the head of the final linked list.


For example:
Input:
3
3
4 6 8
3
2 5 7 
2
1 9

Output:
1 2 4 5 6 7 8 9 

Explanation:
First list is: 4 -> 6 -> 8 -> NULL
Second list is: 2 -> 5 -> 7 -> NULL
Third list is: 1 -> 9 -> NULL
The final list would be: 1 -> 2 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9 -> NULL
Problem approach

The first line of input contains an integer 'T' denoting the number of queries or test cases. The first line of each test case consists of an integer 'K' denoting the number of lists. Next 'K' lines for each test case will have space separated integers and ith line will have elements of the ith linked list separated by a single space and terminated by -1.

Try solving now
04
Round
Medium
Video Call
Duration150 minutes
Interview date10 Aug 2021
Coding problem1

That was completely based on technical based questions.

1. Count Frequency

Easy
15m average time
85% success
0/40
Asked in companies
AmazonSprinklrHewlett Packard Enterprise

You are given a string 'S' of length 'N', you need to find the frequency of each of the characters from ‘a’ to ‘z’ in the given string.

Example :

Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
Problem approach

I had given him a ans in which he want me to optimize it and i had did it again.

Try solving now
05
Round
Easy
HR Round
Duration15 Minutes
Interview date13 Aug 2021
Coding problem1

That was a basic communication round.

1. Basic HR questions

What are your internships experiences and were they internships paid?

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
3764 views
0 comments
0 upvotes
company logo
Assistant System Engineer
4 rounds | 7 problems
Interviewed by Nagarro Software
972 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
AWS Cloud Support Associate
5 rounds | 8 problems
Interviewed by Amazon
1308 views
0 comments
0 upvotes
company logo
AWS Cloud Support Associate
3 rounds | 7 problems
Interviewed by Amazon
1954 views
1 comments
0 upvotes