Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 semana. Fui entrevistado pela Amazon (Thanjāvūr) em set. de 2020
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me online. Fui entrevistado pela Amazon (Calgary, AB) em jun. de 2026
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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