Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Amazon (Hyderabad) en abr 2022
Entrevista
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.”
Preguntas de entrevista [1]
Pregunta 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
Interview involved one screening OA and one final day, 3 back to back interviews, one technical, one behavioral and one mix. Focused on leader ship principles and DSA and algo
Good and better interview so far its worth giving a try rather than not. Good interviewer pleasant speaking and comfortable so far its worth giving a try rather than not good interviewer pleasant speaking and good
The process began with an Online Assessment (OA) featuring two coding challenges and a work style simulation. This was followed by a technical phone screen. The final round consisted of 4–5 virtual onsite interviews covering Data Structures & Algorithms, System Design, and a heavy emphasis on Amazon's Leadership Principles.
Preguntas de entrevista [1]
Pregunta 1
Design a top-K leaderboard system for a massive multiplayer online game