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 1 day. I interviewed at Meta in Apr 2012
Interview
Took 2 weeks to schedule phone interview. Interviewer was nice..gave hints and examples on the way. and then after 1 week I heard that they will not be proceeding
Interview questions [1]
Question 1
Say you use SVN for source control..you have several revisions of a file...R1, r2, r3..etc..Someone checked in a bug and the revision became bad..need t find the first bad revision..gave a function findBadRevision(int goodRevision, int badRevision) so for e.g the revisions were GGBB and function passes in 0,4 so the first bad revision is 2. There exists a function boolean hasBug(int revision) which will tell us if a certain revision has a bug.
can assume good revision < bad revision
I applied in-person. The process took 1 week. I interviewed at Meta in Feb 2012
Interview
I attended the on-campus interview. The interview process were two 1 hour sessions in the consecutive days, primarily focusing on the paper coding. The interviewers are friendly and willing to help. After you finished a questions, the interviewer would post another one until they run out of the question. Then you can leave early and it didn't seem to affect the evaluation.
I applied through a recruiter. The process took 6 weeks. I interviewed at Meta (Menlo Park, CA) in Apr 2012
Interview
I was contacted by recruiter on LinkedIn asking me if I was interested in software engineering opportunities. Two weeks later I had a phone call with recruiter and we talked about my background and hiring process. Four weeks later I had a Skype Interview with one of Facebook's software engineer. The interview was consisted of:
- Interviewer's introduction.
- Technial discussion about one of my projects.
- Coding.
Interview questions [1]
Question 1
Write a function to check if polygon is simple based on given list of points.