I applied through an employee referral. I interviewed at Meta (Tel Aviv-Yafo)
Interview
The interview process includes a screening test over Zoom. This test consists of 3-4 Python questions (easy to medium difficulty) and 3-4 SQL questions (medium to hard difficulty). Time management is crucial, as the challenge lies more in solving the questions quickly rather than their difficulty level.
Interview questions [1]
Question 1
The first two Python questions were relatively easy, mainly involving counting values. However, the third question was trickier. You believe the main reason for not passing was misunderstanding the task's objective rather than the difficulty of the questions.
I applied through an employee referral. The process took 1+ week. I interviewed at Meta (California City, CA) in Feb 2025
Interview
Soon I'm getting into screening round. Wondering if python questions are given to us without sample input and expected output? is the expectation we frame the sample data and write the code as well?
I applied online. I interviewed at Meta in Sep 2024
Interview
Recruiter round: recruiter might ask some basic fundamental SQL questions.
1st round: 25 minutes for 4 SQL questions (easy). You need to be very fast and get to solution very quickly. communication wasn't priority here.
another 25 minute for 2 programming questions. leetcode easy to medium rated questions.
Interview questions [1]
Question 1
SQL: first 2 question requires some aggregations. later questions requires joining.
Programming: given a number return biggest odd number out of it by rearranging digits.