Courseiva

Salesforce AI Associate AI Associate (AI Associate) — Questions 226300

753 questions total · 11pages · All types, answers revealed

Page 3

Page 4 of 11

Page 5
226
Multi-Selectmedium

A sales team wants to use Einstein Opportunity Scoring to improve win rates. Which TWO statements about Einstein Opportunity Scoring are correct? (Choose 2)

Select 2 answers
A.It provides a score from 1 to 99 indicating the likelihood of winning the opportunity
B.It requires a minimum of 500 closed opportunities in the last 12 months to activate
C.The score can be accessed via the REST API out-of-the-box
D.It automatically updates the opportunity stage based on the score
E.The score factors and influences are displayed on the opportunity record page in Lightning
AnswersA, E

The score range is 1-99, with higher numbers indicating higher win probability.

Why this answer

Opportunity Scoring predicts win likelihood (1-99) and factors are visible in Lightning. Historical data is used, but the score is not directly accessible via external API without additional setup.

227
MCQhard

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

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

This approach addresses the ethical concern while preserving model utility.

Why this answer

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

Option D (adding more demographic data) could increase bias.

228
MCQmedium

A company wants to use generative AI to draft knowledge articles from case resolutions. Which feature should they use?

A.Prompt Builder
B.Einstein Copilot
C.Service GPT
D.Sales GPT
AnswerC

Service GPT can draft knowledge articles and case summaries.

Why this answer

Service GPT is the correct feature because it is specifically designed for service use cases, such as drafting knowledge articles from case resolutions. It leverages generative AI to summarize case details and create structured knowledge base content, directly addressing the company's need.

Exam trap

The trap here is that candidates may confuse Einstein Copilot's general conversational abilities with the specialized, domain-specific features of Service GPT, leading them to select a broad tool instead of the one purpose-built for service knowledge management.

How to eliminate wrong answers

Option A is wrong because Prompt Builder is a tool for creating and managing prompts for various AI models, not a feature that automatically drafts knowledge articles from case resolutions. Option B is wrong because Einstein Copilot is a conversational AI assistant that helps users interact with Salesforce data, but it does not specialize in generating knowledge articles from case resolutions. Option D is wrong because Sales GPT is tailored for sales processes, such as drafting emails or call summaries, not for service-oriented tasks like creating knowledge articles from case resolutions.

229
MCQmedium

A company wants to build a chatbot that can understand natural language queries and escalate to a human agent when needed. Which tool should they use?

A.Einstein GPT for Service
B.Einstein Bots
C.Einstein Next Best Action
D.Einstein Copilot
AnswerB

Why this answer

Einstein Bots is the correct tool because it is specifically designed to handle natural language queries in Service Cloud and can seamlessly escalate to a human agent when the bot cannot resolve the issue. It uses intent recognition and dialog flows to understand user input, and it supports handoff to live agents via Omni-Channel routing. This makes it the ideal choice for building a chatbot that requires escalation capabilities.

Exam trap

The trap here is that candidates often confuse Einstein Copilot (an internal assistant) with Einstein Bots (a customer-facing chatbot), or they assume Einstein GPT for Service can act as a chatbot when it is actually an agent-assist tool, not a direct customer-facing conversational interface.

How to eliminate wrong answers

Option A is wrong because Einstein GPT for Service is a generative AI tool that assists agents by drafting responses and summarizing cases, not a chatbot that directly handles natural language queries from customers or manages escalation logic. Option C is wrong because Einstein Next Best Action is a recommendation engine that suggests the next best action for agents or customers based on predictive models, not a conversational chatbot that understands queries and escalates. Option D is wrong because Einstein Copilot is a conversational AI assistant for internal users (e.g., sales reps) that interacts with CRM data, but it is not designed for customer-facing chatbot scenarios with escalation to human agents in Service Cloud.

230
MCQmedium

A data scientist is evaluating the performance of an Einstein Discovery model. They observe that the model has high accuracy but low precision for a specific prediction class. What does this indicate?

A.The model is overfitted to the training data.
B.The model correctly predicts most instances but has many false positives for that class.
C.The model correctly predicts most instances but has many false negatives for that class.
D.The model rarely predicts that class, leading to high accuracy.
AnswerB

Low precision indicates many false positives.

Why this answer

High accuracy with low precision for a specific class indicates that while the model correctly classifies the majority of instances overall, it produces a high number of false positives for that class. Precision measures the proportion of positive identifications that were actually correct, so low precision means many of the predicted positive cases are false alarms. In Einstein Discovery, this trade-off is critical when optimizing for business outcomes where false positives are costly.

Exam trap

Salesforce often tests the distinction between precision and recall, trapping candidates who confuse false positives (low precision) with false negatives (low recall) when interpreting accuracy metrics.

How to eliminate wrong answers

Option A is wrong because overfitting typically leads to high accuracy on training data but poor generalization to unseen data, not specifically to low precision for a single class. Option C is wrong because many false negatives would reduce recall, not precision; the scenario describes low precision, which is about false positives. Option D is wrong because if the model rarely predicts that class, precision could be high (few predictions, mostly correct) and accuracy could be high due to class imbalance, but low precision indicates frequent incorrect predictions for that class.

231
MCQmedium

A company is preparing customer data for a predictive model. They notice that many records have missing values for the 'annual income' field. Which approach is best to handle this issue while minimizing bias?

A.Remove all records with missing values.
B.Use model-based imputation considering other features.
C.Replace missing values with the mean.
D.Set missing values to zero.
AnswerB

Model-based imputation leverages other features to predict missing values, preserving relationships and minimizing bias.

Why this answer

Model-based imputation (Option B) is best because it uses relationships between features (e.g., education, job role) to predict missing 'annual income' values, preserving data distribution and minimizing bias. This approach avoids the distortion caused by simple mean/zero imputation and retains sample size better than deletion.

Exam trap

Salesforce often tests the misconception that mean imputation is a safe default, but the trap here is that it ignores feature dependencies and can artificially shrink variance, leading to overconfident model predictions and biased coefficients.

How to eliminate wrong answers

Option A is wrong because removing all records with missing values can introduce selection bias and reduce sample size, potentially discarding valuable patterns in the data. Option C is wrong because replacing missing values with the mean ignores feature correlations, artificially compresses variance, and can bias relationships in the predictive model. Option D is wrong because setting missing values to zero is arbitrary and unrealistic for income data, likely creating a skewed distribution and misleading model coefficients.

232
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

233
Multi-Selectmedium

An AI system is used to detect fraud in financial transactions. Which THREE steps should be taken to address ethical concerns?

Select 3 answers
A.Lower the fraud detection threshold to catch more cases
B.Automatically accept all flagged transactions to improve user experience
C.Implement a human-in-the-loop for high-stakes decisions
D.Ensure the model provides explanations for its decisions
E.Test the model for disparate impact across demographic groups
AnswersC, D, E

Human oversight ensures accountability.

Why this answer

Implementing a human-in-the-loop ensures that high-stakes decisions, such as blocking a legitimate transaction or allowing a potentially fraudulent one, are reviewed by a human before final action. This addresses ethical concerns by preventing fully automated decisions that could cause financial harm or violate user trust, and it aligns with principles of accountability and fairness in AI governance.

Exam trap

Salesforce often tests the misconception that ethical AI is solely about improving model performance or user experience, when in fact it requires balancing accuracy, fairness, and human oversight—candidates may incorrectly choose options that sound beneficial (like lowering thresholds) without considering the ethical trade-offs.

234
MCQhard

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

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

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

Why this answer

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

235
Multi-Selectmedium

An administrator is setting up Einstein GPT for service agents. They want to enable case summary generation and knowledge article draft creation. Which TWO Einstein GPT features should they configure?

Select 2 answers
A.Einstein Copilot
B.Prompt Builder
C.Service GPT
D.Sales GPT
E.Einstein Discovery
AnswersB, C

Prompt Builder is used to create and manage prompt templates for Service GPT features like case summaries and knowledge articles.

Why this answer

Prompt Builder (B) is correct because it allows administrators to create and manage the generative AI prompts that drive case summary generation and knowledge article draft creation. Service GPT (C) is correct because it is the specific Einstein GPT feature designed for service use cases, providing out-of-the-box capabilities for case summaries and knowledge article drafts directly within the service console.

Exam trap

The trap here is that candidates often confuse Einstein Copilot (a conversational interface) with the underlying generative AI features (Service GPT and Prompt Builder) that actually generate the content, leading them to select Copilot instead of the correct service-specific tools.

