I applied online. The process took 3 months. I interviewed at Meta
Interview
Interviewed as a new grad. There's a two-part phone interview, then a in-house interview @ their Menlo Park HQ, and then follow-up interviews if necessary. They also need your references to check.
Interview questions [1]
Question 1
They interview on your data structures and problem solving skills, nothing too hard.
I applied online. I interviewed at Meta (Menlo Park, CA) in Mar 2013
Interview
1) Calculate the square root of a double
2) Given n intervals [si, fi], find the maximum number of overlapping intervals.
3) Print all the paths from root to every leaf in a binary tree.
4) Print the sum of all the numbers at every vertical level in a binary tree
5) Given a set of n jobs with [start time, end time, cost] find a subset so that no 2 jobs overlap and the cost is maximum ?
6) Given 1 trillion messages on fb and each message has at max 10 words, how do you build the index table and how many machines do you need on the cluster to store the index table ?
Interview questions [1]
Question 1
Given a set of n jobs with [start time, end time, cost] find a subset so that no 2 jobs overlap and the cost is maximum ?
I applied through college or university. I interviewed at Meta
Interview
phone interview.
Interview questions [1]
Question 1
I supposed it would be a problem of dynamic programming or recursive, but happened to be a totally different one. Got stuck but maybe not that difficult as I thought of.