I applied through an employee referral. The process took 3 weeks. I interviewed at Meta (Menlo Park, CA) in Jun 2016
Interview
First call with recruiter went well and after a few days they told me that I am being invited for an onsite interview with a single interviewer (instead of the phone screen). That interview went well and I was selected for the 2nd "pirate interview". They gave me enough material about what those interviews will be like and how to prepare for them. Everything good so far. I go for the 2nd interviews and I thought I did really well in the interviews. The only gotcha was that I had a lunch with an "interviewer" and that lunch took too long and it shortened the time I had available for my next coding interview. Unfortunately that lack of time resulted in me doing not so well in the coding interview (i.e. not being able to come up with a good working and efficient program) and apparently that resulted into it being a "no go" for me. :-(
Interview questions [1]
Question 1
Design the Google search bar that prompts you with suggestions as you type in it. These suggestions are not personalized but based on most popular queries in the past by all Google users. e.g. as you type "Fac" in the search bar the drop down prompts you with "Facebook" or "Facts about Great Britain" and so on based on recent most popular queries. Once designed, optimize this based on feedback from the interviewer (e.g. most users don't see the suggestions within 3 seconds and Google management is complaining about the lack of performance. How will you debug and fix it?)
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
I applied online. I interviewed at Meta (Menlo Park, CA)
Interview
It's honestly striaght from leetcode tagged
There are no surprises if you do tagged you would be good and do well.
System design is much harder. Would recommend using hello interview.
Interview questions [1]
Question 1
Design Twitter and consider if it was suddenly an extremely low latency env