Question 422 of 506
Ethical Considerations of AImediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the model is unfair to Spanish-speaking customers. This is correct because the model was trained exclusively on English reviews, creating a disparate impact where Spanish positive feedback is systematically misclassified as negative, which violates the core principle of algorithmic fairness in AI models. On the Salesforce AI Associate exam, this scenario tests your ability to distinguish fairness from mere accuracy or performance metrics; the trap is to focus on low accuracy rather than recognizing the unjust bias against a specific linguistic group. A key memory tip is to think of fairness as asking “who is being harmed?” rather than just “how often is the model wrong?”

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.

A company's Einstein Sentiment model is used to flag negative customer feedback. The model was trained on English reviews only. When deployed globally, it misclassifies positive reviews in Spanish as negative. What is the primary ethical concern?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "primary"

    Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

Question 1mediummultiple choice
Full question →

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

The model is unfair to Spanish-speaking customers.

The primary ethical concern is fairness: the model was trained exclusively on English reviews, so it systematically misclassifies Spanish positive feedback as negative. This creates a disparate impact on Spanish-speaking customers, violating the principle of algorithmic fairness. The issue is not just low accuracy but an unjust bias that disadvantages a specific linguistic group.

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.

  • The model is not interpretable.

    Why it's wrong here

    Interpretability is separate from fairness.

  • The model has low accuracy for Spanish reviews.

    Why it's wrong here

    Low accuracy is a symptom, but the core is fairness.

  • The model is unfair to Spanish-speaking customers.

    Why this is correct

    Lack of representation leads to unfair treatment.

    Clue confirmation

    The clue word "primary" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The model violates privacy regulations.

    Why it's wrong here

    No privacy issue mentioned.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Salesforce often tests the distinction between a model's technical flaw (low accuracy) and the ethical principle it violates (fairness), tricking candidates into picking the symptom over the root ethical concern.

Detailed technical explanation

How to think about this question

Under the hood, sentiment models rely on language-specific embeddings and tokenizers; training only on English causes the model to learn English-specific sentiment cues (e.g., positive words like 'great') and misalign them with Spanish vocabulary (e.g., 'bueno' may be misclassified due to out-of-vocabulary tokens). In a real-world deployment, this could lead to customer churn or reputational harm for the company, as Spanish-speaking users receive incorrect automated responses or escalations.

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 practitioner preparing for the AI Associate exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

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.

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 — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The model is unfair to Spanish-speaking customers. — The primary ethical concern is fairness: the model was trained exclusively on English reviews, so it systematically misclassifies Spanish positive feedback as negative. This creates a disparate impact on Spanish-speaking customers, violating the principle of algorithmic fairness. The issue is not just low accuracy but an unjust bias that disadvantages a specific linguistic group.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "primary". Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

5 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 credit scoring company develops an AI model that includes social media activity as a factor. The model awards higher scores to individuals with many online connections and consistent posting. Consumer advocates argue that this penalizes individuals with limited internet access or those who value privacy. The company defends the model, stating that it predicts creditworthiness better than traditional models. However, a regulatory body is investigating potential discrimination. The company wants to address ethical concerns without completely abandoning the model. Which approach is most appropriate?

hard
  • A.Remove social media data from the model immediately.
  • B.Increase the weight of traditional factors like income and payment history.
  • C.Conduct a thorough analysis to determine whether social media activity is a legitimate, non-discriminatory predictor of creditworthiness.
  • D.Continue using the current model but offer an alternative traditional scoring option.

Why C: Option B is correct because validating the relevance of social media data through rigorous analysis ensures that the factor is both fair and predictive. Option A abandons an innovative feature without evidence of harm. Option C may not be enough if the feature is irrelevant. Option D is too narrow.

Variation 2. A financial services company uses Einstein AI to recommend credit limits. The model tends to assign lower limits to applicants from a certain region. Which action best aligns with ethical AI practices?

medium
  • A.Replace the AI model with a simpler rule-based system
  • B.Investigate the data and model for bias, and adjust the model if necessary
  • C.Manually increase credit limits for all applicants from that region
  • D.Ignore the pattern since the model is statistically valid

Why B: Option A (Investigate the data and model for bias, and adjust the model if necessary) is correct because ethical AI requires proactive identification and mitigation of bias. Option B (ignoring the pattern) could allow discrimination. Option C (increasing limits for that region without analysis) may not be justified. Option D (using a different AI model without investigation) does not address the root cause.

Variation 3. A company's Einstein Discovery model for customer lifetime value shows a significant correlation between predicted value and customer's postal code. The company is concerned about ethical implications. What is the most appropriate response?

hard
  • A.Remove the postal code field from the model immediately
  • B.Investigate whether postal code is a proxy for protected attributes and, if so, consider retraining the model without it or with fairness constraints
  • C.Add more demographic data to the model to improve its accuracy
  • D.Ignore the correlation since the model is predicting business value, not demographic attributes

Why B: Option B (Investigate whether postal code is a proxy for protected attributes and, if so, consider retraining the model without it or with fairness constraints) is correct because postal code can be a proxy for race or income. Option A (removing postal code outright) may not be straightforward. Option C (ignoring correlation as coincidental) is unethical. Option D (adding more demographic data) could increase bias.

Variation 4. A company wants to deploy an AI system that makes hiring decisions. To comply with ethical guidelines, what should they do before deployment?

easy
  • A.Conduct an ethics review and perform bias testing on diverse datasets.
  • B.Ensure the system achieves high accuracy and ignore other metrics.
  • C.Deploy immediately and monitor for issues.
  • D.Test the system only on a small dataset to expedite launch.

Why A: Option A is correct because conducting an ethics review and performing bias testing on diverse datasets are essential steps to identify and mitigate potential discriminatory outcomes in AI-driven hiring systems. This aligns with ethical AI frameworks that require fairness, accountability, and transparency before deployment, ensuring the model does not perpetuate historical biases or violate anti-discrimination laws.

Variation 5. A company is deploying Einstein Vision for product quality inspection. To ensure ethical use, which TWO practices should they adopt? (Choose two.)

easy
  • A.Test the model for bias across different product types and lighting conditions
  • B.Keep the model's decision-making process proprietary to protect intellectual property
  • C.Deploy the model without human oversight to maximize efficiency
  • D.Provide clear documentation on the model's limitations and expected accuracy
  • E.Only use training images from a single supplier to maintain consistency

Why A: Option A (Test the model for bias across different product types) is correct because bias testing is essential. Option C (Provide clear documentation on the model's limitations) is correct for transparency. Option B (Use the model without human oversight) violates accountability. Option D (Only use images from one supplier) may introduce bias. Option E (Keep the model's decisions secret) violates transparency.

Last reviewed: Jun 30, 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.