DataDriven
LearnPracticeInterviewDiscussDailyJobs

Pipeline cost grows monotonically unless something pushes back

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

Pipeline cost grows monotonically unless something pushes back. Reactive cost work, kicked off when the bill becomes alarming, costs more than proactive cost work. The section's five levers: storage tiering (cold partitions to cheaper classes), partition pruning audits (queries scanning more partitions than they need), materialized view ROI (drop views whose maintenance exceeds their query savings), warehouse right-sizing (downsize compute on workloads that no longer need it), and query rewriting (the heaviest queries by spend). Pick the next cost lever by adding a cost-rhythm transform whose name states the monthly cadence, the lever audit that runs each month, and the accountability artifact (a cost owner per pipeline tier).

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