Me postulé a través de un reclutador. El proceso tomó 2 meses. Acudí a una entrevista en Meta en mar 2025
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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.
Me postulé en línea. Acudí a una entrevista en Meta (New York, NY)
Entrevista
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.
Me postulé en línea. Acudí a una entrevista en Meta
Entrevista
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.