Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Meta (New Brunswick, NJ) en feb 2015
Entrevista
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 :'(
Preguntas de entrevista [1]
Pregunta 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
Me postulé en línea. El proceso tomó 3 meses. Acudí a una entrevista en Meta (Washington, DC) en sep 2024
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
"Tell me about yourself."
"What are your greatest strengths?"
"What are your weaknesses?"
Me postulé a través de un reclutador. El proceso tomó 2 días. Acudí a una entrevista en Meta
Entrevista
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.
Me postulé a través de una recomendación de un empleado. El proceso tomó 1 semana. Acudí a una entrevista en Meta (Vancouver, BC) en ene 2022
Entrevista
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?
Preguntas de entrevista [1]
Pregunta 1
Two questions from leetcode, one is the tree and another one is the top k number.