I applied online. The process took 6 months. I interviewed at Amazon Web Services (Berlin) in Nov 2025
Interview
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.
Positive experience
Difficult interview
Application
I applied through an employee referral. I interviewed at Amazon Web Services (Haifa) in Jul 2025
Interview
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.
Interview questions [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.