236
MCQhard

A data pipeline fails intermittently when processing large CSV files. The error log shows 'OutOfMemoryError'. Which configuration change is most likely to resolve this?

A.Use a smaller file size limit.
B.Increase the number of worker threads.
C.Switch to XML format.
D.Increase the heap memory for the processing application.
AnswerD

Increasing heap memory provides more space for large file processing.

Why this answer

The OutOfMemoryError indicates that the Java Virtual Machine (JVM) heap space is exhausted while processing large CSV files. Increasing the heap memory (e.g., using -Xmx flag) allocates more memory to the application, allowing it to handle larger datasets without crashing. This directly addresses the root cause of insufficient memory for the data pipeline's processing workload.

Exam trap

Salesforce often tests the misconception that increasing parallelism (worker threads) solves memory issues, but in reality, more threads increase memory pressure and can trigger OutOfMemoryError faster.

How to eliminate wrong answers

Option A is wrong because using a smaller file size limit is a workaround that avoids the problem rather than solving it, and it may not be feasible if large files are required by the business. Option B is wrong because increasing worker threads typically increases memory consumption and contention, which would worsen the OutOfMemoryError, not resolve it. Option C is wrong because switching to XML format would likely increase memory usage due to verbose markup and parsing overhead, making the error more likely, not less.

237
MCQeasy

A company wants to use generative AI to automatically generate personalized email drafts for sales reps to send to leads. Which Einstein GPT feature should be used?

A.Service GPT
B.Prompt Builder
C.Sales GPT
D.Einstein Copilot
AnswerC

Sales GPT provides email generation, call summaries, and meeting follow-ups for sales.

Why this answer

Sales GPT is the correct Einstein GPT feature for generating personalized email drafts for sales reps because it is specifically designed to automate sales communications, including email content tailored to leads. It leverages CRM data and generative AI to create context-aware drafts that align with the sales process, unlike other GPTs that serve different domains like service or general assistance.

Exam trap

The trap here is that candidates may confuse Einstein Copilot (a general-purpose assistant) with Sales GPT (a domain-specific generator), or assume Prompt Builder alone can generate emails, when it actually requires a GPT feature to execute the prompt.

How to eliminate wrong answers

Option A is wrong because Service GPT is designed for customer service use cases, such as generating case summaries or response drafts for support agents, not for sales prospecting emails. Option B is wrong because Prompt Builder is a tool for creating and managing custom prompts across Einstein GPT features, but it is not a standalone GPT feature for generating sales email drafts; it requires a specific GPT like Sales GPT to execute the prompt. Option D is wrong because Einstein Copilot is a conversational AI assistant that interacts with users via chat to answer questions or perform actions, but it is not specialized for generating bulk personalized email drafts for sales reps; that function falls under Sales GPT's domain.

238
MCQmedium

A business analyst wants to create a custom AI model that predicts whether a lead will convert, based on historical lead data. They need to select the correct prediction field, data set, and features. Which Salesforce tool should they use?

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

Prediction Builder allows users to create custom predictive models with their own data selection.

Why this answer

Einstein Prediction Builder is the correct tool because it allows a business analyst to create a custom AI model that predicts a specific outcome (e.g., lead conversion) using their own historical data and selected features. Unlike pre-built scoring models, Prediction Builder enables custom prediction field selection, dataset upload, and feature engineering without requiring data science expertise.

Exam trap

The trap here is that candidates confuse pre-built Einstein scoring tools (Lead Scoring, Opportunity Scoring) with the custom model builder (Prediction Builder), assuming any AI prediction task uses the pre-built option, when the question explicitly requires custom prediction field, dataset, and features.

How to eliminate wrong answers

Option A is wrong because Einstein Lead Scoring is a pre-built model that scores leads based on standard Salesforce fields and does not allow the user to define a custom prediction field, dataset, or features. Option B is wrong because Einstein Opportunity Scoring is similarly pre-built for opportunity conversion and cannot be customized to predict lead conversion with user-selected data. Option C is wrong because Einstein Discovery is an analytics and insight tool that identifies patterns and trends in data but does not create a deployable predictive model that outputs a prediction field for lead conversion.

239
MCQmedium

A company uses Einstein Bots to handle basic customer inquiries. When a customer asks a question that the bot cannot answer, the bot should transfer the conversation to a human agent. Which bot configuration is necessary?

A.Enable bot analytics
B.Train the NLP model with more utterances
C.Define intents and entities for the unknown question
D.Add a handoff node in the bot dialogue flow
AnswerD

A handoff node transfers the chat to a live agent via Omni-Channel.

Why this answer

A handoff node is the specific Salesforce Einstein Bot configuration that defines the transfer of a conversation from the bot to a live agent when the bot cannot handle the inquiry. This node is placed in the dialogue flow to trigger a seamless handoff, often using Omni-Channel routing to assign the conversation to an available human agent.

Exam trap

The trap here is that candidates often confuse improving the bot's ability to understand questions (via NLP training or intent definition) with the operational need to escalate when the bot cannot answer, leading them to select option B or C instead of recognizing that a handoff node is the only direct configuration for transfer.

How to eliminate wrong answers

Option A is wrong because enabling bot analytics only provides reporting on bot performance and user interactions, not the ability to transfer conversations to a human agent. Option B is wrong because training the NLP model with more utterances improves intent recognition but does not configure the bot to transfer a conversation when it cannot answer; it only reduces the likelihood of unknown questions. Option C is wrong because defining intents and entities for the unknown question is contradictory—unknown questions lack defined intents by nature, and this approach would not create a handoff mechanism; instead, it would attempt to map the unrecognized input to a specific intent, which defeats the purpose of escalation.

240
MCQmedium

A retailer wants to recommend products to customers based on their purchase history and browsing behavior. Which AI approach is most suitable?

A.Supervised learning to predict purchase probability for each product
B.Reinforcement learning with real-time rewards
C.Natural language generation to create product descriptions
D.Computer vision to analyze product images
AnswerA

Supervised learning can be trained on historical purchases to predict which products a customer is likely to buy.

Why this answer

Product recommendations are typically handled by supervised or unsupervised learning, but the most common approach in CRM is collaborative filtering or similar supervised/unsupervised models. However, given options, supervised learning on historical interactions is typical.

241
Multi-Selecthard

A company wants to use AI to automatically extract key information (e.g., invoice number, date, total amount) from scanned invoices. Which THREE technologies should be combined?

Select 3 answers
A.Generative AI for text generation
B.Optical Character Recognition (OCR)
C.Sentiment analysis
D.Natural Language Processing (NLP) – entity extraction
E.Computer vision
AnswersB, D, E

Converts image text into machine-readable text.

Why this answer

Computer vision reads the document, OCR converts image to text, and NLP extracts entities. Generative AI is not needed.

242
MCQeasy

A marketing team wants to display personalized product recommendations to website visitors in Experience Cloud. Which feature should they use?

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

Recommendation Builder is designed for product recommendations in Experience Cloud.

Why this answer

Einstein Recommendation Builder is the correct feature because it is specifically designed to deliver personalized product recommendations to website visitors in Experience Cloud. It uses AI to analyze visitor behavior, purchase history, and product attributes to surface relevant items, directly matching the use case of displaying personalized product recommendations.

Exam trap

The trap here is that candidates confuse Einstein Next Best Action (which is for agent guidance) with Einstein Recommendation Builder (which is for customer-facing product recommendations), as both involve 'recommendations' but serve different audiences and contexts.

How to eliminate wrong answers

Option B is wrong because Einstein Prediction Builder is used to predict outcomes (e.g., churn probability, conversion likelihood) based on historical data, not to generate or display product recommendations. Option C is wrong because Einstein Next Best Action provides guided recommendations for agents or sales reps in real-time (e.g., next call to make), not for end-user website visitors in Experience Cloud. Option D is wrong because Einstein GPT is a generative AI tool for creating content (e.g., email drafts, knowledge articles), not for serving personalized product recommendations on a website.

243
MCQeasy

A sales manager wants to automatically prioritize leads based on their likelihood to convert. Which Salesforce Einstein feature should be used?

A.Einstein Opportunity Scoring
B.Einstein Prediction Builder
C.Einstein Activity Capture
D.Einstein Lead Scoring
AnswerD

This feature scores leads by conversion likelihood.

Why this answer

