1. A team wants to store, share, and reuse curated features across multiple models and teams, with consistent definitions for training and real-time inference. Which AWS service provides this?
- A. Amazon SageMaker Feature Store✓ Correct
- B. Amazon S3 Glacier
- C. AWS Lambda
- D. Amazon SNS
Explanation
SageMaker Feature Store is a repository to store, share, and serve curated features consistently for training (offline) and inference (online). S3 Glacier (B) is cold archival storage, Lambda (C) runs code, and SNS (D) is messaging — none is a feature repository.