DataDrivenDataDriven
LearnPracticeInterviewDiscussDailyJobs

The Decision Before the Door Closes

A hard Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant feedback.

Domain
Pipeline Design
Difficulty
hard
Seniority
L5

Problem

We process millions of card transactions a day, and the fraud team needs a scoring pipeline that flags suspicious activity before an authorization completes, which happens in well under a second. When the scoring service is unavailable, the business has chosen to let small transactions through and block large ones rather than stall every purchase. Confirmed fraud comes back weeks later as chargebacks and has to feed into the weekly model retrain. Design the pipeline.

Summary

The window to stop it is smaller than you think.

Practice This Problem

Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and checks it automatically.

Related

  • All Practice Problems
  • Mock Interview Mode
  • System Design Interview Questions
  • Data Engineering Interview Prep Guide
  • Daily Challenge
  • Data Engineering Lessons