Salesforce AI Associate AI Associate (AI Associate) — Questions 751825

1000 questions total · 14pages · All types, answers revealed

Page 10

Page 11 of 14

Page 12
751
MCQmedium

A data analyst wants to understand why a particular opportunity win rate dropped last quarter. They need automated statistical analysis with natural language explanations and improvement suggestions. Which tool should they use?

A.Einstein Discovery
B.Einstein Prediction Builder
C.Einstein Conversation Insights
D.Einstein Next Best Action
AnswerA

Discovery offers automated analysis, stories, and prescriptions.

Why this answer

Einstein Discovery provides automated statistical analysis, stories, and improvement suggestions.

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

753
MCQmedium

A service analytics team wants to understand why customer case resolution times have increased. They need automated statistical analysis that generates natural language explanations and suggests improvements. Which product should they use?

A.Einstein Prediction Builder
B.Einstein Discovery
C.Einstein GPT
D.Einstein Bots
AnswerB

Discovery performs automated statistical analysis and generates stories and improvement suggestions.

Why this answer

Einstein Discovery is the correct product because it is specifically designed for automated statistical analysis that generates natural language explanations of data patterns and suggests actionable improvements. It uses machine learning to analyze historical data, identify key drivers of changes like increased resolution times, and outputs plain-English insights and recommendations, directly matching the team's need for automated analysis with explanatory and prescriptive output.

Exam trap

The trap here is that candidates often confuse Einstein Discovery's explanatory and prescriptive analytics with Einstein Prediction Builder's predictive scoring, failing to recognize that the question specifically asks for 'automated statistical analysis that generates natural language explanations and suggests improvements'—a hallmark of Discovery, not Prediction Builder.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder focuses on creating custom predictive models (e.g., predicting case resolution time) but does not generate natural language explanations or suggest improvements; it outputs predictions and scores, not analytical narratives. Option C is wrong because Einstein GPT is a generative AI tool for creating content (e.g., email drafts, knowledge articles) and answering questions conversationally, but it does not perform automated statistical analysis of historical data to explain root causes or suggest process improvements. Option D is wrong because Einstein Bots are designed for automated conversational interactions (e.g., handling customer queries via chat) and do not perform statistical analysis or generate explanatory insights about case resolution trends.

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

755
Multi-Selectmedium

A company wants to build an autonomous AI agent with Agentforce that can handle customer inquiries about order status and returns. The agent should escalate to a human agent when it cannot resolve the issue. Which two components must be configured in Agent Builder?

Select 2 answers
A.Topics
B.Actions
C.Intents
D.Entities
E.Testing
AnswersA, B

Topics define the subjects the agent can handle.

Why this answer

Topics are correct because they define the specific areas of customer inquiries (e.g., order status, returns) that the autonomous agent can handle. In Agentforce, Topics act as the primary organizational unit that groups related intents and actions, enabling the agent to route conversations appropriately. Without Topics, the agent would lack the structured domain knowledge needed to process and escalate customer issues.

Exam trap

The trap here is that candidates often confuse Intents with Topics, thinking Intents are the primary building block, but in Agentforce, Topics are the required container that must be configured first, with Intents nested inside them.

756
MCQeasy

A company is deploying an AI-powered chatbot to handle customer service inquiries. The bot uses historical chat data for training. Which ethical consideration is MOST important to address before deployment?

A.Maximizing the chatbot's response accuracy
B.Obtaining consent from customers whose data is used for training
C.Ensuring the chatbot can handle high traffic volumes
D.Designing a human handoff protocol for complex issues
AnswerB

Using customer data requires informed consent and adherence to privacy laws.

Why this answer

The most critical ethical consideration is obtaining consent from customers whose historical chat data is used to train the chatbot. Under regulations like GDPR and CCPA, personal data (including chat transcripts) requires explicit consent for processing, especially when used to train an AI model. Deploying without consent violates data privacy laws and erodes user trust, regardless of the chatbot's technical performance.

Exam trap

Salesforce often tests the distinction between ethical obligations (like consent) and technical or operational features (like accuracy or scalability), leading candidates to confuse a performance metric with a compliance requirement.

How to eliminate wrong answers

Option A is wrong because maximizing response accuracy is a performance goal, not an ethical consideration; it does not address the legal and moral requirement for data consent. Option C is wrong because ensuring high traffic handling is a scalability and infrastructure concern, unrelated to the ethical principle of data privacy and consent. Option D is wrong because designing a human handoff protocol is a user experience and operational safety measure, not the primary ethical issue; it does not resolve the fundamental need for consent before using customer data for training.

757
Multi-Selectmedium

A company implements Einstein Opportunity Scoring and wants to understand where the opportunity scores appear in the Salesforce Lightning interface. Which two locations display the score?

Select 2 answers
A.Global search results
B.List view column
C.Home page sidebar
D.Opportunity record page component
E.Report chart
AnswersB, D

The score field can be added as a column in list views.

Why this answer

Option B is correct because Einstein Opportunity Scoring can be added as a column in list views, allowing users to see the score for each opportunity directly in the list. Option D is correct because the score is also displayed on the opportunity record page via a dedicated component, providing detailed scoring insights at the record level.

Exam trap

The trap here is that candidates often confuse the display locations of Einstein features, assuming scores appear in global search or report charts, when in fact they are limited to list views and record page components.

758
MCQeasy

A company plans to use Einstein Discovery to analyze sales data. Which data preparation step is essential for time-series forecasting?

A.Remove all outliers in sales amounts
B.Ensure date fields are properly formatted and contain sufficient historical range
C.Remove duplicate records
D.Scale all numeric fields to a 0-1 range
AnswerB

Einstein Discovery relies on date fields for trend detection.

Why this answer

For time-series forecasting in Einstein Discovery, the date field must be properly formatted (e.g., as a date or datetime data type) and contain a sufficient historical range to identify patterns like seasonality and trends. Without adequate historical data, the model cannot learn temporal dependencies, making this step essential.

Exam trap

Salesforce often tests the misconception that data normalization (scaling) is always required for AI models, but for tree-based algorithms like those in Einstein Discovery, scaling is irrelevant, and the trap is that candidates pick Option D thinking it is a universal preprocessing step.

How to eliminate wrong answers

Option A is wrong because removing all outliers in sales amounts can discard legitimate extreme values that represent real-world events (e.g., holiday spikes, promotions), which are critical for accurate time-series forecasting; Einstein Discovery handles outliers through model tuning rather than blanket removal. Option C is wrong because while removing duplicate records is a general data cleaning best practice, it is not specifically essential for time-series forecasting; duplicates in date-indexed data are typically handled by aggregation or deduplication, but this step is not a prerequisite for the forecasting algorithm. Option D is wrong because scaling numeric fields to a 0-1 range is unnecessary for time-series forecasting in Einstein Discovery, as tree-based models (like Gradient Boosted Trees) used internally are invariant to monotonic transformations and do not require normalization.

759
MCQmedium

A company wants to build a custom AI prediction for churn rate using their Customer_Churn__c (Yes/No) field. In Einstein Prediction Builder, after selecting the object and prediction field, what is the next step?

A.Define the prediction score field and explanation field.
B.Deploy the model to production.
C.Select the dataset (records to train on).
D.Select features (input fields) to train the model.
AnswerC

After choosing the prediction field, you define the dataset (object and filters) to train the model.

Why this answer

After selecting the prediction field (binary classification), you must select the dataset (records to train on) and then choose features (input fields) that the model will use to make predictions.

760
MCQmedium

A news aggregator app uses an AI algorithm to personalize the news feed for each user. The algorithm selects articles based on past clicks and reading time. Recently, a study reveals that the algorithm disproportionately shows sensational and polarizing news to users from certain political orientations, while showing more neutral content to others. The company's user engagement metrics have increased, but journalists express concern about reinforcing echo chambers and misinformation. The company wants to uphold ethical standards while keeping users engaged. What should they do?

A.Modify the algorithm to include diversity and reliability scores for news sources, promoting a balanced feed.
B.Allow users to manually select the types of news they want to see.
C.Show the same generic news feed to all users.
D.Continue with the current algorithm since it increases engagement.
AnswerA

This encourages exposure to different viewpoints and reduces the spread of unreliable content.

Why this answer

Option B is correct because incorporating diversity and reliability metrics into the algorithm balances engagement with ethical responsibilities. Option A ignores ethics. Option C eliminates personalization, hurting engagement.

Option D shifts responsibility to users, which may not be effective.

761
MCQhard

A retail company uses Einstein to personalize product recommendations. The AI model is trained on customer purchase data that includes sensitive attributes like race and gender. The company wants to ensure ethical use. Which action would best address fairness concerns?

