
Answer-first summary for fast verification
Answer: Business goal identification
## Detailed Explanation Based on AWS best practices and the machine learning lifecycle framework, **business goal identification** is the correct phase where compliance and regulatory requirements are established. Here's the reasoning: ### Why Business Goal Identification (Option D) is Correct: 1. **Foundation for Compliance Strategy**: During the business goal identification phase, organizations define the problem scope, intended use cases, and success criteria for the ML project. This foundational work inherently includes identifying relevant legal, regulatory, and compliance constraints that will govern the entire project lifecycle. 2. **Early Risk Mitigation**: Compliance requirements such as GDPR, HIPAA, CCPA, or industry-specific regulations must be identified upfront to avoid costly rework later. These requirements influence data handling, model development, deployment strategies, and monitoring protocols from the very beginning. 3. **AWS Well-Architected Framework Alignment**: The AWS Machine Learning Lens within the Well-Architected Framework emphasizes that operational excellence pillars, including explainability, auditability, and compliance, are established during business goal definition. This ensures regulatory considerations are baked into the architecture design. 4. **Holistic Project Planning**: Business goal identification encompasses not just technical objectives but also ethical considerations, data governance policies, and legal obligations. This comprehensive view ensures compliance isn't treated as an afterthought but as an integral project requirement. ### Why Other Options Are Less Suitable: - **Feature Engineering (A)**: This phase focuses on transforming raw data into meaningful features for model training. While compliance may influence feature selection (e.g., avoiding protected attributes), the requirements themselves are established earlier. - **Model Training (B)**: This technical phase involves algorithm selection and parameter optimization. Compliance requirements guide training decisions but are determined prior to this stage. - **Data Collection (C)**: While data collection must adhere to compliance requirements, these requirements are established during business goal identification. The data collection phase implements compliance controls but doesn't determine what those requirements are. ### Key Takeaway: Compliance and regulatory requirements are foundational constraints that must be identified at the project's inception during business goal definition. This ensures they inform all subsequent phases—data collection, model development, deployment, and monitoring—creating a compliant-by-design ML solution that meets both business objectives and legal obligations.
Ultimate access to all questions.
No comments yet.
Author: LeetQuiz Editorial Team
In which phase of the machine learning lifecycle are compliance and regulatory requirements established?
A
Feature engineering
B
Model training
C
Data collection
D
Business goal identification