I applied online. The process took 4 weeks. I interviewed at Meta in Jan 2015
Interview
Recruiter contacted me. Had a prescreen interview with engineer from group I would be working with. Asked questions about resume and 2 brain-teasers/coding questions. Interview lasted exactly 45 minutes. Very chill interview. No technical questions.
I applied online. The process took 1 week. I interviewed at Meta in Nov 2014
Interview
Was emailed promptly by a recruiter, who arranged everything. Had one phone interview. Interviewed for the grad-student-level position of "security engineer intern", which I assumed meant more along the lines of network and system security and less along the lines of web security, which is cool but not my area.
Interview questions [1]
Question 1
Explain TLS from start to finish, in as much detail as you are comfortable with. Explain everything that happens from the moment you type facebook.com into your browser to the moment you log in, in as much detail as you are comfortable with. The first one I bombed, the second one I'm pretty sure I nailed. Neither question was expected.
I applied through college or university. I interviewed at Meta
Interview
The interview process consisted of a 45 min interview with one of the dev on campus. It was a technical interview with focus on data structures like tree and algos related to the same. I was asked to print all the nodes of a tree in order. Basically an implementation of BFS and then was asked to print the tree as it appears with correct new line characters making it appear as a tree and then further was asked to modify the logic such that the nodes are indented to make it look exactly like tree(we see in all the DS books)