DataDriven
LearnPracticeInterviewDiscussDailyJobs

A logistics order service has run dual writes for three years

A medium 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
medium

Interview Prompt

A logistics order service has run dual writes for three years. The recon job catches 0.4% silent loss and 0.05% phantom events; notifications occasionally fire for orders that never shipped. The principal engineer is asked to replace the dual write with outbox plus CDC end to end without an outage. The section's four-step migration: shadow (dual-write plus outbox in parallel, compare counts), cutover (consumers read outbox-fed Kafka), verify (no drift), retire (recon job removed once drift stays clean). Walk the migration by composing the four steps, each with what runs in production at that step and the verification gate that lets the next step proceed.

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