I applied through college or university. The process took 1 week. I interviewed at Amazon (Thanjāvūr) in Sep 2020
Interview
Firstly there was an online test,and people shortlisted in that should go through 2 technical interviews provided 1st technical interview is cleared.I cleared the online test consisiting of aptitude,debugging and coding questions(two problems).And in my 1st technical inteview ,
Questions related to coding on topics like Graph applications,Linked list where asked.They test only your problem solving skills and your strength in Datastructures and Algorithms.
I failed to clear the interview.
Interview questions [1]
Question 1
1. Find minimum dice throws required to go from source to destination in a snake ladder game..
2. Take a linked list for example
1->2->3->4->5->6 and rearrange it to 1->6->2->5->3->4
It started with an OA, and then after a few weeks, I got invited to four rounds of interviews: technical and behavioral at 3 of the 4, and behavioral only at one.
I applied online. I interviewed at Amazon (Calgary, AB) in Jun 2026
Interview
Online Assessment is the first step in the process. I didn’t have an HR phone screening and went straight to the OA after applying. It was sent to me about a week after I submitted my application.
Interview questions [1]
Question 1
The first question is LeetCode style algorithms question, and the second question gives a full stack repo (choice of Java, NodeJS, or Django) and asks to solve a backend issue which is causing a bug in the frontend. Unit tests must pass to pass the second question. You can run both backend/frontend indivdually or together