- A
Continue using the model because 92% accuracy is acceptable and the bias is not significant.
Why wrong: Even with high accuracy, bias against female candidates is a serious ethical concern; ignoring it perpetuates unfair hiring practices.
- B
Retrain the model using a balanced dataset that includes equal representation from all genders and implement ongoing fairness monitoring.
This directly addresses the bias by ensuring the training data is representative and includes measures to monitor fairness.
- C
Replace the current AI tool with a different vendor's tool without further analysis.
Why wrong: Replacing the tool without analyzing the root cause of bias may lead to similar issues; it is not a thorough solution.
- D
Manually adjust the scoring algorithm to give preference to female candidates to balance the outcome.
Why wrong: This introduces reverse discrimination and is ethically problematic; it does not address the underlying bias in the model.
Quick Answer
The correct recommendation is to retrain the model using a balanced dataset that includes equal representation from all genders and implement ongoing fairness monitoring. This directly addresses the root cause of the bias, which stems from the historical hiring data being skewed toward male candidates, causing the AI to learn and perpetuate that imbalance despite high overall accuracy. On the Salesforce AI Associate exam, this scenario tests your understanding of ethical AI principles and the distinction between model accuracy and fairness—a common trap is assuming a high accuracy score (like 92%) means the model is unbiased, when in fact it can mask systemic discrimination against protected groups. The exam emphasizes that mitigating gender bias in AI hiring requires proactive data curation and continuous evaluation, not just performance metrics. Memory tip: think “balance before accuracy”—a model trained on biased data will only amplify that bias, so always prioritize fair representation in your training set.
AI Associate Ethical Considerations of AI Practice Question
This AI Associate practice question tests your understanding of ethical considerations of ai. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
An organization uses an AI-powered resume screening tool to shortlist candidates for a software engineering role. The tool was trained on historical hiring data from the past five years, during which the company predominantly hired male candidates. After deployment, the tool consistently ranks female candidates lower, even when they have equivalent qualifications. The AI team reports that the overall model accuracy is 92%, and they argue that performance is strong. However, the diversity and inclusion team raises ethical concerns about gender bias. The Salesforce AI Associate is asked to evaluate the situation. What should the associate recommend?
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
Retrain the model using a balanced dataset that includes equal representation from all genders and implement ongoing fairness monitoring.
Option B is correct because retraining with a balanced dataset addresses the root cause of bias, and ongoing monitoring ensures fairness over time. Option A is incorrect because ignoring ethical concerns for accuracy is unacceptable. Option C is incorrect because switching vendors without understanding the bias may not solve the issue. Option D is incorrect because manually adjusting scores introduces reverse discrimination and is unethical.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Continue using the model because 92% accuracy is acceptable and the bias is not significant.
Why it's wrong here
Even with high accuracy, bias against female candidates is a serious ethical concern; ignoring it perpetuates unfair hiring practices.
- ✓
Retrain the model using a balanced dataset that includes equal representation from all genders and implement ongoing fairness monitoring.
Why this is correct
This directly addresses the bias by ensuring the training data is representative and includes measures to monitor fairness.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Replace the current AI tool with a different vendor's tool without further analysis.
Why it's wrong here
Replacing the tool without analyzing the root cause of bias may lead to similar issues; it is not a thorough solution.
- ✗
Manually adjust the scoring algorithm to give preference to female candidates to balance the outcome.
Why it's wrong here
This introduces reverse discrimination and is ethically problematic; it does not address the underlying bias in the model.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Trap categories for this question
Similar concept trap
Replacing the tool without analyzing the root cause of bias may lead to similar issues; it is not a thorough solution.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AI Associate NAT questions on configuration and troubleshooting.
- →
Ethical Considerations of AI — study guide chapter
Learn the concepts, then practise the questions
- →
Ethical Considerations of AI practice questions
Targeted practice on this topic area only
- →
All AI Associate questions
506 questions across all exam domains
- →
Salesforce AI Associate AI Associate study guide
Full concept coverage aligned to exam objectives
- →
AI Associate practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI Associate practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
AI Fundamentals practice questions
Practise AI Associate questions linked to AI Fundamentals.
AI Capabilities in CRM practice questions
Practise AI Associate questions linked to AI Capabilities in CRM.
Ethical Considerations of AI practice questions
Practise AI Associate questions linked to Ethical Considerations of AI.
Data for AI practice questions
Practise AI Associate questions linked to Data for AI.
AI Associate fundamentals practice questions
Practise AI Associate questions linked to AI Associate fundamentals.
AI Associate scenario practice questions
Practise AI Associate questions linked to AI Associate scenario.
AI Associate troubleshooting practice questions
Practise AI Associate questions linked to AI Associate troubleshooting.
Practice this exam
Start a free AI Associate practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI Associate question test?
Ethical Considerations of AI — This question tests Ethical Considerations of AI — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Retrain the model using a balanced dataset that includes equal representation from all genders and implement ongoing fairness monitoring. — Option B is correct because retraining with a balanced dataset addresses the root cause of bias, and ongoing monitoring ensures fairness over time. Option A is incorrect because ignoring ethical concerns for accuracy is unacceptable. Option C is incorrect because switching vendors without understanding the bias may not solve the issue. Option D is incorrect because manually adjusting scores introduces reverse discrimination and is unethical.
What should I do if I get this AI Associate question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AI Associate NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Same concept, more angles
1 more ways this is tested on AI Associate
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. An AI system recommends job candidates to recruiters. The system was trained on resumes of past successful hires, most of whom were male. As a result, it consistently ranks female candidates lower. What is the most appropriate mitigation?
medium- ✓ A.Re-sample the training data to include more female candidates and use fairness-aware algorithms.
- B.Add a post-processing adjustment to increase female candidates' scores.
- C.Accept the bias as a reflection of historical data.
- D.Remove the gender feature from the model.
Why A: Option C is correct because ensuring gender balance in training data addresses the root cause. Option A is wrong because removing gender may not eliminate proxy variables like 'years of experience gaps.' Option B is wrong because ignoring the issue perpetuates bias. Option D is wrong because post-processing adjustments may not be sufficient without data changes.
Last reviewed: Jun 23, 2026
This AI Associate practice question is part of Courseiva's free Salesforce 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 AI Associate 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.