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
- L4
Problem
Our product team stores application data in MongoDB, but the analytics team needs it in Redshift for reporting. The documents are nested and schemaless. Design a batch ETL pipeline to move this data from MongoDB to Redshift.
Summary
Two databases. One direction. No data left behind.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.