Meta Data Scientist Data Manipulation (SQL/Python) Interview Questions

Practice 151 real Data Manipulation (SQL/Python) interview questions for Data Scientist roles at Meta.

151 Questions 1 Company07.06.2026
Showing 20 results
Role
Meta logo
Meta
Medium
Data Scientist

Compare Survey Satisfaction for New and Established Users

The interview report preserved the survey tables and the request to compare response levels for new and old users, but it explicitly noted that the in...

Data Manipulation (SQL/Python)
4
2
70 people solved
Jul 6, 2026
Meta logo
Meta
Medium
Data Scientist

Calculate Daily Survey Response Rates by Country

The interview report preserved the survey tables and the request to calculate response rate, but not the exact grouping or output contract. The follow...

Data Manipulation (SQL/Python)
30
8
355 people solved
Jul 6, 2026
Meta logo
Meta
Medium
Data Scientist

Write SQL for video-call recipients and FR activity

Given the schema and samples below, write ANSI‑SQL to answer both questions. Assume dates are stored in UTC. Today is 2025-09-01, so “yesterday” is 20...

Data Manipulation (SQL/Python)
63
1
587 people solved
Oct 13, 2025
Meta logo
Meta
Medium
Data Scientist

Analyze Thirty-Day Ad Performance with SQL

Analyze Thirty-Day Ad Performance with SQL For this practice version, use the following neutral schema. clicked is a Boolean recorded on each impressi...

Data Manipulation (SQL/Python)
2
0
26 people solved
May 22, 2026
Meta logo
Meta
Medium
Data Scientist Locked

Calculate CTR and ad revenue

This question evaluates proficiency in data manipulation and analytics, specifically metric calculation (CTR) and multi-currency revenue aggregation, ...

Data Manipulation (SQL/Python)
7
1
79 people solved
Jan 25, 2026
Meta logo
Meta
Medium
Data Scientist Locked

Analyze advertiser spend by source

This question evaluates proficiency in data manipulation and analytics using SQL or Python, testing skills such as joins, time-based filtering, cohort...

Data Manipulation (SQL/Python)
6
0
46 people solved
Feb 9, 2026
Meta logo
Meta
Medium
Data Scientist Locked

Analyze Multiple-Account Users in SQL

This question evaluates a data scientist's ability to perform SQL-level user- and account-level aggregation, grouping, and NULL-aware filtering to com...

Data Manipulation (SQL/Python)
2
0
44 people solved
Feb 9, 2026
Meta logo
Meta
Hard
Data Scientist

Compute Heavy-Caller Percentages

You are given two tables that track voice calls and daily active users for a messaging app. Table: call_events - call_id BIGINT — unique call identifi...

Data Manipulation (SQL/Python)
7
0
62 people solved
Jan 2, 2026
Meta logo
Meta
Medium
Data Scientist

Compute seller counts and vehicle share

You are given two tables: 1. listing_interactions - buyer_id BIGINT - seller_id BIGINT - event_date DATE - product_id BIGINT - listing_...

Data Manipulation (SQL/Python)
7
0
55 people solved
Jan 5, 2026
Meta logo
Meta
Medium
Data Scientist Locked

Count heavy callers in 7 days

This question evaluates proficiency in SQL-based data manipulation and analytics, covering joins between user and call records, aggregation and distin...

Data Manipulation (SQL/Python)
7
0
68 people solved
Mar 24, 2026
Meta logo
Meta
Medium
Data Scientist

Compute Each Advertiser's Share of Shop Ad Spend

Compute Each Advertiser's Share of Shop Ad Spend You have the following daily advertising table: `text ads_detail( advertiser_id, ad_id, ad_type...

Data Manipulation (SQL/Python)
1
0
15 people solved
May 22, 2026
Meta logo
Meta
Medium
Data Scientist

Calculate Weekly CTR and Campaign-Specific CTR in SQL

AdEvents ad_id | campaign_id | event | view_id | event_date 1 | 10 | impression | 123 | 2023-11-07 1 | 10 | cli...

Data Manipulation (SQL/Python)
67
2
251 people solved
Jul 12, 2025
Meta logo
Meta
Medium
Data Scientist Locked

Write SQL for seller and vehicle metrics

This question evaluates proficiency in SQL data manipulation, including joins, distinct counts, grouping and aggregation, filtering by date and catego...

Data Manipulation (SQL/Python)
8
0
83 people solved
Mar 2, 2026
Meta logo
Meta
Easy
Data Scientist Locked

Compute this-year spend share of last-year whales

This question evaluates proficiency in data manipulation and analytics engineering, specifically SQL and Python skills for aggregations, joins, calend...

Data Manipulation (SQL/Python)
5
1
41 people solved
Feb 15, 2026
Meta logo
Meta
Medium
Data Scientist

Define and analyze new-vs-existing activity

Ambiguous product question: Are existing users more active than new users over the last 28 days (ending today = 2025-09-01)? 1) Propose two reasonable...

Data Manipulation (SQL/Python)
4
0
58 people solved
Oct 13, 2025
Meta logo
Meta
Medium
Data Scientist

Count unconnected posts and reactions

You are analyzing a newly launched feed feature intended to improve engagement by showing more unconnected content. Assume the following tables: - pos...

Data Manipulation (SQL/Python)
22
2
201 people solved
Apr 5, 2026
Meta logo
Meta
Medium
Data Scientist

Compute ad revenue metrics by geography in SQL

You work on a marketplace app that shows shop ads. You are given the following tables. Assumptions - All timestamps are stored in UTC. - “Revenue” is ...

Data Manipulation (SQL/Python)
8
0
82 people solved
Oct 14, 2025
Meta logo
Meta
Medium
Data Scientist

Write SQL to compare social-only vs game-only engagement

You are given two tables capturing Oculus app usage. Define an 'active day' as a UTC date on which a user generates at least one event. Consider only ...

Data Manipulation (SQL/Python)
40
1
339 people solved
Oct 13, 2025
Meta logo
Meta
Medium
Data Scientist

Compute cohort GMV and payer rate with edge cases

You are given the following schema (timestamps are UTC): users(user_id INT, country STRING, created_at TIMESTAMP) events(user_id INT, event_ts TIMESTA...

Data Manipulation (SQL/Python)
10
0
84 people solved
Oct 13, 2025
Meta logo
Meta
Medium
Data Scientist

Write SQL for engagement and attribution KPIs

Using the schema and sample data below, answer the SQL tasks. Assume timestamps are UTC and comments with is_deleted=1 do not count. Schema: users(use...

Data Manipulation (SQL/Python)
1
0
11 people solved
Oct 13, 2025

Explore more Meta Data Scientist interview questions

Real questions from candidate reports, grouped by topic.

Other Meta Data Scientist categories
Browse all