Question 430 of 1,000
Ethical Considerations of AIhardMultiple ChoiceObjective-mapped

Addressing Demographic Bias in AI for Salesforce AI Associate

This AI Associate practice question tests your understanding of ethical considerations of 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 financial services firm deploys Einstein Prediction Builder to predict loan default risk. The model uses sensitive attributes like zip code and age. During testing, the model shows a disparate impact on minority neighborhoods. The compliance team requires explanation of individual predictions for regulatory audits. The data science team wants to use a complex deep learning model that is not interpretable. Which approach best balances performance and ethical responsibility?

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

Use a simpler, interpretable model (e.g., logistic regression) that may have slightly lower accuracy but ensures transparency and reduces bias.

Option D is correct because using a simpler, interpretable model (e.g., logistic regression) ensures transparency and reduces bias, aligning with ethical AI principles and regulatory requirements for explainability. Option A is wrong because post-hoc explanations like SHAP may not be reliable or accepted by regulators and do not eliminate the underlying bias. Option B is wrong because using the complex model on only a subset does not resolve the bias or compliance requirement; all customers deserve fair treatment. Option C is wrong because adjusting thresholds per group is discriminatory and illegal under fair lending laws.

Key principle: OSPF neighbour adjacency depends on matching area, hello/dead timers, network type, and authentication — IP reachability alone is not enough.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use the complex model but provide post-hoc explanations like SHAP values to satisfy compliance.

    Why it's wrong here

    Post-hoc explanations may not be reliable or accepted by regulators.

  • Use the complex model but only for a subset of customers to limit exposure.

    Why it's wrong here

    Using the model on a subset does not resolve the underlying bias or compliance requirement.

  • Use the complex model and hide the disparate impact by adjusting thresholds per group.

    Why it's wrong here

    Adjusting thresholds per group is discriminatory and illegal.

  • Use a simpler, interpretable model (e.g., logistic regression) that may have slightly lower accuracy but ensures transparency and reduces bias.

    Why this is correct

    A simpler, interpretable model ensures transparency and reduces bias, aligning with ethical AI principles.

    Related concept

    OSPF neighbours must agree on key parameters.

Common exam traps

Common exam trap: OSPF can fail even when IP connectivity looks correct

OSPF neighbour formation depends on matching areas, timers, network type, authentication and passive-interface behaviour. Do not choose an answer only because the devices can ping.

Detailed technical explanation

How to think about this question

OSPF questions usually test the details that control adjacency and route selection. Read the neighbour state, area, router ID and interface configuration before deciding what is wrong.

KKey Concepts to Remember

  • OSPF neighbours must agree on key parameters.
  • Router ID selection can affect neighbour relationships and LSDB output.
  • OSPF cost influences the preferred path.
  • A route can appear in OSPF information but not become the installed route.

TExam Day Tips

  • Check area mismatch first when OSPF adjacency fails.
  • Review passive interfaces when a network is advertised but no neighbour forms.
  • Use show ip ospf neighbor and show ip route clues carefully.

Key takeaway

OSPF neighbour adjacency depends on matching area, hello/dead timers, network type, and authentication — IP reachability alone is not enough.

Real-world example

How this comes up in practice

A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

What to study next

Got this wrong? Here's your next step.

Review OSPF neighbour requirements — matching area type, hello and dead timers, network type, stub flags, and authentication. Study show ip ospf neighbor states (INIT, 2-WAY, FULL). Then practise related AI Associate OSPF questions on adjacency and route selection.

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.

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 — OSPF neighbours must agree on key parameters..

What is the correct answer to this question?

The correct answer is: Use a simpler, interpretable model (e.g., logistic regression) that may have slightly lower accuracy but ensures transparency and reduces bias. — Option D is correct because using a simpler, interpretable model (e.g., logistic regression) ensures transparency and reduces bias, aligning with ethical AI principles and regulatory requirements for explainability. Option A is wrong because post-hoc explanations like SHAP may not be reliable or accepted by regulators and do not eliminate the underlying bias. Option B is wrong because using the complex model on only a subset does not resolve the bias or compliance requirement; all customers deserve fair treatment. Option C is wrong because adjusting thresholds per group is discriminatory and illegal under fair lending laws.

