CCNA Sfai Ethical Ai Privacy Questions

75 of 84 questions · Page 1/2 · Sfai Ethical Ai Privacy topic · Answers revealed

1
MCQmedium

A company is deploying an AI model to automatically approve or reject small loan applications. To comply with the right to explanation under GDPR, what capability must the system provide?

A.A downloadable PDF report of the model's accuracy metrics.
B.A live video feed of the data center where the model runs.
C.A promise that the model was certified by an external auditor.
D.The ability for the applicant to chat with a human agent and receive the specific reasons for the decision.
AnswerD

Human review and explanation of the decision factors fulfill the right to explanation.

Why this answer

The right to explanation requires that individuals can obtain meaningful information about the logic of automated decisions, including the factors that led to the outcome.

2
MCQeasy

A Salesforce admin wants to ensure that customer data used by Einstein features is not retained by Salesforce to train foundation models. Which component of the Einstein Trust Layer enforces this commitment?

A.Zero Data Retention
B.Audit trail
C.Toxicity detection
D.PII masking
AnswerA

Zero Data Retention explicitly states that customer data will not be retained or used to train Salesforce's base models, ensuring data privacy.

Why this answer

Zero Data Retention is the Einstein Trust Layer policy that ensures customer data is not used to train or improve Salesforce's base AI models. It is a core part of Salesforce's responsible AI framework.

3
MCQeasy

A company wants to use AI to automatically qualify leads without human intervention. However, they are concerned about potential bias in the model. Which Salesforce approach can help them detect and mitigate bias in their lead scoring model?

A.Einstein Activity Capture
B.Einstein Automate
C.Einstein Trust Layer bias detection
D.Einstein Bots
AnswerC

The Einstein Trust Layer provides tools to detect and mitigate bias in AI models.

Why this answer

Einstein Trust Layer includes audit trails and bias detection capabilities. Additionally, Einstein Discovery can be used to audit models for bias. The specific tool for bias detection is the Einstein Trust Layer's bias detection feature.

4
Multi-Selectmedium

A data scientist is building a custom AI model using Salesforce Data Cloud. They want to follow best practices for data minimisation and consent management. Which THREE steps should they take?

Select 3 answers
A.Obtain consent from customers before using their data in the model
B.Include all available fields in the model to maximize accuracy
C.Document the data sources and features used in the model for auditability
D.Select only the fields that are relevant to the prediction task
E.Use synthetic data instead of real customer data
AnswersA, C, D

Consent is a key requirement for data privacy compliance.

Why this answer

Using only relevant fields reduces unnecessary data collection, obtaining consent ensures compliance with privacy laws, and documenting data sources supports transparency and auditability.

5
Multi-Selecthard

A sales team uses Einstein Lead Scoring and notices that the model gives disproportionately low scores to leads from a certain demographic group. The team suspects historical bias in the training data. Which THREE steps should they take to address this bias?

Select 3 answers
A.Investigate the historical data to identify and correct labeling errors or sampling bias
B.Audit the model for disparate impact on the affected demographic
C.Manually increase scores for the affected group by a fixed percentage
D.Remove the model and rely on manual lead scoring
E.Add new features that are not correlated with the protected attribute
AnswersA, B, E

Correcting the root cause in data is essential for a sustainable fix.

Why this answer

To address bias, the team should audit the model for disparate impact, investigate and correct the historical data, and consider adding features that reduce reliance on biased proxies. Removing the model entirely is unnecessary, and manually adjusting scores is not a systemic fix.

6
Multi-Selectmedium

A company is implementing Einstein Prediction Builder to forecast sales opportunities. They want to ensure transparency and trust with their sales team. Which TWO practices should they adopt?

Select 2 answers
A.Use only historical data from the past month to train the model
B.Allow the model to automatically update opportunity records without human review
C.Hide the fact that predictions are AI-generated to avoid confusion
D.Indicate clearly when a prediction is AI-generated
E.Provide explanations for each prediction, showing the key factors that influenced the score
AnswersD, E

Clear labeling aligns with the Transparency principle.

Why this answer

Providing explanations and indicating AI-generated predictions help sales reps understand and trust the AI outputs, aligning with transparency.

7
MCQmedium

A company is developing an AI system that makes loan approval decisions. Under GDPR, customers have the right to request an explanation of how the decision was made. Which Salesforce feature provides this explanation?

A.Einstein Bots
B.Einstein Discovery prediction explanations
C.Einstein Trust Layer audit trail
D.Einstein Next Best Action
AnswerB

Prediction explanations detail the key factors influencing each decision, meeting the right to explanation.

Why this answer

Einstein Discovery provides prediction explanations with score factors, which can be used to explain automated decisions. This aligns with the right to explanation under GDPR.

8
MCQmedium

A financial services company is deploying Einstein Prediction Builder to predict loan default risk. They are concerned about using sensitive attributes like race or gender in the model. Which data governance practice should they apply?

A.Use synthetic data to replace sensitive attributes with random values.
B.Include all available attributes to maximize model accuracy, then apply fairness constraints.
C.Mask the sensitive attributes but still include them in the model training.
D.Exclude sensitive attributes from the model features unless they are essential and legally permitted, and ensure no proxies exist.
AnswerD

Data minimisation dictates excluding unnecessary sensitive data; also check for proxies to avoid indirect discrimination.

Why this answer

Data minimisation is a core principle: only use relevant features for the prediction. Sensitive attributes that could lead to discriminatory decisions should be excluded unless legally required and properly managed.

9
MCQmedium

A marketing manager wants to use Einstein to personalize email content for each customer. However, they are concerned about violating CCPA if they use certain data. Which data use would be MOST likely to raise a CCPA concern?

A.Customer purchase history from the past year
B.Customer email address
C.Customer browsing behavior on the company website
D.Customer location data from mobile devices
AnswerD

Location data is sensitive and may require explicit consent under CCPA.

Why this answer

CCPA gives consumers the right to know what personal information is collected and used. Using purchase history and browsing behavior are typical for personalization, but using location data without explicit consent may be problematic.

10
MCQhard

A data scientist is building a churn prediction model for a subscription service. The dataset includes highly correlated features: ‘number of support tickets’ and ‘average response time’. Which action is BEST to ensure model accuracy and interpretability?

A.Keep both features to maximize information
B.Apply principal component analysis to combine them
C.Increase the regularization strength
D.Remove one of the correlated features
AnswerD

Reducing multicollinearity improves stability and interpretability while retaining predictive power.

Why this answer

Removing one of the highly correlated features (D) is the best action because multicollinearity between 'number of support tickets' and 'average response time' can inflate the variance of coefficient estimates, making the model unstable and harder to interpret. By dropping one feature, you reduce redundancy without significant information loss, preserving both accuracy and interpretability in a linear or tree-based model.

Exam trap

Cisco often tests the misconception that keeping all features maximizes information (A) or that PCA always improves both accuracy and interpretability (B), when in reality, correlated features can harm model stability and PCA reduces interpretability by transforming features into abstract components.

How to eliminate wrong answers

Option A is wrong because keeping both highly correlated features introduces multicollinearity, which can destabilize coefficient estimates in linear models and reduce interpretability without improving predictive power. Option B is wrong because applying PCA creates new orthogonal components that are linear combinations of the original features, which sacrifices interpretability (the components lack direct business meaning) and is unnecessary when a simpler solution like feature removal suffices. Option C is wrong because increasing regularization strength (e.g., L2 in ridge regression) can shrink coefficients but does not fully resolve multicollinearity's impact on interpretability, and it may still leave correlated features that obscure individual feature contributions.

11
MCQeasy

What is the primary purpose of the Einstein Trust Layer in Salesforce's AI architecture?

A.To provide a secure gateway for AI data processing, including data masking and toxicity detection
B.To replace all third-party AI services with Salesforce-owned models
C.To automatically generate AI models without any human oversight
D.To train large language models on customer data for better predictions
AnswerA

The Trust Layer enforces zero data retention, PII masking, toxicity detection, and audit trails.

Why this answer

The Einstein Trust Layer is designed to provide security, privacy, and governance controls for AI features within the Salesforce platform.

12
MCQmedium

A company is subject to GDPR and wants to use customer purchase history to predict future buying behavior. What is the primary requirement they must fulfill under GDPR when using customer data for AI predictions?

A.Obtain explicit consent from customers to use their data for AI predictions
B.Ensure the AI model is hosted in the same country as the customer
C.Provide a discount to customers who opt in to data usage
D.Anonymize all customer data before training the model
AnswerA

GDPR requires a lawful basis; consent is often required for processing personal data for profiling or predictive analytics.

Why this answer

GDPR requires a lawful basis for processing personal data, such as consent or legitimate interest. The right to explanation is also relevant for automated decisions, but the primary requirement is obtaining a lawful basis (e.g., consent) before using the data.

13
MCQeasy

