I candidati per il ruolo di Software Engineer hanno valutato i colloqui presso Meta con un punteggio di 3,4 su 5 (dove 5 è il livello di difficoltà più alto) e hanno giudicato la loro esperienza di colloquio positiva per il 38%. Per fare un confronto, la media complessiva dell'azienda è positiva per il 45,1%. Queste sono le valutazioni degli utenti Glassdoor.
I tempi di assunzione dei candidati per il ruolo di Software Engineer sono in media di 19 giorni, in base alle recensioni di colloqui inviate da 8 utenti per questo ruolo. Per fare un confronto, il processo di assunzione presso Meta in generale richiede una media di 36 giorni.
Le fasi comuni del processo di colloquio presso Meta per il ruolo di Software Engineer secondo quanto emerso da 8 colloqui su Glassdoor includono:
Colloquio telefonico: 42%
Test attitudinale: 33%
Presentazione: 17%
Test della personalità: 8%
Ecco i ruoli cercati più frequentemente per le recensioni dei colloqui -
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Meta
Colloquio
Facebook reached out to me via email to gauge my interest in a position on a SW Engineering position in Menlo Park. I replied positively, and spoke to a kind recruiter who described the role to me. I continued to be interested, so I scheduled a technical phone screen with an engineer thru the recruiter. I was also then referred to work on this team via a developer who currently worked on it, and that's how I submitted my formal application.
The recruiter sent me an email containing several resources including a link to LeetCode ("focus on the 'medium' to 'hard' problems) and two videos, each longer than an hour. The email also contained information beyond the initial technical interview process. I was then sent an email containing information about who I'd be interviewing with and when.
The call came. The pre-interview resources, for being so detailed, felt like a waste of time with respect to this initial phone screen. My introduction felt completely unimportant. As one may expect, we spent a majority of the time on the programming challenge questions.
If you do not absolutely nail these questions, the follow-up optimization questions, and the big-O-notation questions, Facebook will decide not to move forward with your application.
I received no feedback during or after the review regarding what the interviewer was expecting from me, or what they thought of my answers to the questions. My previous employment experience was completely irrelevant. The programming questions I was asked were not relevant to the role for which I was applying.
The time between Facebook reaching out to me and the no-go call from them was one month.
4
Altre recensioni di colloqui per Software Engineer presso Meta
Ho sostenuto un colloquio presso Meta (Londra, Inghilterra)
Colloquio
Generic LeetCode-style questions, many tagged as Meta, so extensive preparation is required to perform well in the technical interview. The experience varies significantly - some interviewers provide hints and guidance, while others expect candidates to solve problems independently with minimal assistance.
Spoke with interviewer over video conferencing. He was very communicative . He answered my questions. Asked me BFS question. A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.
Domande di colloquio [1]
Domanda 1
A question that involved BFS search. Given a matrix, I am suppose to find a path from top left to down right.
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.
Domande di colloquio [1]
Domanda 1
Move zeroes in an array to the end while keeping non-zero element order, in place