Software Developer applicants have rated the interview process at Meta with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 67% positive. To compare, the company-average is 74.2% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 14 days to get hired, when considering 3 user submitted interviews for this role. To compare, the hiring process at Meta overall takes an average of 43 days.
Common stages of the interview process at Meta as a Software Developer according to 3 Glassdoor interviews include:
Skills test: 50%
One on one interview: 50%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 1 day. I interviewed at Meta
Interview
Technical interview conducted over phone and coderpad.io
They didn't require the code written to compile, instead they just wanted me to convince them that my solution worked.
The entire process took about an hour: 15 minutes discussing resume, 30 minutes for the question, and 15 minutes for any questions you may have for the recruiter.
Interview questions [1]
Question 1
Given a set of random strings, write a function that returns a set that groups all the anagrams together. Ex: star, dog, car, rats, arc -> (star, rats), (arc, car), dog
I applied through an employee referral. The process took 3 days. I interviewed at Meta (New York, NY) in Aug 2015
Interview
Interview was a tough one the no of rounds depend on the college you did graduation or post graduation from it could be 6 rounds or it can even be as length as 12 whole rounds it is going to be a long day for a interviewer as well as you
I applied through college or university. The process took 1 week. I interviewed at Meta (San Francisco, CA) in Jan 2016
Interview
The process takes about 1 month. Referred by a friend. The interview questions are not hard and easy to prepare. 2 rounds of technical interviews and 1 round of team match interview. The technical interviews are easy to prepare. LeetCode will be helpful. In the team match interview, interviewer asked me about my research projects.
Interview questions [1]
Question 1
how to find least common parent pointer of two nodes in a binary tree.