DataDriven
LearnPracticeInterviewDiscussDailyJobs

A daily orders pipeline at a Series B startup has every beginner-tier gap: green orchestrator runs a

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

Domain
Pipeline Design
Difficulty
medium

Problem

A daily orders pipeline at a Series B startup has every beginner-tier gap: green orchestrator runs are the only signal, no quality checks anywhere, no layer-boundary gates, no warn-vs-block authority on the few asserts that exist, no paging when something fires. Assemble the first quality suite. Add the four cheap checks (row count, null rate, uniqueness, freshness) at the layer boundary between source and mart, each with an explicit authority (block or warn) in its name. Block-class checks route to a paging destination so on-call hears about real failures. The dashboard continues reading from the existing Snowflake mart.

Practice This Problem

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

Related

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