I applied through an employee referral. I interviewed at Amazon (Seattle, WA) in Feb 2021
Interview
3 Online assessments: Debugging, Coding, Work Simulation
1 virtual interview: behavioral and technical
Virtual interview: Starts with a few behavioral questions, about 10 minutes, then the next 35 minutes are for technical question and follow-up question.
Interview questions [1]
Question 1
Leetcode easy level question. Brute force is O(n^2), less optimal: O(n log n), most optimal: O(n)