I applied online. The process took 1 week. I interviewed at Amazon (New York, NY) in Feb 2022
Interview
Online interview that was done through hackerrank. There were 2 questions, the first very easy, the second was a top K subset sum problem, which I was not able to solve. Didn't hear back.
I applied through a recruiter. I interviewed at Amazon
Interview
First was a leetcode style OA. Then after that was a phone interview, didn't go after the phone interview even though I solved the problems optimally. Interviewer tried to dispell Amazon myths (lol).
1 Coding Test - 1 section with 2 DSA questions and 3 sections with behavioral and leadership based questions.
4 Interviews
Machine Coding Round - LLD question on coding a system
DSA round - 1 medium level question
HM round - HLD question
Bar Raiser Round - Questions on previous projects and 1 DSA question
Interview questions [1]
Question 1
1. Design and a code a chess game application.
2.Given 2-D matrix of characters and a dictionary of string S. You can start at any cell in the matrix and end at any cell and you can move in all the 8 directions from a cell. Find the strings that you can construct from the matrix, which are present in the dictionary.
3. HLD - Design a stock ticker
4. Given a tree and two nodes, check if the two nodes lie in the same path from the root to a leaf.