J'ai postulé via la recommandation d'un employé. Le processus a pris 4 jours. J'ai passé un entretien chez Meta (Sunnyvale, CA) en mars 2024
Entretien
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.
Questions d'entretien [1]
Question 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.