Design a real-time ML feature pipeline that computes features used by multiple ML models (fraud detection, recommendation, ads CTR) and serves them with:
- •Online serving latency ≤ 5ms
- •Feature freshness ≤ 1 minute for real-time features
- •Point-in-time correct joins for training (no data leakage)
- •Support for 10,000 feature definitions shared across 50 ML teams
What you'll be assessed on
This tests your understanding of the full feature store architecture — both online and offline paths, point-in-time correctness, and operational complexity.