Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Amazon (Thanjāvūr) nel mese di set 2020
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon (Calgary, AB) nel mese di giu 2026
Colloquio
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.
Domande di colloquio [1]
Domanda 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