I applied through a recruiter. I interviewed at Meta in Nov 2015
Interview
1. Initial Skype call: self-introduction, information on study program progress, expected date of graduation
2. Technical Phone Screen: 45 minutes total, 15 minutes of behavioral questions (what was the biggest challenge you've encountered within your last position", 30 minutes of coding
Interview questions [1]
Question 1
Given a list of strings, check if an input string lies within the list.
The inputted string may contain a wildcard symbol '.' which may represent any of character.
Example:
List = ["cat", "hat", "bat"]
Input: "..." should return true
Input: ".at" should return true
Input: "hat" should return true
Input "mat" should return false
Input "......" should return false
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.