J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez ThousandEyes (San Francisco, CA) en oct. 2017
Entretien
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)
Questions d'entretien [4]
Question 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
...