I applied through college or university. The process took 2 weeks. I interviewed at Meta (Syracuse, NY) in Feb 2017
Interview
It's from my career fair on campus. The HR asked about my android project then give me a question related to how to select a user's potential known friend from the users friend's friend list. Finally I asked three questions about my position. The coding question should be two or three usually. I think I failed because I didn't explain what I was thinking during the coding process
Interview questions [1]
Question 1
A coding question about how to select a user's potential friend.
I applied through college or university. The process took 3 weeks. I interviewed at Meta (London, England) in Apr 2016
Interview
Rigirous, and time consuming. I have to do three IQ tests and one panel discussion. There are a lot of code reviews and exercises. One of the IQ tests is more mathematical, one is more technical on coding and the other is more aobut philosophy
Interview questions [1]
Question 1
How do you test if water is toxic without tasting it
I applied through an employee referral. I interviewed at Meta in May 2017
Interview
Applied through referral. Took a week to schedule the phone screen. The interviewer asked about my projects for first 5-6 minutes. Then, I was given two problems to solve in 40 minutes. I didn't do very well to solve them. Got notification of rejection after 3 days.
Given a 2D array of characters ('-' , 'X' , 'R' , 'T'), find out whether there is a path from the robot 'R' to the target 'T'. The robot can move up, down, left or right. Cells marked with 'X' are blocked and cannot be passed through.