Candidatei-me online. O processo levou 3 dias. Fui entrevistado pela Amazon Web Services (Sydney) em abr. de 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.
Perguntas de entrevista [1]
Pergunta 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.
Fiz uma entrevista na empresa 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.
Candidatei-me online. Fui entrevistado pela Amazon Web Services (Seattle, WA) em mar. de 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.
Fiz uma entrevista na empresa 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.