J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Meta (New Brunswick, NJ) en févr. 2015
Entretien
I'd applied through facebook website university recruiting. I got an email from their recruiter within 2 days and I set up the telephone interview in two weeks. The interview was supposed to be a technical interview in collabedit. The interview started of with basic behavioral questions. What is the most exciting thing you have done till now? My speaking skills are very sub par, so I fumbled a lot while answering behavioral questions. Then I was asked to suggest an Algorithm to print the nodes of a binary tree in their vertical order.That is the a
/ \
b c
/ \
d e
/ \
f g
Then output is
b f a d c g e
I solved the question without much of the interviewer's help in under 5 minutes. Then I was asked to code this in collabedit, which I almost did, except for some small issues in has map.
Then the interview ended. I was pretty confident of getting selected for this round. But I was told via email by my recruiter that they coudl not move forward with my application.(heartbreak)
Till today, I refresh in my inbox hoplessly waiting for an email that there was some error :'(
Questions d'entretien [1]
Question 1
Print the nodes of a binary tree columnwise . For example
Input :
a
/ \
b c
/ \
d e
/ \
f g
Then output is
b f a d c g e
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.