I applied through a recruiter. The process took 1 week. I interviewed at Meta
Interview
I was contacted by a recruiter and had a phone chat with her the next day. After a week, I went to to the in-house interview. I arrived 5 minutes before the scheduled time and I waited for 20 minutes in the reception area. My scheduled interviewer could not make it and they found a young engineer to interview me instead.
He is friendly and has worked in the industry for only 2 years. The conversation started almost like I was the interviewer as he introduced himself and told me what he does at Facebook for about 5 minutes. He asked me what I do in my current project and proceeded with a coding question. I solved the question in Java, tested edge cases, modularized the solution and discussed other potential solutions I could think of. We had a nice conversation and the interviewer agreed the solution given was good. He ended the interview by giving me the opportunity to ask any questions.
They did not proceed to the next stage with me and I was surprised. Obviously I missed something and I do not know what that is. I asked the recruiter for feedback via e-mail and did not hear back.
Interview questions [1]
Question 1
My current project and how I scale our applications.
Given n nodes and an X node, find k nearest nodes to X.
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