I applied through university. The process took 2 days. I interviewed at Amazon (Bengaluru) in Oct 2016
Interview
I had three rounds of interviews, all technical. The first was a online programming exam with a couple of questions from CS Theory (DB, OS) and two in-person interview, with the second interview considerably more difficult than the first.
Interview questions [1]
Question 1
1) Given a string, return another string after removing all duplicates except the last one. Example : abcadba should return cdba
2) Print a matrix in a particular pattern (spiral)
3) A pattern matching question based on Tries
4) A DP question.
Round 1: OA (Leetcode + behavioral)
Round 2: 1hr Zoom (Leetcode + behavioral)
The interviewer looked very disinterested and bored, like he did not want to be there at all.
Interview questions [1]
Question 1
Tree based Leetcode quesiton, probably easy or medium.
I applied in-person. I interviewed at Amazon (Seattle, WA) in Jun 2026
Interview
Alright process one technical and one one technical as well worth behavioral at end on each sides. will drill you on the project you talk about so be prepared as such
Interview questions [1]
Question 1
Tell me about a project on your resume? How did you implement Ai
The first step is an online assessment. The questions were not that difficult with leetcode practice. There were two leetcode medium style questions. The next step is an interview invitation.
Interview questions [1]
Question 1
They asked a leetcode medium level question involving hash maps