Evaluate New Model's Impact on Rider and Driver Experience
Quick Overview
This interview question evaluates metric design, causal reasoning, experiment setup, diagnostics, SQL/statistical checks, and recommendations in a realistic interview setting. A strong answer for Evaluate New Model's Impact on Rider and Driver Experience states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.
Evaluate New Model's Impact on Rider and Driver Experience
Company: Uber
Role: Data Scientist
Category: Analytics & Experimentation
Difficulty: hard
Interview Round: Technical Screen
##### Scenario
Airport pickups: comparing a new model that predicts walk-time from order location to pickup zone against the current ETA model.
##### Question
What metrics would you use to evaluate the new airport ETA model’s impact on rider and driver experience? Design an experiment to test the new model against the baseline. Riders may speed up or slow down based on displayed driver arrival time; how would you quantify this behavioral feedback loop and separate it from model accuracy?
##### Hints
Consider rider wait, driver idle, cancellations; use staged rollout, delayed predictions, or instrumental variables to isolate behavioral response.
Quick Answer: This interview question evaluates metric design, causal reasoning, experiment setup, diagnostics, SQL/statistical checks, and recommendations in a realistic interview setting. A strong answer for Evaluate New Model's Impact on Rider and Driver Experience states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.
Evaluate New Model's Impact on Rider and Driver Experience
Airport Pickups ETA Model: Evaluation and Experiment Design
Context
A new model predicts rider walk-time from the order location (e.g., terminal/door) to the pickup zone. The current baseline ETA shown to riders reflects only the driver’s arrival. The product will display a combined pickup ETA (driver ETA ± walk time), which can change rider behavior: riders may speed up or slow down based on the displayed time.
Assumptions added for clarity:
You can log rider device location pings to infer arrival at pickup zones and approximate walking start/arrival times.
You can log driver arrival/departure times at pickup zones.
Both baseline and new model predictions can be logged, regardless of which is shown to the rider.
Tasks
Metrics: What would you use to evaluate the new airport ETA model’s impact on rider and driver experience?
Experiment: Design an experiment to test the new model against the baseline.
Feedback loop: Riders may adjust their pace based on displayed ETA. How would you quantify this behavioral response and separate it from pure model accuracy?
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 Guidance
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 Guidance
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 Guidance
What sanity checks would you run before trusting the result?
How would you handle novelty effects, seasonality, or selection bias?