AWS · MLA-C02
Validates expertise in designing, deploying, and operating machine learning solutions on AWS, including data preparation, model development, deployment/orchestration, and monitoring of ML workloads. Covers generative AI, Amazon Bedrock, and agentic AI topics.
Practice Questions
321
≈ 4 practice exams
Duration
170 minutes
Passing Score
720/1000
Difficulty
AssociateLast Updated
Sep 2026
Use this MLA-C02 practice exam to prepare for AWS Certified Machine Learning Engineer - Associate (MLA-C02) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 321 questions for AWS MLA-C02, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Data Preparation for ML and AI, ML Model and Foundation Model (FM) Development, Deployment and Orchestration of ML and AI Workflows, and Operating, Monitoring, and Securing ML and AI Solutions. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The AWS Certified Machine Learning Engineer - Associate (MLA-C02) validates a candidate's ability to build, operationalize, deploy, and maintain AI and ML solutions and pipelines using the AWS Cloud. The exam covers both traditional ML workflows and modern generative AI (GenAI) workloads, including foundation models (FMs), Retrieval Augmented Generation (RAG) architectures, and agentic AI systems. Core AWS services tested include Amazon SageMaker AI, Amazon Bedrock, AWS Glue, Amazon Kinesis, and a range of storage and orchestration services.
MLA-C02 is an updated version of the MLA-C01 exam, expanding significantly into generative AI territory. New content areas include configuring vector databases for AI applications, preparing data for FM fine-tuning and continuous pre-training, deploying and managing Amazon Bedrock agents, implementing RAG pipelines, monitoring agentic workflows, and applying responsible AI safeguards using Amazon Bedrock Guardrails. This makes the certification distinctly relevant for engineers working at the intersection of MLOps and modern GenAI systems.
This certification is designed for ML engineers, MLOps engineers, LLMOps engineers, data engineers, backend software developers, and data scientists who work with AWS-based ML and AI pipelines. The target candidate should have at least one year of hands-on experience with Amazon SageMaker AI, Amazon Bedrock, and related AWS ML services, as well as at least one year of experience in a related technical role such as backend development, DevOps, or data science.
Candidates should be comfortable with both traditional ML workflows (model training, hyperparameter tuning, deployment pipelines) and generative AI concepts (foundation models, prompt engineering, RAG, agentic workflows). This exam is not intended for individuals focused purely on ML research, data analysis, or full end-to-end solution architecture—those tasks are explicitly out of scope.
AWS does not impose formal prerequisites for the MLA-C02 exam, but the recommended experience profile is substantial. Candidates should have at least one year of practical experience using SageMaker AI and Amazon Bedrock for ML engineering tasks. General IT knowledge requirements include familiarity with common ML algorithms and their use cases, understanding of FM capabilities and limitations, data engineering fundamentals (ingestion, transformation, common formats like Parquet, JSON, ORC), software engineering best practices, CI/CD pipelines, and infrastructure as code (IaC).
On the AWS side, candidates should be proficient with SageMaker AI algorithms and features for both traditional and GenAI models, Amazon Bedrock features, AWS data storage and processing services (S3, Glue, EMR, Kinesis), AWS monitoring and logging tools, and IAM and security best practices. Prior experience with the MLA-C01 exam or foundational AWS certifications (such as AWS Certified Cloud Practitioner or AWS Certified Developer) is beneficial but not required.
The currently bookable MLA-C02 beta exam has 85 multiple-choice and multiple-response questions, a 170-minute time limit, and a $75 USD beta price. AWS explains that beta exams contain additional statistical-evaluation items that do not affect the score. The published standard MLA-C02 exam guide describes 50 scored questions plus 15 unidentified unscored questions, for 65 total, and a minimum passing score of 720 on a 100–1,000 scale. Unanswered questions are incorrect and there is no guessing penalty. AWS uses compensatory scoring, so candidates need to pass the exam overall rather than every domain separately. Beta delivery begins September 29, 2026; AWS has not yet announced general-availability registration or delivery dates. The standard Associate exam price is $150 USD.
Earning the AWS Certified Machine Learning Engineer - Associate positions candidates for roles such as ML engineer, MLOps engineer, LLMOps engineer, and data engineer at organizations deploying AI workloads on AWS. According to the World Economic Forum, demand for AI and Machine Learning Specialists is projected to grow by 40%, while 70% of North American IT leaders report difficulty filling AI/ML specialist roles—making certified practitioners especially sought after in the current hiring market.
MLA-C02's expanded coverage of generative AI, Amazon Bedrock, agentic workflows, and RAG architectures differentiates it from older ML certifications and aligns directly with enterprise priorities around deploying production GenAI systems. Professionals holding this certification can demonstrate practical competency in the full ML and GenAI engineering lifecycle—from data ingestion and model development through deployment, monitoring, cost optimization, and security—making it a strong credential for both career entry into ML engineering and advancement into senior MLOps or LLMOps roles.
5 sample questions with answers and explanations. The full bank has 321 questions, enough for 4 full-length practice exams.
Preview — answers shown1. A custom SageMaker training job must be reproducible after the input data changes. The team also needs to compare artifacts from several runs and promote only the approved one. Which three practices are appropriate? (Select three!)
Multiple correct answersExplanation
Reproducibility requires preserving the exact data reference, code or image, parameters, and metrics. Distinct artifacts or registered model-package versions preserve lineage and enable comparison, while approval states support controlled promotion. Overwriting paths destroys provenance, “latest” is not reproducible, and an artifact without its inputs and configuration cannot fully explain how it was produced.
2. A company must serve a 250-MB model from Lambda, and the deployment team wants to use a ZIP package with layers. Which constraint determines whether this packaging approach is viable? (Select one!)
Explanation
Lambda ZIP-based deployments have a 250-MB unzipped limit across the function package and layers, and a function can use up to five layers. The compressed archive limit is not the governing constraint described here. Downloading from S3 is an optional design that trades deployment size for runtime latency; it is not required before every invocation. A container image is an alternative with a 10-GB limit.
3. A training dataset has severe class imbalance. The team wants preparation-time methods that can reduce the majority class, increase the minority class, or synthesize minority examples. Which three SageMaker Data Wrangler operators provide these capabilities? (Select three!)
Multiple correct answersExplanation
SageMaker Data Wrangler provides random undersampling to reduce majority examples, random oversampling to increase minority examples, and SMOTE to create synthetic minority examples. FindMatches performs record matching and deduplication, not class balancing. Clarify DPL measures label-distribution bias rather than changing the dataset. Schema Registry enforces streaming schemas and does not rebalance classes.
4. A machine-learning organization needs to select evaluation tools. It will evaluate a foundation model for toxicity, semantic-perturbation robustness, and factual knowledge, and separately needs predictive-model bias detection and explainability. Which pairing is appropriate? (Select one!)
Explanation
The fmeval library supports toxicity, robustness through semantic perturbations, and factual-knowledge evaluation for generative models. SageMaker Clarify remains the appropriate tool for predictive-model bias detection and explainability; Bedrock Evaluations does not replace those capabilities. Model Monitor, Debugger, C3R, and Guardrails serve monitoring, debugging, privacy, or safety purposes rather than this complete evaluation pairing.
5. A nonprofit has a small analytics team and receives inconsistent survey files in Amazon S3. They need to interactively inspect samples, clean values, and normalize columns without writing code or managing Spark infrastructure. Which AWS service is most appropriate? (Select one!)
Explanation
AWS Glue DataBrew provides a visual, point-and-click interface for cleaning and normalizing data without code and includes more than 250 built-in transformations. AWS Glue Data Catalog stores metadata rather than interactively transforming records. SageMaker Feature Store manages reusable ML features, not general-purpose visual preparation. Managed Service for Apache Flink performs stateful stream processing and is not a no-code data-cleaning workspace.
AWS Certified DevOps Engineer - Professional (DOP-C02)
DOP-C02 · 436 questions
AWS Certified Generative AI Developer - Professional (AIP-C01)
AIP-C01 · 1978 questions
AWS Certified Machine Learning Engineer - Associate (MLA-C01)
MLA-C01 · 582 questions
AWS Certified Machine Learning - Specialty (MLS-C01)
MLS-C01 · 860 questions
AWS Certified Security - Specialty (SCS-C03)
SCS-C03 · 2069 questions
AWS Certified Solutions Architect - Associate (SAA-C03)
SAA-C03 · 600 questions
$17.99
One-time access to this exam