I applied through college or university. The process took 1 day. I interviewed at Meta (Raleigh, NC) in Dec 2016
Interview
The interview was conducted via skype. It was brief and interesting. Interviewer was from Internet.org. He gave an introduction about himself and then asked about me. The interview was 45 minutes long. Interviewer was friendly but particular about time.
Interview questions [1]
Question 1
1) Regular expression validator using DP and recursive solution
Background questions using my resume. Then coding questions (USE LEETCODE PREMIUM) . Then I asked questions about working at Facebook. The interviewer was very nice. That was it for the interview.
I applied online. The process took 3 months. I interviewed at Meta in Dec 2016
Interview
I made contact with a recruiter to set up an interview and their initial response was quick. They wanted to set up an interview, however after I sent in my available times, it took them months to get back to me. Eventually after more emails were exchanged we were able to set something up. It ended up being a 1 hour technical phone interview, with 2 questions.
Interview questions [1]
Question 1
1) Given a list of (x, y) coordinates, return k nearest points to (0, 0)
2) Given a string of parenthesis and characters, remove the invalid parentheses.
eg. "(ab(a)" => "ab(a)"