Off Target
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
The ML platform team is auditing model quality for the first half of 2026, judging every model against a 0.95 accuracy target. Surface the 10% of models sitting farthest from that target, along with each model's accuracy and how far it lands from 0.95.
Summary
Most models are fine. The bottom 10% are not.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.