Einstein Lead Scoring is the dedicated Salesforce Einstein feature designed specifically to automatically prioritize leads based on their likelihood to convert. It uses predictive models that analyze historical lead data and engagement patterns to assign a score between 1 and 99, enabling sales teams to focus on high-conversion leads without manual effort.

Exam trap

The trap here is that candidates often confuse Einstein Lead Scoring with Einstein Opportunity Scoring, mistakenly applying the opportunity-focused feature to the lead conversion use case, or they overthink the question and select Einstein Prediction Builder because it sounds more customizable, when the exam expects the specific, out-of-the-box feature for lead prioritization.

How to eliminate wrong answers

Option A is wrong because Einstein Opportunity Scoring is used to prioritize existing opportunities (deals in progress) based on their likelihood to close, not for leads that have not yet been converted. Option B is wrong because Einstein Prediction Builder is a custom modeling tool that allows admins to create bespoke predictions on any object or field, but it is not the out-of-the-box feature specifically designed for lead prioritization. Option C is wrong because Einstein Activity Capture is a feature that automatically logs emails and events to Salesforce records to improve data visibility, and it does not perform any predictive scoring or prioritization of leads.

244
MCQhard

A developer wants to build a custom application that classifies customer images (e.g., product photos) into categories using Einstein AI. Which API should they use?

A.Einstein Bots API
B.Einstein Prediction Builder API
C.Einstein Vision API
D.Einstein Language API
AnswerC

The Einstein Vision API provides image classification and object detection capabilities.

Why this answer

Einstein Vision and Language Platform APIs include image classification and object detection via Einstein Platform Services API.

245
MCQeasy

What is the term for when an AI model produces confident but incorrect information, often in generative AI?

A.Bias
B.Overfitting
C.Hallucination
D.Underfitting
AnswerC

Hallucination describes the generation of false information presented as fact.

Why this answer

Hallucination refers to when a generative AI model fabricates information that seems plausible but is false.

246
MCQmedium

A company wants to build an autonomous AI agent that can take actions in Salesforce, such as updating records and sending emails, based on user instructions. Which tool should they use?

A.Einstein Copilot
B.Einstein Bots
C.Agentforce Agent Builder
D.Flow Builder
AnswerC

Agent Builder allows creating autonomous agents with topics and actions.

Why this answer

Agentforce with Agent Builder allows creation of autonomous agents that can perform actions in Salesforce.

247
MCQmedium

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

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

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

Why this answer

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

248
MCQhard

A company has international customers and wants Einstein Prediction Builder to forecast deal closure probability. The data includes fields like 'region', 'product line', and 'deal amount'. What is a best practice to ensure the model works for all regions?

A.One-hot encode the region field using 50+ dummy variables.
B.Remove the region field to avoid bias.
C.Use region as a numeric rank based on past conversion rates.
D.Group regions into broader categories like 'Americas', 'EMEA', 'APAC'.
AnswerD

Grouping reduces noise and improves generalizability while maintaining regional distinction.

Why this answer

Grouping regions into broader categories like 'Americas', 'EMEA', and 'APAC' reduces high cardinality and sparsity in categorical features, which improves model stability and prevents overfitting in Einstein Prediction Builder. This approach ensures each region group has sufficient training data to learn meaningful patterns, enabling the model to generalize better across all regions without introducing bias from rare categories.

Exam trap

Salesforce often tests the misconception that more granular data (like one-hot encoding with many categories) always improves model accuracy, when in fact it can harm performance due to sparsity and overfitting in prediction builder tools.

How to eliminate wrong answers

Option A is wrong because one-hot encoding a region field with 50+ dummy variables introduces high cardinality and sparsity, which can cause the model to overfit to rare categories and degrade prediction performance in Einstein Prediction Builder. Option B is wrong because removing the region field entirely discards valuable geographic information that can significantly influence deal closure probability, leading to a less accurate model. Option C is wrong because using region as a numeric rank based on past conversion rates introduces ordinal bias and assumes a linear relationship that may not exist, which can misrepresent the true categorical nature of the data and reduce model interpretability.

249
MCQmedium

Refer to the exhibit. A Salesforce admin is reviewing an AI model's fairness report. Which action should the admin take?

A.Remove the email_engagement feature to improve fairness.
B.Retrain the model because the equal opportunity score is below threshold.
C.Increase the bias threshold to 0.9.
D.Deploy the model because all metrics exceed the threshold.
AnswerB

The low equal opportunity score indicates bias that needs mitigation.

Why this answer

The equal opportunity score (0.72) is below the bias threshold (0.8), indicating potential unfairness in true positive rates across groups. Option A is wrong because demographic parity is above threshold but equal opportunity is not, so not all metrics exceed threshold. Option C is wrong because removing features may not address the root cause.

Option D is wrong because increasing the threshold would mask the problem.

250
Multi-Selecthard

An admin is configuring Einstein Lead Scoring. They want to ensure the lead score is visible in list views and reports. Which TWO settings or actions are required?

Select 2 answers
A.Run a lead scoring batch job manually
B.Create a custom report type for Lead Score
C.Assign the 'View Lead Score' permission to users
D.Add the Lead Score field to the list view layout
E.Enable Einstein Lead Scoring from Setup
AnswersD, E

The field must be added to the list view to be visible.

Why this answer

The Lead Score field must be added to the list view layout to make it visible in list views and reports. Without adding the field to the layout, users cannot see the score in those contexts, even if scoring is enabled.

Exam trap

The trap here is that candidates often confuse field-level security permissions (like 'View Lead Score') with layout-level visibility, assuming that granting permission alone makes the field appear in list views and reports.

251
MCQmedium

Refer to the exhibit. Based on the JSON policy for AI fairness checks, which fairness metric is NOT enabled?

A.Demographic parity
B.All are enabled
C.Disparate impact
D.Equal opportunity
AnswerD

Correct. The 'equal_opportunity' field is false.

Why this answer

(Equal opportunity) is correct because the JSON policy shown in the exhibit configures fairness checks for demographic parity, disparate impact, and equalized odds, but does NOT include the equal opportunity metric. Equal opportunity requires equal true positive rates across groups, which is a separate metric from equalized odds and must be explicitly enabled in the policy definition.

Exam trap

Salesforce often tests the distinction between equalized odds and equal opportunity, trapping candidates who assume equalized odds automatically includes equal opportunity, when in fact they are separate metrics with different mathematical definitions.

How to eliminate wrong answers

Option A is wrong because demographic parity is explicitly enabled in the JSON policy under the 'fairness_metrics' array. Option B is wrong because not all metrics are enabled; the policy omits equal opportunity. Option C is wrong because disparate impact is also explicitly listed in the policy's fairness metrics.

252
Multi-Selecthard

An admin is configuring Einstein Prediction Builder to predict case escalation. Which TWO components must be selected during setup?

Select 2 answers
A.Prediction explanation template
B.Prediction field (binary classification target)
C.Features (input fields)
D.Data set (records to train on)
E.Prediction score field name
AnswersB, C

Why this answer

Einstein Prediction Builder requires a binary classification target field to define the outcome being predicted—in this case, whether a case will escalate. This field must have exactly two distinct values (e.g., 'Yes'/'No' or 0/1) to train the model. Without specifying the prediction field, the builder cannot determine what event to forecast.

Exam trap

The trap here is that candidates confuse optional configuration fields (like the prediction score field name or explanation template) with mandatory components, leading them to select those instead of the required prediction field and features.

253
MCQmedium

A data scientist notices that a churn prediction model has high variance: small changes in training data cause large changes in predictions. Which technique is BEST to address this?

A.Apply regularization techniques
B.Reduce the amount of training data
C.Add more features to the model
D.Increase the number of training epochs
AnswerA

Regularization penalizes large coefficients, reducing model complexity and variance.

Why this answer

High variance indicates overfitting. Regularization (e.g., L1/L2) reduces model complexity and variance. Adding more features would increase variance, increasing training data can help but is not always feasible, and reducing training data would worsen the problem.

254
MCQmedium

A service agent receives an Einstein-generated case summary from Service GPT. The summary contains an error — it mentions a product the customer never purchased. What is the MOST likely cause?

A.The model experienced a hallucination — generating factually incorrect content
B.The training data for Service GPT was not representative
C.The admin did not enable grounding in Salesforce data
D.The case description field was empty
AnswerA

LLMs can hallucinate, especially when lacking relevant context or training data.

Why this answer

