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 3 days. I interviewed at Meta (New Delhi) in Aug 2014
Interview
Online programming test consisting of two questions on hackerrank.com.Time limit was 60 minutes.
One questions was based on depth first search and the other on simple string parsing.Knowledge of basic algorithms was required.
I applied online. I interviewed at Meta in Jun 2014
Interview
The process was as expected. First I submitted my resume, then once that was accepted I had to take an online Hackerrank test.
After passing that, then I received a phone call giving me more details about what to expect over the next stages.
Then was the phone interview, where I had to use collabedit to type my answers to the problem given. I was also asked if I had any questions. The interviewer was really friendly and made efforts to help when I seemed stuck.
Interview questions [1]
Question 1
Letters are represented by numbers, e.g.
A = 1
B = 2
...
J = 10
K = 11
etc.
Given a number (e.g. 113), how many different combinations of letters could this be converted to?
I applied online. The process took 4 weeks. I interviewed at Meta
Interview
Sent in my resume and cover letter. Then asked to participate in a over the phone programming test. Test lasts 30-45 minutes. They said to expect mid to high difficulty questions. Only had 2, to my detriment I blanked out and answered the questions but not efficiently.
Interview questions [1]
Question 1
They asked me to make a function to determine if two sets of numbers are overlapping. (1, 3) (2, 5) are overlapping.