J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Meta en avr. 2016
Entretien
I applied for and android position. The overall process was really quick, 1 month aprox. The recruiter touched base over Linkedin and after a week I had the phone interview. Here I was asked a medium difficulty coding question (See bellow). After a week I was told they wanted to take me into On-Site interviews. Over there, in San Francisco, I was received by the recruiter and he took me to the interview room. I had 4 interviews, 3 coding + 1 system design. After a week they told me I wasnt selected. Honestly, I dont know what they focus on when interviewing, cause I got the solution for all the coding questions, just struggled a little bit in the design one, and nevertheless, I didnt get an offer.
Questions d'entretien [1]
Question 1
Phone interview: You have a matrix of ints, if a row or column contains a 0, you should make that entire row or column values 0.
On-Site
1) Given two arrays, add them like you would do in a hand written addition:
i.e a = [1,2,3]
b = [4,5]
result = [1,6,8]
2) Given a map that maps letters for a number. Write a method that takes a phone number as input and returns all possible letter combinations for that phone number.
3) Reverse the order of the words in a string. i.e. Hello World -> World Hello
4) How would you design a system that automatically uploads pictures from an app?
J'ai postulé en ligne. Le processus a pris 3 mois. J'ai passé un entretien chez Meta (Washington, DC) en sept. 2024
Entretien
1. OA
hr call and help you schedule your interviews
2. coding interview(2 medium questions)
3. coding interview(2 medium questions)
4. behavior interview
hr will connect you to tell you result
2-4 were in one day
Questions d'entretien [1]
Question 1
"Tell me about yourself."
"What are your greatest strengths?"
"What are your weaknesses?"
J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez Meta
Entretien
It's a large company, but interviewing was definitely a more robotic process. The technical interviewer seemed checked out and didn't explain interview process well. At the end of the interview the interviewer only talked about himself, so I figured I wasn't in the running anymore.
J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez Meta (Vancouver, BC) en janv. 2022
Entretien
The interview was okay and I solved two questions but didn’t pass the first round, hard to tell and didn’t get the feedback why I was failed. Probably they don’t have headcount?
Questions d'entretien [1]
Question 1
Two questions from leetcode, one is the tree and another one is the top k number.