The Einstein-generated case summary incorrectly mentions a product the customer never purchased, which is a classic symptom of a hallucination in large language models. Hallucinations occur when the model generates plausible-sounding but factually incorrect content, often due to its probabilistic nature rather than relying on verified data. In this context, Service GPT may fabricate details if it lacks sufficient grounding in the actual Salesforce data, but the direct cause is the model's tendency to invent information.

Exam trap

The trap here is that candidates may confuse a mitigation feature (grounding in Salesforce data) with the root cause of the error, leading them to select Option C instead of recognizing that the model's inherent hallucination tendency is the primary reason for generating factually incorrect content.

How to eliminate wrong answers

Option B is wrong because non-representative training data would cause systematic biases or gaps in knowledge, not a specific, isolated factual error about a product the customer never purchased. Option C is wrong because while disabling grounding in Salesforce data increases the risk of hallucinations, the question asks for the 'most likely cause' of this specific error, and the model's inherent tendency to hallucinate is the direct cause, not the absence of a feature that mitigates it. Option D is wrong because an empty case description field would lead to a lack of input, not the generation of a false product mention; the model would likely produce a generic or incomplete summary, not a specific fabricated detail.

255
MCQeasy

A company wants to train an AI model to predict customer churn using historical data that contains many missing values. What is the best practice for handling missing data?

A.Use only features without missing values.
B.Ignore missing values as they do not affect AI training.
C.Impute missing values using mean or median.
D.Remove all records with missing values.
AnswerC

Imputation preserves data and reduces bias.

Why this answer

Imputing missing values using mean or median is a standard practice that preserves the dataset size and statistical properties, allowing the AI model to learn from all available features without introducing bias from data removal. This approach is particularly effective for numerical features in customer churn prediction, where missing values are often random and imputation maintains the distribution for algorithms like logistic regression or gradient boosting.

Exam trap

Salesforce often tests the misconception that removing missing data is safe, but the trap here is that candidates overlook how data removal can shrink the dataset and introduce bias, while imputation is a more balanced and widely accepted practice in AI workflows.

How to eliminate wrong answers

Option A is wrong because discarding features with missing values can remove valuable predictors, reducing model accuracy and ignoring the fact that missingness itself may carry predictive signal. Option B is wrong because ignoring missing values causes most AI algorithms to fail or produce incorrect results, as they cannot process null or NaN entries, leading to runtime errors or biased learning. Option D is wrong because removing all records with missing values can drastically reduce the dataset size, introduce selection bias, and discard potentially useful patterns in the remaining data.

256
MCQhard

A company deploys an AI recommender system that personalizes content. The system is trained on user click data. After deployment, the company notices that the system increasingly recommends sensationalist content, leading to user polarization. Which principle is being violated?

A.Accuracy
B.Privacy
C.Beneficence
D.Transparency
AnswerC

The system should promote well-being and avoid harm.

Why this answer

The recommender system's shift toward sensationalist content, which polarizes users, violates the principle of beneficence because it causes harm (user polarization) rather than promoting well-being. Beneficence requires AI systems to act in the best interests of users and society, not to optimize for engagement metrics at the expense of ethical outcomes.

Exam trap

Salesforce often tests the distinction between ethical principles by presenting a scenario where a system functions correctly (accurate) but produces harmful outcomes, leading candidates to mistakenly choose accuracy or transparency instead of beneficence.

How to eliminate wrong answers

Option A is wrong because accuracy refers to the system's ability to make correct predictions or recommendations based on training data, not to the ethical impact of those recommendations; the system may be accurately predicting clicks on sensationalist content. Option B is wrong because privacy concerns unauthorized access or misuse of personal data, whereas the issue here is about the content being recommended, not data exposure. Option D is wrong because transparency involves explainability and openness about how the system works, but the problem is the harmful outcome of the recommendations, not a lack of clarity in the system's logic.

257
Multi-Selecthard

A data scientist is using Einstein Vision and Language Platform for text classification. They need to handle custom entities (NER) and classify text into multiple categories. Which THREE capabilities of the Einstein Platform Services API should they use?

Select 3 answers
A.Object Detection
B.Image Classification
C.Sentiment Analysis
D.Text Classification
E.Named Entity Recognition (NER)
AnswersC, D, E

Sentiment Analysis determines the sentiment of text.

Why this answer

Sentiment Analysis is a key capability of the Einstein Platform Services API that allows the data scientist to determine the emotional tone (positive, negative, or neutral) of text, which is essential for understanding customer feedback or social media posts. This complements the other required capabilities—Text Classification for categorizing text into multiple categories and Named Entity Recognition (NER) for extracting custom entities—forming a complete solution for the described text classification and NER tasks.

Exam trap

The trap here is that candidates may confuse computer vision capabilities (Object Detection and Image Classification) with text-based NLP tasks, leading them to select options that are irrelevant to the given scenario of text classification and NER.

258
Multi-Selecthard

A company is deploying an AI chatbot for customer service. Which THREE ethical considerations should be addressed? (Select 3)

Select 3 answers
A.Protecting customer data privacy during model training and inference
B.Using the most complex deep learning architecture available
C.Mitigating bias in training data that could lead to unfair responses
D.Ensuring the chatbot explains when a customer is speaking to AI
E.Maximizing the number of training epochs
AnswersA, C, D

Data privacy is a core ethical and legal requirement.

Why this answer

Transparency, bias mitigation, and data privacy are key ethical areas for AI systems.

259
Multi-Selecthard

A company wants to build an autonomous AI agent in Salesforce that can handle customer returns, refunds, and exchanges without human intervention. Which THREE components are required to build this agent using Agentforce?

Select 3 answers
A.Prompt Builder
B.Topics and Actions
C.Agent Builder
D.Testing in Agent Builder
E.Einstein Copilot
AnswersB, C, D

Topics define the agent's scope; actions are the tasks it performs.

Why this answer

To build an autonomous AI agent in Salesforce that handles customer returns, refunds, and exchanges without human intervention, you need Topics and Actions to define the specific business processes (e.g., 'Process Return') and the corresponding API calls or flows, Agent Builder to configure the agent's behavior and link it to those topics, and Testing in Agent Builder to validate the agent's responses and ensure it operates correctly before deployment.

Exam trap

The trap here is that candidates confuse Einstein Copilot (the chat interface) as a build component, when it is actually the runtime UI that users interact with, not a tool used during agent construction.

260
Multi-Selecthard

A service organization wants to deploy an Einstein Bot to handle common support inquiries. They need to define the bot's conversational flow and train it to understand user requests. Which THREE components must be configured in the bot builder?

Select 3 answers
A.Intents
B.Prediction scores
C.Training phrases
D.Entities
E.Dialogue flows
AnswersA, D, E

Correct. Intents represent user goals.

Why this answer

Intents (A) are correct because they define the purpose or goal of a user's input, such as 'Check Order Status' or 'Reset Password'. In the Einstein Bot Builder, intents map user utterances to specific bot actions, enabling the bot to understand and route requests appropriately. Without intents, the bot cannot classify what the user wants.

Exam trap

The trap here is that candidates confuse 'training phrases' as a separate bot builder component, when in reality they are part of the intent configuration process but not a distinct configurable element in the bot builder's UI — the question asks for components that must be configured in the bot builder, not in the underlying AI service.

261
MCQmedium

A company uses an AI model to predict customer churn. The model's predictions are used to automatically assign discounts to high-risk customers. A customer complains about receiving a discount offer they did not request. Which ethical concern is most relevant?

A.Bias in training data
B.Model overfitting
C.Data quality
D.Lack of transparency of AI decisions to customers
AnswerD

Correct: customers should be informed that the discount was AI-generated and why.

Why this answer

Transparency about AI decisions is key. Customers should be informed when an AI system is making decisions that affect them.

262
MCQeasy

To identify common customer issues from chat transcripts using AI, which feature should be used?

A.Einstein Conversation Mining
B.Post-Interaction Survey
C.Reports
D.Dashboards
AnswerA

Extracts insights from conversation data using NLP.

Why this answer

Einstein Conversation Mining analyzes unstructured chat data to surface common themes. Surveys collect feedback, reports and dashboards show aggregated data but not insights from text.

263
MCQmedium

A company uses an AI model to classify customer support cases into categories (billing, technical, general). The model performs well on training data but poorly on new cases. Which issue is MOST likely occurring?

A.Underfitting
B.Overfitting
C.Data leakage
D.Bias in training data
AnswerB

Overfitting leads to high accuracy on training data but low accuracy on new data because the model is too complex.

Why this answer

