I applied online. I interviewed at Amazon in Jul 2021
Interview
total of 3 assessments, code debugging questions, coding questions, and behavioral questions.
The first part consists of 7 questions for 20minutes, the Second part has 2 questions and the last part is the longest had around 20 questions
Interview questions [1]
Question 1
for the first part, it was pretty straightforward, a code was given and instead of adding the correct thing, it added something else to answer so just needed to fix small things like that.
In the second part, I got 2 questions and the first one is finding pairs of closed parenthesis, so if ()() this was given then return 2 if there are unclosed ones return -1.
The second question is to find the largest square when a matrix of 0and 1 are given.
I applied through college or university. The process took 2 days. I interviewed at Amazon (Bengaluru) in Sep 2020
Interview
The first round consists of coding section and general aptitude section and behavior section. The coding sections consists of two questions. The second round if selected consists of interview involving only coding questions.
It was good experience . I got asked DSA questions and project description . Interviewer was very friendly . She really did help provide hints to guide me to the correct answer . Question was pretty standard leetcode medium / hard .