A marketing manager wants to understand why a specific lead received a high score from an Einstein model. Which Salesforce feature provides the most detailed explanation?

A.Einstein Bots
B.Einstein Activity Capture
C.Einstein Discovery
D.Einstein Automate
AnswerC

Einstein Discovery offers prediction explanations with score factors and key drivers for each prediction.

Why this answer

Einstein Discovery provides model explanations, including score factors (most influential fields) for individual predictions. This is the standard way to explain why a particular lead scored as it did.

14
MCQhard

A healthcare organization uses Einstein Next Best Action to recommend treatment plans to practitioners. A patient disputes a recommendation, claiming it was based on inaccurate historical data. Under GDPR, the patient has the right to obtain an explanation of the automated decision. Which Salesforce feature directly supports this right to explanation?

A.Einstein Activity Capture to gather customer interactions
B.Data Processing Addendum (DPA) signed with Salesforce
C.Data Cloud permission sets to control data access
D.Einstein Trust Layer audit trail and model explainability
AnswerD

These provide logged factors and explainability, meeting the right to explanation.

Why this answer

Einstein Trust Layer provides transparency and explainability features. The audit trail logs the factors that influenced the recommendation, and model explainability surfaces those factors. The combination of audit trail and explainability directly enables the right to explanation.

15
Multi-Selectmedium

A company uses Einstein Bots to handle customer inquiries. To comply with GDPR's right to explanation for automated decisions affecting customers, which TWO capabilities must the bot implementation include?

Select 2 answers
A.Collect explicit consent from customers before using the bot
B.Use a pre-trained model with high accuracy on industry benchmarks
C.Provide a mechanism for customers to request an explanation of the bot's decision
D.Retain customer data for at least 30 days after the interaction
E.Log the factors that influenced the bot's decision for each interaction
AnswersC, E

This directly fulfills the right to explanation.

Why this answer

Right to explanation requires that customers can get reasons for automated decisions. Logging the factors and providing a way for customers to request explanations are key. Using consent management and data retention are important but not specifically for explanation.

16
Multi-Selecthard

A company uses Einstein Prediction Builder to forecast customer churn. The data science team discovers that the model is heavily influenced by a field containing the customer's income, which the company legally cannot use for automated decisions in certain jurisdictions. Which TWO steps should the team take to address this ethical and compliance issue?

Select 2 answers
A.Re-evaluate feature importance to ensure no other fields act as proxies for income
B.Audit the model for bias against different income groups
C.Ignore the issue because the model is used internally
D.Remove the income field from the training data
E.Retain the income field but add a note that it may not be used in certain regions
AnswersA, D

Proxies can reintroduce the same bias; checking for proxies is important after removal.

Why this answer

Removing the prohibited field and re-evaluating feature importance aligns with data minimisation and fairness. Auditing for bias is good but not sufficient if the field is still used. Retraining without removal does not address the legal issue.

17
MCQmedium

A company is implementing Einstein Lead Scoring and wants to ensure transparency for sales reps. According to Salesforce's Trusted AI principles, what should the company communicate to users about the AI-generated scores?

A.The scores are based on a secret algorithm to prevent gaming the system.
B.Only managers can see the score factors to avoid confusion.
C.The scores are AI-generated, the key factors influencing each score are available, and reps should use their judgment.
D.The scores are 100% accurate and should be followed without question.
AnswerC

Transparency includes disclosing the AI nature and providing explanations, while empathy encourages human oversight.

Why this answer

The Honesty and Transparency principles require that users are informed that scores are AI-generated, understand the factors influencing them, and are aware of limitations.

18
Multi-Selecthard

A company is deploying an Einstein chatbot to handle customer support inquiries. They want to ensure compliance with data privacy regulations and ethical AI principles. Which TWO actions should they take?

Select 2 answers
A.Disable audit trails to reduce data storage
B.Enable PII masking in the Einstein Trust Layer
C.Configure the chatbot to require human approval before sending responses that involve sensitive topics
D.Store all customer chat logs indefinitely for model retraining
E.Allow the chatbot to use all available customer data without restrictions
AnswersB, C

PII masking redacts personal data before sending to the LLM, protecting privacy.

Why this answer

PII masking protects customer privacy by removing sensitive data from requests. Human oversight ensures that automated decisions are reviewed when necessary, especially for high-stakes interactions.

19
MCQmedium

A sales operations manager notices that the AI-driven lead scoring model assigns lower scores to leads from a particular region, even though those leads historically convert at a higher rate. Which Salesforce Trusted AI principle is most directly violated?

A.Empathy
B.Safety
C.Accuracy
D.Transparency
AnswerC

Accuracy requires models to be accurate and tested; biased predictions show the model is not accurate for that region.

Why this answer

The AI-driven lead scoring model is producing outputs that do not match the ground truth (historical conversion rates), which is a direct failure of the Accuracy principle. Accuracy requires that AI systems perform as intended and produce reliable, correct predictions; here, the model's scores are systematically wrong for a specific region, violating that requirement.

Exam trap

Cisco often tests the distinction between Accuracy (output correctness) and Transparency (explainability), leading candidates to confuse a model giving wrong scores with a model lacking explanation for its scores.

How to eliminate wrong answers

Option A is wrong because Empathy focuses on understanding and respecting user perspectives and human impact, not on the correctness of model outputs. Option B is wrong because Safety concerns preventing harm from AI misuse or unintended behavior, such as unsafe recommendations, not the mismatch between predicted scores and actual conversion data. Option D is wrong because Transparency is about explaining how and why decisions are made (e.g., model interpretability), not about ensuring the scores themselves are factually correct.

20
MCQeasy

When a Salesforce admin enables 'Score Factors' for an AI prediction, what does this provide to end users?

A.The exact formula used by the model
B.A confidence interval for the prediction
C.A histogram of all prediction values
D.A list of the most influential fields and their contribution to the prediction
AnswerD

Score factors show which fields drove the prediction.

Why this answer

When 'Score Factors' is enabled for an AI prediction in Salesforce, end users see a breakdown of the most influential fields that contributed to the prediction, along with their relative contribution (e.g., positive or negative impact). This provides transparency into why a specific prediction was made, helping users trust and act on the AI's output without exposing the underlying model logic.

Exam trap

Cisco often tests the misconception that 'Score Factors' reveals the model's internal formula or provides statistical measures like confidence intervals, when in fact it only surfaces the most influential input fields and their directional impact.

How to eliminate wrong answers

Option A is wrong because 'Score Factors' does not reveal the exact formula or algorithm of the model; it only shows field-level contributions, preserving model intellectual property. Option B is wrong because 'Score Factors' provides contribution values, not a statistical confidence interval (which is a separate feature in some AI models). Option C is wrong because 'Score Factors' displays a list of influential fields, not a histogram of all prediction values (which would be a distribution chart, not a per-prediction explanation).

21
MCQeasy

What is the primary purpose of the Einstein Trust Layer's zero data retention setting?

A.To comply with Salesforce's internal data management policies only.
B.To ensure that customer data is not used to train or improve Salesforce's base AI models.
C.To improve model accuracy by preventing old data from influencing predictions.
D.To reduce storage costs for the customer.
AnswerB

This prevents Salesforce from using customer data beyond the immediate request, aligning with GDPR and CCPA.

Why this answer

Zero data retention ensures that customer data used in prompts or predictions is not stored by Salesforce to train or improve base models, protecting privacy.

22
MCQhard

What is the role of the Data Processing Addendum (DPA) in the context of AI and data privacy on Salesforce?

A.It lists all AI features available in Salesforce
B.It provides a template for customers to build their own AI models
C.It contractsually obligates Salesforce to protect customer data and outlines data processing terms for AI services
D.It is a user guide for configuring AI privacy settings
AnswerC

The DPA sets legal terms for data processing, including AI-related commitments.

Why this answer

The Data Processing Addendum (DPA) is a legally binding contract between Salesforce and its customers that defines how Salesforce will process customer data, including data used by AI features like Einstein. It ensures Salesforce adheres to data protection laws (e.g., GDPR, CCPA) by specifying data handling, security measures, and sub-processor obligations, making it essential for compliance when using AI services on the platform.

Exam trap

Cisco often tests the misconception that the DPA is a technical configuration guide or feature list, when in reality it is a contractual document focused on data protection obligations and legal compliance.

How to eliminate wrong answers

Option A is wrong because the DPA does not list AI features; that is the role of the Salesforce AI documentation or feature release notes. Option B is wrong because the DPA is not a template for building AI models; it is a legal agreement, while model building is done via tools like Einstein Studio or custom ML frameworks. Option D is wrong because the DPA is not a user guide for configuring AI privacy settings; configuration is handled through Salesforce Setup menus (e.g., Privacy Center, Einstein Settings), not the DPA.

23
MCQmedium

A sales operations manager wants to ensure that the AI-driven lead scoring model in Salesforce does not discriminate against certain demographic groups. Which Salesforce tool or feature should they use to regularly check for bias in the model's predictions?

