DataDrivenDataDriven
LearnPracticeInterviewDailyJobsCommunity

Nightly Exports Are Too Slow

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

Domain
Pipeline Design
Difficulty
medium
Seniority
L5

Problem

Our healthcare analytics platform pulls claims and member data from several operational databases, and the nightly full exports are both too slow for the utilization management team's same-day authorization decisions and heavy enough that the database teams will not sign off on any further load to production. Every record that lands in the analytics warehouse is regulated PHI, so member identifiers and clinical fields have to be stripped or pseudonymized before they reach the warehouse, not masked in views layered on top of it. Design a change-capture replication pipeline that keeps the warehouse current without adding load to the source systems.

Summary

Healthcare claims change constantly. The warehouse cannot fall behind.

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