I applied online. The process took 3 weeks. I interviewed at Meta in Sep 2018
Interview
Took about 3 weeks, one technical phone interview for 45 mins with one problem solving question and another design question, I was too slow for the first one, only had 10 mins to do the second.
Interview questions [1]
Question 1
Given two strings that represents binary numbers, return a string which is the sum of them.
Design a class that has a binary tree, and a next() function that gets nodes in order
I applied through college or university. I interviewed at Meta
Interview
No behavioral questions. On campus interview 45 minutes. Two code challenges. One is check if a string is a number(all kinds of numbers), another one is about meeting rooms.
I applied through an employee referral. The process took 3 weeks. I interviewed at Meta (Vancouver, BC) in Oct 2018
Interview
45 min phone interview. First few minutes were general introductions; what team the interviewer was in and what he was currently working on. Then moved directly into the coding question. Came up with possible solution pretty quick. After talking through all of it again, was asked to improve the runtime of one of the methods. Ended the interview with a few minutes for any additional questions.
Interview questions [1]
Question 1
Represent the order to serve customers and implement 3 methods.