Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Amazon (Clichy) nel mese di dic 2023
Colloquio
The Amazon internship interview consisted of two rounds:
Technical Round
The first round focused on basic technical skills. It included SQL questions, a very simple Python exercise, and one data manipulation question using pandas.
Difficulty was moderate — nothing too advanced, but you do need to know SQL functions like JOIN, GROUP BY, RANK, and UNION.
Behavioral Round
The second round focused on Amazon’s Leadership Principles.
The interviewer asked for real-life examples where I had either applied or could have better applied these principles.
Key advice: Prepare specific examples from your academic or personal life in advance for principles like Customer Obsession, Bias for Action, or Learn and Be Curious. First part -> easy. Behavioural could seem easy but actually many friends of mine are rejected. Important to be precise in application of those principles,
Domande di colloquio [7]
Domanda 1
1. Select all distinct pet names from multiple tables
🔹 7. FizzBuzz (Python)
Question (reconstructed):
Write a simple FizzBuzz function:
Print "FizzBuzz" if divisible by 3 and 5
"Fizz" if divisible by 3
"Buzz" if divisible by 5
IMPORTANT. Here how you think about efficiency is tested as well. Check for both first, then check for 3, then for 5. Both because well logically you need that. After for 3 and not for 5 for optimization (less checks overall as more number are divisible per 3 so you never go on the divisible per 5 check.)
Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Amazon (Lussemburgo) nel mese di dic 2025
Colloquio
An overall very smooth interview process with main focus on behavioral questions & Leadership Principles, and some focus on SQL. 1 technical interview on sql with 2 questions, 2 behavioral interviews on LPs with a lot of questions
Domande di colloquio [1]
Domanda 1
Technical: Classical e-commerce schema - 2 straightforward sql questions. For example, find # of products sold for each department.
Behavioral: Tell me about a time you failed. Tell me about your most challenging project so far. Tell me about a time you had to step up for a colleague even though you weren't supposed to. And a lot of follow ups, to discover if your stories are actually valid
I had two one-hour Amazon interviews: one focused on SQL problem-solving and technical data manipulation, and the other a case study evaluating my analytical thinking, business reasoning, and ability to derive insights from real-world scenarios.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso Amazon (Los Angeles, CA) nel mese di ott 2025
Colloquio
Relatively easy interview process - two back to back 1 hr interviews, both started with an tell me about yourself, then talking about one of my experiences. first interview after the initial went into SQL, one easy SQL one medium SQL, know window functions. Then was asked two Amazon LP questions. Second interview asked several LP behavioral questions, then a case study testing how you would define key KPIs.
Domande di colloquio [1]
Domanda 1
Tell me about a time you went above and beyond for a customer.
Tell me about a time in which you had to learn a new technology.