Had to do Hackerrank online assessment as the first stage. Then phone interview as second stage they asked one general behavioural question and then the rest was live coding interview. Final round was two live coding interviews.
I applied online. The process took 3 days. I interviewed at Amazon Web Services (Sydney) in Apr 2024
Interview
The online assessment consistent of two hackerrank questions - the first question was relatively easy, the second was more challenging. Just prepare leetcode or hackerrank medium and you should be fine.
Interview questions [1]
Question 1
Basically there's a list of servers that make a particular number of requests each, and also each have a health. The aim is kill all the servers with a certain damage value per hit. Each hit the requests of all the currently running servers are run. Find minimum requests to kill all servers. So say requests array is: [3, 4, 7] and health array: [3, 4, 7] and k (damage) = 3.
So you have to see the optimal order of which servers to kill first.
I applied online. The process took 2 months. I interviewed at Amazon Web Services (Herndon, VA) in Oct 2022
Interview
1 interview which was part behavioral and part technical. Study up on data structures and algorithms and the leadership principles to do well. Overall, not a bad experience. Good luck.
Interview questions [1]
Question 1
How did you go above and beyond in a job or project?