I applied through a recruiter. The process took 1+ week. I interviewed at Meta (Tel Aviv) in May 2020
Interview
HR wrote me in LinkedIn, because I added HR to my network. Position is in Israel, but all HRs - HR, technical HR from Ireland, it was online. HR told that it would be Linux interview and coding, but in real it was coding only.
Interview questions [2]
Question 1
Array [A, B ,C, D, E , F, G, H]
User input 2 values, e.g. D, F
It's necessary to print
[A, B, C, F, E, D, G, H]
You will be supplied with two data files in CSV format .
The first file contains statistics about various dinosaurs. The second file contains additional data.
Given the following formula, speed = ((STRIDE_LENGTH / LEG_LENGTH) - 1) * SQRT(LEG_LENGTH * g)
Where g = 9.8 m/s^2 (gravitational constant)
Write a program to read in the data files from disk, it must then print the names of only the bipedal dinosaurs from fastest to slowest.
I applied online. I interviewed at Meta (Mountain View, CA)
Interview
Online assessment, phone interview followed by onsite interviews. Online assessment asked system related questions such as questions about the linux terminal and operating system concepts. Phone interview was a coding challenge containing two questions.
I applied through a recruiter. The process took 3 months. I interviewed at Meta in Feb 2020
Interview
A recruiter phone interview followed by a programming interview and a system interview and finally an onsite interview. The onsite interview involved several other interviews. They did pay for travel for the onsite interview
Interview questions [2]
Question 1
Various linux command questions; how do you determine if a drive is full?