Data Scientist applicants have rated the interview process at Meta with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 59% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
Online assessment, technical interview, behavioral interview, technical, technical. Overall, for the most part was pretty chill, was lucky to have a great interviewer. Leetcode easy/medium problems. No dynamic programming. I did not get offer but made to final round.
I applied through an employee referral. I interviewed at Meta (Singapour) in Sep 2023
Interview
Went through the entire process last year. Hardest I've ever prepped for an interview. Got rejected and did not get a reason. Got another email from recruiter for a call a month ago and scheduled it. Got stood up and ghosted.
Interview questions [1]
Question 1
Case based questions about metric selection, ab test and so on.
SQL Query on Window Functions and Filtering, You have a table called UserActions with columns UserID, ActionDate, ActionType, and Duration (in seconds). Write a query to find the average duration of each action type (e.g., login, purchase) for each user over the past 6 months. Then, filter out any users whose average action duration for "login" actions is less than 30 seconds. Include the UserID, ActionType, and AverageDuration in your results.