The process took 2 weeks. I interviewed at Meta in Mar 2012
Interview
The interview was arranged by a recruiter who had contacted a Professor from the University I was studying.
The interviewer was an impatient person who had flaky way of talking. Overall, the interview was very unpleasant.
Interview questions [1]
Question 1
Given an array of integers, check whether there are 3 numbers that sum up to 0.
I applied online. The process took 1 week. I interviewed at Meta in Mar 2012
Interview
One phone interview with recuireter, one phone interview with an engineer.
Questions are simple, but you have to come up with a fast and simple answer.
I applied online. The process took 2 weeks. I interviewed at Meta in Mar 2012
Interview
The recruiter first emailed me to confirm a time for a telephone call. The call from recruiter was not for interview, she just told me their hiring and interview process, gave some basic suggestions for interview and finally confirmed a time for the first phone interview. After the first phone interview I got the second phone interview in one week and stopped here.
Interview questions [1]
Question 1
Given a m*n grid starting from (1, 1). At any point (x, y), you has two choices for the next move:
1) move to (x+y, y);
2) move to (x, y+x);
From point (1, 1), how to move to (m, n) in least moves? (or there's no such a path)