Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 2 semanas. Acudí a una entrevista en Amazon (Bengaluru) en dic 2024
Entrevista
Round 1-Coding test online
Round 2- Technical interview
Round 3- Behavioural and HR
It was an on campus opportunity and i made it up to round 2 .
In Round 1 there were 2 coding questions related to the role i applied.
In Round 2 the interviewer asked about myself,projects and some Data structures and algorithms questions related to Trees+Dynamic Programming problem .I gave the optimal solution and clearly stated my approach to solve but couldn't code completely as it required logics of backtracking and DP .It was an hour long.
The process was standard for a front-end role. It began with an initial recruiter screening followed by a technical phone interview focused on JavaScript fundamentals. Afterward, there was a virtual onsite consisting of three rounds: a live coding challenge (DSA), a specialized React/system design round, and a final behavioral culture-fit discussion with the engineering manager.
Preguntas de entrevista [1]
Pregunta 1
Can you explain the difference between the Task (Macrotask) Queue and the Microtask Queue in the JavaScript Event Loop? Specifically, how does the browser prioritize Promise resolutions over scheduled callbacks from a setTimeout function, and what impact does this have on UI rendering performance?
First part was general questions about my past work, the projects I’ve done, and my overall experience.
The second part was a 30-minute technical assessment done through a link they provided.
Preguntas de entrevista [1]
Pregunta 1
General questions about my past work, the projects I’ve done, and my overall experience.
The interview process was an initial online assessment, a phone interview, and then a super round interview, with 3 interviews in one day. The problems weren't the most complicated, but the superround was challenging because the interviews are back to back.
Preguntas de entrevista [1]
Pregunta 1
They asked me to implement a tic-tac-toe game in HTML and vanilla JS.