The process took 2 days. I interviewed at Amazon (Bengaluru)
Interview
Very thorough. Interviewer did not waste time in introductions and non-technical stuff. Directly started with technical questions. They gave hints when I got stuck. Did not disturb during thinking process. They wanted to know the conceptual solution first.
Interview questions [1]
Question 1
Leetcode questions. Both medium. One binary search based and one tree based.
I applied through college or university. I interviewed at Amazon (Bengaluru)
Interview
First round online aptitude & personality test
How you many situations in company and your activities
Second round technical interview
In this round they ask to slove some graph related problems
And one queue sorting program
Interview questions [1]
Question 1
They ask to just explain my project and ask some programs in data structures and algorithms
I applied online. The process took 4 weeks. I interviewed at Amazon (Londres, Inglaterra) in Mar 2020
Interview
2 rounds of relatively straightforward coding tests, followed by an in-person interview. The in-person interview had one hour technical component, where I was given only a single question, and it was followed by around an hour with HR, presenting the company values.
Interview questions [1]
Question 1
You want to load a page, that has many components with some needing to be loaded before the others. How would you decide which order you should load? Write pseudocode. What is the complexity of your solution?