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.
I applied through college or university. I interviewed at Amazon (Neu-Delhi) in Aug 2020
Interview
There were 28 MCQs mostly based on stacks, queues, predict the output, Sorting, and Binary Trees and 2 coding questions. In total there were three rounds. First was the online test, then
a technical interview followed by HR round.
Interview questions [1]
Question 1
Given n strings in ‘a/b=0.5′,’ b/c=0.9’ format. Find the answer of q queries in ‘a/c’ format.