J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Amazon (Coimbatore) en janv. 2016
Entretien
the first round was hosted on hackerrank which had 20 mcqs and 2 programming questions. The mcqs were based on data strutures and programming questions were simple but logical. the second round was phone screening and two questions were asked. one on bst and another on linked list
Questions d'entretien [2]
Question 1
given a bst, replace each node with sum of itself and the nodes with value greater than the current node
given a lined list seperate the even and odd elements in the list preserving the order of its occurance.
eg: 1 -> 2 -> 3-> 4
the expected output is 1 -> 3 -> 2-> 4
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Vancouver, BC) en avr. 2026
Entretien
They reached out with questions in an email after I applied. Applying early helps, I applied on the first day w/o a referral.
1 hour interview behavioural + technical. It was about 20 mins for 1 behavioural question, and 40 mins on the technical.
Technical question was Reorganize String from lc. I took too long on it unfortunately.
Questions d'entretien [1]
Question 1
Behavioral Question: tell me about a time you failed. + some followups on the project i talked about. (roadmap + planning)
J'ai postulé en ligne. J'ai passé un entretien chez Amazon (Seattle, WA) en févr. 2025
Entretien
Behavorial OA -> ~2 weeks till followup & scheduling for first loop -> Phone Screen (hour long interview, 15min behavioral & 45min for a LC Easy-Medium problem) -> ~few days for followup & scheduling final loop -> Final Interview Block (3 45 min interviews with a 15 min break in between (in total a 3hr block), LC Easy->Medium plus a system design question) -> ~few days till offer!
Questions d'entretien [1]
Question 1
(Coding) In total, 4 questions with a difficulty of a LC Easy to Medium. Also be prepared for the situational STAR questions that they ask!
J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Amazon (Haïfa) en févr. 2022
Entretien
1.5 hours, interviewer started with a brief introduction on AWS and on annapurna labs and then asked me about my experience and studies then gave me a C ADT question
Questions d'entretien [1]
Question 1
the question was in C, givem a memory segment represented by struct( struct has a memory pointer and a size integer), and a copy function that needed to be implemented..the struct was a memory segment and they wanted me to implement a function that copies an array of memory segments to another array of memory segments (array and memory segment lengths are not the same in dst and src)