DataDriven
LearnPracticeInterviewDiscussDailyJobs

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

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 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.

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