Loading your practice set…
Loading your practice set…
Explanation: The correct answer is B. A feature store centralizes the storage and management of features used in machine learning models, ensuring that the same features are used across different models and teams. This helps in maintaining consistency and reproducibility. Option A is incorrect because it refers to a data lake, which is primarily for storing raw data. Option C is incorrect as it pertains to a data warehouse, which is used for analytics rather than feature storage. Option D is incorrect because it refers to a data catalog, which is used for metadata discovery and governance, not feature storage.
Explanation: The correct answer is B. Azure Machine Learning Workspaces provide a managed environment for building, training, and deploying machine learning models, including reproducible environments. Option A is incorrect because Azure DevOps is primarily for version control and CI/CD pipelines, not for managing machine learning environments. Option C is incorrect as it refers to Kubernetes, which is used for container orchestration but not specifically for reproducible ML environments. Option D is incorrect because Docker images can be used for containerization but do not provide the full suite of tools for reproducible ML environments.
Explanation: The correct answer is B because it includes both the training and validation steps within the same workflow. Option A only trains the model without validation, which does not meet the requirement. Option C only validates the model without training, which is not sufficient. Option D does not mention any validation or training steps, making it incorrect.
Explanation: The correct answer is B because it accurately describes the canary deployment process where a small percentage of traffic is directed to the new model version to test its performance before full deployment. Option A is incorrect as it suggests deploying the entire model at once, which contradicts the purpose of canary deployment. Option C is incorrect as it implies that canary deployment is not automated, which is not true. Option D is incorrect as it suggests that canary deployment is not used for testing, which is a key aspect of canary deployment.
Explanation: The correct answer is to use the Azure Machine Learning Data Drift Monitor. It allows you to specify the baseline dataset and the frequency at which the drift should be checked. The other options are incorrect because they do not provide the specific functionality required for monitoring data drift.
Explanation: The correct answer is to use feature attribution methods such as SHAP (SHapley Additive exPlanations). This method provides insights into how each feature contributes to the model's output, which helps in understanding the model's behavior and ensuring that the features are meaningful. The other options are incorrect because they do not provide the specific method for feature attribution.