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.
Perguntas de entrevista [1]
Pergunta 1
Basic non dynamic programming leet code questions, that had an iOS bent to them.
Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela Meta em out. de 2013
Entrevista
Contacted by recruited and setup an initial phone screening which consisted of resume questions and three multiple choice iOS questions. The next phase was an hour long technical phone interview which can be done in person or over the phone, I chose phone. I enjoyed talking to the FB engineer and thought it was a positive experience even though I did not advance to the third leg of the interview process.
Perguntas de entrevista [1]
Pergunta 1
- Given an array, remove the duplicates and return a unique array keeping the first occurrence of the duplicates and the order.
[@2, @1, @3, @1, @2] --> [@2, @1, @3]
- how would you implement call for canceling queued blocks with dispatch_after?
Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fiz uma entrevista na empresa Meta (Cupertino, CA).
Entrevista
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
Perguntas de entrevista [1]
Pergunta 1
1) create a multi-set that implements a given protocol with add, remove & count methods.
2) leet code string compression
Candidatei-me por indicação de um funcionário. O processo levou 3 meses. Fui entrevistado pela Meta em nov. de 2022
Entrevista
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)