A.Remove race and gender fields from the training dataset
B.Obtain explicit consent from customers for data use
C.Add more demographic data to improve model accuracy
D.Randomize recommendations to ensure equal treatment
AnswerA

Removing protected attributes helps prevent direct discrimination.

Why this answer

The correct answer is A because removing sensitive attributes from training data mitigates direct discrimination. Option B is wrong because adding more data might not remove bias. Option C is wrong because randomizing recommendations reduces relevance and does not address bias.

Option D is wrong because obtaining additional consent does not fix bias in the model.

762
MCQmedium

A marketing team wants to predict which segment of customers will likely purchase a new product. Which Einstein feature is most appropriate?

A.Custom Reports
B.List Views
C.Campaigns
D.Einstein Segment Prediction
AnswerD

Predicts segment behavior using ML.

Why this answer

Einstein Segment Prediction uses predictive modeling and machine learning to analyze historical customer data and identify which segments are most likely to purchase a new product. It is specifically designed for predictive segmentation based on behavioral and demographic patterns, making it the most appropriate choice for this use case.

Exam trap

Salesforce often tests the distinction between descriptive analytics (reports, list views) and predictive analytics (Einstein features), leading candidates to choose a familiar but incorrect option like Custom Reports or List Views instead of the AI-powered prediction tool.

How to eliminate wrong answers

Option A is wrong because Custom Reports are used for creating ad-hoc data views and analyzing past performance, not for generating predictive insights about future purchase likelihood. Option B is wrong because List Views are static filters that display records based on predefined criteria, lacking any machine learning or predictive capability. Option C is wrong because Campaigns are used to manage marketing outreach and track engagement, not to predict which customer segments will purchase a product.

763
MCQhard

A company needs to build a custom AI model that predicts whether a support case will be escalated based on account history, case description, and product category. The output should be a binary yes/no. Which tool should they use?

A.Einstein Prediction Builder
B.Einstein Vision and Language Platform
C.Einstein Discovery
D.Einstein GPT
AnswerA

Prediction Builder is designed for creating custom binary classification models from Salesforce data.

Why this answer

Einstein Prediction Builder is the correct tool because it is specifically designed for binary classification (yes/no) predictions using structured data from Salesforce objects, such as account history, case description, and product category. It allows admins to create custom predictive models without code, directly within the Salesforce platform, making it ideal for predicting case escalation.

Exam trap

The trap here is that candidates confuse Einstein Discovery (which provides insights and explanations) with Einstein Prediction Builder (which generates deployable predictions), leading them to choose Option C for any data analysis task rather than recognizing the need for a binary output model.

How to eliminate wrong answers

Option B (Einstein Vision and Language Platform) is wrong because it is designed for unstructured data like images, documents, and text, not for structured tabular data with binary outcomes. Option C (Einstein Discovery) is wrong because it focuses on analyzing historical data to find patterns and insights, not on building a deployable predictive model that outputs a binary yes/no for individual cases. Option D (Einstein GPT) is wrong because it is a generative AI tool for creating content (e.g., email drafts, knowledge articles), not for making binary predictions based on structured case data.

764
MCQeasy

A customer service department uses an AI chatbot to handle common inquiries. Recently, customers have reported that the chatbot sometimes responds with offensive or inappropriate language. The company wants to uphold ethical standards. Which approach is the best practice?

A.Implement a filter to automatically block any offensive words in the chatbot's responses.
B.Limit the chatbot to only respond from a fixed set of predefined answers.
C.Implement human review of all chatbot responses that are flagged as potentially offensive.
D.Use a pre-trained language model from a trusted vendor to guarantee ethical behavior.
AnswerC

Human review ensures nuanced handling of sensitive content and allows model improvement based on feedback.

Why this answer

Option B is correct because human review for flagged responses provides a safety net and continuous improvement loop. Option A may block offensive words but can lead to false positives. Option C assumes pre-trained models are unbiased, which is not guaranteed.

Option D reduces functionality and customer experience.

765
Multi-Selecthard

Which THREE of the following are best practices for training an Einstein Bot?

Select 3 answers
A.Train with only one intent to avoid confusion
B.Test the bot with sample conversations before deployment
C.Use exact match phrases only
D.Use a large and diverse set of training phrases for each intent
E.Include negative examples to improve accuracy
AnswersB, D, E

Testing ensures the bot performs as expected in real scenarios.

Why this answer

Option B is correct because testing an Einstein Bot with sample conversations before deployment allows you to validate the bot's intent recognition, dialog flow, and response accuracy in a controlled environment. This practice helps identify and fix issues with phrase matching, slot filling, and escalation paths, ensuring the bot performs reliably in production.

Exam trap

Salesforce often tests the misconception that more training data is always better, but the trap here is that candidates may overlook the importance of diversity and negative examples, thinking that exact matches or a single intent simplify training, when in fact they cripple the bot's NLP accuracy.

766
MCQhard

A financial services company is deploying Einstein Prediction Builder to predict customer churn. The data includes both numerical and categorical fields. Which step is essential to ensure the model is not biased against protected attributes like race or gender?

A.Include race and gender as predictors to allow the model to adjust for them.
B.Rely on the model's built-in fairness constraints.
C.Use a deep learning algorithm to automatically handle bias correction.
D.Exclude any protected attributes from the training data and ensure the model does not use correlated proxies.
AnswerD

This is the standard approach to mitigate bias.

Why this answer

Excluding protected attributes like race or gender from the training data and ensuring the model does not use correlated proxies is essential to prevent bias in Einstein Prediction Builder. This approach directly removes the risk of the model learning discriminatory patterns based on these attributes, as the platform relies on the data provided and does not automatically enforce fairness constraints. Including such attributes or relying on built-in fairness would not guarantee unbiased predictions because the model could still infer protected characteristics from correlated features.

Exam trap

Salesforce often tests the misconception that including protected attributes allows the model to 'adjust' for bias, when in reality it introduces direct bias, and that built-in fairness constraints or advanced algorithms can automatically fix bias without explicit data preparation.

How to eliminate wrong answers

Option A is wrong because including race and gender as predictors would allow the model to directly learn and potentially amplify biases, leading to discriminatory outcomes rather than adjusting for them. Option B is wrong because Einstein Prediction Builder does not have built-in fairness constraints that automatically correct for bias; it requires careful data preparation and feature selection by the user. Option C is wrong because deep learning algorithms do not inherently handle bias correction; they can actually exacerbate biases present in the data if not explicitly mitigated through techniques like adversarial debiasing or reweighting.

767
MCQmedium

A marketing team wants to identify which leads are most likely to convert, based on historical lead data. They need a score from 1-99 visible on lead records. Which feature should they implement?

A.Einstein Prediction Builder
B.Einstein Lead Scoring
C.Einstein Opportunity Scoring
D.Einstein Discovery
AnswerB

This feature scores leads 1-99 based on conversion likelihood and displays on lead records.

Why this answer

Einstein Lead Scoring is the correct feature because it is specifically designed to assign a score from 1 to 99 to leads based on historical conversion data and predictive models. This score is automatically calculated and displayed on lead records, enabling the marketing team to prioritize leads most likely to convert.

Exam trap

The trap here is that candidates confuse Einstein Lead Scoring with Einstein Prediction Builder, thinking the latter can be used for lead scoring, but Prediction Builder requires custom configuration and does not provide the out-of-the-box 1-99 score on lead records.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is used to create custom predictive models for any object or field, not specifically for lead scoring with a 1-99 score on lead records. Option C is wrong because Einstein Opportunity Scoring is designed for opportunities, not leads, and provides a score from 1-99 on opportunity records. Option D is wrong because Einstein Discovery is an analytics tool for uncovering insights and patterns in data, not a feature that assigns a lead score visible on records.

768
Multi-Selectmedium

A company wants to build an autonomous AI agent using Agentforce that can handle customer inquiries about order status and reset passwords. Which components must be defined in Agent Builder? (Choose TWO.)

Select 2 answers
A.Entities
B.Topics
C.Dialogues
D.Intents
E.Actions
AnswersB, E

Topics define the agent's areas of expertise.

Why this answer

In Agent Builder, Topics are the primary mechanism for defining the scope of an autonomous agent's capabilities. Each topic represents a distinct customer intent (e.g., 'Order Status' or 'Password Reset') and contains the instructions, prompts, and conversation flow logic for handling that specific type of inquiry. Without defining Topics, the agent would have no structured way to route or process customer requests.

Exam trap

The trap here is that candidates often confuse the components of Agent Builder with those of Einstein Bots (which use Intents and Dialogues), leading them to select Intents or Dialogues instead of recognizing that Agent Builder uses Topics and Actions as its core building blocks.

769
MCQmedium

During the data preparation phase for an AI model, a data engineer discovers that the 'AnnualRevenue' field contains some negative values. What is the best course of action?