Overfitting means the model memorized the training data and fails to generalize to new, unseen data. Underfitting would show poor performance on both training and test data. Data leakage occurs when future information leaks into training.

Bias in data is a different issue.

264
MCQhard

A company uses Einstein Forecasting. Their sales reps' committed forecasts are consistently lower than the AI-predicted forecast. The manager wants to understand why. What is the BEST first step to investigate the discrepancy?

A.Disable Einstein Forecasting and revert to manager rollups only.
B.Adjust the historical date range in forecast settings to exclude past low-performing quarters.
C.Review the AI forecast explanation to see which factors (e.g., deal stage, historical win rates) are driving the higher prediction.
D.Run a report on closed won opportunities to see if the AI overestimates.
AnswerC

Einstein Forecasting provides insights into the AI prediction; reviewing these helps understand the gap.

Why this answer

Einstein Forecasting provides an AI-predicted forecast based on historical data and deals. Comparing the rep commit to the AI forecast, and analyzing the key drivers behind the AI prediction (such as deal stage, age, amount) helps identify why the AI expects more.

265
MCQeasy

Which type of AI is designed to perform only a specific task, such as playing chess or recommending products?

A.Narrow AI
B.Super AI
C.General AI
D.Strong AI
AnswerA

Correct: narrow AI is task-specific, like chess or product recommendations.

Why this answer

Narrow AI (weak AI) is specialized for one task and cannot generalize beyond its training.

266
MCQeasy

A sales operations manager wants to predict which leads are most likely to convert to deals. The CRM has historical data on thousands of leads with outcomes (converted or not). Which type of machine learning should they use?

A.Unsupervised learning
B.Supervised learning
C.Deep learning
D.Reinforcement learning
AnswerB

Supervised learning trains on labeled historical data (features + outcome) to predict future outcomes like lead conversion.

Why this answer

Supervised learning uses labeled data (past leads with known outcomes) to predict future lead conversion. Unsupervised learning finds patterns without labels, reinforcement learning learns from rewards, and deep learning is a subset of supervised/unsupervised but not the most specific answer here.

267
MCQhard

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

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

Correct. All listed risks are potential ethical concerns.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

268
MCQeasy

A user asks Einstein GPT to generate a product description. The AI returns a response with a confidence score of 0.65. What does this score indicate?

A.There is a 65% probability that the response exactly matches the training data
B.The model is 65% confident that the response is accurate
C.The response is 65% shorter than the optimal length
D.The model has a 65% likelihood of generating the same response again
AnswerB

Confidence scores indicate the model's assessment of how likely the generated answer is correct.

Why this answer

The confidence score in AI models like Einstein GPT quantifies the model's internal certainty that its generated output is factually correct or contextually appropriate. A score of 0.65 means the model estimates a 65% probability that the response is accurate based on its training and inference algorithms, not that it matches training data or has a fixed length.

Exam trap

Salesforce often tests the misconception that a confidence score indicates a direct probability of correctness or a measure of output quality, when in reality it is a model's self-assessed certainty that can be misleading and is not a guarantee of factual accuracy.

How to eliminate wrong answers

Option A is wrong because the confidence score does not measure how closely the response matches training data; it reflects the model's probabilistic assessment of correctness, not a similarity metric. Option C is wrong because confidence scores are unrelated to output length; they are a probability value between 0 and 1, not a measure of brevity. Option D is wrong because the score does not indicate the likelihood of generating the same response again; that depends on the model's stochastic sampling parameters (e.g., temperature), not the confidence score.

269
MCQmedium

A customer service team deploys an Einstein Bot to handle common queries. During testing, the bot frequently fails to understand user intent, leading to poor responses. What should the team do FIRST to improve the bot's understanding?

A.Add more utterances to each intent and retrain the bot's NLP model
B.Increase the number of entities in the entity definition
C.Enable handoff to a human agent for all queries
D.Review the bot analytics to see which intents fail
AnswerA

Adding diverse examples improves intent recognition accuracy.

Why this answer

The primary way to improve intent recognition in an Einstein Bot is to provide more training data in the form of utterances (example phrases) for each intent. By adding diverse and representative utterances and retraining the NLP model, the bot learns to better map user language to the correct intent, directly addressing the failure to understand user intent.

Exam trap

The trap here is that candidates may confuse the diagnostic step (reviewing analytics) with the corrective action (adding utterances and retraining), or mistakenly think that entities or human handoff directly improve intent recognition, when in fact the core fix is enriching the training data for the NLP model.

How to eliminate wrong answers

Option B is wrong because increasing the number of entities (variables like date, product name) does not improve intent classification; entities extract specific data from an utterance, but the bot first needs to correctly identify the intent. Option C is wrong because enabling handoff to a human agent for all queries bypasses the bot entirely, failing to improve the bot's understanding and defeating the purpose of automation. Option D is wrong because while reviewing bot analytics is a valuable step for diagnosing which intents fail, the question asks what the team should do FIRST to improve understanding; the immediate action to fix poor intent recognition is to add more utterances and retrain the model, not just analyze data.

270
Multi-Selecthard

Which THREE factors can affect the accuracy of an Einstein GPT response?

Select 3 answers
A.Brightness of the user interface
B.Model temperature setting
C.Clarity and specificity of the prompt
D.Quality of the grounding data provided
E.Length of the response generated
AnswersB, C, D

Higher temperature increases creativity but may reduce factual accuracy.

Why this answer

The model temperature setting directly controls the randomness of the output. A higher temperature (e.g., 0.9) produces more creative but potentially less accurate responses, while a lower temperature (e.g., 0.1) makes the model more deterministic and factual. This parameter is a core hyperparameter in large language models like those powering Einstein GPT, and it significantly influences response accuracy.

Exam trap

Salesforce often tests the misconception that output length or interface settings affect model accuracy, when in fact only prompt clarity, grounding data quality, and model hyperparameters like temperature are the true determinants.

271
MCQeasy

In Salesforce CRM Analytics (formerly Einstein Analytics), what is the primary purpose of a dataset?

A.To prepare data for AI and analytics
B.To run SQL queries directly
C.To store raw, unprocessed records
D.To create dashboards only
AnswerA

Datasets are the building blocks for AI modeling, dashboards, and analytical queries.

Why this answer

In Salesforce CRM Analytics, a dataset is the foundational data structure that transforms raw data into an optimized, columnar format for analytics and AI features like Einstein Discovery. It is created by extracting, cleaning, and aggregating data from sources such as Salesforce objects or external connectors, enabling efficient querying, dashboarding, and machine learning model training. This makes option A correct because the primary purpose is to prepare data specifically for AI and analytics workloads.

Exam trap

Salesforce often tests the misconception that datasets are simply raw storage containers, but the trap here is that candidates overlook the 'preparation for AI' aspect and choose 'store raw records' because they confuse datasets with database tables or data lakes.

How to eliminate wrong answers

Option B is wrong because datasets do not support direct SQL query execution; instead, they use SAQL (Salesforce Analytics Query Language) or lens-based exploration for querying. Option C is wrong because datasets store processed, flattened, and indexed data, not raw, unprocessed records—raw data is typically held in dataflows or external systems before transformation. Option D is wrong because while datasets can be used to build dashboards, their primary purpose is broader, encompassing AI, analytics, and data preparation, not just dashboard creation.

272
Multi-Selecthard

A data analyst is using Einstein Discovery to analyze customer churn. They want to understand the key drivers of churn and get actionable recommendations. Which THREE outputs does Einstein Discovery provide to meet this need?

Select 3 answers
A.Waterfall charts showing contribution of each variable
B.A story narrative explaining key insights
C.Prediction scores for each record
D.A trained model for deployment
E.Improvement suggestions with expected impact
AnswersA, B, E

Waterfall charts are part of the statistical analysis output, showing driver contributions.

Why this answer

Waterfall charts in Einstein Discovery visually decompose the contribution of each predictor variable to the overall prediction, showing how much each driver increases or decreases the likelihood of churn. This directly helps the analyst identify the key drivers of churn, meeting the requirement to understand what factors are most influential.

Exam trap

The trap here is that candidates confuse raw prediction outputs (scores per record) or deployment artifacts (trained models) with the interpretability and recommendation outputs that Einstein Discovery specifically surfaces for business users, such as waterfall charts, narratives, and improvement suggestions.

273
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

274
MCQmedium

What is the most likely cause of the error?

A.Authentication failure
B.Data quality threshold violation
C.Data schema mismatch
D.Network timeout
AnswerB

Null values exceed acceptable threshold.

