DataDrivenDataDriven
LearnPracticeInterviewDiscussDailyJobs

The Decision Before the Door Closes

A hard Pipeline Design mock interview question on DataDriven. Practice with AI-powered feedback, real code execution, and a hire/no-hire decision.

Domain
Pipeline Design
Difficulty
hard
Seniority
L5

Interview Prompt

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.

How This Interview Works

  1. Read the vague prompt (just like a real interview)
  2. Ask clarifying questions to the AI interviewer
  3. Write your pipeline design solution with real code execution
  4. Get instant feedback and a hire/no-hire decision

Related

  • All Mock Interviews
  • Practice Mode (untimed)
  • System Design Interview Questions
  • Data Engineering Interview Prep Guide
  • Practice Problems
  • Daily Challenge