J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 6 jours. J'ai passé un entretien chez Meta (Seattle, WA) en févr. 2015
Entretien
On campus recruiting, followed by an onsite. The interview questions were generally pretty easy, and the interviewers generally were good with hints on how to optimize code. The process was extremely straightforward. Make sure you put code down on the whiteboard that is clean and readable.
Questions d'entretien [3]
Question 1
Print a linked list in reverse recursively and non-destructively.
Given a set of strings, return the smallest subset that contains prefixes for every string.
If the list is ['foo', 'foog', 'food', 'asdf'] return ['foo', 'asdf']