What is Amazon SageMaker?
Answer: SageMaker is AWS's managed machine-learning platform covering the whole lifecycle: Studio for development, Data Wrangler and Processing for data preparation, Feature Store, training jobs with automatic model tuning, a model registry, endpoints for real-time and batch inference, Pipelines for orchestration, and Model Monitor for drift.
Why interviewers ask this: The value to name is that it removes infrastructure management from each lifecycle stage — training clusters are provisioned and torn down per job rather than run continuously. That per-job model is what makes it cheaper than a standing GPU cluster for intermittent training.
