Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Meta (New Brunswick, NJ) nel mese di feb 2015
Colloquio
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 :'(
Domande di colloquio [1]
Domanda 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
Ho presentato la mia candidatura online. La procedura ha richiesto 3 mesi. Ho sostenuto un colloquio presso Meta (Washington, DC) nel mese di set 2024
Colloquio
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
Domande di colloquio [1]
Domanda 1
"Tell me about yourself."
"What are your greatest strengths?"
"What are your weaknesses?"
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Meta
Colloquio
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.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Meta (Vancouver, BC) nel mese di gen 2022
Colloquio
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?
Domande di colloquio [1]
Domanda 1
Two questions from leetcode, one is the tree and another one is the top k number.