DataDriven
LearnPracticeInterviewDiscussDailyJobs

An hourly_subscription_metrics pipeline costs $48,000/month

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

An hourly_subscription_metrics pipeline costs $48,000/month. The structured cost-reduction pass brings it to $4,700/month without breaking SLAs. The audit identifies four wins: full table rebuild every hour (fix with incremental + partition overwrite), wrong partition column (predicate filters on event_time but partition is on ingest_time), full pull from Stripe API every hour (fix with delta pull and rate-limit respect), and an over-frequent run cadence (consumer SLA is 2 hours, not 1). Sequence the fixes by adding a cost-pass transform on the canvas whose name states the four levers in execution order and the verification at each step (lineage check, pillar check, cost rollup).

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