AIF-C01 Fundamentals of AI and ML Practice Question
A data scientist wants to host a pre-trained model on Amazon SageMaker for real-time inference with minimal latency. Which approach should they use?
⚠ Common exam trap
The AIF-C01 exam often tests the distinction between synchronous (real-time) and asynchronous inference patterns, and the trap here is that candidates may confuse 'asynchronous inference' with 'real-time' because both can handle requests, but only real-time endpoints guarantee minimal latency for individual predictions.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Deploy the model on a SageMaker real-time endpoint
SageMaker real-time endpoints are designed for low-latency, synchronous inference. They keep the model loaded and ready to respond to individual requests, making them ideal for real-time applications where minimal latency is critical.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Run inference using AWS Lambda with the model packaged as a container
Why it's wrong here
Lambda has time and memory limits, not suitable for complex model inference.
- ✗
Use SageMaker batch transform
Why it's wrong here
Batch transform is for offline, asynchronous predictions on large datasets.
- ✗
Create a SageMaker asynchronous inference endpoint
Why it's wrong here
Asynchronous inference has higher latency and is meant for requests with large payloads.
- ✓
Deploy the model on a SageMaker real-time endpoint
Why this is correct
Real-time endpoints are designed for low-latency, synchronous inference.
Go deeper
Related to this question
About these practice questions
This AIF-C01 question is part of Courseiva's 619-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AIF-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIF-C01 exam.