I applied online. The process took 6 weeks. I interviewed at Meta (Tel Aviv) in Dec 2016
Interview
The first interview started as a typical behavioral interview asking about my CV and graduation year. The technical interview after was a brief explanation about Facebook and a technical question on a shared online editor.
Interview questions [1]
Question 1
Given an unsorted array of integers (e.g [1, -2, 4, 100]), write a method that checks if there is a triplet that sums to 0. You may use a number more than once. (e.g [-2, 1, 1] exists in said array and sums to 0, so true should be returned).
I applied online. The process took 3 months. I interviewed at Meta (Washington, DC) in Sept 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.