Software Engineering PhD Internship 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 50% positive. To compare, the company-average is 56.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineering PhD Internship roles take an average of 21 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Meta overall takes an average of 31 days.
Common stages of the interview process at Meta as a Software Engineering PhD Internship according to 2 Glassdoor interviews include:
One on one interview: 100%
Here are the most commonly searched roles for interview reports -
2 rounds of technical interviews, each round has 2 coding problems. The first problem is usually easy/medium, and the second one is medium/hard. Their decisions came out very fast, about 2-3 days.
I applied through an employee referral. The process took 3 weeks. I interviewed at Meta (New York, NY) in Feb 2024
Interview
I have two screening interview using zoom and Coderpad. There were two Leetcode easy/median level problems. For all of the problems I was asked to give a dry-run and how I could improve them with respect to time/space complexity.
Interview questions [3]
Question 1
The First problem was to find out the k-th largest number from a integer list.
The third problem was to store vectors with repeated elements, such as 221115555222, 1110011, and then write the method to compute the dot product between two above vectors.
I didn't remember the fourth problem, but it should not be difficult.