J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 3 semaines. J'ai passé un entretien chez Meta (Seattle, WA) en mars 2015
Entretien
I was originally contacted by a recruiter after I submitted my application through a University Grad portal.
1. 45 minute on-campus interview with a technical question and some general fit questions.
2. Flew out to their Seattle office for University Day.
There were three 45 minute interviews: One behavioral interview (Jedi) and two coding interviews (Ninja). The coding interviews covered fundamental concepts in data structures and algorithms. I signed an NDA so I can't tell you about specific questions, but you don't need to review very specialized information. Just make sure you know the basic data structures/algorithms and how to apply them.
3. A week later, I received an offer and accepted.
The Facebook recruiters are by far the most helpful and efficient recruiters that I've ever worked with. Most e-mails are responded to within a few hours and made me feel very comfortable throughout the process.
2
Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez Meta
J'ai passé un entretien chez Meta (Londres, Angleterre)
Entretien
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.
Questions d'entretien [1]
Question 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.
Questions d'entretien [1]
Question 1
Move zeroes in an array to the end while keeping non-zero element order, in place