A.Use Einstein Trust Layer audit trail and model explainability features
B.Implement Data Processing Addendum (DPA) for all customer data
C.Enable zero data retention policy to prevent data leakage
D.Use Data Cloud to merge all demographic data into a single profile
AnswerA

The audit trail logs AI decisions, and model explainability surfaces influential factors, enabling bias detection.

Why this answer

Einstein Trust Layer's audit trail and model explainability features allow tracking predictions and identifying skewed outcomes. For bias auditing, Einstein Discovery provides fairness metrics and predictions explanations. However, the correct answer is the Einstein Trust Layer's ability to log AI decisions and the audit trail, combined with model explainability.

Among the options, 'Use Einstein Trust Layer audit trail and model explainability' is the best fit.

24
MCQhard

An organization using Einstein Prediction Builder wants to ensure that no customer personally identifiable information (PII) is used in model training. Which data governance practice should they enforce?

A.Enabling zero data retention in the Trust Layer
B.Data anonymization via the Einstein Trust Layer
C.Regularly auditing the model for bias
D.Data minimisation by selecting only non-PII fields as predictors
AnswerD

Deliberately excluding PII fields from the prediction definition is the best way to ensure PII is not used in training.

Why this answer

Option D is correct because the question specifically asks how to ensure no PII is used in model training. Data minimization by selecting only non-PII fields as predictors directly prevents PII from entering the training dataset at the source. This is a proactive governance practice that avoids reliance on post-processing or masking, which may still expose PII during intermediate steps.

Exam trap

The trap here is that candidates often confuse the Einstein Trust Layer's runtime masking with training-time data governance, assuming anonymization prevents PII from being used in model training when it only masks data during prediction.

How to eliminate wrong answers

Option A is wrong because enabling zero data retention in the Trust Layer controls how long data is stored after processing, not whether PII is used in training. Option B is wrong because data anonymization via the Einstein Trust Layer masks or tokenizes PII after it has already been ingested, meaning PII could still be used in model training before anonymization occurs. Option C is wrong because regularly auditing the model for bias checks for fairness, not for the presence or absence of PII in training data.

25
MCQmedium

A company deploys an AI-powered email composer that drafts responses to customer inquiries. To comply with GDPR, which control should they implement regarding automated decisions?

A.Allow the AI to send emails automatically if confidence is high
B.Disable the AI composer entirely to avoid GDPR risk
C.Anonymize customer data before drafting
D.Require human review before any AI-generated email is sent
AnswerD

Human oversight ensures that automated decisions are reviewed, satisfying GDPR requirements.

Why this answer

Under GDPR, Article 22 grants individuals the right not to be subject to a decision based solely on automated processing, including profiling, which produces legal effects or similarly significant effects. For an AI email composer that drafts responses to customer inquiries, requiring human review before any AI-generated email is sent ensures that the final decision to communicate is not fully automated, thereby complying with GDPR's requirement for meaningful human intervention in automated decision-making.

Exam trap

Cisco often tests the misconception that anonymization or high-confidence thresholds are sufficient for GDPR compliance, when in fact the regulation specifically requires a mechanism for meaningful human intervention in automated decisions that significantly affect individuals.

How to eliminate wrong answers

Option A is wrong because allowing the AI to send emails automatically, even with high confidence, constitutes a fully automated decision that could produce legal or similarly significant effects on the customer, violating GDPR Article 22 unless explicit consent or a contract necessity exception applies. Option B is wrong because disabling the AI composer entirely is an overreaction and not a proportionate control; GDPR does not prohibit AI use but requires safeguards like human oversight, so this option ignores the possibility of compliant deployment. Option C is wrong because anonymizing customer data before drafting does not address the core GDPR requirement for automated decisions; even with anonymized data, the AI's output could still be a fully automated decision affecting the customer, and anonymization alone does not provide the required human review or right to contest the decision.

26
MCQhard

A Salesforce admin is configuring Einstein Bots for a customer service channel. They want the bot to automatically send promotional offers to customers identified as high-value. Which combination of settings best ensures ethical AI and compliance with data privacy regulations?

A.Disable the Einstein Trust Layer to improve response speed, and rely on the bot's internal moderation.
B.Use a custom AI model without the Trust Layer, but log all bot decisions for audit.
C.Enable the Einstein Trust Layer with toxicity detection only, and allow the bot to send messages automatically.
D.Enable the Einstein Trust Layer with toxicity detection and PII masking, and require human approval before the bot sends any promotional messages.
AnswerD

Toxicity detection prevents offensive offers, PII masking protects customer data, and human approval ensures empathy and compliance.

Why this answer

The Einstein Trust Layer provides toxicity detection to prevent harmful outputs, PII masking to protect sensitive data, and audit trails for governance. Direct human review of promotional offers is also important for empathy and oversight.

27
MCQmedium

A data governance officer wants to ensure that customer data used in Einstein Prediction Builder is not retained by Salesforce after the prediction is made. Which Einstein Trust Layer capability guarantees this?

A.Grounding
B.Audit trail
C.Zero data retention
D.PII masking
AnswerC

Zero data retention ensures that customer data is not stored or used to improve base models after prediction.

Why this answer

Zero data retention is the specific commitment that customer data used for predictions is not stored or used for training base models. This is a key component of the Einstein Trust Layer.

28
MCQhard

An AI model predicts loan approvals, and the bank notices that the model disproportionately denies loans to a certain demographic group. Which combination of actions addresses the AI bias according to Salesforce's Trusted AI principles?

A.Disable the AI model and make all decisions manually
B.Audit the model for bias, provide transparency on decision factors, and require human review for denied applications
C.Remove demographic data from the model entirely and continue using it
D.Retrain the model with more data from the affected group and deploy automatically
AnswerB

This approach aligns with accuracy, transparency, and empathy principles.

Why this answer

Option B is correct because it aligns with Salesforce's Trusted AI principles, which emphasize accountability, transparency, and human oversight. Auditing the model for bias identifies disparities, providing transparency on decision factors ensures stakeholders understand how outcomes are determined, and requiring human review for denied applications introduces a safeguard against automated discrimination. This combination addresses bias without abandoning AI's benefits.

Exam trap

The trap here is that candidates may think removing demographic data (Option C) is sufficient to eliminate bias, but they overlook that proxy variables can perpetuate discrimination, and Salesforce's principles require proactive auditing and transparency, not just data sanitization.

How to eliminate wrong answers

Option A is wrong because disabling the AI model and making all decisions manually abandons automation entirely, which is inefficient and contradicts the goal of responsible AI deployment—it does not address bias but rather avoids using AI. Option C is wrong because simply removing demographic data from the model does not eliminate bias; proxy variables (e.g., zip code, income) can still encode demographic correlations, and the model may continue to discriminate indirectly. Option D is wrong because retraining with more data from the affected group and deploying automatically without bias auditing or human review risks overcorrecting or introducing new biases, and it ignores the need for transparency and oversight mandated by Trusted AI principles.

29
Multi-Selectmedium

A sales rep receives an AI-generated lead score of 95, but the rep notices the lead's email domain is 'example.com' and the phone number is invalid. The rep suspects the AI model is overvaluing certain features. Which TWO actions should the rep take to investigate and address the issue?

Select 2 answers
A.Report the suspicious lead and request a model audit for bias
B.Delete the lead from the CRM to avoid influencing future predictions
C.Manually override the score to 50 and move on
D.Review the score factors to see which fields contributed most to the 95 score
E.Contact Salesforce support to disable the AI model
AnswersA, D

Reporting ensures the issue is logged and the model can be checked for bias on email/phone features.

Why this answer

Option A is correct because reporting suspicious leads and requesting a model audit is the proper governance procedure when an AI model produces outputs that contradict observable data. This triggers a review of the model's feature weights and training data to identify bias or overvaluation of specific fields, ensuring the model remains reliable and compliant with ethical AI standards.

Exam trap

Cisco often tests the distinction between reactive manual fixes (like overriding or deleting) and proper investigative governance actions (like auditing and reviewing feature contributions), tempting candidates to choose quick fixes that violate data integrity or model management best practices.

30
MCQmedium

A sales manager notices that Einstein Lead Scoring assigns lower scores to leads from a specific region. After investigation, they find that the historical conversion data for that region is sparse and unrepresentative. What should the manager do to improve the model's fairness?

A.Collect more data from that region to provide a representative sample for retraining
B.Adjust the lead scoring formula manually to increase scores for that region
C.Remove the region field from the model
D.Accept the scores as-is because the model is certified
AnswerA

Improving data quality through better representation addresses the root cause and leads to a more accurate and fair model.

Why this answer

Option A is correct because the core issue is data sparsity and unrepresentative historical conversion data for that region. By collecting more data from that region, the model can be retrained on a balanced dataset, which directly addresses the root cause of the biased lead scoring. This aligns with the principle of fairness in AI, where models must be trained on representative data to avoid systematic discrimination.

