I applied through a recruiter. The process took 1 week. I interviewed at Meta (Menlo Park, CA) in Jun 2015
Interview
Recruiter contacted me on Linkedin.
I requested for in person interview in place of telephonic. Arranged a 1 hour interview at Menlo park office. Cleared the interview and was called for a six round interview.
Interview was strange.
Easy and not so complex algorithmic rounds. Not sure what is so special about those rounds or whether they were even part of the decision making. Interviewers were happy with the answers and not much corrections.
Then there were these design rounds. One of the rounds was about designing location services. The interviewer was very knowledgeable. Pointed out my in-efficiencies with the choice of data-structure. Enjoyed it.
Then started the real fun in the final round. An awesome interviewer with an awesome attitude. He spoiled my interview experience though. Asked me to design a messaging app system. Once the interviewer breaks the comfort zone, it would be a difficult place to stand. His expressions were horrible and sometimes I felt like saying "shut-up and listen first" which I didn't say obviously. When I mentioned that the server knows the ip address of client only when the server receives a packet from client. He said, there are a lot other ways it happens. I mentioned the only way is clients packet to the server. He made it an argument and finally I had to ask him to mention a way. He skipped the part and asked me to move on :-D
Ignoring the final round, I actually enjoyed the interview process. No offer though :-)
10
Other Software Engineer Interview Reviews for Meta
The technical round hit me with a classic array manipulation problem: moving zeroes to the end without disrupting the order of non-zero elements. As I tackled it, I felt a wave of familiarity wash over me; I had just practiced a similar challenge on PracHub. The rest of the interview followed a straightforward path, with some easy behavioral questions sprinkled in. Overall, it felt very easy, but I wasn’t quite the right fit for what they needed, so I didn’t receive an offer.
Interview questions [1]
Question 1
Move zeroes in an array to the end while keeping non-zero element order, in place
1 leetcode med, 1 leetcode hard. make sure you know your DSA and leetcode questions. I wasn't able to get an offer bc i didnt complete the second question. Got a reply 2 days later saying they would move on