Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Monitor Production Model Drift

MediumModel Evaluation00:00
Practice interviewer
In session
5 left
00:00

Your question is Monitor Production Model Drift. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Context

ShopLens uses a gradient-boosted binary classifier to predict whether a user session will convert within 24 hours, so the marketing platform can trigger high-value discount offers. The model performed well at launch, but over the last 8 weeks the growth team reports lower campaign ROI despite similar traffic volume.

Current Performance

MetricValidation at LaunchLast 30 Days in ProductionChange
AUC-ROC0.840.76-0.08
Precision @ threshold 0.600.410.33-0.08
Recall @ threshold 0.600.580.47-0.11
F1 Score0.480.39-0.09
Log Loss0.460.61+0.15
Calibration error0.030.11+0.08
Avg predicted conversion rate12.4%14.8%+2.4 pts
Actual conversion rate11.9%9.1%-2.8 pts
PSI on top 12 features0.080.27+0.19

The Problem

You need to design a production drift monitoring approach that would have detected this degradation early, separated data drift from concept drift, and triggered the right investigation or retraining workflow.

Requirements

  1. Explain what the metric changes suggest about drift type and severity.
  2. Define the production monitoring dashboard and alert thresholds you would implement.
  3. Specify which inputs, outputs, and delayed-label metrics should be tracked daily vs weekly.
  4. Recommend how to diagnose whether the issue is feature drift, target drift, calibration drift, or threshold mismatch.
  5. Propose a response plan for mild drift vs severe drift.

Constraints

  • Labels arrive with a 24-hour delay.
  • Discount offers have a fixed weekly budget of $180,000.
  • False positives waste discounts; false negatives miss revenue.
  • Full retraining can only be done every 2 weeks due to compliance review.