I applied through a recruiter. I interviewed at Meta (Los Angeles, CA) in May 2015
Interview
2 coding question , on 1st question they asked time and space complexity. second question divide number by a noter without using "/" and "%".
The interviewer was good and provide hints when i am stuck . it was a good experience.the interview lasted for 50 minutes. i advise to practice lots of code on editor like coderpad.io / styli.com. This will help a lot in long run.
I am waiting for there response!!!
Interview questions [1]
Question 1
Q1> reverse a inked list and print the reversed list . Ex: 1->2->3 , result:3->2->1
Q2> divider a number by another number and print result and remainder if any. you are not supposed to use "/" and "%" operation
I applied through a recruiter. The process took 4 weeks. I interviewed at Meta in Apr 2015
Interview
There are two phone screens followed by a day of on-site interviews which consist of technical interviews similar to the phone screens but also one on culture and another on system architecture.
Interview questions [1]
Question 1
Given an array of integers, push all non-zero elements to the front.
I applied through an employee referral. The process took 2 weeks. I interviewed at Meta (Mountain View, CA) in May 2015
Interview
Phone call, code test phone interview. Asked one coding question, like all the interview questions that you can find online, it was judged by if you can recite those solutions as quick as possible, not thought process. Interviewer was not experienced.
Interview questions [1]
Question 1
Write a function to out put n numbers in a fibonacci sequence