Solicité el puesto a través de la recomendación de un empleado. El proceso duró 4 semanas. Acudí a una entrevista en Meta en feb 2022
Entrevista
A phone screen with a recruiter, followed by an online algorithm screen, an algorithm interview, and then two algorithm interviews with a behavioural interview. Although it was extremely intimidating, most of the questions were in the LeetCode Medium range (except for the phone screen, which included some Dynamic Programming questions). The behavioural round was standard questions about my previous job experience, such as times where I faced challenges with coworkers or disagreed with my manager. Overall, the interviewers were extremely pleasant and helpful. Everybody wanted me to succeed.
Preguntas de entrevista [1]
Pregunta 1
Many of the questions could be found directly in Cracking the Coding Interview. The questions were uncomplicated and mostly relied on knowledge of the fundamental algorithms (e.g. tree traversal) rather than specific knowledge.
The technical round hit me with a classic array manipulation problem: moving zeroes to the end without disrupting the order of non-zero elements. As I tackled it, I felt a wave of familiarity wash over me; I had just practiced a similar challenge on PracHub. The rest of the interview followed a straightforward path, with some easy behavioral questions sprinkled in. Overall, it felt very easy, but I wasn’t quite the right fit for what they needed, so I didn’t receive an offer.
Preguntas de entrevista [1]
Pregunta 1
Move zeroes in an array to the end while keeping non-zero element order, in place
1 leetcode med, 1 leetcode hard. make sure you know your DSA and leetcode questions. I wasn't able to get an offer bc i didnt complete the second question. Got a reply 2 days later saying they would move on