I applied through a recruiter. The process took 4 weeks. I interviewed at Meta in Apr 2016
Interview
I applied for and android position. The overall process was really quick, 1 month aprox. The recruiter touched base over Linkedin and after a week I had the phone interview. Here I was asked a medium difficulty coding question (See bellow). After a week I was told they wanted to take me into On-Site interviews. Over there, in San Francisco, I was received by the recruiter and he took me to the interview room. I had 4 interviews, 3 coding + 1 system design. After a week they told me I wasnt selected. Honestly, I dont know what they focus on when interviewing, cause I got the solution for all the coding questions, just struggled a little bit in the design one, and nevertheless, I didnt get an offer.
Interview questions [1]
Question 1
Phone interview: You have a matrix of ints, if a row or column contains a 0, you should make that entire row or column values 0.
On-Site
1) Given two arrays, add them like you would do in a hand written addition:
i.e a = [1,2,3]
b = [4,5]
result = [1,6,8]
2) Given a map that maps letters for a number. Write a method that takes a phone number as input and returns all possible letter combinations for that phone number.
3) Reverse the order of the words in a string. i.e. Hello World -> World Hello
4) How would you design a system that automatically uploads pictures from an app?
I applied online. The process took 3 months. I interviewed at Meta (Washington, DC) in Sep 2024
Interview
1. OA
hr call and help you schedule your interviews
2. coding interview(2 medium questions)
3. coding interview(2 medium questions)
4. behavior interview
hr will connect you to tell you result
2-4 were in one day
Interview questions [1]
Question 1
"Tell me about yourself."
"What are your greatest strengths?"
"What are your weaknesses?"
I applied through a recruiter. The process took 2 days. I interviewed at Meta
Interview
It's a large company, but interviewing was definitely a more robotic process. The technical interviewer seemed checked out and didn't explain interview process well. At the end of the interview the interviewer only talked about himself, so I figured I wasn't in the running anymore.
I applied through an employee referral. The process took 1 week. I interviewed at Meta (Vancouver, BC) in Jan 2022
Interview
The interview was okay and I solved two questions but didn’t pass the first round, hard to tell and didn’t get the feedback why I was failed. Probably they don’t have headcount?
Interview questions [1]
Question 1
Two questions from leetcode, one is the tree and another one is the top k number.