Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Monitor Deployed Loan Risk Model

MediumModel Evaluation00:00
I
Practice interviewer
Your interviewer
In session
I
Interviewer

Welcome to your interview.

The question is on your right: Monitor Deployed Loan Risk Model. Take a moment with it first.

Talk your thinking through with me if you like - when you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes). Discussion and graded submissions share your five interviewer interactions, so spend them well.

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

Problem

Context

Microsoft is using an Azure Machine Learning–deployed gradient boosted classifier to predict default risk for small business credit applications in Dynamics 365 Finance. The model was strong at launch, but six months later the risk team reports more unexpected defaults while the model’s approval rate has stayed nearly unchanged.

Current Performance

MetricAt LaunchCurrentChange
Precision0.780.74-0.04
Recall0.810.63-0.18
F1 Score0.790.68-0.11
AUC-ROC0.870.82-0.05
Log Loss0.410.53+0.12
Brier Score0.160.21+0.05
Approval Rate61%60%-1 pt
Monthly default rate on approved loans2.9%4.7%+1.8 pts

The Problem

You need to design a post-deployment monitoring approach and diagnose whether the issue is threshold drift, score miscalibration, feature drift, or a broader change in borrower behavior. Assume labels arrive with a 60-day delay, so some online metrics are only available later.

Requirements

  1. Explain which metrics you would monitor daily, weekly, and monthly after deployment.
  2. Diagnose what the current metric pattern suggests about model health.
  3. Identify likely root causes and how you would validate each one.
  4. Recommend concrete actions to improve monitoring and restore performance.
  5. State what alert thresholds and rollback criteria you would implement in Azure Machine Learning.

Constraints

  1. False negatives are costly because missed high-risk applicants drive loan losses.
  2. False positives reduce approvals and hurt revenue.
  3. Full retraining takes 10 days and requires model risk review.
  4. The business cannot reduce approval volume by more than 3 percentage points without executive sign-off.