Which SageMaker feature shares and manages variables across teams?
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?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests knowledge of SageMaker's collaboration features; the key trap is confusing Feature Store with Model Cards, which document models rather than manage variables.
Amazon SageMaker Feature Store is the purpose-built repository for storing, sharing, and managing machine learning features (variables) across multiple teams and models, ensuring consistency and reusability in ML workflows.
Candidates often choose Amazon SageMaker Model Cards (D) because it involves sharing information across teams, but Model Cards are for documenting model details and governance, not for storing and sharing reusable features or variables.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
The correct answer is A. Amazon SageMaker Feature Store.
Amazon SageMaker Feature Store is a fully managed repository specifically designed to store, share, and manage features (also referred to as variables) used in machine learning models. It provides a centralized location where multiple teams can discover, access, and reuse features across different ML workflows. This eliminates feature duplication, ensures consistency between training and inference, and significantly improves collaboration across data science and engineering teams.
Why the other options are incorrect:
- B. Amazon SageMaker Data Wrangler is a visual tool for data preparation and feature engineering, but it does not provide a centralized repository for sharing and managing features across teams.
- C. Amazon SageMaker Clarify is focused on bias detection and model explainability, not on feature storage or collaboration.
- D. Amazon SageMaker Model Cards is used to document and share model metadata, such as intended use, training details, and evaluation metrics. While it supports sharing across teams, it does not manage or store the actual features/variables used in model development.
Official Reference
Exam Strategy
When a question mentions 'share and manage variables' or 'features' across teams, immediately look for SageMaker Feature Store. Eliminate options that handle documentation (Model Cards) or data preparation (Data Wrangler) as they serve different purposes in the ML lifecycle.
Related Analysis
Practice All AIF-C01 Questions
Access 100 questions with complete answers and detailed explanations.
View Full AIF-C01 Practice Test →