CertGrid
AWS Study Guide

AWS MLA-C01: Machine Learning Engineer Associate Study Guide

The AWS Certified Machine Learning Engineer - Associate (MLA-C01) validates your ability to build, deploy, and operationalize ML solutions on AWS, spanning data preparation, model development, deployment/orchestration, and monitoring/security. It is aimed at engineers with at least one year of hands-on experience using Amazon SageMaker and related AWS services. The exam is 130 minutes, contains scored and unscored questions, and requires a scaled score of 720 out of 1000 to pass.

Domain 1: Data Preparation for ML

Key concepts you must know · 202 practice questions

Domain 2: ML Model Development

Key concepts you must know · 164 practice questions

Domain 3: Deployment and Orchestration

Key concepts you must know · 188 practice questions

Domain 4: Monitoring and Security

Key concepts you must know · 151 practice questions

AWS MLA-C01 exam tips

Study guide FAQ

What score do I need to pass the MLA-C01 and how is the exam structured?

You need a scaled score of 720 out of 1000. The exam runs 130 minutes and includes a mix of scored and unscored questions across four domains; some unscored items are used to evaluate future questions and do not affect your result. The largest weight is on Data Preparation, followed by Deployment/Orchestration, Model Development, and Monitoring/Security.

How much hands-on experience and what background should I have?

AWS recommends at least one year of hands-on experience with Amazon SageMaker and related AWS ML services, plus general familiarity with the ML lifecycle. You should be comfortable with Python, basic data engineering on S3/Glue/Athena, and the SageMaker SDK and CLI commands for training, tuning, and deploying models.

How much coding and CLI knowledge does the exam expect?

Expect to recognize and reason about SageMaker Python SDK and AWS CLI usage rather than write code from scratch. Know commands like aws sagemaker create-transform-job, aws sagemaker-runtime invoke-endpoint, aws sagemaker update-endpoint, aws s3 cp --recursive, and Estimator parameters such as instance_count and input modes (Pipe, ShardedByS3Key).

Is this exam about building algorithms or about operationalizing ML on AWS?

It is heavily MLOps and engineering focused. You apply ML concepts (metrics, overfitting, bias) but most questions test how to prepare data, train and tune with SageMaker, deploy via the right inference option, automate with Pipelines and the Model Registry, and monitor and secure models in production - not deriving algorithms by hand.