Why this answer

The error mentions a high percentage of null values in a critical field, which violates a data quality threshold. Option A is wrong because schema mismatch would show field type inconsistencies. Option C is wrong because authentication failure would show a different error.

Option D is wrong because network timeout would mention connection issues.

275
Multi-Selecthard

Which TWO techniques are commonly used to handle missing values in a dataset for AI training?

Select 2 answers
A.L1 regularization
B.Deletion of rows with missing values
C.One-hot encoding
D.Min-max normalization
E.Imputation with mean or median
AnswersB, E

Simple but valid method.

Why this answer

Deleting rows with missing values is a straightforward technique to handle missing data, especially when the missingness is random and the dataset is large enough that removing a few rows does not significantly impact model performance. This approach avoids introducing bias from imputation methods but can lead to loss of valuable information if too many rows are removed.

Exam trap

Salesforce often tests the distinction between data preprocessing techniques (like handling missing values) and model regularization or feature engineering, so candidates may confuse L1 regularization or one-hot encoding as methods for missing data when they serve entirely different purposes.

276
MCQmedium

A customer service team wants to automatically log all Outlook emails to Salesforce. They have enabled Einstein Activity Capture. However, some emails from a specific external domain are not being captured. What is the most likely cause?

A.The email's subject line contains special characters.
B.The external domain has been added to the Excluded Email Domains list in Activity Capture settings.
C.The users have not installed the Einstein Activity Capture Outlook add-in.
D.The email addresses are not in Salesforce as Contacts or Leads.
AnswerB

Admins can exclude specific domains; if that domain is listed, emails from it are not captured.

Why this answer

Einstein Activity Capture allows admins to configure excluded email addresses or domains. If a domain is excluded, emails from that domain will not be captured. Other options like permissions or field mapping would affect all emails, not just a specific domain.

277
MCQeasy

When training an Einstein Discovery model, which data type is not supported as a predictor field?

A.Multi-select picklist
B.Numeric
C.Picklist
D.Date
AnswerA

Multi-select picklists have multiple values per record and cannot be used directly as predictors.

Why this answer

Multi-select picklists are not supported as predictors in Einstein Discovery. Numeric, picklist, and date fields are supported.

278
Multi-Selectmedium

Which TWO actions are best practices when implementing Einstein Prediction Service?

Select 2 answers
A.Ignore correlated features to simplify the model.
B.Clean the data to handle missing values and outliers.
C.Select relevant features that are likely to influence the prediction.
D.Include all available fields in the dataset for maximum information.
E.Use the default field mapping without review.
AnswersB, C

Data cleaning improves model accuracy.

Why this answer

Data quality directly impacts the accuracy and reliability of Einstein Prediction Service models. Cleaning data to handle missing values and outliers ensures that the training data is representative and reduces the risk of skewed predictions, which is a fundamental prerequisite for any machine learning model within Salesforce's AI framework.

Exam trap

Salesforce often tests the misconception that more data always leads to better predictions, but in practice, irrelevant or noisy features degrade model performance, making feature selection and data cleaning critical.

279
Multi-Selectmedium

A company is deploying Einstein Prediction Builder to predict equipment failure. Which three considerations are essential for building an accurate prediction model? (Choose 3)

Select 3 answers
A.Missing values in features should be handled appropriately.
B.The dataset should span a sufficient time period to capture patterns.
C.All input features must be numerical.
D.The model should be retrained only once after initial deployment.
E.The prediction horizon must be clearly defined.
AnswersA, B, E

Missing data can bias the model.

Why this answer

Missing values in features can introduce bias or cause errors in the predictive model. Einstein Prediction Builder automatically handles missing data through imputation, but understanding how missing values are treated is essential for model accuracy, as inappropriate handling can distort relationships between features and the target outcome.

Exam trap

Salesforce often tests the misconception that all input features must be numerical for machine learning models, but Einstein Prediction Builder natively supports non-numerical data types through automated preprocessing.

280
MCQeasy

A user wants to use Einstein GPT to automatically generate a case summary after a service call is logged. Which feature should they use?

A.Einstein Discovery
B.Service GPT
C.Sales GPT
D.Einstein Copilot
AnswerB

Service GPT can generate case summaries from conversation transcripts or notes.

Why this answer

Service GPT is the correct feature because it is specifically designed to automate service-related tasks within Salesforce, such as generating case summaries after a service call. It leverages generative AI to analyze call logs and produce concise summaries, directly addressing the user's need for post-call documentation.

Exam trap

The trap here is that candidates may confuse Einstein Copilot as a catch-all AI tool for any task, but the exam specifically tests knowledge of which GPT product (Service, Sales, or Marketing) aligns with the given business function, not the general assistant.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is a predictive analytics tool that identifies patterns and provides insights from data, not a generative AI feature for creating case summaries. Option C is wrong because Sales GPT focuses on sales processes like generating emails or call scripts, not on service case summaries. Option D is wrong because Einstein Copilot is an AI assistant that helps users with tasks across Salesforce but is not specifically tailored to automatically generate case summaries after a service call; Service GPT is the dedicated feature for that use case.

281
MCQhard

A generative AI chatbot sometimes produces factually incorrect responses about a company's products. What is this phenomenon called?

A.Data leakage
B.Overfitting
C.Hallucination
D.Bias
AnswerC

Hallucination describes when an AI model produces confident but false information.

Why this answer

Hallucination is when an AI generates incorrect or nonsensical information.

282
MCQeasy

A marketing team wants to use Einstein Recommendations to personalize product offers on their e-commerce site. They have a dataset of 50,000 customers with purchase history. However, 40% of customers have no purchase history (new registrations). The model performs well for returning customers but gives generic recommendations for new ones. The team wants to improve recommendations for new customers. What data preparation step should they take?

A.Remove all customers with missing purchase history from the training set.
B.Assign a random purchase frequency to each new customer to add variety.
C.Impute missing purchase history with the average purchase frequency across all customers.
D.Use only customers with complete purchase history to train a more accurate model.
AnswerC

Imputation provides a baseline signal for new customers, enabling the model to make reasonable recommendations.

Why this answer

Imputing missing purchase data with a sensible default (e.g., average purchase frequency) gives the model signal for new customers, improving recommendations without discarding data.

283
MCQmedium

A company wants to predict which sales opportunities are most likely to close. They want the prediction to consider factors like stage, amount, and historical win rates. Which Einstein feature should they use?

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

Opportunity Scoring predicts win likelihood using factors like stage, amount, and historical data.

Why this answer

Einstein Opportunity Scoring is the correct feature because it uses AI to analyze historical win rates, deal stage, amount, and other opportunity attributes to predict the likelihood of a deal closing. This directly matches the requirement to consider factors like stage, amount, and historical win rates for sales opportunities.

Exam trap

The trap here is that candidates confuse Einstein Opportunity Scoring with Einstein Forecasting, because both deal with 'opportunities' and 'predictions,' but Forecasting predicts aggregate revenue while Scoring predicts individual deal closure probability.

How to eliminate wrong answers

Option A is wrong because Einstein Forecasting predicts future revenue and pipeline trends, not the likelihood of individual opportunities closing. Option C is wrong because Einstein Lead Scoring is designed for leads (pre-opportunity records), not for existing sales opportunities with stages and amounts. Option D is wrong because Einstein Prediction Builder is a custom AI tool that requires the user to define the prediction objective and fields, whereas Opportunity Scoring is a pre-built, purpose-built model for opportunity win prediction.

284
MCQmedium

A sales operations analyst wants to understand why an opportunity's win likelihood score changed after a recent update. Where can they find the factors that influenced the score in Lightning?

A.In a custom report that includes the opportunity score field
B.In the Einstein Lead Scoring section of Setup
C.In Einstein Discovery, by running a story on opportunity data
D.On the opportunity record page, in the Einstein Scoring component
AnswerD

The component displays the score and top influencing factors.

Why this answer

The Einstein Scoring component on the opportunity record page displays the key factors that influenced the win likelihood score. This component provides a breakdown of the positive and negative factors, such as changes in lead source or engagement, that caused the score to change after a recent update. It is the direct, in-context location for understanding score drivers in Lightning.

Exam trap

The trap here is that candidates confuse the Einstein Scoring component (which shows per-record factor explanations) with Einstein Discovery or Setup configurations, which are for model management or aggregate analysis, not for live, record-level score breakdowns.

How to eliminate wrong answers

