J'ai postulé via un recruteur. Le processus a pris 2 mois. J'ai passé un entretien chez Meta (Menlo Park, CA) en janv. 2015
Entretien
Initial screening over Skype (5 multiple choice questions) by recruitment officer.
Two Skype interviews writing code in Coderpad.
Onsite interview constisted of four more sessions, mostly of them writing code on a whiteboard, one "culture fit" and one design interview.
Everyone was friendly and knowledgable, the entire process was stress free and actually a bit of fun.
I wrote a LOT of code during these interviews, doing two or three exercises per interview. If I had to do it over I would code more slowly so as to avoid having to do so many.
Questions d'entretien [1]
Question 1
Given nested arrays, write an enumerator class such that next() returns the elements in sequential order, e.g.:
[1,[4,3],6,[5,[1,0]]] -> 1, 4, 3, 6, 5, 1, 0
also implement allObjects for this class
Pretty standard interview process for FAANG/MANGA companies. Initial call with a recruiter, preliminary coding interview, on-site that spanned two days (because I asked) and a follow-up interview. The on-site interview consisted of 3 coding interviews, 1 behavioral, and 1 system design interview.
Questions d'entretien [1]
Question 1
Basic non dynamic programming leet code questions, that had an iOS bent to them.
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Meta (Cupertino, CA)
Entretien
Interview process was smooth, it took one week from recruiter screening to technical screening. During the technical screening was asked two problems. Had a positive experience with the interviewer & the recruiter
Questions d'entretien [1]
Question 1
1) create a multi-set that implements a given protocol with add, remove & count methods.
2) leet code string compression
J'ai postulé via la recommandation d'un employé. Le processus a pris 3 mois. J'ai passé un entretien chez Meta en nov. 2022
Entretien
4 sets of interviews:
1. 2 Leetcode questions, one medium, one hard
2. System design (How would you implement the landing screen of IGDMs?)
3. 2 algorithms (But were structured as real iOS scenarios)
4. Personality interview (Talk about a conflict you had at work and how you resolved)