Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en ZapLabs (Emeryville, CA) en feb 2017
Entrevista
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.
Me postulé a través de un reclutador. Acudí a una entrevista en ZapLabs en mar 2017
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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