A.Delete all records with negative revenue
B.Replace negative values with the mean of positive values
C.Keep negative values as they might represent returns or refunds
D.Investigate the data source to correct the negative values
AnswerD

Correcting at source ensures data integrity.

Why this answer

Option D is correct because negative revenue values typically indicate data entry errors, system bugs, or incorrect data transformations. The best practice in data preparation is to investigate the source system to understand why negative values were generated and correct them at the origin, ensuring data integrity before any imputation or deletion. Simply deleting or imputing without root-cause analysis can introduce bias or mask underlying data quality issues.

Exam trap

Salesforce often tests the misconception that imputation (e.g., mean replacement) is a safe default for handling invalid data, when in fact the correct first step is always to trace and fix the root cause at the data source.

How to eliminate wrong answers

Option A is wrong because deleting records with negative revenue can introduce selection bias and reduce the dataset size, potentially discarding valid data if negative values represent legitimate business events like refunds. Option B is wrong because replacing negative values with the mean of positive values artificially inflates the central tendency and distorts the distribution, which can degrade model performance, especially for regression tasks. Option C is wrong because keeping negative values as-is without investigation assumes they are valid, but in most financial datasets, revenue is non-negative by definition, and unverified negative values will mislead the model during training.

770
MCQhard

What is the primary purpose of this policy?

A.Data governance for AI
B.Data integration
C.Data transformation
D.Data backup
AnswerA

Policy controls access, masking, and retention.

Why this answer

Option C is correct because the policy defines data access rules, field allowances, masking, and retention, which are all components of data governance for AI. Option A is wrong because data integration focuses on combining data, not controlling access. Option B is wrong because data backup is about recovery.

Option D is wrong because data transformation changes data format.

771
MCQhard

A data architect notices that a Data Stream from an external ERP system is failing intermittently with schema mismatch errors. The ERP team says the schema changes occasionally. What is the most effective long-term solution?

A.Implement Data Stream schema validation and flexible mapping
B.Use a different primary key for the data model
C.Increase the number of retries for the Data Stream
D.Ask the ERP team to manually notify of changes
AnswerA

Automates handling of schema changes.

Why this answer

Option C is correct because adding schema validation and mapping checks can detect and handle changes gracefully. Option A is wrong because increasing retries doesn't fix the root cause. Option B is wrong because manual intervention is not sustainable.

Option D is wrong because using a different primary key won't address schema changes.

772
MCQeasy

An admin is setting up Einstein Article Recommendations. Which type of data is essential for the model to learn which articles are relevant?

A.Article publication dates
B.Article view events from users
C.User job titles
D.Article author names
AnswerB

View events are the primary input for collaborative filtering.

Why this answer

Einstein Article Recommendations uses a collaborative filtering model that learns article relevance from user interaction signals, specifically article view events. The model analyzes patterns of which articles users view together to identify related content, making view events the essential training data for generating recommendations.

Exam trap

Salesforce often tests the distinction between essential training data (user behavior signals like view events) and optional metadata (like publication dates or author names), leading candidates to mistakenly choose metadata that seems relevant but is not required for the collaborative filtering model to learn article relevance.

How to eliminate wrong answers

Option A is wrong because article publication dates are metadata that influence recency but are not used as primary training signals for collaborative filtering; the model learns relevance from user behavior, not timestamps. Option C is wrong because user job titles are demographic attributes that could be used for personalization but are not essential for the core recommendation model, which relies on interaction data like views. Option D is wrong because article author names are content metadata that do not provide the behavioral signals needed for the model to learn which articles are relevant to users.

773
MCQmedium

A team is developing a chatbot for customer service. To ensure ethical AI, which practice should be incorporated?

A.Allow the chatbot to escalate to a human agent upon request.
B.Store all conversation data indefinitely for analysis.
C.Use a single data source for training to avoid inconsistency.
D.Design the chatbot to mimic human emotions perfectly.
AnswerA

Human escalation provides oversight and user control.

Why this answer

Option A is correct because human escalation supports accountability and user control. Option B is wrong because indefinite data storage violates privacy. Option C is wrong because mimicking emotions may deceive users.

Option D is wrong because a single data source may introduce bias.

774
MCQmedium

A marketing manager wants to use Einstein Send Time Optimization. To generate personalized send time recommendations, which data does the model primarily rely on?

A.The individual contact's past email open and click behavior.
B.The aggregated engagement data of all contacts in the same time zone.
C.The industry benchmarks for optimal send times.
D.The sender's historical campaign performance by hour.
AnswerA

This is the core data used for personalized predictions.

Why this answer

Einstein Send Time Optimization (STO) uses a machine learning model that analyzes each individual contact's historical email engagement patterns—specifically their past open and click behavior—to predict the optimal send time unique to that contact. This personalized approach ensures that each recipient receives the email when they are most likely to engage, rather than relying on aggregate or rule-based heuristics.

Exam trap

Salesforce often tests the distinction between personalized (contact-level) and aggregated (cohort or sender-level) optimization, leading candidates to mistakenly choose time-zone or campaign-based options when the core requirement is individual behavioral modeling.

How to eliminate wrong answers

Option B is wrong because aggregated engagement data of all contacts in the same time zone ignores individual behavioral differences; Einstein STO builds a per-contact model, not a time-zone cohort model. Option C is wrong because industry benchmarks for optimal send times are generic averages and cannot account for the unique, learned patterns of each individual contact. Option D is wrong because the sender's historical campaign performance by hour reflects the sender's overall audience behavior, not the personalized, contact-level timing that Einstein STO requires.

775
MCQeasy

A nonprofit uses an AI system to allocate resources to communities in need. The system uses historical data which shows that certain neighborhoods have lower service usage. What ethical risk should be considered?

A.The system may violate data minimization principles
B.The system cannot be held accountable for decisions
C.The system lacks explainability
D.The system may perpetuate historical inequities
AnswerD

Using biased historical data can reinforce past discrimination.

Why this answer

Option D is correct because the AI system uses historical data that reflects lower service usage in certain neighborhoods. If that historical data is biased due to past inequities (e.g., redlining, underinvestment, or systemic discrimination), the model will learn and amplify those patterns, leading to unfair resource allocation that perpetuates historical disadvantages. This is a classic case of algorithmic bias where the training data encodes societal biases, and the model's predictions reinforce them.

Exam trap

Salesforce often tests the distinction between bias from training data (Option D) versus model explainability (Option C), so candidates mistakenly pick 'lack of explainability' when the real issue is that the model is accurately learning from flawed historical data.

How to eliminate wrong answers

Option A is wrong because data minimization principles (from GDPR and privacy frameworks) concern collecting only necessary personal data, not the fairness of outcomes; the risk here is about bias, not data collection scope. Option B is wrong because AI systems can be held accountable through governance frameworks, audit trails, and human oversight; the statement confuses technical accountability with legal liability. Option C is wrong because while lack of explainability (black-box models) is a concern, the primary ethical risk in this scenario is that the system will replicate historical bias from the training data, not that its decisions are opaque.

776
MCQmedium

Based on the exhibit, what does the accuracy of 0.85 indicate?

A.85% of the features are important for prediction.
B.85% of predictions that the opportunity will be won are correct.
C.85% of the model's predictions matched the actual outcomes.
D.85% of opportunities in the training data were won.
AnswerC

Accuracy measures overall correctness.

Why this answer

Accuracy is defined as the ratio of correctly predicted instances (both true positives and true negatives) to the total number of predictions. An accuracy of 0.85 means that 85% of the model's predictions (whether 'won' or 'lost') matched the actual outcomes in the dataset. This is a standard classification metric that evaluates overall correctness, not just one class.

Exam trap

Salesforce often tests the distinction between accuracy and precision, so the trap here is that candidates confuse 'accuracy' with 'precision' (the percentage of positive predictions that are correct) and incorrectly select Option B.

How to eliminate wrong answers

Option A is wrong because accuracy measures prediction correctness, not feature importance; feature importance is determined by techniques like permutation importance or SHAP values, not by the accuracy score. Option B is wrong because accuracy considers all predictions (both won and lost), not just the precision of 'won' predictions; 85% accuracy does not imply that 85% of 'won' predictions are correct—that would be precision. Option D is wrong because accuracy is computed on predictions versus actual outcomes, not on the distribution of the training data; the percentage of won opportunities in the training data is the class prior, not a performance metric.

777
MCQeasy

A company wants to use Einstein Prediction Builder to predict customer churn. Which data preparation step is essential before building the model?

A.Ensure the data is in a Salesforce connected data source like Data Cloud.
B.Define the prediction objective and the target date field.
C.Create a formula field to calculate the churn probability.
D.Create a new custom object to store the prediction results.
AnswerB

The prediction objective (e.g., churn) is required to train the model.

Why this answer

