Solicité el puesto a través de un captador. El proceso duró 2 semanas. Acudí a una entrevista en Meta (Sídney) en mar 2015
Entrevista
The process starts out with contacting a recruiter. I was fortunate to have a friend who had previous interned at Facebook.
From there, if they like the looks of your application, you will be given an online screening test on the hackerrank platform - 90 minutes.
Advice is to keep calm, don't stress out, make sure you read the question.
I solved this task with time to spare, and was able to move on with the process. I was given a phone interview, however did not perform well. The question was oriented heavily towards algorithm design and recursion, of which I could have solved, but unfortunately, given the stress, was unable to.
Preguntas de entrevista [1]
Pregunta 1
Given a string of numbers, ie, 11, count the number of permutations of this string if we were to the digits as array indexes of the alphabet. Assume the A = 1.
perms('1') = 1 ('a')
perms('11') = 2 ('aa', 'j')
Envié una solicitud electrónica. El proceso duró 3 meses. Acudí a una entrevista en Meta (Washington, DC) en sept 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?"
Solicité el puesto a través de un captador. El proceso duró 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.
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 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.