Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en Amazon Web Services (Sídney) en abr 2024
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.
Acudí a una entrevista en Amazon Web Services (Johannesburg)
Entrevista
The interview was quite technical. Leet code questions, 2 medium and 1 hard. Master your data structures and algorithms!!!! Study your complexity analysis also, optimise your solutions to the minimal runtime.
Me postulé en línea. Acudí a una entrevista en Amazon Web Services (Seattle, WA) en mar 2026
Entrevista
The first round was with the hiring manager. It started with about 20 minutes of behavioral questions, mainly about my experience with generative AI. Then I had a coding question about building a search system.
The second round was with a software engineer and a shadow interviewer. Similar to the first round, it started with about 20–25 minutes of behavioral questions, mainly about my experience handling conflict. Then I had a coding question about LRU cache.
Acudí a una entrevista en Amazon Web Services (Santa Monica, CA)
Entrevista
1) Online assesment -> 2) Interview: A short interview with an engineer. There was one tree question, one leet code medium, and a few behavioral questions (STAR method). One thing to note is that it took longer than they said it would between stages.