The Binding and the Claim
A medium Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- medium
- Seniority
- L5
Problem
Our insurance platform generates two classes of events: synchronous policy transactions (bindings, endorsements, cancellations) that need immediate confirmation, and asynchronous claim events that are processed in the background. Right now both go through the same database tables and the analytics team can't query them without hitting production. Design an event-driven pipeline that handles both correctly.
Summary
Policies are instant. Claims take their time.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.