Me postulé a través de un reclutador. Acudí a una entrevista en Meta
Entrevista
The phone interview with the recruiter went well. The interviewer was kind, helpful, and created a comfortable atmosphere. The interview involved coding in Python and SQL, with significant pressure to complete the questions within the time limit. A helpful tip is to keep practicing regularly, as timing is crucial in these assessments.
Preguntas de entrevista [2]
Pregunta 1
Sql task
1. Identify authors who have published at least 5 books.
2. Calculate the percentage of total sales completed on the same day the customer registered: (Same day sales * 100.0) / Total sales.
3. Find customers who purchased 3 or more books on both the first and last day of sales, excluding those with only one transaction.
Python Tasks:
1. Calculate the average book price from a list of prices.
2. Determine the maximum number of unique books that can be bought, given an array of book prices and a budget (each book can be purchased only once).
3. From a given list of book titles, identify sequels (e.g., for an input like ['GOT', 'Troy', 'Batman', 'Batman Returns'], the output should be ['Batman Returns']).
Starts with a screen, followed by leetcode style SQL+Python questions, Full loop of SQL, Python, SQL plus Python and lastly behavioural round. Every round is also an architecture round in some sense.
Begins with an application review and recruiter screening, followed by a technical phone interview that assesses SQL, data modeling, data warehousing, ETL processes, and coding skills in languages such as Python or Java. Successful candidates then proceed to onsite or virtual interviews, which include multiple rounds covering coding, system design, data architecture, problem solving, and behavioral questions.
Preguntas de entrevista [1]
Pregunta 1
Tell us about yourself and why you want to work for us
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.