I applied through college or university. The process took 2 months. I interviewed at Meta in Feb 2024
Interview
The full loop interview includes 4 rounds. There are two 45 mins coding interview, you need to finish 2 questions in each interview. There is 1 round machine learning system design interview, the question is related to recommendation system. There is 1 round behavior question interview.
I applied online. I interviewed at Meta (Menlo Park, CA)
Interview
Cold applied online, I got scheduled for a phone screen where I got asked 2 data structures and algorithms style coding questions. 5 minutes for Q&A at the end. Heard back with result within 48 hours.
Interview questions [1]
Question 1
2 data structures and algorithms style coding questions
I applied through a recruiter. I interviewed at Meta in Oct 2024
Interview
Contacted by recruiter through email. 45min coding interview with 2 questions. Not leetcode kind, a little related to machine learning. Failed because of a specific data structure. Don't know the afterwards process.
Interview questions [1]
Question 1
Count the repetitions of a target number in a sorted array and return KNN given a list of coordinates.
Very easy but it requires heap specifically. The first question requires O(log n) complexity