CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Data Engineer - Associate (DEA-C01) Exam Question Walkthrough

Explore a sample question on AWS SageMaker to sharpen your exam prep for the DEA-C01 certification.

Your organization wants to improve the data processing capabilities of its machine learning models by utilizing Amazon SageMaker. Which feature should you utilize to quickly deploy your models for inference?

A. SageMaker Training Jobs.
B. SageMaker Batch Transform.
C. SageMaker Endpoints.
D. SageMaker Notebooks.

Think before you scroll

Consider the context of the question. The focus is on deploying models for inference, not training or experimenting. This narrows your options significantly.

The answer

The correct option is C. SageMaker Endpoints. This feature allows for real-time inference by deploying your trained models, making it ideal for quick predictions.

Why the other options lose

A. SageMaker Training Jobs. This option is incorrect because Training Jobs are used for model training, not for deploying models for inference. They are essential for building your machine learning models but do not address the deployment aspect.

B. SageMaker Batch Transform. This option is also incorrect. While Batch Transform can process large batches of data, it is not designed for real-time inference. It suits scenarios where you need to handle bulk predictions rather than immediate access.

D. SageMaker Notebooks. This option does not fit the requirement either. Notebooks are primarily used for development and experimentation with your models. They are excellent for building and refining models but do not provide deployment capabilities.

The concept behind it

Understanding the distinction between training, deployment, and inference in the machine learning lifecycle is crucial. While training jobs and notebooks are essential for developing models, endpoints are the feature you need for real-time predictions. Recognizing the purpose of each SageMaker feature helps clarify their applications.

Exam trap to remember

Remember, for real-time inference with SageMaker, think Endpoints. They are your go-to choice for deploying models quickly and efficiently.

Take the free DEA-C01 mock exam

Take a free mock exam →