Segmentation & Dimensionality in Metrics Questions
Learn to think about how metrics vary across dimensions: user segment, geography, traffic source, device type, etc. Practice deciding which dimensions are critical to track separately. Understand why slicing metrics reveals insights (e.g., desktop vs. mobile retention may differ significantly).
HardSystem Design
38 practiced
Design a privacy-preserving approach to create cross-device segments when deterministic IDs are unavailable. Discuss deterministic vs probabilistic matching, cohort-level aggregation, hashing/fingerprinting, differential privacy constraints, and validation techniques. Describe trade-offs between accuracy, cost, and privacy compliance.
EasyTechnical
41 practiced
Provide a clear numeric example (include small counts) demonstrating Simpson's paradox: a situation where aggregated conversion improves while every major segment declines. Explain why this occurs and recommend how to present this story to non-technical stakeholders to avoid misinterpretation.
MediumTechnical
33 practiced
You need to visualize conversion by device and traffic_source across 5 countries for non-analyst stakeholders using Tableau or Power BI. Propose three visualization options that surface key patterns without overwhelming users, describe when to use each option, and discuss filter interaction design and default views.
EasyTechnical
43 practiced
You're designing a growth KPI dashboard for a B2B SaaS product focusing on trial-to-paid conversion, MRR, and activation rate. Choose one primary and three secondary dimensions to include (e.g., customer-size, industry, lead-source). Justify each choice with respect to actionable insight for sales and product teams.
EasyTechnical
41 practiced
Given table sessions(session_id, user_id, device_type, converted boolean, session_ts timestamp), write a single ANSI SQL query to compute sessions, conversions, and conversion_rate per device_type over the past 30 days. Group NULL device_type into 'unknown' and assume converted is 1/0 or boolean. Show expected columns: device_type, sessions, conversions, conversion_rate.
Unlock Full Question Bank
Get access to hundreds of Segmentation & Dimensionality in Metrics interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.