Advanced Interview #ml-infrastructure #feature-pipelines #model-serving #interview-prep

ML Infrastructure Engineer Interview Questions

5 exercises — choose the best-structured answer to common ML infrastructure interview questions. Focus on feature pipelines, GPU efficiency, model serving, and drift monitoring.

Structure for ML infrastructure design answers
  • Separate training from serving: pipelines and SLAs differ significantly
  • Name components precisely: feature store, model registry, serving runtime, monitoring
  • Cover operational dimensions: GPU utilisation, scaling policy, latency SLO, cost
  • Address data and model drift: they are distinct and need separate detection strategies
0 / 5 completed
1 / 5
The interviewer asks: "Design an online feature pipeline for a real-time personalisation system serving 50,000 requests per second."
Choose the answer that covers the critical design dimensions.