InterviewStack.io LogoInterviewStack.io

Quantitative Analysis and Metrics Interpretation Questions

Core skills for working with numeric business data: calculating and interpreting key metrics, comparing options numerically, identifying trends and anomalies, performing variance checks, and testing assumptions. Includes reading dashboards and query results, extracting meaningful insights from revenue and operational metrics, segmenting data, identifying outliers, and understanding what metrics indicate about business performance. Candidates should be comfortable stating and justifying assumptions, performing simple break even and cost benefit reasoning, and translating numbers into prioritized actions or follow up analyses. This topic covers cross functional metric types from sales and operations to product and marketing, and emphasizes structured thinking, correct metric definitions, basic descriptive statistics, and how to use data to support recommendations.

MediumTechnical
44 practiced
You pushed a release and observed a conversion drop only for users in a particular country. Describe an analysis plan to test whether the release caused the drop versus external factors. Include specific queries, control populations, timeframe choices, and basic causal checks you would perform.
MediumTechnical
39 practiced
Write a Postgres SQL query to produce a retention cohort table for signup cohorts by signup_week over the first 4 weeks after signup. Schema: events(user_id int, event_type text, occurred_at timestamp). Define a 'signup' event and compute cohort_week (date), week_number (0..4), active_users, and retention_rate (active_users / cohort_size). Explain how you handle users who re-signup and timezone assumptions.
EasyTechnical
59 practiced
Given sample revenue per user values [50, 55, 60, 5000], describe two statistical methods to detect outliers and apply them to flag which values are outliers using the IQR rule and a Z-score threshold of 3. Explain how flagged outliers would affect mean and median reporting and one remediation strategy.
MediumTechnical
39 practiced
You ran an A/B test where control CTR = 3.2% with n=50,000 and variant CTR = 3.6% with n=50,000. Perform a hypothesis test to determine if the uplift is statistically significant at alpha 0.05. Show calculations for the pooled standard error and z-score, state your conclusion, and discuss practical significance besides statistical significance.
MediumTechnical
43 practiced
You are running 50 independent A/B tests across the product. Explain the multiple testing problem and recommend a practical approach to control false discoveries (FDR) while preserving power. Discuss trade-offs between Bonferroni correction, Benjamini-Hochberg, and using holdout groups.

Unlock Full Question Bank

Get access to hundreds of Quantitative Analysis and Metrics Interpretation interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.