DataDriven
LearnPracticeInterviewDiscussDailyJobs

A daily revenue pipeline runs from a cron entry on a developer's laptop: bash dumps a CSV, scp moves

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 revenue pipeline runs from a cron entry on a developer's laptop: bash dumps a CSV, scp moves it, a Python script loads Snowflake, then emails a Looker URL. When the laptop sleeps the pipeline silently fails; SSH timeouts overwrite the previous good CSV; there are no retries or dependency tracking. Apply the section's DAG framing and convert this to a real orchestrated pipeline.

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