Candidates applying for Developer roles take an average of 7 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 42 days.
Common stages of the interview process at Meta as a Developer according to 2 Glassdoor interviews include:
Phone interview: 67%
Skills test: 33%
Here are the most commonly searched roles for interview reports -
The process took 2 weeks. I interviewed at Meta (Palo Alto, CA) in May 2009
Interview
Interview consisted of a phone interview and then an all-day on-site interview with four one hour interviews. I was really impressed by the difficulty of the questions that they asked and the level of thinking and coding they expected. After the interview, I wasn't sure if I would be happy working at facebook so they let me come back and speak with me would-be manager and director as well as some coworkers so I could make a good decision.
Interview questions [1]
Question 1
... be prepared to write real code on a while board on on-line editor.
I applied through a recruiter. The process took 1 week. I interviewed at Meta (Palo Alto, CA) in Jun 2011
Interview
A Facebook HR recruiter contacts me directly through Facebook saying if I am interested in interview. The process consists of a phone interview and an onsite interview. Phone interview is asking my background and experience, while onsite interview is 30 minutes intense real coding question on white board. Two questions were given in the onsite interview. 1st one is reversing a linked list, and the 2nd one is writing a regular expression parser. However, since it only allowed 30 minutes to write actual codes for both questions, I wasn't able to finish them. (I finished 1 and 2nd one is half way) I then never got the reply from them.
Write the actual code to parse a regular expression including "*", which stands for 0 or more characters, "+", which stands for 1 or more characters, and ".", which stands for 1 exact character.