CCNA Ethical Considerations of AI Questions

75 of 207 questions · Page 2/3 · Ethical Considerations of AI · Answers revealed

76
MCQeasy

A retail company uses AI to personalize marketing emails. A customer complains that their data was used without explicit permission. What ethical principle was most likely violated?

A.Transparency
B.Fairness
C.Consent and privacy
D.Accountability
AnswerC

Using data without consent violates privacy and autonomy.

Why this answer

Option C is correct: Autonomy and privacy require obtaining explicit consent. Option A is wrong because transparency is about disclosure, not permission. Option B is wrong because accountability is about responsibility.

Option D is wrong because fairness is about impartiality.

77
Multi-Selecthard

A multinational corporation uses Einstein Discovery to predict employee performance. An audit reveals potential bias against employees in certain countries. Which THREE actions should they take to address ethical concerns? (Choose three.)

Select 3 answers
A.Investigate the training data for biased labels or sampling bias across countries
B.Engage local ethics representatives from the affected regions to understand context
C.Discontinue use of the AI model worldwide immediately
D.Use the model only in countries where it shows no bias
E.Implement a fairness metric and set acceptable thresholds for performance across groups
AnswersA, B, E

Data investigation is fundamental to identifying bias.

Why this answer

Option A (Investigate the training data for biased labels or sampling bias) is correct because data is often the source. Option C (Engage local ethics representatives from affected regions) ensures diverse perspectives. Option E (Implement a fairness metric and set acceptable thresholds) provides quantitative governance.

Option B (Discontinue the model globally) may be too extreme. Option D (Use the model only in countries where it performs well) could still be unfair to others.

78
MCQhard

A healthcare organization uses Einstein Discovery to predict patient readmission risk. The model uses protected attributes like race and age as features. Which action best aligns with Salesforce's ethical AI principles?

A.Retain the features but monitor for disparate impact and ensure compliance with regulations.
B.Remove race and age features entirely to ensure fairness.
C.Replace age with an age group bucket to reduce granularity.
D.Use the model as is because predictions are accurate.
AnswerA

Ethical AI allows use if monitored and regulated.

Why this answer

Removing protected attributes is a common step, but if they are proxies for legitimate medical factors, they may be retained with monitoring. Option A is too aggressive. Option C ignores that age can be medically relevant.

Option D violates transparency and accountability.

79
MCQhard

An AI model predicts employee performance. The HR team uses it to identify high-potential employees. What is a potential ethical risk?

A.Over-reliance on the model
B.Privacy violation
C.Underutilization of human judgment
D.All of the above
AnswerD

Correct. All listed risks are potential ethical concerns.

Why this answer

Option D is correct because all three listed risks—over-reliance on the model, privacy violation, and underutilization of human judgment—are potential ethical risks when an AI model predicts employee performance. Over-reliance can lead to automated decisions without human oversight, privacy violation may occur if sensitive employee data is mishandled, and underutilization of human judgment ignores contextual factors that the model cannot capture. Together, these represent a comprehensive set of ethical concerns in AI-driven HR practices.

Exam trap

Salesforce often tests the 'all of the above' trap where candidates think only one or two risks apply, but the question explicitly lists multiple interconnected ethical concerns that collectively form the correct answer.

How to eliminate wrong answers

Option A is wrong because over-reliance on the model is indeed a risk, but it is not the only risk, so selecting only A ignores other ethical issues. Option B is wrong because privacy violation is a valid risk, but it is incomplete without considering over-reliance and underutilization of human judgment. Option C is wrong because underutilization of human judgment is a real concern, but it does not cover the full spectrum of risks including privacy and over-reliance.

80
MCQhard

Refer to the exhibit. The model is deployed and monitoring triggers an alert for a fairness violation. What does this indicate?

A.The demographic parity difference exceeded 0.1.
B.The protected attributes were removed.
C.The model has been retrained.
D.The model's accuracy has dropped below threshold.
AnswerA

That is the threshold for fairness violation.

Why this answer

Option B is correct because the demographic parity constraint has a threshold of 0.1, so a violation means the difference in selection rates across protected groups exceeded 0.1. Option A is wrong because accuracy is a separate metric. Option C is wrong retraining is not indicated.

Option D is wrong the exhibit does not mention removing attributes.

81
MCQhard

A financial services firm uses a deep learning model to approve loans. The model is highly accurate but cannot explain its decisions. Regulators now require the firm to provide reasons for loan denials. What is the best approach to address this ethical concern?

A.Remove the most influential features from the model.
B.Retrain the model with more data to improve accuracy further.
C.Replace the deep learning model with a simpler, interpretable model like logistic regression.
D.Use a post-hoc explanation tool like LIME to approximate decisions.
AnswerC

Interpretable models can provide clear reasons for decisions.

Why this answer

Option D is correct: Using an inherently interpretable model (e.g., logistic regression) can provide explanations. Option A is wrong because retraining the same model doesn't guarantee explainability. Option B is wrong because approximations may be inaccurate.

Option C is wrong because removing features doesn't address the need for explanations.

82
MCQhard

Refer to the exhibit. An administrator runs an audit on a sentiment analysis model. What is the primary ethical concern?

A.The bias score is below threshold so no action needed.
B.The training data is imbalanced.
C.The model has low accuracy on negative text, indicating potential bias.
D.The model is overfitting to positive text.
AnswerC

The accuracy gap suggests bias against negative sentiment.

Why this answer

Option B is correct because the large accuracy gap (98% vs 80%) indicates the model performs poorly on negative text, which could lead to unfair treatment of users expressing negative sentiment. Option A is wrong because overfitting is not evident from this data. Option C is wrong even though bias score is below threshold, the significant accuracy disparity is a concern.

Option D is wrong while data imbalance is present, the disparate performance is the more direct ethical issue.

83
MCQhard

Refer to the exhibit. A company uses this policy for a customer-facing AI model. What is the most critical ethical risk?

A.Performance
B.Data privacy
C.Model accuracy
D.Lack of transparency
AnswerD

With explainability set to none, users cannot understand how decisions are made, violating transparency.

Why this answer

Option B is correct because lack of transparency (explainability: none) makes it impossible for users to understand or challenge decisions, which is a major ethical risk. Option A is wrong because accuracy is not indicated in the policy. Option C is wrong while data privacy is important, the policy does not mention privacy settings.

Option D is wrong performance is not addressed.

84
MCQhard

A healthcare company uses an AI model built on Salesforce to predict patient readmission risk. The model is trained on historical data that underrepresents certain ethnic groups. During testing, the model shows significantly higher false negative rates for those groups, meaning it fails to flag high-risk patients. The ethical concern is most directly related to which AI principle?

A.Privacy
B.Accountability
C.Transparency
D.Fairness
AnswerD

Fairness ensures AI does not discriminate against groups; the model's bias is a fairness issue.

Why this answer

The correct answer is C because the model's underrepresentation leads to unfair outcomes for specific groups, violating the principle of fairness. Option A is wrong because transparency is about explainability, not outcome disparity. Option B is wrong because accountability refers to who is responsible, not the bias itself.

Option D is wrong because privacy is about data protection, not fairness.

85
MCQmedium

A company deploys an AI system to screen job applications. The system is found to consistently reject candidates from a particular university, even though those candidates are qualified. What is the most ethical first step?

