AIF-C01 Guidelines for Responsible AI Practice Question
Exhibit
Refer to the exhibit.
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sagemaker:CreateEndpointConfig",
"sagemaker:UpdateEndpoint"
],
"Resource": "*",
"Condition": {
"Bool": {
"sagemaker:EnableDataCapture": "true"
}
}
}
]
}
```An AI team uses the IAM policy shown in the exhibit to control endpoint creation. Why does this policy support responsible AI?
⚠ Common exam trap
The AIF-C01 exam often tests the misconception that IAM policies for responsible AI focus on restricting model sources or instance types, when in fact the key mechanism is enforcing observability through data capture for ongoing monitoring.
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
✓
It ensures data capture is enabled for model monitoring
The IAM policy includes a condition that enforces the `DataCaptureConfig.EnableCapture` parameter to be set to `true` when creating a SageMaker endpoint. This ensures that model monitoring data is automatically collected, which is a key practice for responsible AI as it allows continuous monitoring of model performance, bias detection, and drift analysis. Without data capture, teams cannot audit or validate model behavior in production, undermining accountability and transparency.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
It requires human approval before deploying any model
Why it's wrong here
The policy does not mention human approval.
- ✗
It prevents the use of GPU instances to reduce cost
Why it's wrong here
The policy does not restrict instance types.
- ✓
It ensures data capture is enabled for model monitoring
Why this is correct
Data capture allows bias detection and explainability.
- ✗
It restricts endpoints to only use models built in SageMaker
Why it's wrong here
The policy does not restrict model origin.
Go deeper
Related to this question
About these practice questions
One of 619 original AIF-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.