The answer is to investigate the root cause and retrain with balanced data. This is correct because responsible AI demands mitigating bias at its source rather than superficially masking it; SageMaker Clarify detects statistical bias, but only a root-cause analysis—checking for skewed data collection, labeling errors, or proxy features like zip codes—allows you to retrain with balanced data that genuinely reduces the bias metric. On the AWS Certified AI Practitioner AIF-C01 exam, this scenario tests your understanding that fairness is a core principle of responsible AI, and a common trap is assuming removing a sensitive attribute like gender eliminates bias, when in reality correlated proxies can perpetuate it. Remember the mnemonic: “Don’t delete the feature, dig for the source.”
AIF-C01 Guidelines for Responsible AI Practice Question
This AIF-C01 practice question tests your understanding of guidelines for responsible ai. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A data scientist runs the SageMaker Clarify job shown in the exhibit for a credit risk model. After reviewing the results, they find a high bias metric for the gender facet. Which action is most consistent with responsible AI?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Investigate the root cause and retrain with balanced data
Option C is correct because responsible AI requires understanding and mitigating bias at its source, not just masking it. Investigating the root cause (e.g., data collection bias, labeling bias, or proxy features) and retraining with balanced data directly addresses the high bias metric detected by SageMaker Clarify, aligning with AWS's principle of fairness. Simply removing the gender attribute may not eliminate bias if other features act as proxies, and increasing the threshold does not fix the underlying model bias.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Proceed with deployment because the model is already in production
Why it's wrong here
Deploying a biased model is irresponsible.
✗
Remove the gender attribute from the training data and retrain
Why it's wrong here
Removing attributes may not remove proxy bias.
✓
Investigate the root cause and retrain with balanced data
Why this is correct
Root cause analysis and retraining address bias.
Related concept
Read the scenario before looking for a memorised answer.
✗
Increase the acceptance threshold for the model
Why it's wrong here
Threshold adjustment does not fix bias.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the misconception that simply removing a sensitive attribute (like gender) is sufficient to eliminate bias, but the trap here is that proxy features can still encode the same bias, making root-cause investigation and balanced retraining the only responsible action.
Detailed technical explanation
How to think about this question
SageMaker Clarify computes bias metrics such as Difference in Positive Proportions (DPPL) or Equal Opportunity Difference (EOD) by comparing model outcomes across facet values (e.g., male vs. female). A high bias metric indicates that the model's predictions are systematically skewed, often due to imbalanced training data or proxy features. In practice, retraining with balanced data might involve techniques like SMOTE for oversampling or reweighting samples to ensure fair representation across facets, which directly reduces the bias metric by aligning model behavior with fairness constraints.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Guidelines for Responsible AI — This question tests Guidelines for Responsible AI — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Investigate the root cause and retrain with balanced data — Option C is correct because responsible AI requires understanding and mitigating bias at its source, not just masking it. Investigating the root cause (e.g., data collection bias, labeling bias, or proxy features) and retraining with balanced data directly addresses the high bias metric detected by SageMaker Clarify, aligning with AWS's principle of fairness. Simply removing the gender attribute may not eliminate bias if other features act as proxies, and increasing the threshold does not fix the underlying model bias.
What should I do if I get this AIF-C01 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Refer to the exhibit. An AWS customer runs SageMaker Clarify to evaluate bias in their training data. The report shows multiple metrics with status 'violated'. What should the customer do next?
medium
✓ A.Use data augmentation to balance the dataset
B.Reduce the number of features
C.Retrain the model with more data
D.Ignore the metrics because thresholds are too strict
Why A: Option B is correct: Data augmentation or resampling can address class imbalance and demographic parity issues. Option A is wrong: Simply retraining with more data may not fix imbalance. Option C is wrong: Ignoring violations is irresponsible. Option D is wrong: Reducing features may not help.
Variation 2. A data science team is building a resume screening model and wants to ensure it does not exhibit gender bias. Which TWO actions are most effective for mitigating bias? (Choose TWO.)
easy
✓ A.Apply adversarial debiasing techniques during training.
B.Use a more complex deep learning model.
C.Remove the gender attribute and all correlated features from the dataset.
✓ D.Regularly audit model predictions for disparate impact across genders.
E.Ensure the training dataset has equal numbers of male and female candidates.
Why A: Regularly auditing predictions for disparate impact and applying adversarial debiasing are proven techniques. Simply removing attributes may not eliminate bias due to correlated proxies. Balancing datasets is helpful but not sufficient alone. Complex models do not guarantee fairness.
Variation 3. A healthcare organization is developing a clinical decision support system using Amazon Bedrock with a large language model (LLM) to analyze patient symptoms and suggest potential diagnoses. The system must comply with HIPAA and internal responsible AI guidelines. During testing, the model occasionally generates diagnoses that are inconsistent with established medical guidelines and shows a tendency to recommend more aggressive treatments for patients from certain demographic groups. The team has already implemented data encryption, access controls, and basic content filtering. They need to further reduce biased and unsafe outputs without delaying the deployment timeline. What should the team do next?
hard
A.Increase the logging of all model inputs and outputs to Amazon CloudWatch and set up alarms for any mentions of protected attributes.
B.Replace the current LLM with a different pre-trained model that has been benchmarked for lower bias on medical datasets.
✓ C.Fine-tune the model using a curated dataset of anonymized patient records that is balanced across demographic groups and aligned with clinical guidelines.
D.Apply stronger content filtering rules using Amazon Comprehend Medical to block any diagnosis that contains demographic-related terms.
Why C: Option C is correct because fine-tuning the model with a balanced, curated dataset directly addresses both the bias and clinical accuracy issues at the model level, which is the most effective approach for reducing biased and unsafe outputs without delaying deployment. This method adjusts the model's internal weights to align with established medical guidelines and demographic fairness, rather than relying on post-processing filters or logging that do not fix the root cause. Since the team has already implemented basic content filtering, fine-tuning provides a targeted, efficient solution that can be completed within a reasonable timeline.
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.