J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Amazon (Thanjāvūr) en sept. 2020
Entretien
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.
Questions d'entretien [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.
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Calgary, AB) en juin 2026
Entretien
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.
Questions d'entretien [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