Option A is wrong because a custom report with the opportunity score field shows only the final score value, not the underlying factors that influenced it. Option B is wrong because the Einstein Lead Scoring section of Setup is for configuring scoring models and settings, not for viewing per-opportunity factor breakdowns. Option C is wrong because Einstein Discovery is used for broader predictive analytics and story generation on historical data, not for real-time, per-record factor explanations within the Lightning record page.

285
Multi-Selecthard

Which TWO are best practices when implementing Einstein Bots? (Choose two.)

Select 2 answers
A.Start with high-volume, low-complexity conversations
B.Use complex intents for initial setup
C.Configure the bot to handle all customer conversations
D.Continuously improve intents based on conversation logs
E.Deploy the bot to all channels immediately without testing
AnswersA, D

Ensures easy wins and learning.

Why this answer

Einstein Bots are designed to automate high-volume, low-complexity conversations first, such as password resets or order status inquiries. This approach allows the bot to handle the most frequent interactions efficiently, reducing agent workload and providing immediate ROI. Starting simple also enables easier intent training and faster deployment, aligning with best practices for conversational AI implementation.

Exam trap

Salesforce often tests the misconception that bots should handle everything immediately, but the best practice is to start small and iterate based on conversation logs to improve intent accuracy and coverage.

286
MCQhard

A company uses Einstein Conversation Insights to analyze sales call recordings. They want to automatically capture the next steps mentioned in calls. Which feature of Conversation Insights should they configure?

A.Talk-time Metrics
B.Next Step Capture
C.Keyword Tracking
D.Call Summary
AnswerB

Next Step Capture automatically identifies commitments and action items from calls.

Why this answer

Next Step Capture, is correct because it is the specific Einstein Conversation Insights feature designed to automatically identify and extract action items or follow-up tasks mentioned during sales calls. This allows the system to surface commitments and next steps without manual note-taking, directly addressing the requirement to capture next steps from call recordings.

Exam trap

The trap here is that candidates may confuse Keyword Tracking with Next Step Capture, assuming that tracking keywords like 'follow up' is sufficient, but Keyword Tracking lacks the contextual NLP to distinguish a mere mention from an actual commitment or next step.

How to eliminate wrong answers

Option A is wrong because Talk-time Metrics measures the duration of speaking time per participant or per topic, not the extraction of action items or next steps. Option C is wrong because Keyword Tracking identifies predefined words or phrases in call transcripts for compliance or trend analysis, but it does not automatically capture the context of next steps or commitments. Option D is wrong because Call Summary provides a high-level overview of the call including key points and sentiment, but it does not specifically extract or structure next steps as a dedicated feature.

287
Multi-Selecteasy

A sales team is implementing Einstein Lead Scoring. Which two actions should they take to ensure the model is effective? (Choose 2)

Select 2 answers
A.Include only demographic data for scoring.
B.Set a fixed score threshold for all users.
C.Disable the model for low-volume leads.
D.Ensure the training data includes both converted and unconverted leads.
E.Regularly review and provide feedback on lead conversions.
AnswersD, E

Balanced data is necessary.

Why this answer

Einstein Lead Scoring requires training data that includes both converted and unconverted leads to build a predictive model that can distinguish between leads likely to convert and those that are not. Without unconverted leads, the model cannot learn the negative patterns, leading to biased predictions and poor accuracy.

Exam trap

Salesforce often tests the misconception that Einstein Lead Scoring can work effectively with only positive examples (converted leads), but the model fundamentally requires both positive and negative examples to learn the difference between high- and low-quality leads.

288
Multi-Selectmedium

Which THREE factors are most important for ensuring the accuracy of an AI model in a CRM context? (Select 3)

Select 3 answers
A.Relevant features selected for the prediction task
B.Large number of model parameters
C.Representative training data
D.Higher inference speed
E.Clean and complete data
AnswersA, C, E

Feature selection directly affects model performance.

Why this answer

Data quality, representative training data, and relevant features directly impact model accuracy.

289
MCQmedium

A company wants to provide personalized product recommendations on their community site built with Experience Cloud. Which Einstein feature should they use?

A.Einstein Prediction Builder
B.Einstein Vision
C.Einstein Next Best Action
D.Einstein Recommendation Builder
AnswerD

Correct. Recommendation Builder provides product/content recommendations for Experience Cloud.

Why this answer

Einstein Recommendation Builder enables product and content recommendations for Experience Cloud sites.

290
Multi-Selectmedium

A company wants to use Einstein GPT to generate draft replies for service agents. Which TWO Einstein GPT features can accomplish this?

Select 2 answers
A.Service GPT – Reply Recommendations
B.Service GPT – Case Summaries
C.Einstein Copilot
D.Sales GPT – Email Generation
E.Einstein Bots
AnswersA, B

Generates draft replies for service agents.

Why this answer

Service GPT includes reply recommendations and case summary generation. Sales GPT is for sales. Einstein Copilot can assist but is not specifically for reply drafts.

Einstein Bots are for chat automation.

291
MCQmedium

A sales manager wants to understand why certain opportunities are predicted to close won while others are not. They need a visual breakdown of the key factors influencing the prediction. Which Einstein feature provides this automatically?

A.Einstein Lead Scoring
B.Einstein Forecasting
C.Einstein Opportunity Scoring
D.Einstein Discovery
AnswerD

Einstein Discovery performs automated statistical analysis, creates stories with waterfall charts, and highlights key influencing factors.

Why this answer

Einstein Discovery is the correct feature because it automatically analyzes historical data to identify and visualize the key factors (drivers) that influence prediction outcomes, such as why certain opportunities close won. Unlike scoring features that provide a single score, Einstein Discovery offers a visual breakdown of influential factors, making it ideal for understanding the 'why' behind predictions.

Exam trap

The trap here is that candidates confuse 'scoring' features (which only provide a probability score) with 'Discovery' (which provides explainable insights and visual breakdowns of influencing factors).

How to eliminate wrong answers

Option A is wrong because Einstein Lead Scoring predicts the likelihood of a lead converting, not the factors influencing opportunity close predictions. Option B is wrong because Einstein Forecasting predicts future revenue based on pipeline data, not the key factors influencing individual opportunity outcomes. Option C is wrong because Einstein Opportunity Scoring predicts the probability of an opportunity closing won, but it does not provide a visual breakdown of the key factors influencing that prediction.

292
MCQmedium

A sales rep wants Einstein GPT to generate a personalized email to a prospect based on recent account activity. Which Salesforce GPT feature should the rep use?

A.Einstein Copilot
B.Sales GPT
C.Prompt Builder
D.Service GPT
AnswerB

Sales GPT includes features like email generation, call summaries, and meeting follow-ups for sales reps.

Why this answer

Sales GPT is the correct feature because it is specifically designed to generate personalized sales emails based on recent account activity, leveraging CRM data and generative AI to create context-aware outreach. Einstein Copilot is a conversational assistant, not a dedicated email generation tool, while Prompt Builder requires manual prompt creation and lacks the automated, activity-triggered personalization that Sales GPT provides. Service GPT focuses on service-related use cases like case summaries and replies, not sales prospecting.

Exam trap

The trap here is that candidates often confuse Einstein Copilot (a general-purpose conversational AI) with Sales GPT (a specialized sales email generator), because both are part of the Einstein GPT family, but Copilot lacks the automated, activity-triggered personalization for sales emails.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is a conversational AI assistant for answering questions and performing actions across Salesforce, not a tool for generating personalized sales emails based on account activity. Option C is wrong because Prompt Builder is a low-code tool for creating custom prompts for generative AI, but it does not automatically pull recent account activity to generate personalized emails; it requires manual prompt design and configuration. Option D is wrong because Service GPT is designed for service scenarios such as summarizing cases, drafting service replies, and knowledge article generation, not for sales prospecting or personalized email generation.

293
MCQhard

An administrator is configuring Einstein Activity Capture and wants to prevent automatic logging of emails sent to a specific external domain (e.g., legal@acme.com) due to confidentiality. How should they achieve this?

A.Set up a flow to delete the email record after it is logged.
B.Use Einstein Email Insights to flag emails from that domain for manual review.
C.Create a validation rule on the Email Message object to block logging.
D.Add the domain to the Excluded Addresses list in Activity Capture settings.
AnswerD

Correct. Excluded Addresses prevents emails to/from those addresses from being logged.

Why this answer

Einstein Activity Capture includes a built-in 'Excluded Addresses' list within its configuration settings. Adding a domain (e.g., acme.com) to this list prevents any emails sent to or from addresses matching that domain from being automatically logged, which directly addresses the confidentiality requirement without requiring custom code or post-processing.