Exam trap

Cisco often tests the misconception that manually overriding model outputs or removing features is a quick fix for bias, when in fact the correct approach is to address the root cause—data imbalance—through better data collection or retraining.

How to eliminate wrong answers

Option B is wrong because manually adjusting the lead scoring formula introduces subjective bias and undermines the model's data-driven integrity; it does not fix the underlying data quality issue and can lead to overcompensation or new unfairness. Option C is wrong because removing the region field entirely discards potentially valuable predictive information and could mask the real problem of data imbalance, leading to a less accurate model overall. Option D is wrong because accepting the scores as-is ignores the ethical obligation to ensure fairness; model certification does not guarantee fairness if the training data is flawed, and the manager has a responsibility to investigate and remediate bias.

31
MCQeasy

Which Salesforce Trusted AI principle emphasizes that AI systems should be designed to benefit people and avoid causing harm?

A.Safety
B.Empathy
C.Accuracy
D.Honesty
AnswerB

Empathy directly addresses designing for human benefit.

Why this answer

The Salesforce Trusted AI principle of Empathy emphasizes that AI systems should be designed with a human-centered approach, ensuring they benefit people and avoid causing harm. This principle guides the ethical development of AI by prioritizing user well-being and societal impact over purely technical or business objectives.

Exam trap

Cisco often tests the distinction between Empathy and Safety by making Safety sound like the obvious choice for 'avoiding harm,' but Empathy is the broader principle that encompasses both benefiting people and preventing harm through human-centered design, not just technical safeguards.

How to eliminate wrong answers

Option A is wrong because Safety, while important, focuses on preventing physical or digital harm through secure design and fail-safes, not specifically on the broader human-centric benefit and harm avoidance that Empathy covers. Option C is wrong because Accuracy deals with the correctness of AI outputs and model performance metrics, not the ethical mandate to benefit people and avoid harm. Option D is wrong because Honesty pertains to transparency and truthfulness in AI communications and disclosures, not the proactive design for human benefit and harm prevention.

32
MCQeasy

Which Salesforce AI feature provides audit logging of when AI recommendations are generated and acted upon?

A.Einstein Trust Layer audit trail
B.Einstein Discovery
C.Einstein Copilot
D.Einstein Prediction Builder
AnswerA

The Trust Layer's audit trail records AI actions and recommendations.

Why this answer

Option A is correct because the Einstein Trust Layer includes an audit trail that logs when AI recommendations are generated and when users act on them. This audit trail is essential for compliance and governance, as it records the AI's decision-making process and user interactions, ensuring transparency and accountability in AI-driven recommendations.

Exam trap

The trap here is that candidates may confuse the feature that generates recommendations (like Einstein Discovery or Prediction Builder) with the feature that provides audit logging, which is a separate component of the Einstein Trust Layer.

How to eliminate wrong answers

Option B is wrong because Einstein Discovery is a tool for generating predictive insights and recommendations from data, but it does not provide audit logging of when those recommendations are generated or acted upon; audit logging is a feature of the Einstein Trust Layer. Option C is wrong because Einstein Copilot is a conversational AI assistant that helps users interact with Salesforce data, but it does not include audit logging capabilities for AI recommendations; that functionality resides in the Einstein Trust Layer. Option D is wrong because Einstein Prediction Builder allows users to create custom predictive models without code, but it lacks the audit trail feature for tracking recommendation generation and actions; audit logging is specific to the Einstein Trust Layer.

33
MCQeasy

A company uses Einstein Discovery to analyze sales data and provide recommendations. A sales rep wants to understand why a specific opportunity was predicted to close. Which Einstein feature should the rep use?

A.The 'Model Performance' tab in Einstein Discovery Settings.
B.The 'Prediction Summary' report in Einstein Analytics.
C.The 'Score Factors' or 'Prediction Explanation' component available on the record page.
D.The 'Data Quality' dashboard to check if the prediction is reliable.
AnswerC

Score Factors list the key drivers for that specific prediction, offering explainability.

Why this answer

Einstein Discovery provides 'score factors' that show the most influential fields and their impact on the prediction, enabling transparency.

34
Multi-Selectmedium

A retailer is using Einstein Product Recommendations on their ecommerce site. They want to avoid biased recommendations that might disadvantage certain customer groups. Which THREE steps should they take?

Select 3 answers
A.Provide customers with a reason why a particular product was recommended.
B.Regularly audit the recommendation outputs for disparate impact across demographic groups.
C.Remove all customer demographic data from the model features.
D.Use only historical purchase data to train the model.
E.Include a diverse range of customer interactions in the training data to represent all groups.
AnswersA, B, E

Transparency builds trust and allows scrutiny.

Why this answer

Auditing for bias, ensuring diverse training data, and providing transparency are key to mitigating bias and following Trusted AI principles.

35
MCQeasy

Which Salesforce feature allows administrators to mask personally identifiable information (PII) in prompts sent to large language models?

A.Sharing Rules
B.Permission Sets
C.Einstein Trust Layer
D.Data Export Service
AnswerC

The Trust Layer provides PII masking, toxicity detection, and zero data retention.

Why this answer

The Einstein Trust Layer is a security architecture within Salesforce that intercepts prompts sent to large language models (LLMs) and automatically masks personally identifiable information (PII) before the data reaches the external AI service. After the LLM returns a response, the Trust Layer reinserts the masked data, ensuring that sensitive information never leaves the Salesforce ecosystem in plain text. This feature is specifically designed to address data privacy and compliance requirements when using generative AI features like Einstein GPT.

Exam trap

Cisco often tests the misconception that data masking is handled by standard sharing or permission mechanisms, but the Einstein Trust Layer is a dedicated, AI-specific security layer that operates at the prompt level, not at the record or user permission level.

How to eliminate wrong answers

Option A is wrong because Sharing Rules control record-level access based on criteria like owner or field values, but they do not inspect or modify the content of data sent to external AI models. Option B is wrong because Permission Sets grant users additional permissions and feature licenses, but they have no mechanism to mask or redact PII in outbound API calls or prompts. Option D is wrong because Data Export Service is used to export a copy of your Salesforce data for backup or archival purposes, not to intercept or sanitize real-time data flows to LLMs.

36
MCQmedium

A company is using Einstein Article Recommendations in Service Cloud. They notice that articles about a specific product are never recommended, even when relevant. After reviewing, they find that the training data did not include any cases where that product was mentioned. Which Salesforce Trusted AI principle is most directly violated?

A.Empathy
B.Accuracy
C.Honesty
D.Safety
AnswerB

Accuracy requires the model to be accurate and tested; biased training data leads to inaccurate predictions for underrepresented categories.

Why this answer

Accuracy requires that the model should be accurate and tested. If the training data is missing entire categories, the model cannot be accurate for those categories, violating accuracy.

37
MCQeasy

What is the purpose of ‘toxicity detection’ in the Einstein Trust Layer?

A.To detect and prevent harmful or abusive language in AI outputs
B.To increase the speed of AI responses
C.To monitor user interactions for compliance with data protection laws
D.To identify and mask PII in user prompts
AnswerA

Toxicity detection scans outputs for offensive content and can block or flag them.

Why this answer

Toxicity detection in the Einstein Trust Layer is designed to identify and filter harmful or abusive language in AI-generated outputs before they reach the user. It uses natural language processing (NLP) models to score content against categories such as hate speech, profanity, and harassment, ensuring outputs remain safe and appropriate. This prevents the AI from inadvertently disseminating offensive material, which is critical for maintaining trust and compliance in enterprise environments.

Exam trap

Cisco often tests the distinction between different Einstein Trust Layer components, so the trap here is confusing toxicity detection (which filters harmful language in outputs) with data masking (which protects PII in inputs), leading candidates to incorrectly select Option D.

How to eliminate wrong answers

Option B is wrong because toxicity detection does not affect the speed of AI responses; it adds a processing step that may slightly increase latency, not improve speed. Option C is wrong because monitoring for data protection law compliance is handled by other components like data masking and audit logging, not by toxicity detection which focuses on content safety. Option D is wrong because identifying and masking PII (personally identifiable information) is the function of the data masking or anonymization layer, not toxicity detection, which targets abusive language rather than sensitive data.

38
Multi-Selectmedium

A healthcare company is using Einstein Bots to handle patient intake. They want to ensure compliance with HIPAA and the Salesforce Trusted AI principles. Which TWO features of the Einstein Trust Layer should they enable?

Select 2 answers
A.Zero data retention to ensure customer data is not stored.
B.Grounding to connect AI responses to CRM data.
C.Toxicity detection to identify harmful language.
D.Audit trail to log all AI decisions and interactions for compliance reviews.
E.PII masking to automatically detect and mask Protected Health Information (PHI) in conversations.
AnswersD, E

