DataDriven
LearnPracticeInterviewDiscussDailyJobs

Risk Models on Week-Old Data

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

We operate a small business lending platform that processes thousands of loan applications per day, with credit decisions made in real time and repayment events streaming in continuously. Our risk team currently runs models on week-old data because there is no reliable near-real-time pipeline. Design a Kafka-based pipeline that delivers loan application events, credit decisions, and repayment data to the risk analytics layer within minutes of occurrence.

Summary

Loan approved. Loan denied. Every decision is an event.

Practice This Problem

Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.

Related

  • All Practice Problems
  • Mock Interview Mode
  • System Design Interview Questions
  • Data Engineering Interview Prep Guide
  • Daily Challenge
  • Data Engineering Lessons