I applied through college or university. The process took 4 days. I interviewed at Amazon (Warangal) in Aug 2020
Interview
First OT consisting of four sections:-
Debugging the code
Coding Round 2 Questions
Personality Assessment
Aptitude Round (Easy) 25 mins.
After that two technical rounds and 1 HR round
Difficulty level of first tech round- Easy
Did not get select for for any further rounds.
I applied through a recruiter. The process took 4 weeks. I interviewed at Amazon (São Paulo, ) in Mar 2020
Interview
Recruiter contacted me via linkedin.
First interview was an online test. Second was a phone interview. Last was on site.
Good recruiters, gave lot of attention and tips.
All interviews had a LP before starting the technical questions. All asking some situation related to some LP.
Interview questions [1]
Question 1
Online: Min Heap and BFS
Phone: Questions on data structures and algorithm. No coding.
On site: Binary search, DFS, linked list question, object oriented question and system design
I applied through other source. The process took 3 weeks. I interviewed at Amazon (Gurgaon, Haryana) in Feb 2020
Interview
I was contacted on LinkedIn and had to attend an online test, clearing which the interview was scheduled. I was able to attend only two technical rounds. In 1st round I was stuck on a problem that required quick sort, and made 1 or 2 code errors on paper for the BFS/DFS question. 2nd round went all well, but I guess 1st round was the reason I didn't make it to the 3rd round.
Interview questions [4]
Question 1
Given 2 integer arrays with same elements in both of them but the arrangement can be different, sort the two arrays without comparing elements from the same array.
Given the start node of a tree, if a person standing at that node shouts it takes 1 sec to reach its adjacent nodes. On listening the shout, the persons standing at their node shout and so on. Return the minimum time for everyone to listen the shout.