AI0-001 AI Security, Ethics and Governance Practice Question
An AI system used for resume screening is found to consistently rank male candidates higher than female candidates with similar qualifications. The HR director wants to remediate this bias without significantly reducing model accuracy. Which technique should be applied?
⚠ Common exam trap
CompTIA often tests the misconception that simply removing the protected attribute (e.g., gender) from the dataset is sufficient to eliminate bias, but candidates must understand that bias can persist through correlated features (proxy discrimination).
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
✓
Apply adversarial debiasing to the model during training.
Adversarial debiasing is the correct technique because it directly addresses bias during training by introducing an adversarial network that attempts to predict the protected attribute (e.g., gender) from the model's predictions. The main model is trained to maximize accuracy while minimizing the adversary's ability to infer the protected attribute, thereby reducing bias without a significant drop in predictive performance. This approach is more effective than simple feature removal or data collection because it actively learns to remove correlations between the protected attribute and the output.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Apply adversarial debiasing to the model during training.
Why this is correct
Adversarial debiasing reduces bias by training the model to be unable to predict protected attributes from its predictions.
- ✗
Use a random selection of candidates to avoid bias.
Why it's wrong here
Random selection would eliminate bias but also eliminate the model's ability to predict job performance.
- ✗
Remove the gender feature from the dataset and retrain.
Why it's wrong here
Removing gender may not eliminate bias if other features (e.g., years of experience correlated with gender) still act as proxies.
- ✗
Collect more training data from underrepresented groups.
Why it's wrong here
More data may not address the bias if the collection process itself is biased.
About these practice questions
This AI0-001 question is part of Courseiva's 754-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 AI0-001 practice question is part of Courseiva's free CompTIA 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 AI0-001 exam.