Open In App

Amazon Interview Experience 9 For SDE-1

Previous Position – Software Engineer II

Previous Organisation – Sabre



Location – Bengaluru, India

Years of Experience – 1.5 years of Experience



The recruiter reached out via email with the job description (JD) and I responded positively.

I received the test link for the Online Assessment (OA).

Online Assessment(OA) :

Problems were manipulated a little in the form of a story but got deduced to the following-

Problem 1 (LC- Medium): https://leetcode.com/problems/k-closest-points-to-origin/description/

Problem 2 (LC – Hard):

Sample Input :

[1, 0, 0],

[1, 0, 0],

[1, 9, 1]]

Sample Output :

3

I was able to solve both problems with all test cases passed.

Telephonic Conversation with HR (5-10 mins)

The Amazon recruiter informed me that I had cleared the OA round and would like to proceed ahead for a virtual interview. She said the interview process will consist of 2 Technical Rounds of 1 hour each:

I received the Amazon Chime invite. Both rounds were scheduled for the same day.

Technical Round-1(DSA) : (1 hr)

We started with our introductions. The interviewer, an SDE-2 at Amazon with 7 years of experience, explained the interview process, which would consist of 2 DSA problems for 45 minutes each, with the remaining time dedicated to behavioural questions.

He shared a live code link to solve the problems.

DSA Problem 1 (LC- Medium): https://leetcode.com/problems/asteroid-collision/description/

The platform was an online code editor. He was interested in logic first, and then the implementation of the code in any language of choice.

DSA Problem 2 (LC- Medium) : https://leetcode.com/problems/coin-change/description/

Lastly, we discussed some behavioural and situation-based questions:

By then, we were done with the interview. He asked if I had any questions for him.

Feedback: Positive. The interviewer was supportive and gave ample time to think about the solution. We discussed the corner cases in detail.

Technical Round-2 (DSA) : (1 hr)

We started with our introductions. The interviewer, an SDE at Amazon with 5 years of experience, went straight to problem-solving.

He shared a live code link to solve the problems.

DSA Problem 1 (DP): The problem was story-based. You are an Amazon delivery guy who needs to deliver parcels to buildings painted in different colours. Your task is to reach the end of the buildings in the minimum number of steps.

You are allowed to have the following operations standing on the ITH building:

Eg. Input : [ 1 0 0 2 1 3 ] (Starting from 0th index -> 4th index -> last index)

Output : 2

DSA Problem 2 (Graph) :

There are a few projects in Amazon which have dependencies on another project.

E.g.

a -> b

a -> c

c -> d

Input : [(a,b), (a,c), (c,d)]

Output : d -> c -> b -> a

Find the correct order of execution of the projects.

He said that he would need to conclude the interview as I wouldn’t be able to complete it on time.

Feedback: Negative. Could not come up with a solution to any of the problems.

Tip: I was not very well prepared with graphs and DP-based problems. Try to focus more on these areas while preparing for Amazon.

Verdict: Haven’t received any call yet, but considering the performance in the last round, it’s a REJECT.

Article Tags :