Option B is correct because Einstein Prediction Builder requires you to define the prediction objective (e.g., 'Will this customer churn?') and specify the target date field that marks the event. This step is essential as it tells the model what to predict and over what time window, enabling the automated feature engineering and model training process.

Exam trap

Salesforce often tests the misconception that data must come from Data Cloud or that you need to pre-create storage objects, when in fact the core prerequisite is simply defining the prediction objective and target date field.

How to eliminate wrong answers

Option A is wrong because while Data Cloud is a supported data source, it is not mandatory; Einstein Prediction Builder can also use standard or custom objects directly in Salesforce. Option C is wrong because formula fields cannot be used to calculate churn probability; the model generates probability scores automatically after training, and you do not pre-compute them. Option D is wrong because prediction results are stored automatically in a standard Salesforce object (PredictionResult) or can be written to a field on the record; you do not need to create a custom object for storage.

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

779
MCQmedium

A company notices that Einstein Prediction Builder predictions for 'Churn' are less accurate than expected. Which action should the administrator take first to improve model performance?

A.Enable field history tracking on all object fields used in the prediction.
B.Review the training data for missing values and ensure relevant fields are included in the model.
C.Change the prediction outcome to a different field to see if accuracy improves.
D.Retrain the model with the same data but increase the number of training iterations.
AnswerB

Data quality is fundamental; Einstein models rely on clean, relevant data.

Why this answer

Option B is correct because the first step in improving Einstein Prediction Builder model performance is to review the training data for missing values and ensure relevant fields are included. Missing values or irrelevant fields can introduce noise and bias, directly degrading predictive accuracy. Einstein Prediction Builder relies on high-quality, complete training data to learn meaningful patterns, so data quality issues must be addressed before any other tuning steps.

Exam trap

Salesforce often tests the misconception that retraining or tweaking model parameters is the first fix for poor accuracy, when in reality data quality review is the foundational step in any machine learning workflow.

How to eliminate wrong answers

Option A is wrong because enabling field history tracking on all object fields is unnecessary and can cause excessive data storage and performance overhead; field history tracking is used for auditing changes, not for improving model accuracy. Option C is wrong because changing the prediction outcome to a different field does not fix underlying data quality issues; it merely shifts the target variable without addressing why the current model is underperforming. Option D is wrong because retraining the model with the same data and increasing training iterations will not compensate for missing values or irrelevant fields; it can lead to overfitting on flawed data rather than improving generalization.

780
MCQmedium

An AI Associate is asked to build a model that predicts employee performance. The dataset includes gender, department, and tenure. Which practice could introduce ethical risk?

A.Evaluating model performance across different groups.
B.Excluding gender from the model features.
C.Documenting model limitations and assumptions.
D.Including gender to improve model accuracy.
AnswerD

Using protected attributes can lead to biased outcomes.

Why this answer

Option D is correct because including gender as a feature in a predictive model for employee performance can introduce bias and lead to unfair or discriminatory outcomes. Even if the model's accuracy improves, using protected attributes like gender may violate ethical guidelines and regulations such as GDPR or anti-discrimination laws, as it could perpetuate historical biases or result in disparate impact.

Exam trap

Salesforce often tests the misconception that including more features always improves model performance, without considering the ethical implications of using protected attributes like gender.

How to eliminate wrong answers

Option A is wrong because evaluating model performance across different groups is a standard fairness practice, such as measuring demographic parity or equal opportunity, and helps identify bias rather than introducing ethical risk. Option B is wrong because excluding gender from the model features is a common bias mitigation technique, often called 'fairness through unawareness,' which reduces the risk of direct discrimination. Option C is wrong because documenting model limitations and assumptions is a responsible AI practice that promotes transparency and accountability, not an ethical risk.

781
Multi-Selecteasy

A company is developing an AI system to screen job applicants. Which TWO practices are essential for ethical AI in hiring?

Select 2 answers
A.Using all available data including demographic details
B.Auditing the model for bias against protected groups
C.Relying solely on AI for final decisions
D.Maximizing processing speed
E.Providing candidates with explanation of decisions
AnswersB, E

Bias auditing is crucial to ensure fairness.

Why this answer

Options B and D are essential: auditing for bias (B) and ensuring transparency (D). Option A is wrong because speed is not ethical. Option C is wrong as using all data may include biased data.

Option E is wrong because sole reliance on AI is unethical without human oversight.

782
MCQhard

Based on the exhibit, what is the primary issue with this Einstein Bot conversation?

A.The bot lacks alternative ways to identify the customer.
B.The bot is confused about the user's intent.
C.The bot is repeating itself excessively.
D.The bot does not understand the initial intent.
AnswerA

The bot should offer alternatives like email lookup.

Why this answer

The exhibit shows the bot repeatedly asking for the customer's account number without offering alternative identification methods (e.g., email, phone number, or name). This is the primary issue because Einstein Bot's conversational design should include fallback paths to handle cases where the user cannot provide the requested information, ensuring a smooth user experience and reducing drop-offs.

Exam trap

Salesforce often tests the misconception that the primary issue is intent confusion or repetition, but the real trap is recognizing that the bot's inability to offer alternative identification methods is a design flaw in the dialog flow, not a failure of NLU or looping logic.

How to eliminate wrong answers

Option B is wrong because the bot correctly identifies the user's intent (e.g., 'I need help with my bill') and proceeds to gather account details, so there is no confusion about intent. Option C is wrong because the bot does not repeat itself excessively; it asks for the account number only once per turn, and the repetition is due to the user not providing it, not a loop error. Option D is wrong because the bot understands the initial intent (e.g., billing inquiry) and responds appropriately, so the issue is not a failure to understand intent but a lack of alternative identification methods.

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

784
MCQmedium

A company uses an AI model to automate customer service responses. A customer receives an incorrect response that results in a financial loss. Who is primarily accountable for this error?

A.The AI model
B.The developer who built the model
C.The organization that deployed the AI
D.The customer who received the response
AnswerC

Organizations are accountable for the systems they deploy.

Why this answer

The correct answer is B because the organization deploying the AI is accountable for its outcomes. Option A is wrong because the AI itself is not accountable. Option C is wrong because the developer may share responsibility, but ultimate accountability lies with the organization.

Option D is wrong because the customer is not responsible.

785
MCQeasy

A sales manager wants to automatically identify which emails require immediate attention in their Sales Cloud inbox. Which Einstein feature should they enable?

A.Einstein Activity Capture
B.Einstein Email Insights
C.Einstein Conversation Insights
D.Einstein Lead Scoring
AnswerB

Einstein Email Insights uses AI to highlight emails that require action based on engagement and content.

Why this answer

Einstein Email Insights is the correct feature because it uses AI to analyze email content and metadata to identify high-priority messages, such as those from VIP contacts or with urgent keywords, and surfaces them in the Sales Cloud inbox for immediate attention. It directly addresses the need to automatically flag emails requiring prompt action without manual sorting.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture (which syncs emails) with Einstein Email Insights (which analyzes them), assuming any email-related feature can prioritize inbox items, but only Email Insights applies AI to determine urgency.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture syncs emails and events from Microsoft or Google to Salesforce records, but it does not analyze email content for urgency or priority. Option C is wrong because Einstein Conversation Insights analyzes sales call recordings and transcripts to provide coaching insights, not email inbox prioritization. Option D is wrong because Einstein Lead Scoring predicts lead conversion likelihood based on historical data and behaviors, not email triage or inbox management.

786
MCQhard

Refer to the exhibit. An AI loan approval policy is defined as a JSON rule set. Which ethical issue is most prominent based on this policy?

A.Use of irrelevant attributes like income and credit score
B.Insufficient accuracy due to simple rules
C.Potential for geographic discrimination due to zip code condition
D.Lack of transparency in decision-making
AnswerC

Zip code can be a proxy for race or socioeconomic status, leading to discrimination.

Why this answer

Option C is correct: The use of zip_code as an approval condition can lead to geographic discrimination (redlining). Option A is wrong because the rules are transparent (explicitly shown). Option B is wrong because income and credit score may be relevant, but zip code is problematic.

Option D is wrong because the rules are defined, but accuracy is not directly addressed.

787
MCQhard

A bank uses Einstein Discovery to generate insights about loan approval decisions. After deployment, they notice the model denies loans to a higher percentage of applicants from a certain postal code. Which action should be taken to ensure responsible AI?

A.Ignore the discrepancy because postal code is not a protected attribute
B.Retrain the model using only recent loan data
C.Audit model outcomes for fairness across demographic groups and retrain if needed
D.Remove the postal code field from the model
AnswerC

Bias audit and mitigation is a standard responsible AI practice.

Why this answer

