Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso ZapLabs (Emeryville, CA) nel mese di feb 2017
Colloquio
Talked to them at a career fair, got a request for a video call interview with an Engineer about a week later. Video call went quite well in the . Was then contacted to do an onsite interview, with clear directions on how to get to the building. It did not seem like they were prepared to interview me as the room they set up for me was filled by another group. Was interviewed by 2 engineers and asked java questions and 2-3 algorithm questions. Did not get an offer at the end, but the experience was pretty good.
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso ZapLabs nel mese di mar 2017
Colloquio
First round was a skype interview coding challenge where the interviewer asked two questions. Next round was in person where there were 4 rounds 30 mins each and 9 people total took the interview.
Domande di colloquio [1]
Domanda 1
First question on skype was to solve a string with duplicate numbers. They look for optimized solution so don't use 2 for loops, instead use hashset.
Second question on skype was to solve a fibonacciSeries.
In person interview: They asked design question to design a shopping list app with writing REST API's and DB schema.
Then they asked to solve two-sum algorithm