J'ai postulé en ligne. Le processus a pris 6 mois. J'ai passé un entretien chez Amazon Web Services (Berlin) en nov. 2025
Entretien
First you get an online assessment where you solve some easy Leetcode problems.
Then you only get one 60 minute interview, half behavioral, half Leetcode (medium). They ask you about leadership principles in the behavioral part.
Expérience positive
Entretien difficile
Candidature
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Amazon Web Services (Haïfa) en juill. 2025
Entretien
I received a home assignment that included two LeetCode-style coding questions, and I had 70 minutes to complete them. After submitting my solutions, I was asked to complete a set of personality and behavioral questions as part of the screening process. The instructions were clear, and the experience overall was organized and professional.
Questions d'entretien [1]
Question 1
I was asked to solve a coding problem involving regular expressions. The question described a simplified regex format using uppercase letters and square brackets (e.g., [ABC]) representing character choices. I had to generate the longest valid regex that matches two given strings but not a third one. The problem required understanding of character sets, string matching, and constraints like uniqueness and balanced brackets.