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
Got a referral through a friend who worked at Meta, which sped up the entire process. After a casual initial chat, I went through a technical interview where I faced a DSA question about validating palindromes. The interviewer was friendly but rigorous. During prep, I had spent time with the coding challenges on PracHub, and it was funny to see a similar palindrome question pop up. Overall, I received an offer, but ultimately decided to decline it after careful consideration.
Questions d'entretien [1]
Question 1
Given a string s, return true if it can be a palindrome after deleting at most one character (Valid Palindrome II).
Recruiter call was pretty standard, first round was 2 Meta tagged LC mediums in 45 minutes. On-site was 2 coding sessions of 2 LC mediums, a system design interview and a behavioral interview with an engineering manager.
Questions d'entretien [1]
Question 1
How do you answer if someone asks how long a deliverable or project will take?
The entire process usually takes 3–8 weeks, depending on scheduling and the specific role. Coding interviews heavily emphasize common DSA topics such as arrays, strings, trees, graphs, BFS/DFS, heaps, hash maps, and dynamic programming. System design becomes increasingly important for E4+ positions.
Questions d'entretien [1]
Question 1
Given an array of integers and a target value, return the indices of two numbers that add up to the target