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 3 weeks. I interviewed at Meta in Jan 2012
Interview
Because of my good rank in code sprint 2, a Facebook recruiter contacted me and arranged a phone interview. After a week, I got a technical interview with a Facebook engineer.
The problems include:
1. Design a new feature for Facebook
2. C++ knowledge questions about static and virtual function
3. Implement a function to compute cubic root
Too bad that I didn't notice that the cubic root can be larger than the original number. I got rejection after 2 days.
Interview questions [1]
Question 1
Implement a function to compute cubic root
what is the time complexity?
The process took 1 day. I interviewed at Meta in Sep 2011
Interview
Asked to code in phone screen. Given two sorted arrays, do intersection or arrays in most efficient manner. I implemented it in using just one while loop, but missed to check NULL condition on the second array and got rejected! :(
The process took 2 weeks. I interviewed at Meta in Jan 2012
Interview
applied online as a software engineer. got an email from a recruiter after a couple of weeks. got explanation about the process. (2 phone interviews + 4 interviews (on-site))
heard the interviews would be mostly about programming. during the interview, got asked to program some typical programming questions. even though the questions were not that hard, failed to write the code cleanly/quickly enough. got rejected just a couple of hours later.
Interview questions [1]
Question 1
Given an unsorted array of integers, find a 3-element subset that sums to zero