I applied through a recruiter. The process took 1 day. I interviewed at Meta (Orlando, FL) in Oct 2017
Interview
Talk with the recruiter in a career fair. Got an Interview focusing on a technical question. Talk with the recruiter in a career fair. Got an Interview focusing on a technical question.
Interview questions [1]
Question 1
You have a list of numbers. You could add "+" "-" and space to calculate the number in the list to get a target sum.
I applied online. The process took 2 weeks. I interviewed at Meta (Gent) in Sep 2017
Interview
First round was a normal conversation so they could get to know me. Second round was a technical interview. The interview takes place during working hours in the PST timezone. It is a skype call where the interviewer shares a coderpad.io and asks several technical questions.
I applied through an employee referral. The process took 2 months. I interviewed at Meta in Oct 2017
Interview
Got a referral and received an email few days later about moving forward. However, the process took around a month because my recruiter left his job. The transition was not smooth and I followed up many times until someone helped me. It was a month and half since I got the first email when I interviewed. The experience wasn't great. The problem I got was really easy and I solved it pretty quickly with no bug. My solution was optimal and the interviewer told me it works and he is happy with it, but I still got rejected after a few days
Interview questions [1]
Question 1
Given two sorted lists and return a list of their intersection with no duplicates with O(1) space and O(n) run time
For example:
A[2,3,3,4,6,6,8] B[3,3,6,7,9]
should return [3, 6]