I applied through a recruiter. The process took 5 months. I interviewed at Meta (Ciudad de Mexico) in Apr 2016
Interview
Contacted by Linked In, Phone Interview, Phone coding interview, Onsite Interviews
It was a great experience, It was for an Android Role in Menlo Park. It's a grat company with great engineers.
Interview questions [1]
Question 1
1.- Group anagramas
2.- Given an input string, reverse the string word by word.
For example, given s = "the sky is blue", return "blue is sky the".
3.-Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for "abcabcbb" is "abc", which the length is 3. For "bbbbb" the longest substring is "b", with the length of 1.
I applied through an employee referral. The process took 2 weeks. I interviewed at Meta (Menlo Park, CA) in May 2016
Interview
Asked a friend to refer me to Facebook. Received the email after several days. Phone interview in April and the onsite interview in May. I did not know enough about the onsite interview and after the interview I found I was slow in answering all the questions which might be negative. At least I should have shown my efficiency.
I applied through a recruiter. The process took 8 months. I interviewed at Meta (Ciudad de Mexico) in Apr 2016
Interview
Got contacted from linkedIn.
First I got a quick phone call with easy multiple option questions.
Then I got two phone interviews, where you had to code some algorithms.
Then I went to the onsite interview, where 4 interviews are held during one day. One focused on personal resume, one of design, and two focused on algorithms and brain teasers.
Interview questions [3]
Question 1
Design a news feed that retrieves pictures on each post
Given a list of votes, retrieve the product with the "silver" medal, if both are tied on first place, then the silver medal would be the third maximum.