MLOps: Monitoring, Retraining, and Lifecycle Management Questions
Operating machine learning systems reliably over time. Covers model and data monitoring, drift and degradation detection, feedback loops, retraining and model-freshness strategy, versioning and model registries, and pipeline and workflow orchestration. Focuses on keeping deployed models healthy and reproducible across their lifecycle.
Define model monitoring for a production ML system. List the key categories of signals you'd track (data/feature drift, model performance, latency, resource usage, and business KPIs), explain why each matters operationally, and clarify the difference between monitoring and observability with a short example of when better observability (not just monitoring) speeds up root-cause identification.
Design an ML observability dashboard for a deployed classification model (for example, a loan-approval or fraud model). List at least 8 metrics grouped into performance, data/drift, infrastructure, and business categories, specify SLIs/SLOs and one proactive alert rule per category, and name concrete tooling choices (for example Prometheus/Grafana, Evidently, or a managed equivalent) you'd wire it into.
Define SLI, SLO, and SLA in the context of ML systems. Propose a set of SLIs and SLO thresholds for an online recommendation model, covering inference latency (p95), availability, a prediction-quality KPI (for example CTR uplift), and feature freshness, and describe how you'd implement alerting and escalation on SLO breach.
From a Site Reliability Engineer's perspective, how do the operational requirements of an ML model service differ from a traditional stateless microservice? Discuss determinism, dependency on training data, model versioning, rollback complexity, and reproducibility, and explain how incidents manifest differently.
Define data drift, label drift, and concept drift. For each, give a concrete production example and name one monitoring signal or statistical test you'd use to detect it first. Which of the three can be detected without waiting for ground-truth labels, and which require delayed labels?
Unlock Full Question Bank
Get access to all 9 MLOps: Monitoring, Retraining, and Lifecycle Management interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.