Option C is correct because responsible AI requires auditing model outcomes for fairness across demographic groups, even when the disparity correlates with a non-protected attribute like postal code. In Einstein Discovery, postal code can act as a proxy for protected attributes such as race or socioeconomic status, and ignoring this could lead to discriminatory lending practices. Auditing allows the team to detect and mitigate bias, and retraining with fairness constraints ensures the model aligns with ethical AI principles.

Exam trap

Salesforce often tests the misconception that removing a sensitive feature (like postal code) automatically eliminates bias, when in reality proxy features and correlated variables can still cause unfair outcomes.

How to eliminate wrong answers

Option A is wrong because ignoring the discrepancy is irresponsible; postal code can be a proxy for protected attributes (e.g., race or income), and model fairness must be evaluated even if the field itself is not protected. Option B is wrong because retraining on only recent loan data does not address the root cause of bias; it may even amplify existing disparities if recent data still reflects historical biases or sampling issues. Option D is wrong because simply removing the postal code field does not guarantee fairness; other correlated features (e.g., income, credit history) can still encode the same bias, and the model may still discriminate indirectly through proxy variables.

788
MCQhard

A financial services firm uses Einstein Next Best Action to offer credit products. The model recommends high-interest loans more often to minority groups. The AI Associate must mitigate this. What is the most effective approach?

A.Remove the model and use a rule-based system.
B.Use SHAP values to explain predictions.
C.Apply post-processing fairness adjustments to the recommendations.
D.Add a disclaimer that recommendations may be biased.
AnswerC

This can equalize outcomes without full retraining.

Why this answer

Option C is correct because post-processing fairness adjustments directly modify the model's output to enforce demographic parity or equal opportunity, reducing biased recommendations without retraining the model. This approach is practical when the firm cannot easily change the underlying training data or model architecture, and it allows the AI Associate to intervene at the decision point to ensure fair lending practices.

Exam trap

The trap here is that candidates confuse explainability (SHAP values) with mitigation, thinking that understanding why bias occurs is sufficient to fix it, when in fact only direct adjustments to the model's output can change the biased recommendations.

How to eliminate wrong answers

Option A is wrong because removing the model and using a rule-based system would discard the predictive power of machine learning and likely still encode human biases in the rules, failing to address the root cause of bias. Option B is wrong because SHAP values only explain why a model made a particular prediction; they do not change the model's behavior or mitigate bias in the recommendations. Option D is wrong because adding a disclaimer does not alter the biased outcomes; it merely informs users of potential bias, which does not satisfy regulatory or ethical obligations to ensure fair treatment.

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

790
MCQhard

A financial institution uses an AI model to approve credit. The model shows disparate impact against a protected group. Under Salesforce's ethical AI principles, what is the most appropriate action?

A.Discontinue the model immediately.
B.Increase the model's decision threshold for all applicants.
C.Publish the model's predictions publicly for scrutiny.
D.Apply a bias mitigation technique such as reweighing.
AnswerD

Bias mitigation techniques directly address disparate impact.

Why this answer

Option B is correct because bias mitigation techniques like reweighing address disparate impact while maintaining functionality. Option A is wrong because discontinuing the model may cause operational disruption and is not necessary if bias can be mitigated. Option C is wrong because adjusting the threshold may not address the root cause.

Option D is wrong because publicizing predictions may violate privacy.

791
Multi-Selectmedium

A service manager wants to implement Einstein Case Classification to automatically classify incoming cases. Which THREE objects are suitable for case classification?

Select 3 answers
A.Case.Priority
B.Case.Reason
C.Case.Status
D.Case.Type
E.Case.OwnerId
AnswersA, B, D

Yes, Priority is a standard field on cases.

Why this answer

Case classification in Einstein uses standard picklist fields to categorize incoming cases. Case.Priority is a standard picklist that defines the urgency of a case, making it a suitable field for Einstein to learn classification patterns based on historical data.

Exam trap

The trap here is that candidates often confuse system-managed fields like Status or OwnerId with classification-friendly picklist fields, forgetting that Einstein Case Classification only works with standard or custom picklist fields that represent categories, not workflow states or record ownership.

792
MCQmedium

To integrate external data into Salesforce for AI, which tool is recommended by Salesforce for building data pipelines?

A.Salesforce Connect
B.Data Export Service
C.Salesforce Data Pipelines
D.Apex Data Loader
AnswerC

Data Pipelines provides a visual interface to build and schedule data transformations for AI.

Why this answer

Option B is correct because Salesforce Data Pipelines is the recommended tool for creating and managing data integration workflows for AI and analytics. The other options are not designed for this purpose.

793
MCQeasy

A Salesforce customer uses Einstein Sentiment Analysis to analyze customer feedback. They find the model is less accurate for non-English languages. What ethical concern does this raise?

A.Bias
B.Accountability
C.Privacy
D.Security
AnswerA

Correct. The model is biased against non-English languages.

Why this answer

The varying accuracy across languages indicates bias in the model, which is a fairness concern.

794
MCQmedium

A company wants to automatically categorize incoming support cases by Type, Priority, and Reason. They have historical case data with these fields populated. Which Einstein feature should they configure?

A.Einstein Lead Scoring
B.Einstein Article Recommendations
C.Einstein Case Classification
D.Einstein Prediction Builder
AnswerC

Correctly classifies cases into fields like Type, Priority, and Reason.

Why this answer

Einstein Case Classification is specifically designed to automatically categorize incoming support cases by fields like Type, Priority, and Reason using historical case data. It uses machine learning models trained on past case records to predict these categories, enabling automated routing and prioritization without manual rules.

Exam trap

The trap here is that candidates confuse Einstein Case Classification with Einstein Prediction Builder, assuming any custom prediction task requires the builder, but Case Classification is a dedicated, pre-built feature for this specific use case.

How to eliminate wrong answers

Option A is wrong because Einstein Lead Scoring is used to rank leads based on conversion likelihood, not to categorize support cases by Type, Priority, or Reason. Option B is wrong because Einstein Article Recommendations suggests knowledge articles to case agents based on case content, but it does not classify cases into predefined fields. Option D is wrong because Einstein Prediction Builder allows custom prediction models on any object, but it requires manual configuration and training, whereas Case Classification is an out-of-the-box feature purpose-built for case categorization.

795
MCQmedium

A company uses Salesforce Data Platform to store customer data. They want to use this data to train an AI model for lead scoring, but they are concerned about data quality. Which step should they take first to ensure the data is suitable for AI?

A.Profile the data to identify missing values, outliers, and inconsistencies
B.Immediately normalize all numerical features
C.Create a labeled dataset using historical lead outcomes
D.Set up a data pipeline to stream data in real-time
AnswerA

Profiling is the first step to assess data quality.

Why this answer

Profiling the data is the essential first step because it systematically identifies missing values, outliers, and inconsistencies that degrade model performance. Without this baseline assessment, any subsequent normalization or labeling would be applied to flawed data, leading to unreliable lead scoring predictions. Salesforce Data Platform supports profiling via tools like Einstein Analytics or Data Prep, which scan fields for nulls, range violations, and format errors.

Exam trap

Salesforce often tests the misconception that data preparation begins with feature engineering (like normalization) or pipeline setup, rather than with foundational data quality assessment through profiling.

How to eliminate wrong answers

Option B is wrong because normalizing numerical features is a preprocessing step that should only occur after data quality issues (like missing values or outliers) have been identified and resolved; applying normalization prematurely can amplify the impact of corrupt data. Option C is wrong because creating a labeled dataset is a critical step for supervised learning, but it assumes the raw data is already clean and consistent, which is not the case when data quality is a concern. Option D is wrong because setting up a real-time data pipeline addresses data velocity and freshness, not data quality; streaming dirty data into the pipeline would only propagate errors faster.

796
MCQhard

An administrator notices that Einstein Lead Scoring is not displaying scores for some leads. The leads have the required fields populated. What is the most likely cause?

A.The lead record type is not included in the scoring model
B.Insufficient historical lead conversion data to train the model
C.The lead score field is not added to the page layout
D.The user does not have the 'View Einstein Lead Scoring' permission
AnswerB

Einstein Lead Scoring needs enough converted leads (50+) to build a model; without it, no scores are generated.

Why this answer

Einstein Lead Scoring requires a minimum amount of historical lead conversion data to train its predictive model. If there is insufficient data, the model cannot generate scores, even if all required fields are populated. This is the most likely cause because the model relies on pattern recognition from past conversions, not just field completeness.

Exam trap

The trap here is that candidates often confuse data sufficiency with configuration or permission issues, assuming that if required fields are populated, scoring should work, but Einstein models depend on historical training data, not just current field values.

How to eliminate wrong answers