Audit trails are necessary for HIPAA accountability.

Why this answer

PII masking directly protects health information, while audit trail provides accountability and traceability for compliance.

39
MCQmedium

A Salesforce admin wants to display an explanation for why a specific lead received a high score from Einstein Lead Scoring. Which Salesforce feature provides this transparency?

A.Score Factors in Einstein Lead Scoring
B.Einstein Activity Capture
C.Einstein Copilot prompt template
D.Einstein Trust Layer audit trail
AnswerA

Score Factors display the top contributing fields and their impact on the lead score.

Why this answer

Option A is correct because Score Factors in Einstein Lead Scoring provides transparency by listing the specific data points (e.g., lead source, industry, engagement history) that contributed to a lead's score. This feature allows admins to see exactly why a lead received a high score, enabling them to validate or adjust the scoring model. It directly addresses the need for explainability in AI-driven lead scoring.

Exam trap

The trap here is that candidates confuse the Einstein Trust Layer audit trail (which logs data access for compliance) with the Score Factors feature (which provides model explainability), leading them to pick D instead of A.

How to eliminate wrong answers

Option B is wrong because Einstein Activity Capture syncs emails and events from external systems (e.g., Outlook, Gmail) to Salesforce records, but it does not provide any explanation for lead scoring decisions. Option C is wrong because Einstein Copilot prompt templates are used to generate responses or actions in conversational AI, not to explain lead scoring factors. Option D is wrong because the Einstein Trust Layer audit trail logs data usage and privacy compliance for AI prompts, but it does not reveal the specific factors behind a lead's score.

40
MCQmedium

A data scientist is building a model to recommend products. They notice the model rarely recommends certain categories to users from a specific demographic. What should the scientist do first to address potential bias?

A.Increase the model's complexity to capture more patterns
B.Add more features about the demographic to improve accuracy
C.Audit the training data for representation and bias
D.Remove the demographic feature from the model
AnswerC

Data audit identifies if underrepresentation or biased labels exist.

Why this answer

Option C is correct because the first step in addressing potential bias is to audit the training data for representation and bias. This involves examining whether certain categories or demographics are underrepresented or overrepresented in the dataset, which can lead to skewed model recommendations. Without understanding the data composition, other interventions may fail to address the root cause of bias.

Exam trap

Cisco often tests the misconception that bias is solely caused by the presence of sensitive features, leading candidates to choose removing the feature (Option D) instead of recognizing that bias originates from the training data and can persist through proxy features.

How to eliminate wrong answers

Option A is wrong because increasing model complexity does not fix biased or unrepresentative training data; it may actually amplify existing biases by fitting more closely to skewed patterns. Option B is wrong because adding more features about the demographic does not correct underlying representation issues and could introduce further bias or proxy discrimination. Option D is wrong because simply removing the demographic feature does not eliminate bias; the model may still learn biased correlations from other features that act as proxies for the demographic.

41
MCQeasy

Which Salesforce Trusted AI principle ensures that users are informed when they are interacting with an AI-generated output or recommendation?

A.Safety
B.Accuracy
C.Honesty
D.Transparency
AnswerD

Transparency requires clear communication about AI involvement and limitations.

Why this answer

Transparency requires that AI systems are open about their capabilities and limitations. Informing users that a recommendation is AI-generated is a direct application of transparency.

42
Multi-Selectmedium

A financial services firm uses Einstein Discovery to predict loan default risk. To comply with data minimisation principles and avoid using sensitive PII unnecessarily, which TWO actions should the data science team take?

Select 2 answers
A.Remove demographic fields such as race and gender from the training dataset
B.Perform feature selection to retain only the most predictive fields
C.Include all available fields to maximize model accuracy
D.Use feature engineering to derive synthetic attributes that correlate with protected attributes
E.Enable Einstein Trust Layer's toxicity detection on the model inputs
AnswersA, B

Demographic fields are often irrelevant and could introduce bias; removing them aligns with minimisation.

Why this answer

Data minimisation means using only relevant fields. Removing unnecessary PII features and performing feature selection reduces risk. Auditing for bias and enabling toxicity detection are good practices but not directly about minimisation.

43
MCQmedium

A sales operations team notices that an Einstein Lead Scoring model assigns lower scores to leads from a particular geographic region, even though those leads have historically converted at a higher rate. What is the most likely cause of this discrepancy?

A.The model is using outdated lead source fields
B.The model's threshold for lead conversion is set too high
C.The model has been trained on biased historical data that underrepresents or undervalues leads from that region
D.The model is overfitted to noise in the data
AnswerC

Biased training data is the classic cause of unfair predictions; the model learned patterns from historical decisions that may have been biased.

Why this answer

The model was trained on historical data that may have reflected past biases (e.g., underinvestment in that region). The biased training data leads to unfair predictions. The correct action is to audit the model for bias.

44
MCQhard

A company uses Einstein Discovery to build a model that predicts customer lifetime value. They want to ensure the model's decisions are auditable and that they can track the business impact of AI recommendations over time. What should they implement?

A.Score factors
B.Grounding
C.Toxicity detection
D.Audit trail
AnswerD

An audit trail records when recommendations are made and acted upon, enabling analysis of AI impact on business outcomes over time.

Why this answer

An audit trail logs when AI recommendations are made and whether they were followed, and can be used to track outcomes over time. This enables accountability and measurement of AI impact, supporting transparency and governance.

45
MCQhard

A company is using Einstein Service Replies to generate suggested responses for service agents. They want to ensure that agents always review and approve the suggested reply before it is sent to the customer. Which configuration best supports this requirement?

A.Use Einstein Bots instead of Service Replies
B.Turn on toxicity detection for all replies
C.Enable auto-send for Einstein Service Replies
D.Configure Einstein Service Replies to require agent approval before sending
AnswerD

Requiring approval ensures the agent reviews and approves the reply, providing human oversight.

Why this answer

Human oversight requires that AI-generated content be reviewed before sending. Einstein Service Replies can be configured to require agent approval before the reply is sent, which is a direct implementation of human oversight.

46
MCQhard

A financial services company is deploying an Einstein chatbot that provides investment advice. They want to ensure that if the chatbot generates a potentially harmful recommendation (e.g., suggesting a risky trade), the message is blocked before reaching the customer. Which Einstein Trust Layer capability should they rely on?

A.Toxicity detection
B.Grounding
C.Zero data retention
D.PII masking
AnswerA

Toxicity detection can identify harmful content; the Trust Layer can be configured to block such outputs before delivery.

Why this answer

Toxicity detection identifies harmful or offensive content. In this context, harmful financial advice can be flagged as toxic. Human oversight (agent review) would also be applicable, but the question specifically asks about blocking before reaching the customer via a capability of the Trust Layer.

47
MCQhard

A healthcare CRM administrator wants to use AI to recommend treatment plans based on patient data. Which combination of Salesforce Trusted AI principles is MOST critical to consider?

A.Safety and Honesty
B.Honesty and Transparency
C.Accuracy and Empathy
D.Transparency and Safety
AnswerC

Accuracy ensures correct recommendations; empathy ensures the design prioritizes patient welfare.

Why this answer

Option C is correct because in healthcare AI, accuracy ensures that treatment recommendations are clinically valid and based on reliable patient data, while empathy ensures the system respects patient well-being and avoids harmful or insensitive suggestions. Without accuracy, the model could recommend incorrect treatments; without empathy, it might ignore patient context or ethical considerations. These two principles together directly address the dual need for clinical correctness and human-centered care in treatment planning.

Exam trap

The trap here is that candidates often confuse 'Safety' with 'Accuracy' or think 'Transparency' is always the most critical principle, but in healthcare AI, the combination of clinical correctness (Accuracy) and patient-centeredness (Empathy) is the most critical for treatment plan recommendations.

How to eliminate wrong answers

Option A is wrong because Safety and Honesty, while important, are not the most critical pair for treatment plan recommendations; safety is a broader principle that overlaps with accuracy, and honesty alone does not ensure the model's outputs are clinically correct or empathetic. Option B is wrong because Honesty and Transparency focus on openness about AI use and data handling, but they do not directly address the clinical validity or patient-centeredness required for treatment plans. Option D is wrong because Transparency and Safety, though relevant to ethical AI, miss the essential requirement of accuracy (correctness of recommendations) and empathy (understanding patient needs), which are paramount in healthcare decision-making.

48
Multi-Selecthard

A healthcare provider is using Einstein to predict patient readmission risks. They must ensure the model is both accurate and fair. Which THREE actions should they take? (Choose 3)

Select 3 answers
A.Use only historical data from the past six months
B.Validate model accuracy separately for different patient subgroups
C.Exclude all demographic features from the model to avoid bias
D.Regularly audit the model for bias across demographic groups
E.Include as many features as possible to maximize predictive power
AnswersB, C, D

Subgroup validation ensures consistent accuracy across populations.

Why this answer

