It had two interviews and ask me a few questions which is not too hard. At first, they will let you talk about your project experience and it took about 10 minutes.
I applied online. The process took 1 week. I interviewed at Meta
Interview
The interviewer came 10 minutes late and I had another interview directly after this one, so my time reduced from 45 to 35 minutes. It was my first interview and didn't know what to expect.
Interview questions [1]
Question 1
Given a dictionary, find all pairs of words that, when concatenated together, form a palindrome.
Examples:
‘none', 'xenon': 'nonexenon' is a palindrome
'none', 'xexenon': 'nonexexenon' is a palindrome
I applied through an employee referral. The process took 5 weeks. I interviewed at Meta (Tel Aviv-Yafo) in Feb 2018
Interview
I received an email that she came across my resume and that she think I can be a great match. And asked if she can call. I received a call. We spoke something like 10 min, about my resume and she explained my about the current iOS teams at Facebook.
We scheduled a technical interview for a month later.
I had to implement a function that find a faulty version. My function receives the number of a working version, and a bad version. I had to return the first bad version. I could assume I have a function telling me if a version is good or bad.