J'ai postulé via un recruteur. Le processus a pris 2 mois. J'ai passé un entretien chez Meta en mars 2025
Entretien
Contacted via phone, talked with recruiter, standard phone screen. Final round interview was 6 separate questions and a culture fit interview. Overall, standard interview. Their recruiters are very professional. Did not get an offer
Questions d'entretien [1]
Question 1
+-------------+---------+
| Column Name | Type |
+-------------+---------+
| product_id | int |
| low_fats | enum |
| recyclable | enum |
+-------------+---------+
product_id is the primary key (column with unique values) for this table.
low_fats is an ENUM (category) of type ('Y', 'N') where 'Y' means this product is low fat and 'N' means it is not.
recyclable is an ENUM (category) of types ('Y', 'N') where 'Y' means this product is recyclable and 'N' means it is not.
Write a solution to find the ids of products that are both low fat and recyclable.
Return the result table in any order.
J'ai postulé en ligne. J'ai passé un entretien chez Meta (New York, NY)
Entretien
Prepare technical concepts, and practice previously asked questions as much as you can find online. 4 rounds in the total process. It's easy as long as you just practice a LOT.
J'ai postulé en ligne. J'ai passé un entretien chez Meta
Entretien
I had Python and SQL round for 30 minutes each. The interview was for 1 hour 30 minutes for SQL and 30 mins for python coding.
Completed 5 questions each but still got rejection email the next day.