Option B is correct because validating model accuracy separately for different patient subgroups is a key fairness practice. It ensures the model performs consistently across diverse populations, preventing hidden disparities that could lead to biased clinical decisions. This aligns with responsible AI principles that require subgroup performance analysis to detect and mitigate algorithmic bias.

Exam trap

Cisco often tests the misconception that simply excluding demographic features (Option C) guarantees fairness, when in reality, proxy variables like zip code or income can still encode bias, making regular auditing (Option D) and subgroup validation (Option B) essential.

49
MCQmedium

A sales rep receives an AI-generated recommendation to upsell a product to a customer. The rep wants to verify the reasoning behind the recommendation before acting. What Salesforce feature can the rep use to see the key factors that influenced the recommendation?

A.Einstein Discovery score factors
B.Einstein Next Best Action
C.Einstein Activity Capture
D.Einstein Bots
AnswerA

Score factors show the top influential fields for each prediction, providing transparency.

Why this answer

Einstein Discovery provides prediction explanations and score factors. For recommendations within Sales Cloud, the 'Why this recommendation' feature (part of Einstein Discovery) shows the most influential fields.

50
MCQmedium

A sales operations manager wants to use Einstein Lead Scoring to prioritize leads. They have historical data showing that leads from a certain postal code have a low conversion rate. However, they suspect the low conversion is due to a past marketing campaign that was poorly targeted, not the demographics of that area. What is the BEST way to ensure the AI model does not unfairly penalize leads from that postal code?

A.Manually increase the lead scores for all leads from that postal code
B.Audit the model for disparate impact on that postal code and retrain with updated labels that reflect the true conversion potential
C.Remove the postal code field from the model training data entirely
D.Use the model as-is because Salesforce AI is certified to be fair
AnswerB

Auditing identifies bias; correcting the labels (e.g., re-marketing campaign data as neutral) and retraining addresses the root cause without losing the feature's legitimate predictive power.

Why this answer

Bias in historical data can lead to unfair predictions. The best approach is to audit the model for bias and retrain with corrected labels or additional features that capture the true drivers of conversion, rather than simply omitting the feature or adjusting scores manually.

51
MCQmedium

A healthcare organization is using Einstein Bots to schedule patient appointments. They are subject to HIPAA regulations. What is the most important configuration they must apply to the Einstein Trust Layer?

A.Set up an audit trail for all bot interactions.
B.Enable toxicity detection to ensure the bot does not use offensive language.
C.Enable PII masking and configure it to identify and mask health-related data fields.
D.Disable data retention to ensure no customer data is stored.
AnswerC

PII masking is critical for HIPAA compliance to prevent PHI exposure.

Why this answer

HIPAA requires protection of Protected Health Information (PHI). PII masking in the Einstein Trust Layer ensures that PHI is not exposed or retained in logs or training.

52
MCQmedium

A marketing manager wants to use AI to generate personalized email content for customers. According to Salesforce's Trusted AI principles, what should the manager ensure before sending?

A.The emails are sent automatically to maximize efficiency
B.A human reviews the AI-generated content before sending
C.The emails are sent only to customers who opted in to AI interactions
D.The AI model is retrained daily on new customer data
AnswerB

Human review ensures the content is suitable and aligns with customer well-being.

Why this answer

Option B is correct because Salesforce's Trusted AI principles emphasize human oversight to ensure AI-generated content is accurate, appropriate, and aligned with brand values. The manager must have a human review the content before sending to mitigate risks like bias, inaccuracy, or inappropriate messaging, which aligns with the principle of accountability in AI deployment.

Exam trap

Cisco often tests the misconception that automation or consent alone satisfies AI ethics, but the trap here is that candidates overlook the mandatory human review step required by Trusted AI principles for any customer-facing AI-generated content.

How to eliminate wrong answers

Option A is wrong because automatically sending emails without human review violates the Trusted AI principle of accountability, as it bypasses necessary oversight to catch errors or harmful content. Option C is wrong because opting in to AI interactions does not guarantee that the AI-generated content is safe or appropriate; human review is still required regardless of consent. Option D is wrong because retraining the AI model daily on new customer data is not a principle of Trusted AI and could introduce instability or overfitting, and it does not address the need for human review of the output.

53
Multi-Selectmedium

A company is deploying an AI system to recommend products to customers. To comply with GDPR's right to explanation, which TWO practices should they implement? (Choose 2)

Select 2 answers
A.Store all recommendation logs for at least 10 years
B.Provide a list of the most influential factors for each recommendation
C.Allow customers to opt out of all AI recommendations
D.Use only anonymized data for recommendations
E.Offer a human review process if a customer requests an explanation
AnswersB, E

Score factors give customers insight into why a recommendation was made.

Why this answer

Option B is correct because GDPR's right to explanation requires that individuals can understand the logic behind automated decisions. Providing a list of the most influential factors for each recommendation directly addresses this by offering transparency into the model's decision-making process, such as feature importance scores from a tree-based or linear model.

Exam trap

The trap here is that candidates confuse the right to explanation with the right to object or data minimization, leading them to select opt-out or anonymization options instead of the transparency and human review practices.

54
MCQmedium

A financial services company uses Einstein Bots to answer customer inquiries. A customer asks the bot to explain why their loan application was rejected. The bot provides a response based on AI predictions. Which Salesforce Trusted AI Principle is MOST directly addressed by the bot's ability to explain the decision?

A.Honesty
B.Accuracy
C.Transparency
D.Safety
AnswerC

Transparency requires that AI systems provide explanations for their decisions, making the reasoning clear to users.

Why this answer

Transparency in AI means that decisions should be explainable and understandable to users. Providing an explanation for a loan rejection directly supports the principle of Transparency, which requires AI systems to be open about their reasoning.

55
Multi-Selectmedium

A customer service director wants to implement an AI-powered chat assistant that can answer common questions. To align with Salesforce's Trusted AI principle of Empathy, which THREE design choices should the director make?

Select 3 answers
A.Automate 100% of interactions to provide instant responses
B.Ensure the bot can detect user frustration and escalate to a human agent
C.Allow users to easily opt out of the bot and speak to a human
D.Use a friendly tone and acknowledge the user's feelings when the bot cannot answer
E.Design the bot to always provide a direct answer without asking clarifying questions
AnswersB, C, D

Detecting frustration and offering human support shows empathy.

Why this answer

Empathy means designing for human benefit, including user-centric design, fallback to humans, and considering emotional impact. Automating all responses and using a formal tone are less empathetic.

56
MCQmedium

A company deploys an AI-powered email composer for sales reps. The legal team requires that every AI-generated email be reviewed by a human before sending to a customer. Which approach aligns with Salesforce's Trusted AI Principle of Empathy and Human Oversight?

A.Allow the AI to send emails automatically but log all sent emails for audit
B.Use a rule to block specific words in AI-generated emails
C.Send a daily report of all AI-generated emails to the legal team after they are sent
D.Require the sales rep to click 'Approve' before the email is sent
AnswerD

Requiring human approval before sending ensures that a person reviews the content, providing necessary oversight and aligning with the principle of Empathy.

Why this answer

Option D is correct because it directly implements human oversight by requiring the sales rep to click 'Approve' before the email is sent, aligning with Salesforce's Trusted AI Principle of Empathy and Human Oversight. This principle mandates that AI systems should include mechanisms for human review and control, especially in high-stakes communications, ensuring that AI-generated content is vetted for accuracy, tone, and compliance before reaching customers. The approval step creates a clear human-in-the-loop checkpoint, preventing automated sending without human judgment.

Exam trap

Cisco often tests the distinction between preventive controls (like human approval before sending) and detective controls (like logging or reporting), leading candidates to mistakenly choose audit-based options (A or C) that do not satisfy the requirement for pre-send human review.

How to eliminate wrong answers

Option A is wrong because allowing the AI to send emails automatically without prior human review violates the core requirement of human oversight, as audit logs only provide after-the-fact accountability but do not prevent potentially harmful or non-compliant emails from being sent. Option B is wrong because using a rule to block specific words is a reactive, keyword-based filter that cannot assess context, tone, or intent, and does not constitute meaningful human oversight; it is a technical control, not a human review process. Option C is wrong because sending a daily report after emails are sent is a retrospective audit, not a preventive human oversight mechanism; it fails to meet the legal requirement that every email be reviewed before sending.

57
MCQeasy

A company wants to implement an AI-powered customer service chatbot that generates responses based on customer inquiries. To comply with GDPR requirements for automated decision-making, what must the company provide to customers?

A.A clear explanation of how the AI reaches its conclusions and the option to request human review.
B.The ability to opt out of all AI interactions entirely.
C.A copy of the AI model's source code upon request.
D.An assurance that no personal data is used in training the AI model.
AnswerA

GDPR requires meaningful information about the logic involved in automated decisions and the right to human intervention.

Why this answer

