1. Exam Overview
What the exam is really testing
MLA-C01 is not a pure machine-learning theory exam and it is not a broad cloud-architecture exam. It tests whether you can take an ML workload from data preparation to production operations using the correct AWS services, with attention to cost, reliability, security, and maintainability.
Most questions are scenario-based. The exam rarely asks, “What does this service do?” Instead, it asks you to choose the best service or architecture for a specific constraint:
- Low latency or offline inference?
- Stateful streaming or simple delivery?
- Shared features for training and inference?
- Accuracy, recall, or precision?
- Canary deployment or immediate replacement?
- Reactive scaling or scheduled scaling?
- IAM role or long-lived access key?
- Data drift or infrastructure latency?
- Athena, Glue, EMR, Flink, Lambda, or Data Firehose?
Your task is to identify the requirement that matters most, eliminate services that solve a different problem, and choose the least complex managed option that fully satisfies the scenario.
Official exam format
| Item | Current MLA-C01 exam detail |
|---|---|
| Total questions | 65 |
| Scored questions | 50 |
| Unscored questions | 15 |
| Passing scaled score | 720 out of 1,000 |
| Question styles | Multiple choice, multiple response, ordering, matching |
| Scoring principle | No penalty for guessing; unanswered questions are incorrect |
| Passing method | Compensatory scoring across the full exam |
Core exam mindset
Use this sequence for almost every question:
- Classify the problem: data, model, deployment, monitoring, cost, or security.
- Underline the decisive constraint: latency, scale, stateful processing, delayed labels, public exposure, cost threshold, auditability, or operational simplicity.
- Choose the AWS service designed for that job.
- Reject answers that solve a neighboring problem.
- Prefer managed and maintainable solutions unless the scenario explicitly requires custom control.