Intern applicants have rated the interview process at Meta with 3.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 59% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I applied through college or university. The process took 1 day. I interviewed at Meta (Ann Arbor, MI) in Oct 2015
Interview
I receive the interview offer on campus career fair. There will be a dinner before the interview. You can ask their affair questions about the company, interview and the intern. In the interview day, it just directly go into the code interview. The interviewer didn't ask behavior question. There might be two questions if the time is permitted.
I applied through college or university. The process took 2 weeks. I interviewed at Meta (Seattle, WA) in Oct 2015
Interview
Had passed my resume to them in my college job fair. Followed by an on-campus technical interview and then a single on-site interview (Seattle- Facebook). They paid for the trip to their office.
Interview questions [1]
Question 1
On campus interview: 1) How would you implement a Naive String matching program? 2) How do you know when if a binary tree is a BST?
On site interview: 1) Given 2 strings that you are reading from 2 streams (so you don't know the length of any of the strings and the only method you have is getNextChar() for each string), implement a program that tells you when 2 of these strings are 1 edit away from being the same. 1- edit is defined as a single insert char, single remove char or single modify/change char in only 1 of the strings.
I applied through college or university. The process took 2 weeks. I interviewed at Meta (Los Angeles, CA) in Oct 2015
Interview
Applied for software engineering intern position at a career fair. First round of interviews consisted of technical questions along with a brief discussion of my past development experiences and why I wanted to work at Facebook. Interviewer was cool - provided hints and asked good questions about what the code I wrote was doing/why.
Interview questions [1]
Question 1
Given an integer x and an array y, create a function that returns true if x exists as a sum of any contiguous elements in y.