DataDrivenDataDriven
LearnPracticeInterviewDiscussDailyJobs

A Million Cars Phoning Home

A hard Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant feedback.

Domain
Pipeline Design
Difficulty
hard
Seniority
L6

Problem

We collect telemetry from millions of connected vehicles, including speed, braking events, OBD sensor readings, and ADAS alerts, and have to serve two teams from the same feed: safety analytics must react to an event the moment it happens, while predictive maintenance can wait minutes for aggregated trends. Vehicle location counts as personal data under European law, so raw coordinates can be retained only for the regulatory window while analytics reads a coarsened location. Design the pipeline that feeds both teams and keeps the location data compliant.

Summary

Every vehicle is a sensor. Deploy the pipeline to catch it all.

Practice This Problem

Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and checks it automatically.

Related

  • All Practice Problems
  • Mock Interview Mode
  • System Design Interview Questions
  • Data Engineering Interview Prep Guide
  • Daily Challenge
  • Data Engineering Lessons