Option A is wrong because the record type not being included would prevent scoring for leads of that type, but the administrator notes that some leads are missing scores, not all leads of a specific type, and the required fields are populated. Option C is wrong because the lead score field not being on the page layout would hide the score from the user interface but would not prevent the scoring engine from calculating and storing the score. Option D is wrong because the 'View Einstein Lead Scoring' permission controls visibility of the score, not the actual calculation; the model would still generate scores even if the user cannot see them.

797
MCQeasy

Refer to the exhibit. The prediction API returns a probability of 0.85 for the label 'High Value'. What does this value represent?

A.The likelihood that this lead will convert
B.The confidence score that this lead is 'High Value'
C.The F1 score of the model for this prediction
D.The model's accuracy on the training set
AnswerB

The score indicates how sure the model is about the predicted label.

Why this answer

The prediction API returns a probability of 0.85 for the label 'High Value'. In machine learning classification, this output represents the model's confidence score—the estimated probability that the input instance belongs to the specified class. It is not a direct measure of conversion likelihood, model accuracy, or F1 score; it is the raw posterior probability assigned by the model to the 'High Value' label.

Exam trap

Salesforce often tests the distinction between a model's per-instance confidence score and aggregate performance metrics like accuracy or F1 score, trapping candidates who confuse the output of a prediction API with evaluation metrics.

How to eliminate wrong answers

Option A is wrong because the probability 0.85 is the model's confidence that the lead belongs to the 'High Value' class, not a direct prediction of conversion likelihood—conversion is a separate business outcome that may depend on other factors. Option C is wrong because the F1 score is a model evaluation metric computed from precision and recall over a test set, not a per-prediction output from the API. Option D is wrong because the model's accuracy on the training set is a global performance metric, not a per-instance probability returned by the prediction API.

798
MCQmedium

A company wants to recommend products to visitors on their Experience Cloud site based on browsing behavior and past purchases. Which Einstein feature should be used?

A.Einstein Next Best Action
B.Einstein Recommendation Builder
C.Einstein Article Recommendations
D.Einstein Lead Scoring
AnswerB

This feature serves personalized product recommendations in Experience Cloud sites.

Why this answer

Einstein Recommendation Builder is the correct feature because it is specifically designed to deliver personalized product recommendations on Experience Cloud sites based on visitor browsing behavior and past purchase history. It uses AI to analyze customer interactions and transaction data to surface the most relevant products, directly matching the use case described.

Exam trap

The trap here is that candidates often confuse 'Next Best Action' with product recommendations because both involve AI-driven suggestions, but Next Best Action is for actions (e.g., offers or content) while Recommendation Builder is specifically for product recommendations on commerce sites.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is used to recommend the next best action (e.g., a call to action or content) for a customer journey, not for product recommendations based on browsing and purchase history. Option C is wrong because Einstein Article Recommendations is designed for recommending knowledge articles (e.g., help articles) on Experience Cloud, not physical products. Option D is wrong because Einstein Lead Scoring is a predictive model that scores leads based on likelihood to convert, not for recommending products to visitors.

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

800
MCQeasy

A company uses Einstein Bots in Service Cloud. They want the bot to understand when a customer types 'I want to return a product' and route them appropriately. What must the admin configure first?

A.Create a dialogue flow with a menu of options
B.Enable Einstein Bots API for external integration
C.Define an intent named 'Return Product' with sample phrases
D.Configure a handoff rule to a human agent for all queries
AnswerC

Intents map user utterances to actions. Training the intent with phrases is essential for NLP.

Why this answer

Option C is correct because Einstein Bots use Natural Language Understanding (NLU) to interpret customer intents. Defining an intent named 'Return Product' with sample phrases trains the bot to recognize variations of that request and route the conversation accordingly. Without an intent, the bot cannot understand the customer's goal.

Exam trap

The trap here is that candidates often confuse defining an intent with building a dialogue flow, thinking the menu or handoff is the first step, when in fact the NLU intent must be created first to enable the bot to understand the customer's request.

How to eliminate wrong answers

Option A is wrong because creating a dialogue flow with a menu of options is a downstream step that occurs after intents are defined; it does not enable the bot to understand free-text input. Option B is wrong because enabling the Einstein Bots API for external integration is unrelated to configuring the bot's NLU understanding; it is used for connecting external systems. Option D is wrong because configuring a handoff rule to a human agent for all queries bypasses the bot's automation entirely and defeats the purpose of using Einstein Bots for self-service.

801
Multi-Selecteasy

A bank is implementing an AI system to approve small business loans. Which TWO ethical considerations should be addressed?

Select 2 answers
A.Ensure training data does not contain historical biases against certain demographics
B.Use as many data points as possible to improve predictions
C.Replace all human loan officers with AI
D.Provide explanations to customers when AI denies a loan
E.Maximize model accuracy at all costs
AnswersA, D

Biased data can lead to discriminatory loan decisions.

Why this answer

Bias in training data can lead to unfair denials; transparency ensures customers understand AI decisions. Accuracy is important but not primarily an ethical issue.

802
MCQhard

An organization uses Salesforce Data Cloud to unify customer data from multiple sources. They want to ensure that data lineage is tracked for AI models. Which practice supports data lineage?

A.Use data partitioning to improve query performance.
B.Implement role-based access control on datasets.
C.Maintain metadata that records source, transformations, and dependencies.
D.Regularly run data profiling to check completeness.
AnswerC

Metadata enables lineage tracking.

Why this answer

Maintaining metadata that records source, transformations, and dependencies is the correct practice because data lineage for AI models requires a complete audit trail of where data originated, how it was transformed, and its dependencies. In Salesforce Data Cloud, this metadata is captured through the Data Catalog and Data Lineage feature, which tracks the flow of data from source objects through calculated insights and segments to AI model inputs, ensuring transparency and reproducibility.

Exam trap

Salesforce often tests the distinction between data management practices that improve performance or security versus those that specifically support auditability and traceability, leading candidates to confuse data partitioning or access control with lineage tracking.

How to eliminate wrong answers

Option A is wrong because data partitioning improves query performance by dividing data into smaller segments, but it does not track the origin, transformation steps, or dependencies of data, which are essential for lineage. Option B is wrong because role-based access control (RBAC) governs who can view or modify datasets, but it provides no record of data provenance or transformation history. Option D is wrong because data profiling checks completeness, accuracy, and consistency of data, but it does not capture the sequence of transformations or source-to-target mappings required for lineage.

803
MCQhard

A team is labeling text data for a sentiment analysis model. To ensure consistency and quality, which practice should they prioritize?

A.Use a single expert labeler for all data.
B.Use majority voting among multiple labelers.
C.Label all data by a single expert labeler.
D.Allow each labeler to interpret guidelines freely.
AnswerB

Majority voting aggregates judgments, improving accuracy and consistency.

Why this answer

Majority voting among multiple labelers reduces individual bias and errors, improving label consistency and quality for training data. This approach is standard in supervised learning for sentiment analysis because it aggregates diverse judgments, leading to more reliable ground truth labels.

Exam trap

Salesforce often tests the misconception that a single expert labeler guarantees higher quality, when in fact multiple labelers with majority voting reduce bias and improve reliability for training data.

How to eliminate wrong answers

Option A is wrong because using a single expert labeler introduces individual bias and lacks error checking, which can degrade model performance due to inconsistent or subjective labels. Option C is wrong because labeling all data by a single expert labeler is identical to Option A and suffers from the same lack of consensus and quality assurance. Option D is wrong because allowing each labeler to interpret guidelines freely leads to high inter-labeler variability, undermining consistency and making the dataset unreliable for training a robust model.

804
MCQmedium

Refer to the exhibit. What effect does this masking policy have on the data used for training an Einstein model?

A.Only SSN is masked.
B.SSN and CreditCard fields are encrypted.
C.SSN and CreditCard fields are completely removed from training data.
D.SSN and CreditCard fields are partially masked, showing only the last four characters.
AnswerD

Explicitly defined by showLastFour and maskingType partial.

Why this answer

The masking policy in Einstein applies a partial mask to sensitive fields like SSN and CreditCard, showing only the last four characters while obscuring the rest. This ensures that the data used for training retains its structural utility for model learning without exposing full sensitive values, which is why option D is correct.

Exam trap

Salesforce often tests the distinction between masking, encryption, and removal, where candidates mistakenly think masking is equivalent to encryption or complete deletion, but masking specifically preserves partial data for model training while hiding sensitive details.

How to eliminate wrong answers

Option A is wrong because the masking policy applies to both SSN and CreditCard fields, not just SSN, as indicated by the exhibit showing both fields being masked. Option B is wrong because masking is not encryption; encryption transforms data into a ciphertext that requires a key to reverse, whereas masking irreversibly obscures parts of the data for privacy. Option C is wrong because the policy does not completely remove the fields; it partially masks them, leaving the last four characters visible for training purposes.

805
MCQmedium

