I applied through an employee referral. I interviewed at Meta (Tel Aviv-Yafo) in Nov 2021
Interview
The recruiter reached out, we scheduled an interview with very good timing (I had time to prepare) and then did the first phone screen, after a day I got invited for the 2nd (and final) phone screen which I scheduled, and 2 business days after it I got the offer
Interview questions [1]
Question 1
2 LC medium questions, similar difficulty and both used hash tables.
I had 2 interviews online, one is technical (2 coding problems) - 45 min. and the second is 45 mins technical (2 coding problems) and 15 minutes behavioral.
In order to pass them you have to communicate with the interviewer all the time, describe your thinking process, and they want a fast and also accurate solution for the problems.
Interview questions [1]
Question 1
they asked about dividing an array in order to meet a given condition.
I applied through a recruiter. The process took 4 weeks. I interviewed at Meta in Dec 2021
Interview
I had 1 month to my screening interview, after being contacted by the recruiter. The screening interview was 45 mins, 5 mins for an introduction, and the last 5 mins to ask questions the remaining minutes are to solve the coding question.
Interview questions [1]
Question 1
Q1. Tell me about yourself
Q2. Check if a given array contains duplicate elements within k distance from each other (can be found on geeks for geeks)
Q3. Leetcode 1011