Envié una solicitud electrónica. El proceso duró 6 meses. Acudí a una entrevista en Amazon Web Services (Berlín) en nov 2025
Entrevista
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.
Experiencia positiva
Entrevista difícil
Solicitud
Solicité el puesto a través de la recomendación de un empleado. Acudí a una entrevista en Amazon Web Services (Haifa) en jul 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.