Home › Certifications › AWS Certified Machine Learning Engineer — Associate (MLA-C01)
210 multiple-choice questions, 77 flashcards and 10 scenario simulations, organised into 4 chapters, written to the MLA-C01 Exam Guide blueprint. Every question carries a full rationale.
Study AWS Certified Machine Learning Engineer — Associate (MLA-C01) in CoStudy →
MLA-C01 Exam Guide — 4 domains: Data Preparation for ML (28%), ML Model Development (26%), Deployment and Orchestration of ML Workflows (22%), ML Solution Monitoring, Maintenance, and Security (24%)
CoStudy's AWS Certified Machine Learning Engineer — Associate (MLA-C01) bank holds 297 items organised into 4 chapters that follow the published blueprint. Every multiple-choice question carries a written rationale explaining why the correct answer is correct and why each distractor is tempting but wrong, and the bank includes 10 scenario-based simulations.
Each chapter follows a domain of the published exam outline. Practise one on its own:
A sample of 12 multiple-choice questions from the bank, with the full rationale shown.
For continuous delivery of stream records to S3 with buffering, use which service?
Answer: C — Kinesis Data Firehose
Firehose is the managed buffered delivery layer; raw Streams have no built-in sink; MSK adds ops; SQS is a queue.
A sanity check for train and test split fairness compares which item?
Answer: C — Feature distributions across splits
Distribution comparison detects split drift; the others are infra concerns unrelated to fairness.
Which service best ingests millions of streaming clickstream events per second?
Answer: A — Kinesis Data Streams for that workload
Kinesis Data Streams handles millions of records per second; Glue is batch ETL; DataSync moves files; Transfer Acceleration is upload speedup.
For real-time inference under 100 ms latency, MOST fit deployment is which?
Answer: C — SageMaker real-time endpoint
Real-time endpoints serve sub-second predictions; Batch and Glue are offline; Athena is a query engine.
For a long-running one-off scoring of many gigabytes, MOST fit is which?
Answer: A — SageMaker Batch Transform
Batch Transform is purpose-built for large offline scoring; the others carry payload limits or idle cost.
Distributed training on many GPUs MOST OFTEN uses which strategy?
Answer: C — Data or model parallelism
Data or model parallelism splits work across GPUs; the others are single-device patterns.
Audit training and inference API activity using which service?
Answer: C — AWS CloudTrail API history
CloudTrail audits API activity; Monitor, Debugger, and Autopilot serve different purposes.
Two different frameworks (a preprocessing container and an XGBoost container) must run as one inference call in sequence, with SageMaker managing invocation order. What SageMaker feature is this?
Answer: D — Multi-Container Endpoint (MCE) with an inference pipeline
MCE (inference pipeline) chains multiple containers so SageMaker passes output from one to the next in a single invocation; MME hosts many independent single-purpose models, not a chained sequence; ProcessingStep is a pipeline build-time step, not live inference chaining; production variants split traffic between competing models, not chain containers.
For an ML CI/CD pipeline, MOST fit SageMaker orchestration is which?
Answer: A — SageMaker Pipelines DAG steps
Pipelines orchestrates the ML DAG (prep, train, evaluate, register, deploy); the others are single-purpose features.
An endpoint's live input feature distributions must be compared against the training data distribution, alerting when they diverge beyond a threshold. Which SageMaker Model Monitor type is this?
Answer: B — Data Quality Monitor
Data Quality Monitor compares live input statistics to a training-data baseline; Model Quality needs ground-truth labels to score accuracy, not just input drift; Bias Drift tracks fairness metric changes; Feature Attribution Drift tracks SHAP-value shifts, not raw input distribution.
A company wants to guarantee that SageMaker training jobs can only read from an approved list of S3 buckets across the whole organization, even if an individual role is later misconfigured. Which control enforces this org-wide?
Answer: B — An AWS Organizations Service Control Policy (SCP) restricting S3 access
An SCP at the AWS Organizations level sets a hard boundary no account-level role can exceed, providing org-wide enforcement; per-role policies can still drift or be misconfigured individually; Model Monitor checks data distributions, not access control; a CloudWatch alarm only notifies after the fact, it doesn't prevent the access.
A team registers a new model version every week and needs old, superseded versions to remain available for audit and potential rollback without cluttering the 'latest' view. Which Model Registry practice supports this?
Answer: C — A single Model Package Group holding every versioned package, with status/version tracked per entry
A single Model Package Group accumulates every version with its own status and metadata, preserving history for audit/rollback while still surfacing the latest approved version; deleting old versions removes rollback ability; overwriting loses history entirely; a new unrelated group each week fragments lineage and makes rollback across groups awkward.
6 sample cards from the 77 in the bank.
Standardization vs Normalization?
Standardize: mean 0, std 1 (Z-score). Normalize: scale to [0,1] (min-max). Standardize for assumes-normal models; normalize for distance-based.
K-fold cross-validation?
Split data into K folds; train K models each using K-1 for training and 1 for validation. Average performance. K=5 or 10 typical.
Regression metrics?
MAE (Mean Absolute Error), MSE, RMSE (Root Mean Squared Error), R² (proportion variance explained).
SageMaker Multi-Model Endpoint (MME) vs Multi-Container Endpoint (MCE)?
MME: many independent small models dynamically loaded from S3 behind one endpoint. MCE: multiple containers chained together as one inference pipeline.
SageMaker VPC-only training/endpoints — why?
Runs jobs/endpoints with no public internet path; pair with VPC interface endpoints (PrivateLink) for S3/SageMaker API access from a private subnet.
Training/serving skew?
Online performance degrades because inference data or transformations differ from those used at training. Shared feature pipelines (Feature Store) mitigate.
These samples are a small slice. The full bank runs flashcards, multiple choice and timed mock exams with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified Machine Learning Engineer — Associate (MLA-C01) →
The AWS Certified Machine Learning Engineer — Associate (MLA-C01) bank holds 297 items: 210 multiple-choice questions, 77 flashcards and 10 scenario-based simulations. 18 of them are on this page to read free, with no signup.
Yes. Every multiple-choice item carries a written rationale that states the controlling principle behind the correct answer and then addresses each wrong option in turn — why it tempts and precisely where it fails. Knowing why the plausible answer was wrong is worth more than knowing which letter was right.
It is organised into 4 chapters that follow the published exam blueprint: Data Preparation for Machine Learning; ML Model Development; Deployment and Orchestration of ML Workflows; ML Solution Monitoring, Maintenance, and Security. The number of questions in each chapter is proportional to that domain's published weight, so working through the bank exposes you to roughly the mix the real exam uses.
MLA-C01 Exam Guide — 4 domains: Data Preparation for ML (28%), ML Model Development (26%), Deployment and Orchestration of ML Workflows (22%), ML Solution Monitoring, Maintenance, and Security (24%)
The samples on this page are free to read in full, rationales included, with no account. The complete 297-item bank, the timed mock exams and per-chapter progress tracking are part of CoStudy on the web and in the iOS app.
Last reviewed 2026-08-22. Banks are written against the certifying body's published exam outline and re-checked when that outline changes — exams get renumbered, retired and reweighted, and a bank written to a superseded outline teaches the wrong proportions. Figures that are re-indexed annually are deliberately not asserted as rules; the questions test the governing principle instead.
This bank is written against AWS's published exam material. Check the AWS Certification exam guides for the current outline, fees and eligibility rules — those change, and the certifying body is the only authority on them. CoStudy is not affiliated with AWS.