Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en ThousandEyes (San Francisco, CA) en oct 2017
Entrevista
I was reached by a recruited, then asked to implement a home exercise. Then I was invited for an inhouse which consisted of 3 parts:
- 1h: Pair programming on a couple of problems
- 1h: Pair programming on changes to the home exercise code
- 1h: Algorithmic question
Overall all the communication was very professional, the interviewers were very polite and warm and the office is actually really cool (they have a super-hero culture with each team member selecting a hero, and with super hero theme items all over the office)
Preguntas de entrevista [4]
Pregunta 1
Home assignment: Render vehicle positions on SVG map in real-time
Implement a function to return all permutations of an array of arrays:
ie input: [[a,b,c], [d,e,f], [g,h,i]] should return permutations
adg
adh
adi
aeg
aeh
...