
Ultimate access to all questions.
A company wants to build an ML model by using Amazon SageMaker. The company needs to share and manage variables for model development across multiple teams. Which SageMaker feature meets these requirements?
Explanation:
Amazon SageMaker Feature Store is the correct answer because it is specifically designed to store, share, and manage features (variables) for machine learning models across multiple teams.
Key reasons why Feature Store meets the requirements:
Why other options are incorrect:
Use Case: When multiple teams are working on different ML models that use the same features, Feature Store ensures consistency, reduces redundant work, and maintains feature lineage.