Candidatei-me por meio de recrutador(a). O processo levou 3 semanas. Fui entrevistado pela Stackline (Seattle, WA) em jul. de 2024
Entrevista
Had recruiter phone screen with a react take home assignment and then two rounds of online technical interviews and one onsite in which there were three rounds, two technical, and one meeting with the team manager. Everyone in the interviews was friendly.
Given an array of menus, build a list of menu item which includes the title and any submenu if there is any. Lastly, create two button next to menu item that allows user to reorder it up or down within its list.
Given a list of integers to be consumed, write a method that can return the minimum value consumed so far. Then a removedLastConsumed method that removes the last consumed and an add method that can add to the consumed while still returning the correct minimum value.