Software Developer applicants have rated the interview process at Meta with 3.4 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 45.1% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 19 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 36 days.
Common stages of the interview process at Meta as a Software Developer according to 8 Glassdoor interviews include:
Phone interview: 42%
Skills test: 33%
Presentation: 17%
Personality test: 8%
Here are the most commonly searched roles for interview reports -
I got the interview by referral from a teacher who was in contact with the recruiter. The teacher gave my contact to the recruiter and a few days later I received an email to schedule the first skype interview. The question I mention was from this interview. I succeeded and got another skype interview, in which I failed. Pretty straightforward process, though.
Interview questions [1]
Question 1
There was a tree and I was supposed to make a double linked list from the tree using a pre order traversal.
Made it part the first phone interview, rejected on the technical interview after not knowing the questions. Entire process took about 3-4 weeks, and ran very smoothly. Phone interview lasted 15 minute and the technical interview an hour.
Very nice phone interview. The interviewer was very calm and kept a relaxed atmosphere (no pressure to finish faster and no negative reactions when you get a question wrong).Questions were not very difficult: find all possible permutations for a string and finding an element's position in a slightly sorted array in the most efficient way (you have something like [5,6,7,1,2,3] and you want the position for "2" -> you use binary search algorithm)