Under GDPR Article 22, customers have the right to request an explanation of automated decisions and to contest them. Transparency about AI limitations is also part of Salesforce's Honesty principle.

58
MCQmedium

When using Einstein Copilot to generate email content, what mechanism ensures that the AI does not use customer data to improve the underlying large language model?

A.Zero data retention
B.PII masking
C.Grounding
D.Toxicity detection
AnswerA

Zero data retention ensures customer data is not used to train base models.

Why this answer

Option A is correct because Einstein Copilot employs a zero data retention policy specifically for the underlying large language model (LLM). This means that any customer data processed during email generation is not stored, logged, or used for model training or fine-tuning, ensuring compliance with data privacy standards. The mechanism explicitly prevents the LLM from learning from or being improved by customer interactions, isolating the AI's behavior from proprietary data.

Exam trap

Cisco often tests the distinction between data privacy mechanisms (like zero data retention) and data processing safeguards (like PII masking or grounding), so the trap here is that candidates confuse masking or grounding with preventing model improvement, when in fact only zero data retention ensures the LLM does not learn from customer data.

How to eliminate wrong answers

Option B is wrong because PII masking is a technique that redacts or obscures personally identifiable information within the input or output, but it does not prevent the underlying LLM from retaining or learning from the data—it only hides sensitive fields during processing. Option C is wrong because grounding refers to the process of linking AI responses to specific, verifiable data sources (like Salesforce records) to improve accuracy and relevance, but it does not address data retention or model improvement from customer data. Option D is wrong because toxicity detection is a safety filter that identifies harmful or offensive content in outputs, but it has no role in preventing the LLM from using customer data for training or retention.

59
Multi-Selectmedium

A company is implementing Einstein Next Best Action for their customer service agents. They want to ensure that AI recommendations are provided as suggestions but that agents retain the final say. Which TWO practices support this goal of human oversight?

Select 2 answers
A.Disable all AI recommendations and rely solely on agent judgment
B.Train all agents on how AI models work
C.Automate the top recommendations to save agent time
D.Configure the system to require agent confirmation before executing any AI-recommended action
E.Display AI recommendations as optional suggestions that agents can accept or ignore
AnswersD, E

Requiring confirmation ensures that agents have the final say and can override AI suggestions, directly supporting human oversight.

Why this answer

Human oversight can be achieved by requiring agents to confirm before an action is taken, and by clearly presenting AI recommendations as suggestions. Disabling the AI or automating actions removes human involvement. Training agents is helpful but does not directly ensure oversight in the workflow.

60
Multi-Selecteasy

A marketing team uses Einstein Send Time Optimization to determine the best time to send emails. To ensure the company follows Salesforce's Trusted AI principle of Honesty, which THREE practices should be adopted?

Select 3 answers
A.Automate all email sends without human intervention to maintain consistency
B.Tell recipients that the email timing was chosen by an AI algorithm
C.Provide a brief explanation of the factors that influenced the recommendation
D.Document the model's limitations (e.g., it may not account for time zones)
E.Claim the model is 100% accurate in predicting optimal send times
AnswersB, C, D

Transparency about AI use is part of honesty.

Why this answer

Honesty means being transparent about AI limitations and capabilities. Providing documentation, clearly communicating that predictions are AI-based, and explaining the influencing factors align with honesty. Automating without review and overpromising accuracy are contrary.

61
MCQmedium

A lead scoring model trained on historical sales data is found to assign lower scores to leads from certain postal codes. What is the MOST likely cause?

A.The model's algorithm is inherently biased against certain regions
B.The training data contains biased outcomes from past human decisions
C.The model overfits to the training data
D.The model was not trained long enough
AnswerB

Historical bias in the data leads the model to replicate those biases.

Why this answer

The model assigns lower scores to leads from certain postal codes because the training data reflects historical human biases, such as sales representatives prioritizing leads from affluent areas. Machine learning models learn patterns from the data they are trained on; if past sales decisions were biased against certain regions, the model will replicate those biases. This is a classic case of bias in training data leading to biased model outcomes, not an inherent flaw in the algorithm itself.

Exam trap

Cisco often tests the misconception that algorithmic bias is caused by the model's internal logic or training duration, whereas the root cause is almost always biased training data reflecting past human decisions.

How to eliminate wrong answers

Option A is wrong because algorithms are not inherently biased; bias arises from the data or feature engineering, not from the algorithm's design. Option C is wrong because overfitting would cause the model to perform poorly on new data by memorizing noise, not systematically assign lower scores to specific postal codes. Option D is wrong because insufficient training would result in underfitting, where the model fails to capture patterns, not produce consistent region-based score disparities.

62
MCQeasy

A company wants to use Einstein Prediction Builder to predict which customers are likely to churn. They have a dataset that includes customers' names, email addresses, and detailed purchase history. According to the data minimisation principle, which fields should be included in the model?

A.Only the purchase history
B.Only the email addresses, since they are unique identifiers
C.All three fields because more data improves accuracy
D.Names and purchase history, but not email addresses
AnswerA

Purchase history is relevant; names and emails are unnecessary PII. Excluding them minimizes data use and privacy risk.

Why this answer

Data minimisation means using only the data necessary for the prediction. Purchase history is relevant to churn prediction, while names and email addresses are personally identifiable information (PII) that are not needed for the model and should be excluded to minimize privacy risks.

63
MCQhard

A company is concerned about the data minimization principle when using AI to predict customer lifetime value. Which approach aligns with this principle?

A.Include all available fields to maximize model accuracy
B.Use only fields directly relevant to purchase history and engagement, excluding PII like social security numbers
C.Obtain explicit consent for every field used
D.Anonymize all data before training, including purchase amounts
AnswerB

Using only relevant fields reduces privacy risk and aligns with minimization.

Why this answer

Option B aligns with the data minimization principle by restricting data collection to only fields directly relevant to the prediction task (purchase history and engagement) and explicitly excluding personally identifiable information (PII) like social security numbers. This reduces privacy risk and complies with regulations such as GDPR and CCPA, which require that data collected be adequate, relevant, and limited to what is necessary for the processing purpose.

Exam trap

Cisco often tests the misconception that obtaining consent or anonymizing data automatically satisfies data minimization, when in fact these measures address different principles (consent and data security) and do not reduce the scope of data collected.

How to eliminate wrong answers

Option A is wrong because including all available fields violates data minimization by collecting irrelevant or excessive data, which increases privacy risk and may introduce bias or overfitting without improving model accuracy. Option C is wrong because obtaining explicit consent for every field used addresses consent requirements but does not inherently satisfy data minimization; consent does not justify collecting unnecessary data. Option D is wrong because anonymizing all data before training, including purchase amounts, may still violate data minimization if the anonymized data includes fields that are not necessary for the prediction task, and anonymization does not reduce the volume of data collected.

64
MCQmedium

A company is deploying Einstein Article Recommendations on its customer portal. They want to ensure customers know that recommendations are AI-generated. Which action aligns with the Salesforce Trusted AI Principle of Honesty?

A.Provide a chatbot that can explain the recommendations
B.Use a generic label like 'Recommended for you'
C.Include a note stating 'Recommended by Einstein AI' on each recommendation
D.Do not mention AI; just show the recommendations
AnswerC

Clear disclosure that recommendations are AI-generated is honest and transparent, aligning with the principle of Honesty.

Why this answer

Option C is correct because the Salesforce Trusted AI Principle of Honesty requires transparency about AI-generated content. By explicitly stating 'Recommended by Einstein AI' on each recommendation, the company clearly discloses that the recommendations are AI-generated, building trust with customers. This aligns with the principle's focus on avoiding deception and ensuring users understand the nature of the content they are seeing.

Exam trap

Cisco often tests the distinction between indirect transparency (like a chatbot) and direct, upfront disclosure (like a label), leading candidates to choose an option that seems helpful but does not satisfy the specific requirement of the Honesty principle.

How to eliminate wrong answers

Option A is wrong because providing a chatbot that can explain the recommendations does not directly disclose that the recommendations are AI-generated; it only offers an explanation after the fact, which fails to meet the upfront transparency required by the Honesty principle. Option B is wrong because using a generic label like 'Recommended for you' is ambiguous and does not explicitly state that the recommendations are AI-generated, which violates the Honesty principle by potentially misleading customers into thinking the recommendations are human-curated. Option D is wrong because not mentioning AI at all is a direct violation of the Honesty principle, as it conceals the AI-generated nature of the recommendations, undermining customer trust and transparency.

65
Multi-Selecthard

A retail company uses Einstein Article Recommendations to suggest knowledge articles to customer service agents. To ensure compliance with the Salesforce Trusted AI principle of Safety, which THREE measures should the company implement?

Select 3 answers
A.Log all recommendations without setting up any review process
B.Use grounding to connect the AI recommendations to the company's CRM data
C.Enable toxicity detection in the Einstein Trust Layer to filter inappropriate content
D.Hide the model's confidence score from agents to avoid over-reliance
E.Require human agents to review and approve recommendations before sharing with customers
AnswersB, C, E