What should I do if I get this AI Associate question wrong?

Review OSPF neighbour requirements — matching area type, hello and dead timers, network type, stub flags, and authentication. Study show ip ospf neighbor states (INIT, 2-WAY, FULL). Then practise related AI Associate OSPF questions on adjacency and route selection.

What is the key concept behind this question?

OSPF neighbours must agree on key parameters.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 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. A global e-commerce company deploys Einstein Bots in multiple countries. The bot uses natural language processing to handle customer returns. In one region, customers frequently complain that the bot does not understand their local dialect and incorrectly rejects valid returns. The company wants to maintain consistent customer experience while respecting regional diversity. The bot's language model was trained mainly on English data from the US and UK. The AI ethics board is concerned about fairness and transparency. They consider four options: (A) use a single, centrally-trained model with fallback to human agents for non-English queries, (B) deploy separate models fine-tuned on each dialect but with centralized monitoring, (C) disable the bot in regions with dialect issues, (D) use a translation layer to convert all inputs to English before processing. What is the best ethical approach?

medium
  • A.Use a single centrally-trained model with fallback to human agents for non-English queries
  • B.Use a translation layer to convert all inputs to English before processing
  • C.Disable the bot in regions with dialect issues
  • D.Deploy separate models fine-tuned on each dialect with centralized monitoring

Why D: Option D is correct because fine-tuning on local dialects improves accuracy and fairness, while centralized monitoring ensures oversight. Option A is wrong: fallback to human agents is good but still may cause delays and dissatisfaction; the model itself is not inclusive. Option B is wrong: translation may lose nuance and introduce errors. Option C is wrong: disabling the bot denies service and is not inclusive.

Variation 2. A company uses Salesforce Einstein to build an AI model that predicts customer churn. The model is trained on historical data from the past two years. During testing, the model shows significantly higher accuracy for male customers compared to female customers. What is the most ethical course of action?

medium
  • A.Deploy the model but add a disclaimer that it may be less accurate for female customers.
  • B.Deploy the model as is, because it still meets the overall accuracy threshold.
  • C.Investigate the cause of the disparity, retrain the model with more representative data, and re-evaluate fairness.
  • D.Manually adjust the model's output to ensure equal churn predictions across genders.

Why C: Option C is correct because investigating the cause of the disparity and retraining the model with more representative data addresses the root of the bias, which is the ethical approach. Option A is wrong because simply adding a disclaimer does not resolve the underlying unfairness. Option B is wrong because deploying the model despite known gender bias perpetuates discrimination. Option D is wrong because manually adjusting predictions introduces subjective alterations and may not be reliable or fair.

Variation 3. A company is building an AI model to score sales leads. They have a dataset with historical leads, including whether they converted. The dataset contains 90% male and 10% female leads. The model will be used to prioritize leads for sales follow-ups. What is the primary ethical concern?

hard
  • A.The training data is imbalanced, which may cause the model to be less accurate for female leads, leading to unfair prioritization.
  • B.The model will be biased against male leads because they are overrepresented.
  • C.The dataset is too small to build a reliable model.
  • D.Using historical data is unethical because it may not reflect current conditions.

Why A: Option D is the primary ethical concern. Using historical data without considering that it may reflect outdated or biased conditions can lead to unfair outcomes. While the imbalance in gender representation is a concern, it is secondary to the fact that the historical data may not accurately represent current or future conditions, thus potentially perpetuating past biases. Option A is a valid secondary concern but not primary; Option B is incorrect because overrepresentation does not inherently cause bias against the majority; Option C is irrelevant as dataset size is not identified as an issue.

Keep practising

More AI Associate practice questions

Last reviewed: Jun 23, 2026

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.

Loading comments…

Sign in to join the discussion.

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.