
Simulate the real exam experience with 65 questions and a 130-minute time limit. Practice with AI-verified answers and detailed explanations.
AI-Powered
GPT Pro, Claude Opus, and Gemini Pro cross-check every answer and explanation. See the reasoning for each option, requirement breakdowns, and solution architectures.
A media analytics company operates over 200 ML models across 12 AWS accounts, where each model is packaged as a Docker image stored in account-local Amazon ECR repositories with semantic version tags. Compliance requires a single, cross-account central catalog in a separate governance account that supports versioned entries, approval status (Approved/Pending/Rejected), lineage metadata, and audit logs, provides read-only discovery to a shared data science account, allows producer accounts to register new versions via CI/CD, and avoids duplicating or migrating container images between accounts; which solution should the company implement?
Keep your exam routine moving
Get timed mock exams, AI explanations, focused review, and learning insights.
Study period: 2 weeks
Used these questions exclusively to study, passed on first time. The app questions is very similar to the actual exam.
Study period: 2 weeks
Passed Oct 2025 with 905 score.
Study period: 1 month
Great questions. I really liked them!
Download Cloud Pass and start practicing all AWS Certified Machine Learning Engineer - Associate (MLA-C01) exam questions.
An online travel platform with 220 data scientists uses Amazon SageMaker Model Registry to track more than 1,200 model package versions that are already organized into 95 model groups, and the scientists are aligned to three business domains—pricing optimization, search relevance, and fraud detection—so an ML platform engineer must implement a solution to organize the existing assets by these domains to improve discoverability at scale without modifying any model artifacts, model package versions, approval statuses, or current model group memberships. Which solution will meet these requirements?
A smart farming startup must build an ML model in Amazon SageMaker that, given 4K drone images (3840x2160) of orchard rows, automatically finds each ripe fruit and returns a class label plus bounding-box coordinates (x_min, y_min, x_max, y_max) for every detection with confidence >= 0.85; which SageMaker algorithm should they use?
An ML engineer is building a click-through prediction model for a news recommendation system using the Amazon SageMaker XGBoost algorithm, where the binary classifier labels impressions as click or no-click and is trained on 5 million rows with 180 features (including one-hot encoded publisher_id and time bucket features), and with current hyperparameters of max_depth=10, eta=0.1, and subsample=1.0 the model achieves 0.99 AUC and 95% precision on the training set but only 0.68 AUC and 35% precision on a held-out week of traffic and on newly arriving impressions, indicating severe overfitting; to improve generalization to new impressions without changing the algorithm or feature space, what should the engineer do?
A media monitoring team ingests 900 hours per week of multilingual podcast audio (MP3), 300 hours per week of conference recordings (MP4 video), and 35,000 blog posts, and must deliver German-language summaries within 24 hours for only the Italian-language items while minimizing engineering effort and avoiding any model training; which solution will meet the requirements in the least amount of time?
An ML engineer at an online marketplace is building a model to predict the resale price (USD) of used smartphones using 200,000 historical transactions, where the target is a continuous value ranging from $50 to $1,500 and stakeholders require an evaluation metric that reports the average absolute prediction error in the same units (USD); which metric should be used to evaluate the model’s performance?
A video streaming platform runs a real-time content moderation model on an Amazon SageMaker real-time endpoint that serves about 1,500 requests per minute with a p95 latency SLO of 120 ms. A new model version trained on a larger multilingual dataset is ready, and the team must evaluate its accuracy and latency using the same live production requests for 24 hours while storing its inferences for offline comparison, without affecting any production user decisions or latency. Which solution will meet these requirements?
A data scientist exported a scikit-learn churn model outside Amazon SageMaker and stored a 7.8-GB model.tar.gz artifact in an SSE-S3–encrypted bucket (s3://retail-ml-artifacts-prod/models/churn/2025-07-01/), and needs to make this model discoverable to a business analyst using SageMaker Canvas in the same SageMaker domain for no-code evaluation and iterative tuning; which combination of requirements must be met to share the model with the Canvas user? (Choose two.)
A media analytics team runs AWS Batch array preprocessing jobs on a job queue every 4 hours and sometimes launches them manually; they are building Amazon SageMaker Pipelines that will consume the S3 outputs of those jobs during the data processing phase and require the pipeline to start within 2 minutes after a job succeeds without introducing state machines or long‑running services, so which approach integrates the AWS Batch jobs with the pipelines with the least operational overhead?
A robotics R&D company operates six Amazon SageMaker notebook instances across two VPC subnets for nine ML engineers; each instance was created with its own execution IAM role, and whenever engineers need additional read-only access to two S3 buckets (s3://cv-raw-2025 and s3://cv-curated-2025) during quarterly audits, the security team must update all six roles separately, so the company wants to centralize permission changes so that a single update applies to every notebook instance without granting broad administrator privileges; which solution will meet this requirement?