I applied online. The process took 2 months. I interviewed at Amazon (Seattle, WA) in Dec 2024
Interview
First part of the process is an Online assessment, includes 2 long technical questions, and then a couple of situational behavioural questions. Round 1 interview is on interview over zoom, it is a 1 hour long interview. Interviewer was nice and welcoming, they asked a medium leet code question. So just make sure to leet code a lot before the interview.
Interview questions [1]
Question 1
Coding Question: Given a string containing letters and digits, write a function that removes all numeric characters and returns only the letters.
I applied online. The process took 2 months. I interviewed at Amazon (Hyderabad) in Aug 2025
Interview
Prior to the round there was an initial screening after passing it there was an OA round in which there were 2 DSA questions which were of medium difficulty and after that there was an Amazon work style questiosn and behavioral question
I applied online. The process took 2 months. I interviewed at Amazon (Dublino, Dublino) in Sep 2024
Interview
The process started with an online assessment that had two coding tasks and a work-style section. After I passed that, I joined a virtual onsite with three interviews. Two rounds focused on data structures and algorithms. One round focused on behavioral questions tied to Amazon’s Leadership Principles. The coding rounds were strict about explaining the approach clearly. One of them included a variant of the Sudoku verification problem, which I struggled with under pressure.
Interview questions [1]
Question 1
They asked me to implement a function that checks whether a given Sudoku board is valid.