J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Amazon en mai 2024
Aucune offre
Expérience positive
Entretien difficile
Candidature
J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Amazon (Seattle, WA) en févr. 2024
Entretien
A general interview, they offer relocation, they ask you for general knowledge and general english level, then they send you a technical exam, this exam not must use the browser, also your code should be efficient in memory and time.
A recruiter connected me via Linkedin and invite me for online assessment. There was two coding exam and first one was easy and second one was medium-hard. They were like LC questions but different story. So the story makes the questions harder to understand. Coding part was 90 mins. So then some leadership questions. It was like emails and instant messages simulations. Last part was what would you do if .... questions.
Questions d'entretien [1]
Question 1
2 LC questions but different stories,
1 email and IM simulation - 20 min
1 what would you do questions - around 20 mins
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Seattle, WA) en mars 2021
Entretien
The Amazon Online Assessment has three parts:
OA1: 7 simples functions to debug in C, C++, or Java in 20 minutes - Most errors are straightforward: subtraction instead of addition, missing bracket, inverse comparison...
OA2: 2 coding questions - LeetCode easy style.
OA3: Work simulation - You receive emails and messages from your coworkers who are asking for your opinion regarding project management and technical issues.
Questions d'entretien [1]
Question 1
Coding questions were focused on sorting. You could solve both fairly easily using the Python built-in Sort with custom 'key' lambda functions.