A.Increase rejections from other universities to balance
B.Ignore the finding as correlation, not causation
C.Change the screening criteria to include more universities
D.Investigate the training data and model for bias
AnswerD

Bias investigation is the ethical first step to identify and mitigate unfairness.

Why this answer

The correct answer is A because investigating the data and model for bias is the appropriate ethical action. Option B is wrong because ignoring the bias violates fairness. Option C is wrong because immediately increasing rejections is unethical.

Option D is wrong because changing the screening criteria without analysis may not address the root cause.

86
MCQhard

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?

A.Use the complex model but provide post-hoc explanations like SHAP values to satisfy compliance.
B.Use the complex model but only for a subset of customers to limit exposure.
C.Use the complex model and hide the disparate impact by adjusting thresholds per group.
D.Use a simpler, interpretable model (e.g., logistic regression) that may have slightly lower accuracy but ensures transparency and reduces bias.
AnswerD

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

Why this answer

Option B is correct because a simpler, interpretable model ensures transparency and reduces bias, aligning with ethical AI principles. Option A is wrong because post-hoc explanations may not be reliable or accepted by regulators. Option C is wrong because adjusting thresholds per group is discriminatory and illegal.

Option D is wrong because using the model on a subset does not resolve the underlying bias or compliance requirement.

87
MCQmedium

A Salesforce admin builds an Einstein Prediction Builder model to predict customer churn. The model assigns higher churn risk to customers in a certain demographic group. What is the MOST ethical FIRST step?

A.Disable the model immediately
B.Remove demographic features from the model
C.Analyze the data and model for potential bias
D.Retrain the model with more data
AnswerC

Investigation is the ethical first step to understand and mitigate bias.

Why this answer

Option D is correct because understanding the cause of disparity is essential before taking action. Option A is wrong because disabling the model may lose business value. Option B is wrong as simply retraining may not address root cause.

Option C is wrong because removing demographic features might not eliminate bias if correlated.

88
MCQeasy

A user asks an AI assistant to generate content that may be offensive. What should the AI do?

A.Ignore the request
B.Refuse and explain why
C.Generate and report the user
D.Generate with a warning
AnswerB

Correct. The AI should not produce offensive content and should provide reasoning.

Why this answer

The AI should refuse the request and explain why, upholding ethical standards.

89
MCQeasy

Refer to the exhibit. Which ethical principle is violated?

A.Safety
B.Fairness
C.Accountability
D.Transparency
AnswerD

The user cannot understand why the loan was denied, violating transparency.

Why this answer

Option B is correct because the AI fails to provide an explanation for the decision, violating transparency. Option A is wrong accountability is about responsibility, but the issue is lack of explanation. Option C is wrong fairness is not directly addressed.

Option D is wrong safety is not relevant here.

90
MCQeasy

A Salesforce admin wants to deploy an Einstein bot that uses natural language processing. Which practice best ensures ethical use?

A.Provide clear disclaimers that the user is interacting with an AI.
B.Use the bot only for internal processes.
C.Collect as much personal data as possible to improve accuracy.
D.Allow the bot to make autonomous decisions without human review.
AnswerA

Clear disclaimers ensure transparency and informed consent.

Why this answer

Option A is correct because transparency is a key ethical principle; users should know they are interacting with AI. Option B is wrong because restricting to internal processes does not address ethical use. Option C is wrong because collecting excessive personal data violates privacy.

Option D is wrong because autonomous decisions may require human oversight.

91
Multi-Selectmedium

Which TWO actions are essential for ensuring transparency in an AI system? (Choose two.)

Select 2 answers
A.Hide the model's internal logic to protect intellectual property
B.Log all AI decisions and allow audit
C.Train the model on the largest dataset available
D.Provide clear explanations for AI decisions
E.Obtain consent from all data subjects
AnswersB, D

Auditability is essential for transparency.

Why this answer

Options B and D are correct because providing explanations and logging decisions are key to transparency. Option A is wrong because hiding the model reduces transparency. Option C is wrong because training on all data may embed biases, and does not directly relate to transparency.

Option E is wrong because consent is about privacy, not transparency.

92
MCQmedium

Refer to the exhibit. What action should be taken?

A.Increase the accuracy threshold
B.Remove the model
C.Deploy as is
D.Retrain the model with balanced training data
AnswerD

Balancing data can reduce disparate impact.

Why this answer

Option B is correct because retraining with balanced data can help reduce disparate impact. Option A is wrong deploying with a ratio of 0.6 is likely illegal and unethical. Option C is wrong increasing accuracy threshold does not address fairness.

Option D is wrong removing the model may be too drastic without attempting mitigation.

93
MCQhard

A company is developing an AI system to screen job applications. They want to ensure compliance with ethical AI standards and avoid discrimination. Which approach demonstrates the most robust ethical governance?

A.Only test the model for bias after receiving complaints from applicants
B.Rely solely on Salesforce's built-in fairness metrics to validate the model
C.Remove sensitive attributes from training data to ensure fairness
D.Implement an AI ethics board with cross-functional stakeholders, conduct bias testing before deployment, and establish ongoing monitoring
AnswerD

This provides a robust governance framework.

Why this answer

