I applied through an employee referral. The process took 1 week. I interviewed at Meta in Oct 2016
Interview
I did a 45 minute technical phone interview, and heard back a few days later that I would't be moving forward in the recruiting process.During the interview the recruiter seemed to really want me to use an advanced data structure such as a graph or tree to solve the problem, and I tried to play along. I eventually just tried for an iterative solution but didn't have enough time to finish.
Interview questions [1]
Question 1
Given an array of arrays which contain characters, find all the arrays with at least one common character and return them as pairs.
I applied through a recruiter. The process took 3 weeks. I interviewed at Meta (San Luis Obispo, CA) in Oct 2016
Interview
I was referred to Facebook by a former intern and the recruiter reached out to me at the beginning of September. After a few email exchanges, we scheduled a Skype interview. The interviewer asked me a technical question and after I finished it, he told me to optimize it. I optimized it but I think I took too much time since this was my first technical interview ever.
Interview questions [1]
Question 1
Q: Given an array and a number, find if any two numbers in that array add up to the number.
I applied through an employee referral. The process took 1 week. I interviewed at Meta (Menlo Park, CA) in Jan 2016
Interview
I had a friend of mine refer my resume to the recruiter at which point I received an email, asking to schedule a technical interview. I had a phone call with an engineer and was given a problem over the phone to implement.
Interview questions [1]
Question 1
Implement Power Sets. Given [1,2,3], find all of its subsets.