Developer applicants have rated the interview process at Meta with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 38% positive. To compare, the company-average is 58% positive. This is according to Glassdoor user ratings.
Candidates applying for Developer roles take an average of 26 days to get hired, when considering 8 user submitted interviews for this role. To compare, the hiring process at Meta overall takes an average of 32 days.
Common stages of the interview process at Meta as a Developer according to 8 Glassdoor interviews include:
Phone interview: 38%
Skills test: 25%
One on one interview: 25%
Group panel interview: 13%
Here are the most commonly searched roles for interview reports -
This was a phone screen. I said I didn't know html/javascript so they just asked me some programming questions: write a sqrt() function and a strstr() function. I wrote both in java. The sqrt used the bisection method, and strstr was just a nested loop.
I didn't get called back probably because of wrong skill set. Not sure why they wasted the time since it was on my resume.
Interview questions [1]
Question 1
The sqrt() was a bit unusual for an interview question.
I applied through a recruiter. The process took 3 weeks. I interviewed at Meta (New York, NY)
Interview
Started with a phone interview which led to an on-site. I had a coding question at the same level difficulty that you would expect for an on-site in the initial phone interview. The NYC office was really nice and the on-site interview process is about the same as most other tech companies, usually starting with coding questions and then one architecture/design question.
Interview questions [1]
Question 1
Many of the questions exploited data structures for fast running time. Also I'd practice designing features.