Candidatei-me online. O processo levou 2 semanas. Fiz uma entrevista na empresa Amazon.
Entrevista
Position: Front-End Engineer (EU)
Stage: Hacker Rank online assessment
Time limit: 120 min
Type: coding mini-projects in an online IDE to pass all tests
Q1: Vendor Phone Directory. You have a markup for a form to add a contact [Name, Phone num, email], a search field input and a table of current contacts. Implement form submit feature with validation, [re]render a table, filter by phone number. Vanilla JS/CSS/HTML
Q2: Implement accordion from a given markup. Collapse/expand on click. Two modes: only single item expanded and multiple expanded at the same time. Vanilla JS/CSS/HTML
Perguntas de entrevista [1]
Pergunta 1
: Vendor Phone Directory. You have a markup for a form to add a contact [Name, Phone num, email], a search field input and a table of current contacts. Implement form submit feature with validation, [re]render a table, filter by phone number. Vanilla JS/CSS/HTML
Fiz uma entrevista na empresa Amazon (Seattle, WA).
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Perguntas de entrevista [1]
Pergunta 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.
Perguntas de entrevista [1]
Pergunta 1
They asked me to implement a tic-tac-toe game in HTML and vanilla JS.