Two Clocks
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
A payments company runs every card transaction through a fraud check that has to flag bad charges within seconds, while a vendor order API gets pulled once an hour to feed the finance team's reporting. Design both ingestion paths on one platform, each sized to the freshness its consumer actually needs.
Summary
Fraud counts in seconds, finance counts by the hour. Build one platform that serves both.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.