Me postulé a través de una recomendación de un empleado. El proceso tomó 4 días. Acudí a una entrevista en Meta (Sunnyvale, CA) en mar 2024
Entrevista
First round short time phone interview with recruiter to discuss basic information such as job description, location, and visa status. Next round is online screen interview with real time coding questions and discussion.
Preguntas de entrevista [1]
Pregunta 1
Q: Give an integer array contain X elements, find all average numbers of subarray with window size N
Q: As above, if N and X are very large numbers, try solve time complexity.