A sales manager wants to automatically log emails from a specific customer domain to Salesforce, but exclude internal company emails and spam. Which feature should they configure?

A.Einstein Activity Capture
B.Einstein Email Insights
C.Einstein Lead Scoring
D.Einstein Conversation Insights
AnswerA

Activity Capture logs emails and events to Salesforce and supports excluded addresses configuration.

Why this answer

Einstein Activity Capture is the correct feature because it automatically logs emails and events from supported email clients (like Gmail and Outlook) into Salesforce, with configurable rules to include or exclude specific domains. This allows the sales manager to set a rule to log emails from the customer domain while excluding internal company emails and spam, without requiring manual user action or complex automation.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture (which handles automatic email logging with domain rules) with Einstein Email Insights (which only provides analytics on already-logged emails), leading them to pick the wrong feature for a configuration task.

How to eliminate wrong answers

Option B is wrong because Einstein Email Insights is an analytics tool that surfaces email engagement metrics (like open rates and reply times) and does not provide automatic logging or domain-based filtering. Option C is wrong because Einstein Lead Scoring uses predictive models to rank leads based on conversion likelihood, not to manage email logging or domain exclusions. Option D is wrong because Einstein Conversation Insights analyzes voice call recordings and transcripts for coaching insights, not email logging or domain-based filtering.

806
Multi-Selectmedium

Which TWO data preparation steps are critical for ensuring high-quality training data?

Select 2 answers
A.Increasing dataset size by adding noise.
B.Removing duplicate records.
C.Normalizing all features.
D.Handling missing values appropriately.
E.Using only labeled data.
AnswersB, D

Duplicates can overrepresent certain patterns and skew model training.

Why this answer

Option B is correct because duplicate records in a dataset can cause the model to overfit to repeated patterns, biasing the learned distribution and reducing generalization. Removing duplicates ensures each data point contributes equally to training, which is essential for robust model performance.

Exam trap

Salesforce often tests the distinction between data preparation steps that ensure data quality (like removing duplicates and handling missing values) versus optional preprocessing or augmentation techniques, leading candidates to mistakenly select normalization or noise addition as critical steps.

807
MCQeasy

A marketing manager wants to recommend products to visitors on a community site based on their browsing behavior. Which Salesforce feature is designed for this use case?

A.Einstein Recommendation Builder
B.Einstein Prediction Builder
C.Einstein Next Best Action
D.Einstein Article Recommendations
AnswerA

Correct feature for product/content recommendations in Experience Cloud.

Why this answer

Einstein Recommendation Builder is the correct feature because it is specifically designed to generate personalized product or content recommendations based on user behavior, such as browsing history and past interactions on a community site. It uses collaborative filtering and deep learning models to surface relevant items, matching the marketing manager's goal of recommending products to visitors.

Exam trap

The trap here is that candidates often confuse Einstein Next Best Action (a decision engine for guided actions) with Einstein Recommendation Builder (a product recommendation engine), because both involve 'recommendations' but serve fundamentally different purposes.

How to eliminate wrong answers

Option B is wrong because Einstein Prediction Builder is used to create custom predictive models (e.g., predicting churn or conversion likelihood) based on historical data, not to generate real-time product recommendations from browsing behavior. Option C is wrong because Einstein Next Best Action is a decision engine that recommends the next best action (e.g., a specific offer or step) in a guided process, not a product recommendation system based on browsing history. Option D is wrong because Einstein Article Recommendations is tailored for recommending knowledge articles (e.g., help docs or FAQs) within Service Cloud, not products for a community site.

808
MCQeasy

A company plans to train an AI model using data from Salesforce CRM and an external marketing automation platform. What is the first step to unify these data sources in Data Cloud?

A.Define a Data Model that maps fields from both sources to a unified customer object
B.Create two separate Data Streams to bring data in
C.Build a Calculated Insight to merge the data
D.Set up a Data Transformation to blend the sources
AnswerA

Unifies the schema before ingestion.

Why this answer

Option A is correct because creating a data model that maps fields from both sources to a common object ensures consistency. Option B is wrong because data streams come after the model. Option C is wrong because Calculated Insights are for aggregations.

Option D is wrong because data transformations are applied later.

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

810
MCQeasy

A marketing team wants to use AI to predict which leads are most likely to convert. The CRM contains historical lead data with conversion outcomes. Which type of machine learning should be used?

A.Unsupervised learning
B.Generative AI
C.Reinforcement learning
D.Supervised learning
AnswerD

Supervised learning uses labeled historical data to train a model to predict conversion probability.

Why this answer

Supervised learning uses labeled data (historical outcomes) to predict future outcomes, making it ideal for lead scoring.

811
MCQhard

A company uses Einstein Prediction Builder to predict customer churn. They notice the model is less accurate for a certain segment. What is the best approach to mitigate bias?

A.Increase model complexity
B.Add more features
C.Remove the segment from training
D.Retrain with balanced data
AnswerD

Correct. Balanced data helps the model perform consistently across segments.

Why this answer

Option D is correct because retraining with balanced data directly addresses the root cause of bias: an imbalanced training set where the model underperforms for a specific segment. By ensuring the segment is adequately represented, the model learns more equitable patterns, reducing bias without sacrificing overall accuracy. This aligns with ethical AI practices in Einstein Prediction Builder, where data quality and representation are critical for fair predictions.

Exam trap

Salesforce often tests the misconception that bias is a technical problem solvable by adding complexity or features, when in fact it is a data representation issue requiring balanced training data.

How to eliminate wrong answers

Option A is wrong because increasing model complexity (e.g., adding more layers or interactions) can exacerbate overfitting and may amplify existing biases rather than mitigate them, especially if the biased segment is underrepresented. Option B is wrong because adding more features does not guarantee bias reduction; irrelevant or proxy features can introduce new biases or reinforce existing ones, and the core issue is data imbalance, not feature insufficiency. Option C is wrong because removing the segment from training eliminates the model's ability to predict for that segment entirely, which is a form of exclusion bias and violates ethical AI principles of fairness and inclusivity.

812
MCQmedium

An HR department uses an AI tool to screen resumes for a software engineering position. The tool was trained on resumes of past successful hires, who were predominantly male. The tool has been in use for three months, during which only 10% of candidates shortlisted for interviews are female, even though 40% of applicants are female. The hiring managers are satisfied with the quality of candidates shortlisted, as most perform well in interviews. However, the company's diversity and inclusion officer raises an ethical concern. What should the company do to address this bias?

A.Retrain the model with a balanced dataset that includes more female candidates and remove gender-correlated features.
B.Use the AI tool for initial screening but allow candidates to appeal the decision.
C.Continue using the current tool since it selects high-quality candidates.
D.Manually review all resumes without using the AI tool.
AnswerA

This reduces bias by ensuring the model learns from diverse examples and avoids proxy discrimination.

Why this answer

Option B is correct because retraining with a balanced dataset and using gender-blind features directly addresses the source of bias. Option A perpetuates the bias. Option C is too labor-intensive for high volume.

Option D still relies on the biased model for initial screening.

813
MCQhard

A system administrator receives an error when running a Data Cloud data transform: 'Row-level security settings are preventing access to the source data.' The admin has appropriate permissions. What is the most likely cause?

A.The target object has field-level security.
B.The data stream is scheduled during maintenance.
C.The data transform is set to run as the admin's default user.
D.The source object has sharing rules that restrict access for the data transform's running user.
AnswerD

Row-level security is about sharing; the running user may not see all rows.

Why this answer

Option D is correct because Data Cloud data transforms run under a specific running user context, and row-level security (RLS) settings on the source object can restrict that user's access to rows, even if the admin has broad permissions. The error indicates that the running user lacks visibility to certain source data rows due to sharing rules or RLS policies, which is a common cause of this specific error message.

Exam trap

Salesforce often tests the distinction between row-level security and field-level security, and candidates mistakenly choose field-level security (Option A) because they confuse the two concepts, not realizing the error message explicitly points to row-level restrictions.

How to eliminate wrong answers

Option A is wrong because field-level security (FLS) controls access to fields, not rows, and the error explicitly mentions 'row-level security,' not field-level. Option B is wrong because scheduled maintenance would typically cause a different error (e.g., 'service unavailable' or timeout), not a row-level security access denial. Option C is wrong because running as the admin's default user would inherit the admin's permissions, which should have access; the error states the admin has appropriate permissions, so the issue is with the running user context, not the default user setting.

814
Multi-Selecthard

An admin is training an Einstein Prediction Builder model for binary classification (lead conversion). The model performance is poor. Which THREE actions should the admin take to improve it?

Select 3 answers
A.Increase the number of records in the training dataset
B.Use fewer records to avoid overfitting
C.Remove features that have little correlation with conversion
D.Add more features, even if they are not related
E.Ensure the prediction field value (e.g., converted) is well-represented in the data
AnswersA, C, E

