There are two 30 min phone interview in same afternoon. The process of two interviews are similar. First, self introduction. Second, two coding questions. Third,asking questions about fb or groups.
I applied through a recruiter. I interviewed at Meta
Interview
45-minute one-on-one interview, two coding tasks (fairly easy), one question about the background, one about recent projects. The feedback was given the same day. Video call is setup via BlueJeans, coding is done via CoderPad.
I applied through a recruiter. I interviewed at Meta in Sep 2018
Interview
Contacted by Facebook recruiter on LinkedIn. The interview was setup one month after. The recruiter called me, asked me how comfortable I was with programming, and sent me preparation material. Though the post was for ML software engineer, the expectation was for all engineers to program algorithms/data structures such as arrays, trees, quick sort, radix sort, heaps, hashes, etc.
Interview questions [1]
Question 1
Q: Give me an example of a project where you used data and machine learning.
Q: Given a binary tree, write a function to find if this tree is a search binary tree or not.
Q: Given an array, write a function that returns a samples from the array.