J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Meta (San Francisco, CA) en déc. 2016
Entretien
Met a recruiter at the Swift Summit in San Francisco. I then had a 45 min phone call with the recruiter and then a 45 min technical phone screen in which I coded on a screen sharing IDE. I did not move on to an on-site interview.
Questions d'entretien [2]
Question 1
Return the head node of the singly linked list with each pair of nodes swapped. If there is a last odd node leave it in place.
Example:
Input: 1 -> 2 -> 3 -> 4 -> 5
Output: 2 -> 1 -> 4 -> 3 -> 5
Take in an Int array and move all the zeroes to the end in place. It doesn’t matter how the non-zero numbers are ordered. Preferably as efficient and as space efficient as possible.
Example:
Input : [ 3, 0, 2, 0, 0, 4, 1, 0 ]
Accepted Output: [ 4, 2, 3, 1, 0, 0, 0, 0 ]
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)