More data generally improves model accuracy.

Why this answer

Option A is correct because increasing the number of records in the training dataset provides more examples for the model to learn patterns from, which is critical for binary classification tasks like lead conversion. In Einstein Prediction Builder, a larger dataset helps reduce variance and improves the model's ability to generalize, especially when the initial performance is poor due to insufficient data.

Exam trap

Cisco often tests the misconception that reducing data prevents overfitting, but in Einstein Prediction Builder, overfitting is more commonly caused by too many irrelevant features or insufficient regularization, not by having too many records.

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

816
Multi-Selecthard

An AI system used for recruitment has been found to be biased. Which THREE steps should be taken to address this? (Choose three.)

Select 3 answers
A.Deploy the model without changes
B.Audit the training data for bias
C.Retrain the model with a balanced dataset
D.Remove demographic data from the model
E.Monitor outcomes for disparate impact
AnswersB, C, E

Correct. Auditing identifies sources of bias.

Why this answer

Auditing training data, retraining with balanced data, and monitoring outcomes are essential corrective actions.

817
Multi-Selectmedium

A sales operations manager wants to improve the accuracy of Einstein Opportunity Scoring. Which TWO actions should they take? (Choose two.)

Select 2 answers
A.Ensure that historical opportunity data includes both won and lost records
B.Use Einstein Discovery to analyze the same data
C.Increase the number of records by duplicating existing opportunities
D.Select only the most relevant fields as factors in the model setup
E.Manually override scores for high-value opportunities
AnswersA, D

The model needs examples of both outcomes to learn effectively.

Why this answer

Option A is correct because Einstein Opportunity Scoring is a predictive model that learns from historical opportunity data to identify patterns that lead to wins or losses. Including both won and lost records ensures the model has a balanced training set, which is essential for accurately distinguishing between likely wins and losses. Without lost records, the model would be biased and unable to effectively predict negative outcomes.

Exam trap

The trap here is that candidates often think more data is always better (Option C) or that manual adjustments can improve accuracy (Option E), but Salesforce specifically tests the understanding that model accuracy depends on balanced, high-quality training data and automated feature selection.

818
Multi-Selecteasy

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

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

Bias testing ensures fair performance.

Why this answer

Option A (Test the model for bias across different product types) is correct because bias testing is essential. Option C (Provide clear documentation on the model's limitations) is correct for transparency. Option B (Use the model without human oversight) violates accountability.

Option D (Only use images from one supplier) may introduce bias. Option E (Keep the model's decisions secret) violates transparency.

819
MCQmedium

A Salesforce admin wants to create a prompt template that generates a custom field value for a record based on other field values. Which Prompt Builder template type should they use?

A.Flex Prompt
B.Case Summary
C.Field Generation
D.Sales Email
AnswerC

Field Generation template type is designed to generate field values for Salesforce records.

Why this answer

Field Generation is the correct Prompt Builder template type because it is specifically designed to automatically populate a custom field on a record by generating a value based on other field values within the same record. This template uses a Large Language Model (LLM) to analyze the provided field data and produce a deterministic output that is written directly to the field, fulfilling the admin's requirement.

Exam trap

The trap here is that candidates often confuse Field Generation with Flex Prompt, assuming any custom generation task requires a flexible template, but Field Generation is the only one that directly writes the output to a field on the record.

How to eliminate wrong answers

Option A is wrong because Flex Prompt is a free-form template used for general-purpose generative AI tasks like creating summaries or drafts, not for directly generating and writing a value into a specific custom field on a record. Option B is wrong because Case Summary is a template designed to generate a summary of a Case record's details, not to populate a custom field with a generated value based on other fields. Option D is wrong because Sales Email is a template intended for drafting email content for sales outreach, not for generating a field value on a record.

820
MCQmedium

A sales team wants to compare their own forecast amounts with an AI-generated prediction based on historical data and trends. Which Salesforce feature provides this comparison?

A.Einstein Opportunity Scoring
B.Einstein Forecasting
C.Einstein Lead Scoring
D.Einstein Prediction Builder
AnswerB

Einstein Forecasting uses AI to predict future sales and allows side-by-side comparison with rep commits.

Why this answer

Einstein Forecasting provides AI-generated predictions that can be compared against reps' commit forecasts, helping identify risks and opportunities.

821
Multi-Selectmedium

An admin wants to use Einstein Activity Capture to automatically log emails and events to Salesforce. Which TWO considerations are important when setting up this feature?

Select 2 answers
A.Events (meetings) are automatically created as Salesforce events.
B.It requires a separate license for each integration user.
C.Users must manually forward emails to Salesforce.
D.Excluded email addresses can be configured to prevent certain emails from being logged.
E.It only works with Outlook, not Gmail.
AnswersA, D

Correct. Synced events appear as Salesforce events.

Why this answer

Option A is correct because Einstein Activity Capture automatically creates Salesforce event records for meetings (events) that are synced from connected email and calendar systems, such as Outlook or Google Calendar. This eliminates the need for manual entry, as the feature captures calendar events and logs them as Salesforce events based on configured settings.

Exam trap

The trap here is that candidates often assume Einstein Activity Capture requires manual user action (like forwarding emails) or is limited to a single email platform, when in fact it is fully automated and supports both major providers.

822
MCQhard

An organization is preparing data for Einstein Next Best Action. They have multiple action types (discounts, product suggestions, content). Which data model approach best ensures accurate recommendations?

A.Train a separate model per customer segment and then merge.
B.Create a separate model for each action type and combine results manually.
C.Build an ensemble of models and average their outputs.
D.Use a single model that includes all action types in the training data.
AnswerD

A unified model captures interactions between actions, leading to better optimization of the next best action.

Why this answer

Option D is correct because Einstein Next Best Action is designed to learn from all action types simultaneously within a single model. By including all action types (discounts, product suggestions, content) in the training data, the model can capture cross-action patterns and relative effectiveness, leading to more accurate and contextually relevant recommendations. A unified model avoids fragmentation and ensures consistent scoring across actions.

Exam trap

Salesforce often tests the misconception that separate models per action or segment improve accuracy, when in fact Einstein Next Best Action requires a single unified model to learn cross-action patterns and deliver coherent recommendations.

How to eliminate wrong answers

Option A is wrong because training a separate model per customer segment and merging results introduces fragmentation and ignores cross-segment patterns, reducing the model's ability to generalize and leading to inconsistent recommendations. Option B is wrong because creating a separate model for each action type and manually combining results loses the interdependencies between actions, such as when a discount makes a product suggestion more effective, and adds unnecessary complexity without leveraging Einstein's built-in multi-action support. Option C is wrong because building an ensemble of models and averaging outputs does not align with Einstein Next Best Action's architecture, which expects a single unified model to optimize across all actions; averaging can dilute the signal from specific action types and reduce recommendation precision.

823
MCQhard

A data scientist notices that a sentiment analysis model performs well on general product reviews but fails to correctly classify negative sentiment in industry-specific jargon (e.g., 'the API is flaky'). The most likely cause is:

A.The training data lacked examples of industry-specific language
B.The model is overfitted to training data
C.The model architecture is too simple
D.Sentiment analysis cannot handle jargon
AnswerA

Correct: if training data does not include domain terms, the model cannot learn them.

Why this answer

The model was likely trained on general data and does not generalize to domain-specific language. This is a domain adaptation issue, which can be due to training data not being representative.

824
MCQmedium

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

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

Fine-tuning respects linguistic diversity and central monitoring ensures consistent ethics.

Why this answer

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

Option D is wrong: translation may lose nuance and introduce errors.

825
Multi-Selecthard

A company deploying Einstein Bots for customer service wants to ensure compliance with GDPR's right to explanation. Which TWO measures should they implement?

Select 2 answers
A.Implement an audit trail that logs which AI decisions were made and why
B.Store all customer chat transcripts permanently
C.Enable score factors to show why a bot recommended a specific action
D.Use only rule-based bots to avoid AI complications
E.Allow customers to opt out of all AI interactions
AnswersA, C

Audit trails enable review and explanation of automated decisions.

Why this answer

Option A is correct because GDPR's right to explanation requires organizations to provide meaningful information about the logic involved in automated decision-making. An audit trail that logs which AI decisions were made and why directly satisfies this by recording the decision path, input features, and model version used, enabling retrospective explanation. Option C is correct because score factors (e.g., feature importance weights in Einstein Bot's predictive models) allow the bot to show why a specific action was recommended, fulfilling the transparency requirement under Article 22 of GDPR.

Exam trap

Cisco often tests the misconception that GDPR requires storing all data for audit purposes or avoiding AI entirely, when in fact it mandates data minimization and explainability of automated decisions, not prohibition of AI.

Page 10

Page 11 of 14

Page 12