J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Meta (Kyiv, ) en mai 2014
Entretien
I applied through a site (Facebook careers).
After that (~3 weeks since I've applied via site) recruiter emailed me and the process took 1,5 weeks - interviewed at Facebook in May 2014.
Interview Details – Facebook recruiter emailed me and asked me to fill questionnaire(about my favorite languages, current living country, interviewing with other companies and progress, time constraints and a few base android questions ), then called me. After phone review, she arraged an interview with an facebook engineer. I had skype interview. Interviewer was really polite and warm guy. Firstly he called me by phone and then suggest continue via skype[He was late for 6 minutes]. He told me about his work at Facebook and gave me hints about question.
Questions d'entretien [1]
Question 1
Implement method oneEditApart that return boolean:
true, if using one operations (insert or remove or replace) we can modify one string to get another.
False otherwise.
// Signature:
boolean oneEditApart(String s1, String s2)
// Allowing operations
insert
remove
replace
Example:
oea("cat", "cut") => true // replace "u" -> "a"
oea("cat", "cuts") => false // no operations
oea("ca", "ca") => false // no operations
oea("cats", "cat") => true // remove "s"
oea("cat", "at") => true // insert "c"
oea("cat", "cbat") => true // remove "b"
J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez Meta en mars 2025
Entretien
First call by recruiter and ask for basic employment questions and a few technical Android-specific questions, then scheduled a first round coding interview that is in general LeetCode style with 45min
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Meta en janv. 2024
Entretien
The interview process was very transparent. They provided a portal with lots in resources to study choose to review. There was also a coding practice section where you put yourself through a mock coding interview.
Questions d'entretien [1]
Question 1
There was two coding questions with the first round
Recruiter found me online. It was a basic introductory call and also an initial technical screen (about android). Was not prepared and did not do well. Recruiter was polite and professional and explained the hiring process perfectly.
Questions d'entretien [1]
Question 1
Mainly questions regarding android processes and basic UI and backend questions in the Android OS