Calculate conditional probability for coin flips

Last updated: August 26, 2025

Quick Overview

Given the following scenario about revenue per session, calculate the the sample size needed.

Microsoft
Analytics & Experimentation
Data Scientist
Microsoft
August 26, 2025
Data Scientist
Take-home Project
Analytics & Experimentation
Easy

5

5

1,250 solved


Given the following scenario about revenue per session, calculate the the sample size needed.

This analytics question from Microsoft's Take-home Project tests your ability to think critically about data. The interviewer expects you to consider confounding variables, selection bias, and the difference between correlation and causation.

What the Interviewer Expects
  • Define clear success metrics aligned with business goals
  • Propose a basic experimental design with control and treatment groups
  • Interpret results correctly and draw reasonable conclusions
  • Identify obvious confounding variables
Key Topics to Cover
A/B testing methodology
Segmentation and heterogeneous effects
Network effects and interference
Funnel analysis and cohort analysis
Long-term vs short-term metrics
Metric definition and success criteria
How to Approach This
  1. Define success metrics carefully. A good metric is measurable, actionable, and aligned with business goals.
  2. Run experiments long enough to account for novelty effects and weekly seasonality.
  3. Use funnel analysis to identify where users drop off for maximum optimization impact.
  4. Segment results by key dimensions (platform, country, user cohort) to catch hidden patterns.
  5. Consider network effects and interference between treatment and control groups.
Possible Follow-up Questions
  • What would you do if a stakeholder wants to end the experiment early because initial results look good?
  • How would you handle an experiment where the control and treatment groups are different sizes?
  • How would you handle seasonality in your experiment?
  • What if the experiment shows a positive short-term effect but you suspect a negative long-term impact?
Sharpen Your Skills on Codemia

Practice similar problems with our interactive workspace, get AI feedback, and track your progress.

Browse Analytics Questions
Sample Answer
Problem Setup

The analytical question we need to address is: "What is the sample size required to detect a significant difference in revenue per session when comparing two groups (treatment and control) in an A/B t...

Methodology

We will use the formula for calculating the sample size in a two-sample t-test, which is appropriate for comparing the means of two independent groups. The formula is:
[ n = \left( \frac{(Z_{\alpha...


Submit Your Answer
Markdown supported

Related Questions