I applied through an employee referral. The process took 4 days. I interviewed at Meta (Sunnyvale, CA) in Mar 2024
Interview
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.
Interview questions [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.