Exam trap

The trap here is that candidates often confuse post-processing actions (like flows or validation rules) with pre-capture exclusion settings, assuming they can block logging after the fact, when in reality Einstein Activity Capture only supports exclusion at the configuration level before data is ingested.

How to eliminate wrong answers

Option A is wrong because using a flow to delete the email record after it is logged violates the principle of 'preventing automatic logging'—the email would still be captured and stored temporarily, creating a potential data exposure window and unnecessary system overhead. Option B is wrong because Einstein Email Insights is an analytics tool that surfaces email engagement metrics (e.g., open rates, click tracking) and does not provide a mechanism to block or exclude logging of specific domains; flagging for manual review still results in the email being logged initially. Option C is wrong because validation rules on the Email Message object cannot prevent the initial capture of email data by Einstein Activity Capture—validation rules fire after the record is created, and the capture process bypasses standard object validation triggers, so the email would still be logged.

294
MCQmedium

A large retail company uses Data Cloud to consolidate customer data from e-commerce, POS, and loyalty programs. They plan to use Einstein Studio to build a churn prediction model. The data architect notices that the churn model's accuracy is below expectations. Upon investigation, they find that the customer entity in Data Cloud has multiple records for the same customer with slightly different spellings and addresses. The data comes from different streams. What should the data architect do to improve the model?

A.Create a Data Transform to merge duplicate records based on fuzzy matching on name and address fields
B.Increase the data stream frequency to get more recent data
C.Change the primary key in the data model to use a different identifier
D.Use a Calculated Insight to aggregate customer behavior over time
AnswerA

Directly addresses the duplicate issue and creates a unified view.

Why this answer

The best course of action because creating a Data Transform with fuzzy matching merges duplicates into a single clean record, improving data quality for the model. Option B is flawed because increasing frequency does not fix existing duplicates. Option C aggregates but doesn't resolve the duplication.

Option D changes the primary key but duplicates remain.

295
Multi-Selectmedium

A sales operations manager wants to use Einstein Forecasting to improve forecast accuracy. Which TWO capabilities does Einstein Forecasting provide beyond traditional manager rollups? (Select two.)

Select 2 answers
A.Automated opportunity scoring for each deal
B.Generation of call scripts for sales reps
C.Automatic adjustment of quota targets based on AI predictions
D.Comparison of AI forecast to the rep's commit amount
E.AI-generated forecast predictions based on historical data and trends
AnswersD, E

Forecasting shows both AI prediction and rep commit side by side.

Why this answer

Einstein Forecasting provides a direct comparison between the AI-generated forecast and the sales rep's manually entered commit amount. This allows managers to see where human judgment and AI predictions diverge, enabling data-driven coaching and more accurate forecasting. Traditional manager rollups only aggregate rep commits without this AI-based validation layer.

Exam trap

The trap here is that candidates confuse Einstein Forecasting's AI-generated predictions (Option E) with other Einstein features like scoring or guidance, and fail to recognize that the comparison to rep commits (Option D) is a distinct capability not available in traditional rollups.

296
MCQhard

A company has a custom AI model for sentiment analysis and wants to use it in Salesforce without rebuilding. Which approach should they take?

A.Use Data Export and import into external system
B.Use Bring Your Own Model (BYOM) for Einstein
C.Use MuleSoft
D.Build in Apex
AnswerB

Enables custom model deployment in Salesforce.

Why this answer

Bring Your Own Model (BYOM) for Einstein allows companies to deploy their own pre-trained AI models directly into Salesforce without rebuilding them. This approach leverages Salesforce's infrastructure for inference while keeping the custom model intact, making it the ideal solution for integrating a custom sentiment analysis model.

Exam trap

The trap here is that candidates may confuse MuleSoft (an integration tool) with a model deployment service, or assume that any external model must be rebuilt in Apex, when BYOM is specifically designed to avoid that.

How to eliminate wrong answers

Option A is wrong because Data Export is a tool for exporting Salesforce data to external systems, not for importing or running custom AI models within Salesforce. Option C is wrong because MuleSoft is an integration platform for connecting applications and data, not a service for deploying custom AI models into Salesforce's AI framework. Option D is wrong because building the model in Apex would require rewriting the entire model from scratch in Apex code, which is impractical for complex machine learning models and defeats the purpose of using an existing custom model.

297
MCQmedium

Refer to the exhibit. A data scientist tries to query the dataset but receives an error. Which of the following is the most likely cause?

A.The requested fields are not included in the policy.
B.The condition filters out records with amount=5000.
C.The data scientist is not listed in the allowedUsers array.
D.The policy format is invalid JSON.
AnswerA

If the query requests a field not listed (e.g., customer_name), it would be denied.

Why this answer

'data_scientist' is in allowedUsers, so they are allowed. Option B is not in policy, C the policy filters amounts >0 and <10000, so 5000 is included, D the fields are in the policy, so they should be accessible.

298
Multi-Selectmedium

An administrator wants to use Einstein GPT to automatically generate case summaries and draft knowledge articles. Which THREE features should they enable?

Select 3 answers
A.Service GPT for Knowledge Article Drafts
B.Sales GPT for Email Generation
C.Service GPT for Case Summaries
D.Einstein Reply Recommendations
E.Einstein Copilot
AnswersA, C, E

Service GPT can draft knowledge articles from case data.

Why this answer

Service GPT for Knowledge Article Drafts (Option A) is correct because it is the specific Einstein GPT feature designed to automatically generate knowledge article drafts from case details, enabling administrators to streamline content creation. This feature leverages generative AI to produce draft articles based on resolved cases, reducing manual effort.

Exam trap

The trap here is that candidates may confuse Einstein Reply Recommendations (a predictive AI feature for suggesting replies) with generative AI features like Service GPT, or assume Sales GPT can handle service tasks, when in fact each GPT is scoped to its specific domain (Sales vs. Service).

299
MCQhard

Refer to the exhibit. An admin configures Einstein Next Best Action with the above JSON. The expected behavior is to recommend the top 5 actions for open leads with a score of at least 70. However, only 2 recommendations appear for some leads. Which is the most likely cause?

A.The filter on Lead Status is incorrectly excluding actions.
B.The scoreThreshold of 70 excludes many actions, so fewer than 5 meet the criteria.
C.The recommendation strategy is misconfigured for this object.
D.The maxRecommendations is set to 2 instead of 5.
AnswerB

Score threshold filters out low-scoring actions.

Why this answer

The scoreThreshold of 70 filters out any actions with a score below 70. If fewer than 5 actions meet this threshold, the system returns only those that qualify, resulting in fewer than 5 recommendations. The maxRecommendations setting defines the upper limit, but the actual number returned is constrained by the scoreThreshold.

Exam trap

Salesforce often tests the interaction between scoreThreshold and maxRecommendations, where candidates mistakenly assume maxRecommendations is the sole determinant of the number of recommendations, overlooking that scoreThreshold can reduce the count below that limit.

How to eliminate wrong answers

Option A is wrong because the filter on Lead Status is not mentioned in the JSON exhibit; the issue is with the score threshold, not a status filter. Option C is wrong because the recommendation strategy is correctly configured for the object; the JSON shows valid strategy settings, and the problem is purely about scoring. Option D is wrong because maxRecommendations is set to 5 in the JSON (as stated in the expected behavior), not 2; the reduced count is due to the scoreThreshold, not a misconfiguration of maxRecommendations.

300
Multi-Selecthard

Before training an Einstein Prediction model, a data analyst must perform data quality checks. Which THREE checks are most critical?

Select 3 answers
A.Confirm that label distribution matches the target baseline
B.Remove duplicate records that could cause data leakage
C.Verify consistent data types across records (e.g., all dates as Date)
D.Ensure all features follow a normal distribution
E.Check for missing values in key fields
AnswersB, C, E

Duplicates can over-represent certain patterns.

Why this answer

Duplicate records can cause data leakage by allowing the model to see the same or highly similar data in both training and validation splits, leading to overfitting and inflated performance metrics. Removing duplicates ensures that the model generalizes to unseen data rather than memorizing repeated instances.

Exam trap

Salesforce often tests the misconception that all features must be normally distributed, which is a requirement for some statistical tests but not for machine learning models like those in Einstein Prediction Builder, which can handle non-normal data via tree-based or ensemble methods.

Page 3

Page 4 of 11

Page 5

All pages