Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Diagnose Production Credit Model Drift

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

Your question is Diagnose Production Credit 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

American Credit Acceptance uses a gradient boosting model in its underwriting decision flow to predict 60-day early payment default risk for indirect auto loan applications. The model performed well during development and pilot validation, but its production performance has degraded over the last 4 months after rollout to ACA's dealer network.

Current Performance

MetricDevelopment ValidationFirst 30 Days in ProductionCurrent ProductionChange vs Dev
AUC-ROC0.790.770.68-0.11
Precision @ approval threshold0.740.720.61-0.13
Recall @ approval threshold0.660.640.52-0.14
F1 Score0.700.680.56-0.14
Log Loss0.490.530.67+0.18
Approval rate41%42%47%+6 pts
Observed 60-day default rate in approved loans8.1%8.6%11.9%+3.8 pts

The Problem

ACA leadership wants to know whether the degradation is caused by data drift, label delay, threshold miscalibration, dealer mix changes, or model overfitting to development data. You need to diagnose the most likely causes and recommend a production monitoring and remediation plan.

Requirements

  1. Interpret what the metric changes imply about model behavior in production.
  2. Propose the top hypotheses for why production performance degraded.
  3. Explain how you would validate each hypothesis using offline and production data.
  4. Recommend specific model, threshold, and monitoring changes.
  5. Discuss how you would decide whether to retrain, recalibrate, or roll back.

Constraints

  • ACA cannot reduce funded application volume by more than 5% in the next quarter.
  • Default losses are materially more expensive than false declines.
  • Labels arrive with a 60-90 day delay, so near-real-time monitoring must rely partly on proxy signals.