Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Tune Fraud Alert Threshold

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

Your question is Tune Fraud Alert Threshold. 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

FinShield uses a binary classification model to score card transactions for fraud and sends high-risk transactions to a manual review queue. Over the last month, risk leaders noticed either too many legitimate transactions being reviewed or too many fraudulent transactions slipping through, and they want to know whether the current alert threshold is set too high or too low.

Current Performance

The model outputs a fraud probability, and the production threshold is currently 0.80.

MetricThreshold = 0.80Threshold = 0.65Threshold = 0.50
Precision0.920.780.61
Recall0.410.680.84
F1 Score0.570.730.71
False Positive Rate0.0030.0090.021
Alerts/day1,9004,6008,900
True fraud caught/day8201,3601,680
Missed fraud/day1,180640320
Review capacity/day5,0005,0005,000

The Problem

You need to determine whether the current threshold of 0.80 is too conservative or too permissive, quantify the tradeoff, and recommend a better operating point.

Requirements

  1. Interpret what the current precision-recall tradeoff implies about the threshold.
  2. Compare threshold options using both model metrics and business costs.
  3. Explain how you would validate whether the score distribution is well calibrated.
  4. Identify what additional error analysis you would run before changing the threshold.
  5. Recommend a threshold strategy and monitoring plan.

Constraints

  • Fraud analysts can review at most 5,000 alerts/day.
  • Average loss per missed fraud transaction is $240.
  • Average operational cost per false positive review is $6, plus customer friction.
  • Chargeback labels arrive with a 21-day delay, so evaluation is not fully real-time.