i got to them through the university. HR phone interview and then technical interview via phone. not rly hard questions.
very nice interviewers, and they gave an answer pretty quickly.
I had to build a search binary tree, and two more questions using arrays and lists.
I applied through a recruiter. The process took 1 week. I interviewed at Meta (Tampa, FL) in Jan 2016
Interview
Applied online and emailed a recruiter. Got a 45 minute technical phone interview - coding using coderpad. The interviewer was very nice. Told what he does in FB. He said in the beginning that syntax need not be correct. Fairly average question. Coded a simple solution - the exact same as given in cracking the coding. Interviewer seemed satisfied. Asked for time complexity analysis. I fumbled a bit there. But gave the answer. Then I was asked to improve my answer. He gave a tip. So I got the answer. I coded the new solution but missed some edge cases. 45 minutes got over!
Interview questions [1]
Question 1
Q1. Divide n1 by n2 without using division. Give time complexity
Q2. Improve previous answer
I applied online. The process took 3 weeks. I interviewed at Meta in Jan 2015
Interview
I submitted my resume, got an email, and scheduled an interview for about 3-4 weeks out. From there, it was a phone interview solely. The interviewer was on speakerphone and was, unfortunately, difficult to understand (I had to ask for him to repeat almost every 3rd-4th sentence; this caused a lot of confusion in the interview).
Interview questions [1]
Question 1
Define a binary tree and output all the node to leaf paths of it.