I applied through college or university. The process took 1 day. I interviewed at Meta (Palo Alto, CA) in Dec 2015
Interview
Great, the interviewer are really patient and very helpful during the interview process. You definitely can ask some guides for the interview questions. They don't limit your language to write code so just use the language which you are most comfortable with. On-site interview and university day of Facebook is really amazing. They will lead you to explore the whole Facebook campus and introduce a lot of fun stuffs of Facebook. Also, the food in Facebook is very very good. So glad I got the part!
Interview questions [1]
Question 1
Similar with Permutation & Trie combination questions
I applied through an employee referral. The process took 2 weeks. I interviewed at Meta (Seattle, WA) in Mar 2016
Interview
I only got one phone interview. It was easy and positive. First, the interviewer asked me about the challenge I had before and how did I solve. And then two coding tests. One is about counting the 0s in an integer array and the other one is level traversal about BST.
I applied through an employee referral. The process took 4 weeks. I interviewed at Meta
Interview
HR first appointment the interview by email. The interviewer first introduce herself. Then ask some question about the resume. Then process the technical question for about 30 minutes. And ask if I have some question. More than one week, the HR give the result.
Interview questions [2]
Question 1
implement a function to find if a given string is a palindrome.
Implement a function to find all palindrome substring in a give string(optimal)