J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Amazon (Hyderâbâd) en avr. 2022
Entretien
This experience is from 2022. I had an online assessment with two easy-level problems and two questions that asked me to explain my approach of each question. This was fairly straightforward, and I was able to move on to the next stage of interviews.
I had two technical interviews, each 45 minutes long, and I was supposed to have a bar raiser round afterward. Both technical interviews included questions about my resume and one coding question each. The interviews were engaging — I explained my approach as I worked through the problems, and the interviewers guided me when needed. I was able to solve both questions successfully.
Afterward, I was asked to schedule the bar raiser round, but hiring freeze started, and I never got the chance to complete it. I followed up for a couple of months, and my application status remained “under consideration.” After six months, the status changed to “no longer under consideration.”
Questions d'entretien [1]
Question 1
They asked me to traverse a binary search tree (BST) and print the nodes level by level, with each level’s nodes connected using -> and ending with null. For example, given the tree:
a
/ \
b c
/ \ / \
d e f g
Output:
a -> null
b -> c -> null
d -> e -> f -> g -> null
I received an Online Assessment (OA) invitation from Amazon. The assessment consisted of two coding questions of medium to hard difficulty, focusing on data structures, algorithms, and problem-solving skills. The questions required efficient solutions with optimized time and space complexity. After the OA, shortlisted candidates typically proceed to one or more technical interview rounds covering coding, system design, and behavioral questions based on Amazon's Leadership Principles.
J'ai passé un entretien chez Amazon (Delhi Cantonment)
Entretien
Applied online via career site, received OA link within 2 days and cleared it, Round 1- DSA, Round-2 DSA, Round 3- System Design, Round 4- Mixed Technical Discussion and Behavioral.
Questions d'entretien [1]
Question 1
Number of Islands (LC 200 - Medium): You are heavily advised to know how to traverse connected components using a 2D grid.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Amazon (Patiala) en juin 2026
Entretien
Amazing process, was asked 2 dsa questions then hashmap internals and then basic introduction in dsa question i was given hints too, ovrall a great experience, will recommend everyone in the house