An ad-tech company has three storage problems on one platform: a bidding service writing 80,000 tran
A medium Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- medium
Problem
An ad-tech company has three storage problems on one platform: a bidding service writing 80,000 transactions per second with 12ms primary-key lookups, a reporting team scanning 365 days of bid_facts (2 PB raw) for an advertiser dashboard, and a data science team training on the full raw bid history. Apply the entire L3 storage tier (the three foundational shapes plus the four optimization levers) so each workload runs on storage matched to its access pattern.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.