Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon (New York, NY)
Colloquio
First of all, ask my tech background from my resume.
The project that I work on, the technology that I work on
Give me a technical question to solve.
After solving it, ask me to do some optimization.
Domande di colloquio [1]
Domanda 1
Problem: Given an array of numbers sorted in an ascending order, find the ceiling of a given number ‘key’.
The ceiling of the ‘key’ will be the smallest element in the given array greater than or equal to the ‘key’.
Write a function to return the index of the ceiling of the ‘key’. If there isn’t any ceiling return -1.
Ho sostenuto un colloquio presso Amazon (Seattle, WA)
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Domande di colloquio [1]
Domanda 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.
Domande di colloquio [1]
Domanda 1
They asked me to implement a tic-tac-toe game in HTML and vanilla JS.