Diagnose Decline in First Day Funding Rate
Diagnostic Case: First-Day Funding Rate Drop
Context
You are on a product analytics team monitoring onboarding performance. The team observes a decline in the First-Day Funding Rate.
Assume this metric is defined as:
-
First-Day Funding Rate (FDFR) = (Unique new users who complete their first funding within 24 hours of signup) / (Unique new users who signed up on that day).
-
Time window is rolling 24 hours from each user's signup timestamp (not calendar day), using consistent timezone and event sources.
Question
The percentage of new customers who fund their account on day-1 has fallen.
-
How would you systematically diagnose this decline end-to-end?
-
Which internal and external factors would you examine?
-
If those drivers are ruled out, what other angles would you explore to isolate the cause?
Consider approaches like breaking the metric into numerator/denominator components, segmenting by cohort and traffic source, inspecting funnel steps, seasonality, UI/feature changes, experiments, and external market shifts.
Constraints & Assumptions
-
Preserve the scope, facts, inputs, and requested outputs from the prompt above.
-
If the prompt leaves a detail unspecified, state a reasonable assumption before relying on it.
-
Keep the answer interview-ready: concise enough to present, but concrete enough to implement or evaluate.
Clarifying Questions to Ask
-
Clarify the business objective, unit of analysis, time window, exposure definition, and primary metric.
-
State assumptions about instrumentation, randomization, sample size, and data quality.
-
Separate descriptive analysis from causal claims.
What a Strong Answer Covers
-
A metric framework with primary, guardrail, and diagnostic metrics.
-
A credible analysis or experiment design with clear assumptions and bias checks.
-
SQL/statistical logic for segmentation, variance, confidence, and data validation where relevant.
-
An actionable recommendation that explains trade-offs and next steps.
Follow-up Questions
-
What sanity checks would you run before trusting the result?
-
How would you handle novelty effects, seasonality, or selection bias?
-
What decision would you make if metrics disagree?