I applied online. The process took 3 months. I interviewed at Amazon Web Services (Berlijn) in Aug 2021
Interview
There were three 1 hour interviews, with engineers or engineering managers each. The interview was 30 mins of technical competency questions and 30 mins of work-ethic and work-culture suitability (also asking for past experiences of working through a tough situation).
Interview questions [1]
Question 1
How would you deal with workplace issues like a project running behind schedule, or a coworker not being able to figure out a solution to a problem.
It was okay. Took the whole day but they really communicated everything WELL. It was a design question, coding problems after coding problems then the merge sort or tree traversal question.
I interviewed at Amazon Web Services (Seattle, WA)
Interview
It tested highly on system design, understanding of infrastructure, distributed systems, and data structures and algorithms. Make sure to study LeetCode and make sure you know your system design. Thanks so much.
Interview questions [1]
Question 1
LeetCode question about arrays and hashing (medium - hard)
I interviewed at Amazon Web Services (Dublin, Dublin)
Interview
Behavioral questions, asked to tell about how team disagree with me and we handled that. After that coding question: Balanced brackets. Given stream of chars, tell whether it is balanced or not (each opened bracket should be closed). As follow up, asked how to extend code to support other symbols.