J'ai postulé en ligne. Le processus a pris 6 semaines. J'ai passé un entretien chez Meta (Tel Aviv) en déc. 2016
Entretien
The first interview started as a typical behavioral interview asking about my CV and graduation year. The technical interview after was a brief explanation about Facebook and a technical question on a shared online editor.
Questions d'entretien [1]
Question 1
Given an unsorted array of integers (e.g [1, -2, 4, 100]), write a method that checks if there is a triplet that sums to 0. You may use a number more than once. (e.g [-2, 1, 1] exists in said array and sums to 0, so true should be returned).