Grounding ensures recommendations are based on vetted data, reducing the chance of unsafe outputs.

Why this answer

Safety involves preventing harmful outputs. Human review, toxicity detection, and using grounding to ensure relevance all mitigate harmful recommendations. Hiding the model's confidence score reduces transparency, and logging without review does not prevent harm.

66
MCQmedium

What is the purpose of grounding in the Einstein Trust Layer?

A.To limit the AI's responses to pre-approved templates
B.To encrypt all data sent to the AI model
C.To ensure the AI only uses data from Salesforce, not third-party sources
D.To connect the AI to relevant CRM records so responses are accurate and context-aware
AnswerD

Grounding retrieves specific CRM data to inform the AI's output.

Why this answer

Grounding in the Einstein Trust Layer connects the AI model to relevant CRM records (e.g., Accounts, Opportunities, Cases) so that generated responses are based on accurate, up-to-date customer data rather than the model's general training data. This ensures context-aware and factual outputs while maintaining data privacy by not exposing raw records to the model.

Exam trap

Cisco often tests the misconception that grounding is about restricting data sources to Salesforce only, when in fact it is about connecting the AI to relevant CRM records (including integrated third-party data) to ensure accuracy and context.

How to eliminate wrong answers

Option A is wrong because grounding does not restrict responses to pre-approved templates; it dynamically retrieves CRM data to inform the AI's output, not force it into fixed formats. Option B is wrong because encryption (e.g., TLS for data in transit, AES-256 for data at rest) is a separate security layer within the Einstein Trust Layer, not the purpose of grounding. Option C is wrong because grounding can incorporate data from third-party sources if they are integrated into Salesforce (e.g., via External Objects or MuleSoft), not solely Salesforce-native data.

67
MCQhard

A data scientist is building a custom AI model using Salesforce Data Cloud to predict customer churn. They want to ensure that the model does not inadvertently use gender as a feature to avoid biased predictions. Which step is MOST appropriate?

A.Exclude gender from the feature set used for model training
B.Use gender as a feature but ignore the model predictions for certain groups
C.Allow gender in training but use a post-processing technique to adjust scores
D.Include gender as a feature and then apply a fairness constraint during training
AnswerA

Excluding protected attributes is a direct way to prevent the model from using them; it aligns with data minimisation.

Why this answer

The best practice is to exclude protected attributes from the model features. Data minimisation supports this. Auditing for bias is also important but does not prevent the model from using the attribute in the first place.

68
Multi-Selecteasy

A sales manager wants to use Einstein Lead Scoring but is concerned about transparency for the sales team. Which TWO features should they enable to provide explainability? (Choose 2)

Select 2 answers
A.Einstein Copilot
B.Score Factors on the lead record
C.Einstein Activity Capture
D.A custom field indicating the score is AI-generated
E.Einstein Trust Layer audit trail
AnswersB, D

Score Factors display the top contributing fields and their impact.

Why this answer

Score Factors show why a lead scored as it did, and labeling AI-generated scores helps reps understand that the score is AI-driven.

69
MCQhard

A data scientist is building a churn prediction model using Einstein Discovery. They want to ensure the model does not rely on sensitive attributes like race or gender, even if those are correlated with other features. Which technique is MOST aligned with Salesforce's data minimisation principle?

A.Remove sensitive attributes from the training data and avoid using proxies that strongly correlate with them
B.Include all features and rely on the AI to ignore biased ones
C.Apply a fairness constraint after training to adjust predictions
D.Use differential privacy to add noise to the training data
AnswerA

Removing sensitive attributes directly and also being cautious of proxy features minimizes the chance of the model indirectly using protected characteristics.

Why this answer

Data minimisation means using only the data necessary for the task. Excluding sensitive attributes from the feature set is the most direct way to prevent them from being used, even if they are correlated with other features. Correlation does not imply causation, and if those features are not essential, they should be removed.

70
MCQmedium

Under the Salesforce Data Processing Addendum (DPA), what is Salesforce's commitment regarding customer data used in AI services?

A.Customer data is not used to train or improve Salesforce's base AI models
B.Customer data may be used to improve Salesforce's AI models unless the customer opts out
C.Customer data is anonymized and then used to train public AI models
D.Customer data is only used to train models for that specific customer
AnswerA

This is the zero data retention commitment in the Einstein Trust Layer.

Why this answer

Salesforce's DPA states that customer data will not be used to train or improve Salesforce's base AI models, ensuring customer data privacy.

71
MCQhard

A healthcare organization uses Einstein Next Best Action to recommend treatments to patients. They must comply with GDPR's right to explanation for automated decisions. Which combination of Einstein Trust Layer features is MOST essential to meet this requirement?

A.Audit trail and PII masking
B.Toxicity detection and audit trail
C.Zero Data Retention and PII masking
D.Score factors and grounding
AnswerD

Score factors reveal the most influential features in the prediction, and grounding connects the AI to the specific CRM data used, enabling a clear explanation of the decision logic.

Why this answer

The right to explanation requires that individuals can obtain meaningful information about the logic involved in automated decisions. Score factors provide the most influential fields for a prediction, and grounding connects the AI to relevant CRM data, enabling a transparent explanation. Toxicity detection is not relevant.

Audit trail logs actions but does not provide explanation to the patient.

72
MCQmedium

A healthcare organization uses Einstein Prediction Builder to predict patient no-show rates. They want to ensure that protected health information (PHI) like patient names and social security numbers are not used in the model. Which Salesforce Trusted AI principle or feature directly addresses this requirement?

A.Zero data retention
B.Explainability
C.Human oversight
D.Data minimisation
AnswerD

Data minimisation means using only the data necessary for the task, avoiding sensitive PII in model training.

Why this answer

Data minimisation is a key principle: only use relevant features for the model and avoid including sensitive PII unnecessarily. The Einstein Trust Layer's PII masking also helps, but the principle that directly addresses using only relevant fields is data minimisation.

73
MCQhard

A Salesforce administrator is setting up Einstein Next Best Action for a marketing campaign. They want to ensure that customer consent preferences are respected. Which action should they take?

A.Include all customers and let the AI decide who to target, as consent is not relevant for recommendations.
B.Anonymize customer data before running the AI model so consent is not needed.
C.Configure the recommendation strategy to check the 'HasOptedOutOfEmail' field and exclude customers who have opted out.
D.Use a data extension to store consents and manually update it weekly.
AnswerC

This integrates consent directly into the AI decision logic, respecting privacy.

Why this answer

Consent management involves checking the customer's communication preferences and honoring opt-outs. This can be done by configuring the recommendation logic to check consent fields or using Data Cloud's consent data.

74
MCQmedium

A company uses Einstein Discovery to predict customer churn. They want to ensure the predictions are explainable to non-technical stakeholders. What is the best way to provide explanation?

A.Use the score factors feature to show top predictors
B.Share the full training dataset for transparency
C.Allow stakeholders to retrain the model themselves
D.Provide the raw model weights and coefficients
AnswerA

Score factors show the key fields driving the prediction in an accessible way.

Why this answer

Option A is correct because Einstein Discovery's score factors feature explicitly lists the top predictors and their contributions to each prediction, making the model's reasoning transparent and accessible to non-technical stakeholders. This aligns with the need for explainable AI (XAI) without requiring deep data science knowledge.

Exam trap

Cisco often tests the misconception that providing raw data or model internals (like weights) constitutes explainability, when in fact non-technical stakeholders need simplified, instance-level explanations like score factors.

How to eliminate wrong answers

Option B is wrong because sharing the full training dataset does not explain how predictions are made; it only provides raw data, which is overwhelming and irrelevant for understanding model logic. Option C is wrong because allowing stakeholders to retrain the model themselves introduces risk of model degradation and does not inherently provide explanation; it shifts responsibility rather than clarifying predictions. Option D is wrong because raw model weights and coefficients (e.g., from a logistic regression or neural network) are not interpretable by non-technical stakeholders and require statistical expertise to understand.

75
MCQmedium

A customer service manager wants to use Einstein Bots to handle common inquiries. They are concerned about the bot generating offensive responses. Which Einstein Trust Layer feature should they enable to minimize this risk?

A.Zero Data Retention
B.Grounding
C.Toxicity detection
D.PII masking
AnswerC

Toxicity detection scans for harmful language and can block or flag responses, ensuring the bot is safe for customers.

Why this answer

Toxicity detection is a feature of the Einstein Trust Layer that identifies and filters harmful or offensive language before it is sent to customers. This directly addresses the concern about offensive responses, aligning with the Safety principle.

Page 1 of 2 · 84 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Sfai Ethical Ai Privacy questions.

CCNA Sfai Ethical Ai Privacy Questions — Page 1 of 2 | Courseiva