TikTok Data Scientist Interview Questions
Applying to TikTok as a Data Scientist means preparing for a product-first, metrics-driven interview loop where speed, stakeholder influence, and practical experimentation matter as much as algorithms. TikTok Data Scientist interview questions typically emphasize SQL and Python data manipulation at scale, experiment design and causal inference, product analytics and metric definition, and pragmatic modeling choices. Interviewers look for technical correctness, clear assumptions, the ability to link analysis to business metrics, and concise communication that persuades product and engineering partners. You should expect a staged process: an initial recruiter screen and technical assessment followed by a virtual loop of 3–5 interviews mixing live SQL/Python exercises, product-analytics or modeling case problems, A/B testing scenarios, and behavioral discussions. For interview preparation, practice writing readable SQL with window functions and CTEs, build short Python data pipelines, rehearse experiment-design explanations, and prepare STAR stories showing ownership and impact. Simulated loops with timed coding and product cases

"I got asked a hardcore MCM DP question and I saw it on PracHub as well. Solved that question in 5 minutes. Without PracHub I doubt I could solve it in 5 hours. Though somehow didn't get hired, perhaps I guess I solved it too fast? /s"

"Believe me i'm a student here jn US. Recently interviewed for MSFT. They asked me exact question from PracHub. I saw it the night before and ignored it cause why waste time on random sites. I legit wanna go back and redo this whole thing if I had chance. Not saying will work for everyone but there is certainly some merit to that website. And i'm gonna use it in future prep from now on like lc tagged"

"10 years of experience but never worked at a top company. PracHub's senior-level questions helped me break into FAANG at 35. Age is just a number."

"I was skeptical about the 'real questions' claim, so I put it to the test. I searched for the exact question I got grilled on at my last Meta onsite... and it was right there. Word for word."

"Got a Google recruiter call on Monday, interview on Friday. Crammed PracHub for 4 days. Passed every round. This platform is a miracle worker."

"I've used LC, Glassdoor, and random Discords. Nothing comes close to the accuracy here. The questions are actually current — that's what got me. Felt like I had a cheat sheet during the interview."

"The solution quality is insane. It covers approach, edge cases, time complexity, follow-ups. Nothing else comes close."

"Legit the only resource you need. TC went from 180k -> 350k. Just memorize the top 50 for your target company and you're golden."

"PracHub Premium for one month cost me the price of two coffees a week. It landed me a $280K+ starting offer."

"Literally just signed a $600k offer. I only had 2 weeks to prep, so I focused entirely on the company-tagged lists here. If you're targeting L5+, don't overthink it."

"Coaches and bootcamp prep courses cost around $200-300 but PracHub Premium is actually less than a Netflix subscription. And it landed me a $178K offer."

"I honestly don't know how you guys gather so many real interview questions. It's almost scary. I walked into my Amazon loop and recognized 3 out of 4 problems from your database."

"Discovered PracHub 10 days before my interview. By day 5, I stopped being nervous. By interview day, I was actually excited to show what I knew."

"I recently cleared Uber interviews (strong hire in the design round) and all the questions were present in prachub."
"The search is what sold me. I typed in a really niche DP problem I got asked last year and it actually came up, full breakdown and everything. These guys are clearly updating it constantly."
Analyze Trade-off Between DAU Growth and Ad Revenue
Analyze Trade-off Between DAU Growth and Ad Revenue Analytics Case: DAU vs. Ad Revenue Trade-off in a Consumer Video App Context You are a data scient...
Personalize Ad Delivery Using Machine Learning Techniques
Personalize Ad Delivery Using Machine Learning Techniques Personalized Delivery of Three Ad Categories Scenario You operate a consumer feed with a sin...
Identify Top Discounts and Monitor Code Submissions
Products +------------+----------+-------+----------+ | product_id | category | price | discount | +------------+----------+-------+----------+ | 101 ...
Evaluate Responses to Teammate's Missed Deadlines
Behavioral Judgment: Teammate Consistently Misses Deadlines You are completing a behavioral questionnaire that asks you to choose the most effective a...
Optimize Job Routing in Parallel Machine Scheduling
Scenario In the Production Factory game, jobs with varying processing times arrive and must be routed through two parallel machines to minimize total ...
Track Key Metrics for Apple's New Phone Launch
Product Analytics Dashboard for a New Phone Launch You are a data scientist at a short-form video or social platform. Apple has launched a new phone a...
Balance Customer Satisfaction with Fraud Prevention: Key Metrics to Track
Balancing Customer Satisfaction and Fraud Prevention In a consumer app with payments, Product wants minimal friction for legitimate users while Risk w...
SQL Queries and Analysis on Bad Advertisers
Scenario You are on the analytics team at TikTok and need to analyze the presence of bad content in ads and identify problematic advertisers. Question...
Tiktok DS Interview Questions
Scenario: You are provided with two tables: minute_streamed and minute_viewed. The minute_streamed table records each minute of streaming activity, wh...
Calculate Expected Draws for X > 0.8 in Uniform(0,1)
Calculate Expected Draws for X > 0.8 in Uniform(0,1) Scenario Quick probability check during a first-round screen to gauge statistical intuition. Ques...
Explain motivations, background, and success metrics
Give a concise overview of your background in e‑commerce risk control (30–60 seconds). Then: (1) Why do you want to join our e‑commerce risk team spec...
Demonstrate leadership in cross-functional disagreement
Behavioral & Leadership (HR Screen, Data Scientist) Prompt Describe a time you disagreed with a partner team (e.g., product pushing for more aggressiv...
Write SQL for last-7-day metrics without windows
Assume today is 2025-09-01. Use ANSI SQL only and do not use window functions. You may use subqueries, GROUP BY, HAVING, and JOINs. Schema and small s...
Differentiate LDA and QDA; compute boundary
Binary Gaussian Classification: LDA vs QDA You are modeling a 2D binary Gaussian classifier with features (x, y): - Class 0: mean μ0 = (0, 0), covaria...
Apply PSM rigorously for observational A/B analysis
Task: Estimate ATT on 7-Day Retention Using Propensity Score Matching (PSM) Context You are given observational, user-level product data where users s...
Improve TikTok's Algorithm for Diverse Content Discovery
Product Feedback and Experimentation: Diverse Content Discovery You are a frequent TikTok user interviewing for a Data Scientist role focused on analy...
Calculate User Registration Date and 7-Day Retention Rate
user_posts +---------+--------------+-----------+ | user_id | posting_date | num_posts | +---------+--------------+-----------+ | 1 | 2023-01-01...
Select 10% Users Randomly from User Table
users +----+----------+-------------+ | id | username | signup_date | +----+----------+-------------+ | 1 | alice | 2023-01-02 | | 2 | bob ...
Identify Repeat Advertisers from Consecutive Weeks
SUBMISSIONS +--------------+-----------+-----------+ | advertiser_id| ad_id | week_id | +--------------+-----------+-----------+ | A123 ...
Analyze Negative Reviews' Impact on Coupon Repurchase Rate
Measuring Negative Reviews' Impact on Coupon Repurchase Management wants to understand how negative customer reviews affect the probability that a use...