Option D (Implement an AI ethics board with cross-functional stakeholders, conduct bias testing before deployment, and establish ongoing monitoring) is the most comprehensive. Option A (relying solely on Salesforce's built-in fairness tools) is insufficient without organizational governance. Option B (using anonymized data but not testing for proxy variables) might miss subtle biases.

Option C (only testing after complaints) is reactive, not proactive.

94
MCQmedium

An AI Associate deploys an Einstein Bot that uses sentiment analysis to escalate frustrated customers. After launch, the bot escalates disproportionately for non-native English speakers. What is the most likely cause?

A.The sentiment model was trained on a non-representative dataset.
B.The bot is routing to the wrong department.
C.The escalation threshold is set too low.
D.The bot is not properly connected to the escalation queue.
AnswerA

Training data lacking linguistic diversity causes biased sentiment detection.

Why this answer

Option A is correct because the sentiment analysis model likely exhibits bias due to training data that does not adequately represent the linguistic patterns, idioms, or expressions of non-native English speakers. This causes the model to misinterpret neutral or positive statements from these users as negative or frustrated, leading to disproportionate escalations. A non-representative dataset is a common source of algorithmic bias in AI systems.

Exam trap

Salesforce often tests the concept that bias in AI systems typically originates from the training data or model design, not from operational configuration issues like thresholds or routing, which are common distractors.

How to eliminate wrong answers

Option B is wrong because routing to the wrong department would cause misdirected escalations, not a disproportionate escalation rate for a specific demographic group. Option C is wrong because a low escalation threshold would increase escalations across all users uniformly, not selectively for non-native English speakers. Option D is wrong because a disconnected escalation queue would prevent any escalations from being processed, not cause selective over-escalation.

95
MCQeasy

A healthcare company uses AI to predict patient readmission rates. What is a critical ethical requirement?

A.Explanation of predictions to doctors
B.Low latency
C.High precision
D.Use of external data sources
AnswerA

Explainability ensures doctors can trust and act on predictions responsibly.

Why this answer

Option B is correct because doctors need explanations of predictions to make informed decisions and maintain accountability. Option A is wrong while precision is important, explanation is more critical for ethical use. Option C is wrong because low latency is a performance requirement, not ethical.

Option D is wrong because using external data may introduce privacy risks.

96
MCQmedium

A company uses Einstein Bots to handle sales inquiries. The bot sometimes provides incorrect product information, leading to customer dissatisfaction. What is the MOST ethical course of action?

A.Add a disclaimer that the bot may make mistakes and escalate complex issues
B.Replace the bot with human agents entirely
C.Keep the bot but do not inform customers of errors
D.Blame the bot developers publicly
AnswerA

Transparency about limitations and providing human escalation is ethical.

Why this answer

Option C is correct because transparency with customers about bot limitations is ethical and builds trust. Option A is wrong because humans cannot be replaced entirely in all cases. Option B is wrong as it hides the issue.

Option D is wrong because blame is not constructive.

97
MCQeasy

A health app collects users' location data for AI-driven recommendations, but users are not informed about this data collection. Which ethical principle is most compromised?

A.Transparency
B.Data minimization and consent
C.Fairness
D.Accountability
AnswerB

Collecting data without consent violates privacy and consent principles.

Why this answer

Option A is correct: Data minimization and consent require that only necessary data is collected with permission. Option B is wrong because transparency involves disclosure, but the deeper issue is unauthorized collection. Option C is wrong because accountability is about responsibility.

Option D is wrong because fairness is about bias.

98
MCQmedium

Refer to the exhibit. What is the most likely cause of the fairness issue?

A.The model overfits to the male group.
B.The training data is imbalanced, causing the model to perform better on the majority group.
C.The overall accuracy is too low.
D.The model is inherently biased against females.
AnswerB

Imbalanced data leads to unequal performance.

Why this answer

Option B is correct because imbalanced training data often leads to disparate performance. Option A is wrong because the model is not inherently biased. Option C is wrong because overall accuracy can be high despite bias.

Option D is wrong because there is no indication of overfitting.

99
Multi-Selecthard

A company wants to ensure their AI is fair. Which TWO steps are appropriate?

Select 2 answers
A.Use a single fairness metric to evaluate the model
B.Deploy the model quickly to gather real-world data
C.Remove all sensitive attributes from the data
D.Test model performance on different demographic groups
E.Involve diverse stakeholders in model development
AnswersD, E

Disaggregated testing reveals performance disparities.

Why this answer

Options B and D are correct. Testing the model on different demographic groups helps identify disparities, and involving diverse stakeholders brings multiple perspectives. Option A is wrong because removing all sensitive attributes may not eliminate bias due to proxy features.

Option C is wrong because a single metric cannot capture all fairness aspects. Option E is wrong because deploying quickly without testing can exacerbate unfairness.

100
Multi-Selecthard

Which TWO actions best promote transparency in an AI system?

Select 2 answers
A.Limit access to the model's logic to protect intellectual property.
B.Publish an audit trail of model inputs and decisions.
C.Use a complex deep learning model for higher accuracy.
D.Provide clear explanations for individual predictions.
E.Remove feature importance to simplify the model.
AnswersB, D

Audit trails provide insight into decision process.

Why this answer

Option B is correct because publishing an audit trail of model inputs and decisions enables external verification of the AI system's behavior, which is a core requirement for transparency. This allows stakeholders to trace how specific inputs led to particular outputs, ensuring accountability and facilitating debugging or compliance audits.

Exam trap

Salesforce often tests the misconception that transparency is about protecting the model or maximizing accuracy, when in fact it is about openness and explainability of decisions.

101
MCQmedium

A social media platform's AI recommends content that inadvertently amplifies misinformation. An ethical review board is considering changes. Which of the following actions best addresses the unintended harm?

A.Increase the amount of training data
B.Remove all AI recommendation engines
C.Conduct an ethical impact assessment and adjust algorithms accordingly
D.Reduce overall user engagement metrics
AnswerC

Assessments help identify and mitigate unintended consequences.

Why this answer

Option D is correct: A diverse ethical review board and impact assessment can identify and mitigate unintended harm. Option A is wrong because removing AI entirely may be impractical. Option B is wrong because reducing engagement without analysis may be arbitrary.

Option C is wrong because more data doesn't guarantee less misinformation.

102
Multi-Selectmedium

Which TWO approaches are recommended for mitigating bias in AI models?

Select 2 answers
A.Increasing model depth
B.Removing all sensitive attributes
C.Re-weighting training samples
D.Adding regularization
E.Using adversarial debiasing
AnswersC, E

Adjusts for imbalanced representation.

Why this answer

Option A is correct because re-weighting training samples can adjust for imbalanced representation. Option C is correct because adversarial debiasing reduces bias by learning unbiased representations. Option B is wrong regularization may not directly mitigate bias.

Option D is wrong increasing model depth can amplify bias. Option E is wrong removing all sensitive attributes may not eliminate bias due to proxy variables.

103
MCQeasy

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

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.
AnswerA

Ethics review and bias testing are proactive measures.

Why this answer

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.

Exam trap

Salesforce often tests the misconception that high accuracy alone guarantees ethical AI, when in fact fairness metrics and bias testing are mandatory to prevent discriminatory outcomes in high-stakes applications like hiring.

How to eliminate wrong answers

Option B is wrong because prioritizing only high accuracy can mask harmful biases; a model may achieve high overall accuracy but still systematically discriminate against protected groups due to imbalanced data or proxy features. Option C is wrong because deploying immediately without prior testing violates ethical guidelines and can lead to real-world harm, legal liability, and loss of trust; monitoring alone cannot retroactively fix embedded biases. Option D is wrong because testing on a small dataset is insufficient to detect bias across diverse demographic groups and may lead to overfitting or failure to uncover edge cases, undermining the reliability and fairness of the system.

104
Multi-Selecteasy

Which TWO practices contribute to ethical AI transparency?

Select 2 answers
A.Using open-source algorithms.
B.Providing user-facing explanations.
C.Collecting sensitive demographic data.
D.Allowing users to opt out of AI processing.
E.Documenting model decisions.
AnswersB, E

Explanations help users understand how decisions are made.

Why this answer

Options A and C are correct. Documenting model decisions provides an audit trail, and providing user-facing explanations helps users understand AI behavior. Option B is wrong because open-source algorithms do not guarantee transparency about specific model decisions.

Option D is wrong because collecting sensitive data may violate privacy principles. Option E is wrong because opt-out is about user control, not transparency.

105
Multi-Selecteasy

A Salesforce administrator deploys an Einstein Bot. Which TWO ethical considerations should be addressed? (Choose two.)

Select 2 answers
A.The bot should disclose it is an AI
B.The bot should mimic a human
C.The bot should make decisions autonomously
D.The bot should not collect personal data
E.The bot should escalate to a human when needed
AnswersA, E

Correct. Transparency requires the bot to identify itself as AI.

Why this answer

Option A is correct because ethical AI guidelines, including those from Salesforce, require that bots disclose their non-human identity to users. This transparency builds trust and ensures users are aware they are interacting with an AI, not a human, which is a core ethical principle in AI deployment.

Exam trap

Salesforce often tests the misconception that ethical AI means bots should never collect personal data, but the real ethical requirement is transparency and consent, not an absolute prohibition on data collection.

106
Multi-Selectmedium

A company wants to ensure their AI model complies with ethical guidelines. Which TWO actions are essential? (Choose two.)

Select 2 answers
A.Avoid transparency
B.Provide human oversight
C.Use the most complex model
D.Automate all decisions
E.Document model decisions
AnswersB, E

Correct. Human oversight ensures decisions can be reviewed and overridden.

Why this answer

Human oversight (Option B) is essential because it ensures that AI decisions can be reviewed, overridden, or corrected by a person, which is a core requirement of ethical AI frameworks such as the EU AI Act and NIST AI Risk Management Framework. This oversight helps catch biased outputs, edge cases, or harmful actions that the model might produce, maintaining accountability and safety.

Exam trap

Salesforce often tests the misconception that 'automation' is always the goal of AI, but the trap here is that ethical guidelines require human oversight and documentation, not full automation or complexity.

107
Multi-Selecthard

Which TWO components are essential for an AI ethics governance framework?

Select 2 answers
A.Using the most recent algorithms
B.Maximizing data collection
C.Assigning an ethics officer
D.Conducting regular audits
E.Establishing a code of ethics
AnswersD, E

Ensures ongoing compliance.

Why this answer

Option A is correct because a code of ethics provides foundational principles. Option D is correct because regular audits ensure ongoing compliance. Option B is wrong while helpful, not always considered essential.

Option C is wrong using the latest algorithms is not an ethics component. Option E is wrong maximizing data collection contradicts ethical principles like privacy.

108
MCQmedium

An AI system used for medical diagnosis occasionally produces incorrect results. A doctor notices the errors but continues using the system without reporting them. Which ethical principle is primarily at risk?

A.Fairness
B.Transparency
C.Privacy
D.Accountability
AnswerD

Healthcare professionals are accountable for AI-assisted decisions and must report errors.

Why this answer

Option A is correct: Accountability means humans must oversee AI decisions and report issues. Option B is wrong because transparency is about disclosure. Option C is wrong because fairness is about bias.

Option D is wrong because privacy is about data protection.

109
MCQmedium

A company deploys an AI system that recommends loan amounts. They want to ensure explainability. Which approach best aligns with ethical AI?

A.Allow the system to update its features dynamically without documentation.
B.Restrict the system's use to only internal employees.
C.Provide loan recommendations with a detailed rationale.
D.Use a black-box neural network for highest accuracy.
AnswerC

Detailed rationale enables users to understand decisions.

Why this answer

Option B is correct because providing a detailed rationale supports explainability and transparency. Option A is wrong because black-box models lack interpretability. Option C is wrong because restricting use does not ensure explainability.

Option D is wrong because undocumented changes undermine accountability.

110
MCQhard

An organization is deploying an AI system for loan decisions. They want to ensure human oversight. Which is the best implementation?

A.The system operates fully autonomously but logs decisions for audit.
B.The system makes decisions automatically, with post-hoc review only for high-value loans.
C.The system provides recommendations, and a human must approve all decisions.
D.The system only flags edge cases for human review.
AnswerD

Edge-case review balances efficiency with oversight.

Why this answer

Option D is correct because flagging edge cases for human review efficiently focuses oversight on the most uncertain or risky decisions. Option A is wrong because post-hoc review for high-value loans may miss issues in other cases. Option B is wrong while thorough, it may be too slow for low-risk decisions.

Option C is wrong because full autonomy reduces human involvement.

111
MCQhard

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?

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.
AnswerC

Validating the factor's relevance and fairness ensures the model is both ethical and effective.

Why this answer

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.

112
MCQeasy

A developer is creating a custom AI model on Salesforce. To ensure the model is fair across demographic groups, which activity should be included in the development process?

A.Feature selection using correlation matrix.
B.Bias testing using a diverse test dataset.
C.Cross-validation to avoid overfitting.
D.Hyperparameter tuning with grid search.
AnswerB

This evaluates model performance across demographics.

Why this answer

Bias testing using diverse datasets directly evaluates fairness across groups.

113
MCQhard

An autonomous vehicle AI is trained in simulation but performs poorly in rain and snow. The development team decides to deploy anyway, arguing that bad weather is rare. What ethical concern is most critical?

A.Bias against certain weather conditions
B.Insufficient robustness and safety
C.Lack of human accountability
D.Lack of transparency
AnswerB

AI must be safe and robust in all expected conditions.

Why this answer

Option C is correct: Robustness and safety require that AI performs reliably under all foreseeable conditions. Option A is wrong because bias is about demographic fairness. Option B is wrong because transparency is about disclosure.

Option D is wrong because accountability is about oversight.

114
MCQeasy

A Salesforce admin is configuring an AI model to automatically approve customer refunds under $50. To ensure ethical use, what is the most important action?

A.Train the model on all historical refund data to maximize accuracy
B.Implement a human review process for all AI decisions
C.Set the approval threshold to $100 to cover more cases
D.Disable logging to protect customer privacy
AnswerB

Human oversight ensures fairness and accountability in automated decisions.

Why this answer

The correct answer is D because human oversight is critical for ethical AI, especially when decisions affect customers. Option A is wrong because training on all data may introduce bias. Option B is wrong because it is not always necessary to approve all refunds; the model should be accurate, not overly generous.

Option C is wrong because disabling logging reduces accountability.

115
MCQmedium

An organization uses Einstein to predict sales opportunities. They notice the model performs poorly for small businesses. What is the most ethical approach?

A.Reduce the model's complexity to improve performance.
B.Use a completely different model for small businesses.
C.Retrain the model with more data from small businesses.
D.Ignore small businesses as they contribute little revenue.
AnswerC

More representative data can improve model fairness.

Why this answer

Option B is correct because adding representative data from small businesses addresses the bias. Option A is wrong because ignoring small businesses is unethical. Option C is wrong because using a completely different model may create inconsistent experiences.

Option D is wrong because reducing complexity may not fix the data imbalance.

116
MCQeasy

A sales team uses an AI tool to prioritize leads. The tool is found to give lower scores to leads from certain regions. What ethical principle is most violated?

A.Accountability
B.Privacy
C.Transparency
D.Fairness
AnswerD

Fairness requires no discrimination.

Why this answer

Option C is correct because fairness requires that AI systems do not discriminate against groups. Option A is wrong because transparency is about openness, not nondiscrimination. Option B is wrong because accountability is about responsibility.

Option D is wrong because privacy is about data protection.

117
MCQeasy

A company uses Einstein Prediction Builder to predict customer churn. They notice the model is less accurate for a particular demographic group. According to ethical AI principles, what should the company do first?

A.Conduct a bias audit to assess the model's fairness across demographics
B.Retrain the model with more data from that demographic group only
C.Ignore the discrepancy as it might be due to random variation
D.Switch to a different AI model without investigating
AnswerA

This is the recommended ethical practice to identify and address bias.

Why this answer

The correct first step is to conduct a bias audit to identify sources of disparity. Option B is correct because ethical AI requires proactive bias detection. Option A (ignore) violates fairness.

Option C (retrain on more data of that group) might introduce bias. Option D (use a different model without audit) ignores the root cause.

118
MCQmedium

A healthcare organization is deploying an AI model to predict patient readmission risk. The model was trained on historical data that underrepresented minority populations. During testing, the model shows lower accuracy for those groups. What should the data scientist do first?

A.Remove sensitive attributes like race and gender from the training data.
B.Ignore the disparity because the model's overall accuracy is acceptable.
C.Retrain the model with more complex algorithms to improve accuracy.
D.Re-evaluate the training data to ensure balanced representation and consider re-sampling techniques.
AnswerD

Ensuring data representativeness addresses root cause of bias.

Why this answer

Option D is correct because the first step in addressing model bias is to audit the training data for representational imbalance. Re-evaluating the data and applying re-sampling techniques (e.g., oversampling minority groups or undersampling the majority) directly targets the root cause of the disparity—skewed class distributions—before modifying the model or its features.

Exam trap

Salesforce often tests the misconception that removing sensitive attributes or improving model complexity automatically fixes bias, when in fact the data imbalance must be addressed first at the dataset level.

How to eliminate wrong answers

Option A is wrong because simply removing sensitive attributes does not eliminate bias; proxy variables (e.g., ZIP code, income) can still encode race or gender, and the model may still learn biased correlations from remaining features. Option B is wrong because ignoring the disparity violates ethical AI principles and regulatory expectations (e.g., FDA or HIPAA guidelines for healthcare models), and overall accuracy can mask significant harm to underrepresented groups. Option C is wrong because using more complex algorithms (e.g., deeper neural networks) does not fix biased training data; it may even amplify existing disparities by overfitting to the majority class patterns.

119
Multi-Selecthard

Refer to the exhibit. A Salesforce AI Associate is reviewing the AI model evaluation data. Which TWO ethical concerns should the associate identify?

Select 2 answers
A.The demographic parity difference of 0.12 indicates potential bias against a protected group.
B.The model accuracy of 0.95 is too low to be deployed in production.
C.The model was approved by a single individual, which violates the principle of diversity in AI oversight.
D.The disparate impact ratio of 0.85 falls below the acceptable threshold of 0.80, indicating adverse impact.
E.The audit trail shows that bias was detected but does not indicate what remedial actions were taken.
AnswersA, E

A difference of 0.12 is often considered above acceptable limits, raising fairness concerns.

Why this answer

Option B is correct because a demographic parity difference of 0.12 exceeds commonly accepted thresholds (e.g., 0.1), indicating potential bias. Option D is correct because the audit trail shows bias was detected but does not document specific remedial actions, which is a transparency concern. Option A is incorrect because 0.95 accuracy is typically acceptable.

Option C is incorrect because a disparate impact of 0.85 is above the 0.80 threshold, so it does not indicate adverse impact. Option E is incorrect while having a single approver may be noted, but it is not explicitly an ethical concern without context.

120
MCQhard

An insurance company uses an AI model to set auto insurance premiums. The model uses factors including driving history, age, and ZIP code. A regulator finds that premiums in certain low-income neighborhoods are significantly higher than in affluent neighborhoods with similar risk profiles. The company's actuaries argue that the model is actuarially sound because it accurately predicts claims based on historical data. The company wants to comply with ethical guidelines and avoid legal action. Which action should they take?

A.Defend the model based on its actuarial accuracy and historical claims data.
B.Incorporate a fairness constraint that requires similar premiums for similar risk profiles regardless of ZIP code.
C.Cap premium increases in low-income neighborhoods at a fixed percentage.
D.Remove ZIP code from the model inputs entirely.
AnswerB

This ensures fairness while preserving the model's ability to differentiate based on actual risk.

Why this answer

Option B is correct because introducing a fairness check ensures that similar risk levels result in similar premiums across neighborhoods, addressing ethical concerns without discarding valid risk factors. Option A ignores the issue. Option C removes a potentially relevant factor, but may reduce accuracy.

Option D is a band-aid that doesn't fix underlying bias.

121
Multi-Selectmedium

Which THREE actions align with Salesforce's responsible AI principles?

Select 3 answers
A.Involving diverse stakeholders in AI development.
B.Ensuring human oversight for critical decisions.
C.Continuously monitoring model performance for bias.
D.Using only internal data sources.
E.Prioritizing model accuracy over fairness.
AnswersA, B, C

Diverse perspectives help identify potential ethical issues.

Why this answer

Options A, C, and E are correct. Monitoring for bias (A) ensures ongoing fairness, involving diverse stakeholders (C) reduces blind spots, and human oversight (E) ensures accountability. Option B is wrong because restricting data sources may limit representativeness.

Option D is wrong because accuracy should not override fairness.

122
MCQmedium

A financial services firm deploys an Einstein AI chatbot that provides investment advice. A customer asks why a particular recommendation was made. The chatbot is unable to provide any reasoning. Which ethical principle is most directly violated?

A.Privacy
B.Reliability
C.Transparency
D.Human oversight
AnswerC

Transparency requires AI systems to provide explanations for their outputs.

Why this answer

The correct answer is B because the chatbot cannot explain its reasoning, violating transparency. Option A is wrong because privacy is not involved in explaining decisions. Option C is wrong because reliability is about accuracy, not explainability.

Option D is wrong because human oversight is about having humans in the loop, not about explaining decisions.

123
MCQhard

An AI system for hiring is deployed. After six months, the HR team notices that the model's recommendations closely mimic past human hires, which were biased. The team wants to correct this. What should be their first step?

A.Shut down the AI system entirely
B.Implement continuous monitoring and a feedback loop to detect and mitigate bias
C.Retrain the model with the same historical data but with more features
D.Make the model's decision process fully transparent to all candidates
AnswerB

Monitoring allows ongoing adjustment to ensure fairness.

Why this answer

Option B is correct: Continuous monitoring and feedback loops can detect and correct drift or bias. Option A is wrong because removing the model does not solve underlying bias. Option C is wrong because past data already contains bias.

Option D is wrong because complete transparency does not automatically correct bias.

124
MCQhard

An organization uses Einstein Discovery to analyze survey data. The model reveals a correlation between age and satisfaction. What is the responsible use of this insight?

A.Act on the correlation immediately
B.Investigate causality before action
C.Discard the result
D.Publish the result as-is
AnswerB

Correct. Investigation ensures decisions are based on sound reasoning.

Why this answer

Correlation does not imply causation; responsible use involves investigating the underlying cause before acting.

125
MCQmedium

A company deployed an AI chatbot to handle customer service. The chatbot sometimes generates responses that are biased against certain demographics. The company wants to mitigate this. What is the best first step?

A.Restrict chatbot to only predefined responses.
B.Increase model complexity.
C.Remove all demographic data from training.
D.Conduct an AI ethics audit.
AnswerD

An ethics audit helps identify root causes and establish a mitigation plan.

Why this answer

Option B is correct because conducting an AI ethics audit helps identify the root cause of bias and establish a baseline for mitigation. Option A is wrong because simply removing demographic data may not eliminate bias and could lose important context. Option C is wrong because increasing model complexity often exacerbates bias.

Option D is wrong because restricting to predefined responses limits the chatbot's utility and doesn't address underlying bias.

126
MCQmedium

An AI Associate reviews the bot configuration and test results. Which action best addresses the ethical issue?

A.Increase the fallback threshold for all languages.
B.Collect more data from Spanish-speaking customers and retrain the English model.
C.Disable sentiment analysis for non-English conversations.
D.Add Spanish language support with separate sentiment model and intents.
AnswerD

This directly addresses the language gap.

Why this answer

The bot underperforms for Spanish speakers, so adding a Spanish sentiment model and intents would improve fairness. Option A does not fix the disparity. Option C may not solve the root cause.

Option D is about privacy, not the language issue.

127
MCQmedium

A company deploys an AI system that makes decisions about loan approvals. For transparency, what should they provide to applicants?

A.Explanation of factors considered
B.The training data
C.The full algorithm
D.Confidence scores
AnswerA

Correct. Providing the key factors used in the decision meets transparency requirements.

Why this answer

Option A is correct because transparency in AI-driven loan approvals requires providing applicants with an explanation of the factors considered in the decision, such as credit score, income, or debt-to-income ratio. This aligns with ethical AI principles like explainability and fairness, enabling applicants to understand and potentially contest the decision. Providing the full algorithm or training data would expose proprietary information and potentially violate data privacy regulations like GDPR.

Exam trap

Salesforce often tests the distinction between transparency (explaining the decision) and disclosure (revealing the model internals), trapping candidates who think providing the full algorithm or training data is necessary for transparency.

How to eliminate wrong answers

Option B is wrong because providing the training data would reveal sensitive personal information of other applicants, violate data privacy laws (e.g., GDPR, CCPA), and could introduce bias or security risks without helping the individual understand their specific decision. Option C is wrong because disclosing the full algorithm would expose proprietary intellectual property, enable gaming of the system, and is unnecessary for transparency—explainability focuses on decision factors, not code. Option D is wrong because confidence scores alone do not explain why a decision was made; they only indicate the model's certainty, which lacks the actionable reasoning required for transparency and regulatory compliance.

128
MCQeasy

A sales team uses Einstein Lead Scoring. They notice leads from certain industries are always low-scored. What should they do?

A.Retrain the model weekly
B.Ignore the scores
C.Use a different AI system
D.Review training data for bias
AnswerD

Bias in training data can cause unfair scoring across industries.

Why this answer

Option D is correct because low scores for specific industries often indicate bias in the training data, where historical lead data may have underrepresented or mislabeled those industries. Reviewing the training data for bias allows the team to identify and correct such imbalances, ensuring the Einstein Lead Scoring model produces fair and accurate predictions across all segments.

Exam trap

Salesforce often tests the misconception that retraining or replacing the AI system is the solution to bias, when in fact the root cause lies in the training data, not the model or its update frequency.

How to eliminate wrong answers

Option A is wrong because retraining the model weekly does not address the root cause of bias; if the training data itself is biased, more frequent retraining will only perpetuate the same skewed patterns. Option B is wrong because ignoring the scores defeats the purpose of using AI-driven lead scoring and can lead to missed opportunities or misallocated sales efforts. Option C is wrong because switching to a different AI system does not guarantee unbiased scoring; without addressing the underlying data bias, any model trained on the same flawed data will exhibit similar issues.

129
MCQmedium

A data scientist is building a model for credit scoring. They have access to a dataset with historical bias. What should they do?

A.Apply fairness constraints during training.
B.Discard all biased variables.
C.Use the data as is because it reflects reality.
D.Use a more complex model to reduce bias.
AnswerA

Helps mitigate bias.

Why this answer

Option B is correct because applying fairness constraints during training helps mitigate bias. Option A is wrong using biased data as is perpetuates bias. Option C is wrong discarding all biased variables may remove useful information and doesn't guarantee fairness.

Option D is wrong increasing model complexity can amplify bias.

130
MCQhard

An AI system for medical diagnosis is trained on data from one region. When deployed globally, it performs poorly. This is an issue of?

A.Accountability
B.Overfitting
C.Privacy violation
D.Generalizability
AnswerD

Lack of generalizability means the model fails on data from different distributions.

Why this answer

Option B is correct because poor generalization across regions indicates the model is not generalizable. Option A is wrong overfitting would cause poor performance on new data within the same region. Option C is wrong privacy relates to data protection, not performance.

Option D is wrong accountability is about responsibility, not technical limitation.

131
Multi-Selecteasy

Which TWO of the following are required for GDPR compliance when using AI with personal data?

Select 2 answers
A.Storing data indefinitely for future AI training
B.Obtaining explicit consent from users before processing their data
C.Selling user data to third parties for AI model improvement
D.Providing users the ability to request deletion of their data
E.Processing data without informing users
AnswersB, D

Consent is a lawful basis for processing under GDPR.

Why this answer

Options A and C are correct: Obtaining explicit consent and enabling data deletion (right to erasure) are GDPR requirements. Option B (Storing data indefinitely) violates storage limitation. Option D (Selling data without permission) is illegal.

Option E (Processing data without consent) is not allowed.

132
MCQhard

Refer to the exhibit. A company configures a Prompt Builder policy for Einstein GPT. What is the primary role of the 'checkPromptOutput' flag?

A.To log all prompts for audit purposes.
B.To scan the generated text against the banned words list.
C.To limit the total number of tokens in the generated response.
D.To send the output to a human reviewer before sending.
AnswerB

checkPromptOutput likely enables content scanning.

Why this answer

The 'checkPromptOutput' flag in a Prompt Builder policy for Einstein GPT is specifically designed to scan the generated text against a banned words list. This ensures that the AI output does not contain prohibited or sensitive terms, aligning with ethical and compliance requirements. It is a content filtering mechanism, not a logging, token-limiting, or human-review function.

Exam trap

The trap here is that candidates often confuse content filtering (banned words scanning) with broader safety mechanisms like logging, token limits, or human review, because all are related to output control but serve distinct purposes.

How to eliminate wrong answers

Option A is wrong because logging prompts for audit purposes is typically handled by separate audit trail or logging configurations, not the 'checkPromptOutput' flag which focuses on real-time content scanning. Option C is wrong because limiting the total number of tokens in the generated response is controlled by token limit parameters or max tokens settings, not by a flag that checks for banned words. Option D is wrong because sending output to a human reviewer before sending is a human-in-the-loop workflow, often managed by approval policies or review queues, not by the 'checkPromptOutput' flag which automates filtering without human intervention.

133
Multi-Selectmedium

A Salesforce admin is configuring Einstein Next Best Action. Which TWO actions demonstrate ethical AI practices? (Choose two.)

Select 2 answers
A.Allow the AI to automatically take actions without human approval for all recommendations
B.Use the same recommendation for all customers to ensure fairness
C.Keep the AI's reasoning hidden from business users to avoid confusion
D.Regularly review recommendation logs for patterns of bias or unfair treatment
E.Set up human review for recommendations that involve sensitive decisions about customers
AnswersD, E

Ongoing monitoring detects bias.

Why this answer

Option B (Set up human review for recommendations that involve sensitive decisions) is correct for accountability. Option D (Regularly review recommendation logs for patterns of bias) is correct for monitoring. Option A (Allow the AI to act autonomously without human approval) reduces accountability.

Option C (Use the same recommendation for all customers) ignores personalization ethics. Option E (Hide the AI's reasoning from business users) violates transparency.

134
MCQmedium

A company has deployed an AI-powered chatbot to handle customer service inquiries. The chatbot is designed to answer frequently asked questions and escalate complex issues to human agents. Which action best aligns with ethical AI principles regarding transparency?

A.Configure the chatbot to answer all queries without human intervention to maximize efficiency.
B.Use historical customer interaction data without auditing for bias to train the chatbot's responses.
C.Program the chatbot to identify itself as a human agent to build trust with customers.
D.Clearly disclose that the chatbot is an AI and provide an option for customers to switch to a human agent.
AnswerD

This ensures transparency by informing customers of the AI nature and respecting user autonomy with an opt-in for human assistance.

Why this answer

Option C is correct because transparency requires disclosing that the interaction is with an AI and allowing customers to opt for human assistance. Option A is wrong because it may not be feasible or ethical to force the chatbot to handle all queries. Option B is wrong because misrepresenting the AI as human is deceptive.

Option D is wrong because ignoring bias in training data is unethical.

135
MCQeasy

A sales team uses an AI tool to recommend products to customers. The tool recommends high-commission products over what best fits the customer. Which ethical principle is being violated?

A.Privacy
B.Transparency
C.Fairness
D.Accountability
AnswerC

Recommending based on commission rather than customer need is unfair.

Why this answer

Option B is correct because fairness requires that recommendations benefit the customer, not just the seller. Option A is wrong as transparency is about openness, not directly violated here. Option C is wrong because accountability involves responsibility, which may also be an issue but fairness is primary.

Option D is wrong because privacy is about data protection.

136
MCQeasy

A Salesforce developer is building an AI model to predict customer churn. What is the most important ethical consideration when collecting training data?

A.Include as many features as possible
B.Focus on data from the last month for relevance
C.Collect only data that is necessary for the prediction
D.Use as much historical data as possible
AnswerC

Minimizing data collection protects customer privacy and reduces ethical risks.

Why this answer

The correct answer is B because data privacy is critical; collecting only necessary data minimizes risk. Option A is wrong because historical data can contain bias. Option C is wrong because older data may be less relevant.

Option D is wrong because more features can increase privacy risks and complexity.

137
MCQhard

A company uses Einstein's predictive lead scoring. The model inadvertently overweights leads from certain geographic regions. Which action aligns with Salesforce's Responsible AI principles?

A.Implement a feedback loop to continuously monitor and adjust.
B.Remove the geographic feature from the model.
C.Use the model as-is because it improves overall accuracy.
D.Only use the model for regions where it performs well.
AnswerA

Continuous monitoring allows ongoing bias detection and correction.

Why this answer

Option B is correct because continuous monitoring and adjustment is a key component of responsible AI. Option A is wrong because simply removing the geographic feature may not eliminate proxy variables. Option C is wrong because ignoring bias is unethical.

Option D is wrong because restricting usage may cause inequity.

138
MCQhard

A financial institution deploys an AI system to recommend investment portfolios to retail clients. The system uses reinforcement learning to maximize returns based on client risk profiles. After six months, an internal audit reveals that the system has been consistently recommending high-risk, high-commission products to elderly clients with low risk tolerance, resulting in significant financial losses for those clients. The system's training data included historical transactions, which showed that elderly clients were less likely to complain or switch advisors. The institution's AI ethics policy mandates fairness, transparency, and accountability. The system currently provides no explanations for its recommendations, and there is no human oversight process. The compliance team needs to remediate the situation. Which course of action BEST addresses the ethical violations?

A.Disable the AI system and revert to manual portfolio management.
B.Add a disclaimer to all recommendations stating that past performance does not guarantee future results.
C.Adjust the model to lower the risk threshold for all clients.
D.Retrain the model on a balanced dataset, implement explainability features, and require human approval for high-risk recommendations to elderly clients.
AnswerD

This addresses bias, transparency, and accountability.

Why this answer

Option D is correct because it directly addresses the root cause of the ethical violations: biased training data (historical transactions where elderly clients were less likely to complain) and lack of transparency. Retraining on a balanced dataset mitigates the reinforcement learning model's exploitation of that bias, while explainability features (e.g., SHAP values or LIME) and human-in-the-loop approval for high-risk recommendations ensure accountability and fairness as mandated by the AI ethics policy.

Exam trap

Salesforce often tests the misconception that a single technical fix (like lowering risk thresholds or adding disclaimers) is sufficient to resolve ethical violations, when in fact a multi-pronged approach addressing data bias, transparency, and human oversight is required.

How to eliminate wrong answers

Option A is wrong because disabling the AI system and reverting to manual management is a reactive, non-scalable solution that does not address the underlying bias or provide a path to compliant AI deployment; it also ignores the potential benefits of AI when properly governed. Option B is wrong because adding a disclaimer does not fix the biased recommendations or lack of transparency; it merely shifts legal liability without correcting the model's unethical behavior or providing explanations. Option C is wrong because lowering the risk threshold for all clients is a blunt, one-size-fits-all approach that disregards individual risk profiles and may still result in inappropriate recommendations for elderly clients with low risk tolerance; it does not address the training data bias or the need for explainability and human oversight.

139
Multi-Selecthard

Which TWO are best practices for mitigating bias in AI models when using Salesforce Einstein? (Choose two.)

Select 2 answers
A.Use diverse and representative training data that reflects the target population.
B.Exclude demographic features that have small sample sizes to avoid statistical noise.
C.Prioritize accuracy for the majority group to maximize overall performance.
D.Rely on convenience sampling to quickly gather a large dataset.
E.Conduct regular bias audits using Einstein's fairness evaluation tools.
AnswersA, E

Diverse data reduces the risk of biased outcomes.

Why this answer

Options A and D are correct. Option B is wrong because convenience sampling can introduce bias. Option C is wrong because ignoring small groups can perpetuate bias.

Option E is wrong because focusing only on high-accuracy groups may sacrifice fairness.

140
MCQeasy

When implementing AI in Salesforce, which practice best supports the ethical principle of transparency?

A.Provide human-readable explanations for each AI prediction
B.Use proprietary algorithms without disclosing their logic
C.Deploy a complex neural network model without interpretability features
D.Only report overall model accuracy metrics to end users
AnswerA

Explanations enable understanding and trust.

Why this answer

Transparency requires that the logic and outcomes of AI systems are understandable. Option A is correct because providing explanations for predictions allows users to understand and trust the AI. Option B (keeping proprietary algorithms secret) hinders transparency.

Option C (using complex models without explanation) obscures decision-making. Option D (only reporting accuracy metrics) does not explain specific decisions.

141
MCQmedium

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?

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
AnswerB

Investigation and adjustment is the correct ethical approach.

Why this answer

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.

142
MCQeasy

A company uses an AI model to screen job applicants. They discover the model is rejecting candidates from a certain demographic at a higher rate. Which ethical principle is most clearly violated?

A.Fairness
B.Transparency
C.Privacy
D.Accountability
AnswerA

Correct. The model's bias against a demographic violates fairness.

Why this answer

Fairness requires that AI systems do not discriminate against groups. The model's disparate impact violates fairness.

143
MCQmedium

A university uses an AI system to predict first-year student retention. The system uses factors such as high school GPA, SAT scores, and socioeconomic indicators. After two years, administrators notice that the model consistently predicts lower retention probabilities for students from low-income families, even when their academic profiles are strong. The university's mission emphasizes equity and inclusion. The admissions office is considering using the predictions to allocate support resources. The model's accuracy on historical data is 85%. What should the university do to align with ethical AI principles?

A.Remove socioeconomic indicators from the model inputs.
B.Abandon the AI system and rely on human advisors for resource allocation.
C.Retrain the model with a fairness constraint such as equalized odds to reduce income-based disparities.
D.Use the predictions as-is because they are accurate for the majority of students.
AnswerC

Fairness constraints directly address the ethical concern while maintaining predictive power.

Why this answer

Option B is correct because implementing a fairness metric like equal opportunity ensures the model does not disadvantage a protected group. Option A would perpetuate inequity. Option C removes a feature that may still allow bias through correlated variables.

Option D abandons a potentially useful tool without addressing bias.

144
MCQmedium

Refer to the exhibit. Which ethical principle is most at risk based on this AI governance configuration?

A.Transparency
B.Fairness
C.Privacy
D.Accountability
AnswerD

Lack of human override and explanation reduces accountability.

Why this answer

The configuration lacks human override and does not require explanations, which undermines accountability. Option C (Accountability) is correct. Option A (Fairness) is not directly addressed but audit trail may help.

Option B (Privacy) is not mentioned. Option D (Transparency) is partially addressed by audit trail but not explanation. The absence of human override is a key accountability gap.

145
MCQhard

A retail company deploys an AI system that adjusts prices dynamically based on customer browsing history. The system charges higher prices to returning customers. This practice is known as:

A.Lack of transparency
B.Unfair price discrimination
C.Personalization
D.Dynamic pricing
AnswerB

Charging loyal customers more is unfair and unethical.

Why this answer

Option D is correct because price discrimination based on customer data is unfair and often unethical. Option A is wrong because personalization is about tailoring experience, not price gouging. Option B is wrong as dynamic pricing is legal but can be unethical.

Option C is wrong because transparency issue is secondary.

146
MCQhard

An AI Associate reviews the Lead Scoring model exhibit. What is the primary ethical concern with this model?

A.The model uses too many features.
B.The model has low recall, potentially missing minority class leads.
C.The model is not explainable.
D.The training data is imbalanced.
AnswerB

Low recall can lead to underrepresentation of certain groups.

Why this answer

The primary ethical concern is that the model has low recall, meaning it fails to identify a significant portion of actual positive leads (the minority class). In a lead scoring context, this can result in missed business opportunities and potential bias against certain customer segments, as the model systematically overlooks valuable leads that do not fit the majority pattern.

Exam trap

Salesforce often tests the distinction between a technical problem (like imbalanced data) and its ethical consequence (like low recall causing unfair outcomes), so candidates mistakenly pick the technical cause (D) instead of the ethical impact (B).

How to eliminate wrong answers

Option A is wrong because using many features is not inherently an ethical concern; feature selection impacts performance and overfitting, but the ethical issue here is about fairness and missed opportunities, not feature count. Option C is wrong because the exhibit does not indicate a lack of explainability; the model could be a decision tree or logistic regression that is inherently interpretable, and explainability is not the primary ethical issue raised by the confusion matrix. Option D is wrong because imbalanced training data is a technical challenge that can lead to low recall, but the primary ethical concern is the consequence of that imbalance—specifically the model's low recall causing minority class leads to be missed—not the imbalance itself.

147
MCQeasy

A retail company uses an AI recommendation engine to suggest products to online shoppers. The engine uses past purchase history and browsing behavior. Recently, a customer advocacy group publishes a report showing that the engine recommends higher-priced products to customers in affluent zip codes and lower-priced products to customers in lower-income areas, even when both groups have similar browsing histories. The company's revenue has increased since implementing the engine, and marketing teams are pleased. However, the company wants to maintain a reputation for fairness. Which action should the company take?

A.Show only the most popular products to all customers regardless of browsing history.
B.Discontinue the AI recommendation system entirely.
C.Keep the current system as it maximizes revenue.
D.Implement fairness constraints to ensure similar recommendation distributions across demographic groups.
AnswerD

Fairness constraints balance business goals with ethical considerations, maintaining personalization while avoiding bias.

Why this answer

Option B is correct because implementing fairness constraints ensures recommendations are not systematically skewed, while still allowing personalization. Option A prioritizes revenue over ethics. Option C is too drastic and would lose benefits.

Option D reduces personalization and may not be effective.

148
MCQhard

A financial services firm deployed an AI model to automate loan approvals. The model was trained on historical loan data from the past 10 years, which shows that applicants from certain zip codes have higher default rates. After six months, the company's compliance team receives complaints that applicants from predominantly low-income neighborhoods are being rejected at a much higher rate than applicants from affluent areas, even when their financial profiles are similar. The model's overall accuracy remains high (95%), and the loan default rate has decreased by 15% since deployment. The company wants to address the ethical concerns without sacrificing performance. Which course of action should the company take?

A.Remove the zip code feature from the model inputs.
B.Retrain the model with a balanced dataset that includes more examples from underrepresented neighborhoods and enforce fairness constraints.
C.Adjust the approval threshold lower only for applicants from low-income neighborhoods.
D.Continue using the existing model since it has high accuracy and reduces defaults.
AnswerB

Balanced data reduces bias and fairness constraints ensure equitable treatment, aligning with ethical AI principles.

Why this answer

Option B is correct because retraining with balanced data mitigates the representation bias, addressing the root cause. Option A ignores the fairness issue. Option C removes a feature that may be a proxy for other factors, but it may not eliminate bias if other correlated features remain.

Option D adjusts thresholds only for some groups, which could be considered unfair and may not be accepted by regulators.

149
MCQeasy

Refer to the exhibit. Which ethical principle is most directly violated?

A.Privacy
B.Transparency
C.Accountability
D.Fairness
AnswerA

PII leakage violates privacy.

Why this answer

Option B is correct because PII leakage violates privacy. Option A is wrong fairness is about bias. Option C is wrong transparency is about openness.

Option D is wrong accountability is about responsibility, but the immediate violation is privacy.

150
MCQhard

A social media platform uses an AI model to automatically detect and remove hate speech. The model uses natural language processing and was trained on public posts. Recently, an internal audit reveals that the model removes posts from minority ethnic groups at a rate 3 times higher than from majority groups, even when the content is similar. The model achieves high precision and recall on the test set. The platform's content moderation team is overwhelmed with appeals. The company wants to maintain a safe environment while being fair. Which approach best addresses both goals?

A.Disable the AI moderation and rely solely on user reports.
B.Conduct an audit of the training data to identify gaps, then retrain with more representative data including diverse examples of hate speech and non-hate speech.
C.Add more human moderators to review all flagged content from minority groups.
D.Adjust the detection threshold only for minority group posts to reduce flags.
AnswerB

This tackles the root cause of bias: underrepresentation of certain groups in training data leads to over-sensitivity.

Why this answer

Option B is correct because a comprehensive audit and retraining with diverse data addresses the bias at the root. Option A gives special treatment that could be seen as unfair. Option C removes moderation, risking harmful content.

Option D does not solve the underlying bias.

← PreviousPage 2 of 3 · 207 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Ethical Considerations of AI questions.