DataDriven
LearnPracticeInterviewDiscussDailyJobs

A growth team's curated marts have no formal quality program

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 growth team's curated marts have no formal quality program. Each pipeline has ad-hoc checks (or none); thresholds are hard-coded; the same producer drifts every quarter; orphan keys silently understate revenue; nobody can answer 'is the data good' without a Slack thread. Build the quality program. Add schema validation at the source-to-raw boundary, distributional checks at the curated layer, referential-integrity checks between fct and dim, environment-aware thresholds, and the five-pillar suite at the serving layer. Block-class fires route to a paging destination; warn-class fires route to a non-paging notification channel. The dashboards keep reading from their existing Snowflake marts.

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