Solicité el puesto a través de un captador. El proceso duró 4 semanas. Acudí a una entrevista en Meta (San Francisco, CA) en dic 2016
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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.
Preguntas de entrevista [1]
Pregunta 1
Basic non dynamic programming leet code questions, that had an iOS bent to them.
Solicité el puesto a través de un captador. El proceso duró 2 semanas. Acudí a una entrevista en 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
Preguntas de entrevista [1]
Pregunta 1
1) create a multi-set that implements a given protocol with add, remove & count methods.
2) leet code string compression
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 3 meses. Acudí a una entrevista en Meta en nov 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)
Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti