Courseiva

Salesforce AI Associate AI Associate (AI Associate) — Questions 76150

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

Page 1

Page 2 of 11

Page 3
76
Multi-Selecthard

A healthcare company uses Einstein Prediction Builder to predict patient no-shows. After training a model, they receive a low prediction accuracy. Which THREE actions should they take to improve?

Select 3 answers
A.Increase the number of records in the training dataset
B.Use Einstein Discovery instead
C.Change the prediction field to a different field
D.Enable Einstein Case Classification
E.Add more relevant features (input fields) to the dataset
AnswersA, C, E

More data generally improves model performance.

Why this answer

Increasing the number of records in the training dataset helps the model learn more patterns and reduces overfitting, which directly improves prediction accuracy. Einstein Prediction Builder requires a minimum number of historical records to produce statistically significant results, and more data generally leads to better model performance.

Exam trap

The trap here is that candidates may confuse Einstein Discovery with Einstein Prediction Builder, thinking they are interchangeable, or assume that enabling unrelated features like Case Classification can fix accuracy issues.

77
Multi-Selectmedium

Which THREE of the following are required when setting up a data stream from Salesforce to Data Cloud?

Select 3 answers
A.Data Stream object definition
B.Data Transform
C.Data Source connection
D.Data Model mapping
E.Data Action
AnswersA, C, D

Defines the stream's schema and source type.

Why this answer

A is correct because a Data Stream object definition is required to specify the schema and fields for the data being ingested from Salesforce into Data Cloud. Without this definition, Data Cloud cannot interpret the structure of the incoming records, making it impossible to map or transform the data.

Exam trap

Salesforce often tests the distinction between mandatory configuration steps and optional enhancements, so the trap here is that candidates mistake Data Transform or Data Action as required because they are commonly used in data pipelines, but they are not prerequisites for establishing the data stream itself.

78
Multi-Selecteasy

Which TWO of the following are capabilities of Einstein Conversation Insights?

Select 2 answers
A.Keyword tracking across call recordings
B.Lead scoring based on call sentiment
C.Talk-time metrics for agents
D.Real-time transcription during calls
E.Automated email generation for follow-ups
AnswersA, C

Correct.

Why this answer

Einstein Conversation Insights includes a keyword tracking feature that allows users to define specific keywords or phrases to be detected across call recordings. This enables the system to surface relevant conversations and trends based on predefined terms, which is a core capability for analyzing customer interactions at scale.

Exam trap

The trap here is that candidates often confuse Einstein Conversation Insights with Einstein Call Coaching or real-time transcription tools, leading them to select real-time transcription (Option D) as a capability when it is actually a post-call analysis platform.

79
MCQeasy

To recommend the most relevant action for a service agent during a call, which feature should be used?

A.Flow
B.Einstein Next Best Action
C.Quick Actions
D.Process Builder
AnswerB

Provides AI-driven recommendations in real time.

Why this answer

Einstein Next Best Action is the correct feature because it uses AI to analyze the call context in real time and recommend the most relevant action for a service agent, such as offering a specific discount or knowledge article. Unlike static automation tools, it leverages predictive models to adapt recommendations based on customer data and conversation sentiment, ensuring the agent takes the optimal next step.

Exam trap

Salesforce often tests the misconception that any automation tool (like Flow or Process Builder) can provide AI-driven recommendations, but only Einstein Next Best Action is purpose-built for real-time, context-aware suggestions during a service call.

How to eliminate wrong answers

Option A is wrong because Flow is a declarative automation tool for building guided processes or screen flows, but it does not use AI to dynamically recommend actions based on real-time call context. Option C is wrong because Quick Actions are predefined, one-click actions (e.g., log a call, create a task) that are static and not AI-driven, so they cannot recommend the most relevant action during a call. Option D is wrong because Process Builder is a point-and-click tool for automating standard business processes (e.g., record updates, email alerts) and lacks AI capabilities to generate context-aware recommendations.

80
MCQhard

A company using Einstein Bots wants to improve the bot's ability to understand varied customer expressions (e.g., 'I want a refund', 'money back', 'return my purchase'). Which component should they configure to map these expressions to a common intention?

A.Entities
B.Intents
C.NLP training
D.Dialog flows
AnswerB

Intents group multiple utterances that share the same customer goal, such as requesting a refund.

Why this answer

Intents are the correct component because they define the purpose or goal behind a customer's input. In Einstein Bots, intents are trained to recognize varied phrasings (e.g., 'I want a refund', 'money back', 'return my purchase') and map them to a single, common intention, such as 'Request_Refund'. This allows the bot to understand and route the conversation appropriately without requiring exact keyword matches.

Exam trap

The trap here is that candidates often confuse 'NLP training' (a process) with the actual component (Intents) that stores and maps the varied expressions to a common intention, leading them to select Option C.

How to eliminate wrong answers

Option A is wrong because Entities are used to extract specific data points (e.g., product names, dates, amounts) from a user's utterance, not to map varied expressions to a common intention. Option C is wrong because NLP training is the process of improving the bot's language understanding, but it is not a component that directly maps expressions to intentions; it enhances the underlying model that supports intent recognition. Option D is wrong because Dialog flows define the conversation paths and responses after an intent is identified, not the mapping of varied expressions to that intent.

81
MCQhard

A company uses Einstein Forecasting for revenue prediction. The historical data shows seasonal spikes every quarter. The model consistently underestimates peak periods. What is the best data preparation step to improve accuracy?

A.Increase the forecast horizon to 12 months.
B.Add a 'quarter' index field (1-4) to the dataset.
C.Remove the spike data points as outliers.
D.Use only the last 6 months of data to reduce noise.
AnswerB

Providing explicit seasonality indicators helps the model learn periodic behavior.

Why this answer

Einstein Forecasting can detect seasonality if the data contains enough history and a seasonality marker. Adding a 'quarter' feature explicitly helps the model capture recurring patterns.

82
MCQhard

A company uses Einstein Conversation Insights to analyze sales call recordings. They want to automatically capture action items from each call. How can they achieve this?

A.Use Einstein Call Summaries in Sales GPT
B.Manually create tasks from the call transcript
C.Integrate with Einstein Bots to capture steps
D.Enable the 'Next Step Capture' feature in Conversation Insights settings
AnswerD

Conversation Insights includes a next step capture feature that identifies action items from calls.

Why this answer

Einstein Conversation Insights includes a built-in 'Next Step Capture' feature that automatically identifies and extracts action items from sales call recordings. This feature uses natural language processing (NLP) to detect commitments, tasks, and follow-ups mentioned during the conversation, eliminating the need for manual transcription review or external integrations.

Exam trap

The trap here is that candidates may confuse Einstein Call Summaries (which provides a summary) with the specific action-item extraction capability, or assume that a manual process or chatbot integration is required, when in fact the feature is natively built into Conversation Insights settings.

How to eliminate wrong answers

Option A is wrong because Einstein Call Summaries in Sales GPT provides a summary of the call but does not specifically capture or extract action items; it focuses on generating a narrative overview rather than discrete tasks. Option B is wrong because manually creating tasks from the call transcript defeats the purpose of automation and is not a feature within Conversation Insights; it relies on human effort and does not leverage the platform's AI capabilities. Option C is wrong because Einstein Bots are designed for automated conversational interactions (e.g., chatbots) and are not used to capture steps from recorded calls; they operate in real-time chat scenarios, not post-call analysis.

83
Multi-Selectmedium

Which THREE factors should an AI Associate consider when evaluating a model for potential bias?

Select 3 answers
A.The complexity of the model architecture.
B.Whether features are correlated with protected attributes.
C.Disparities in model performance metrics across groups.
D.The date the model was last deployed.
E.Whether the training data is representative of all groups.
AnswersB, C, E

Correlation can lead to proxy discrimination.

Why this answer

If a feature is correlated with a protected attribute (e.g., race, gender, age), the model may inadvertently learn and perpetuate discriminatory patterns, even if the protected attribute itself is not used as an input. This is a key source of indirect or proxy bias in machine learning systems.

Exam trap

Salesforce often tests the misconception that model complexity or deployment recency are relevant to bias detection, when in fact bias is rooted in data representation and feature correlations with protected attributes.

84
MCQeasy

Which statement best describes 'inference' in the context of machine learning?

A.The process of training a model on labeled data
B.The process of collecting and preparing data
C.The process of using a trained model to make predictions on new data
D.The process of evaluating a model's accuracy
AnswerC

Inference is applying the model to new, unseen data.

Why this answer

Inference is the process of using a trained model to make predictions on new data. Training is the learning phase, and evaluation is assessing performance. Data collection is separate.

85
MCQmedium

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

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

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

Why this answer

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

86
MCQhard

A company uses Einstein Lead Scoring and notices that leads with a score above 90 are not converting as expected. They suspect the model is overfit to historical patterns. What should they do to improve model performance?

A.Increase the score range from 1-99 to 1-100
B.Retrain the model by including more recent leads and removing outdated ones
C.Manually adjust lead scores for high-scoring leads
D.Add more features to the model to capture more signals
AnswerB

Adding more diverse, recent data can reduce overfitting and improve generalization.

Why this answer

Overfitting occurs when a model learns historical patterns that are no longer relevant. By retraining the model with more recent leads and removing outdated ones, the model can adapt to current conversion behaviors and reduce overfitting, improving predictive performance.

Exam trap

The trap here is that candidates may think adding more features (Option D) always improves model accuracy, but in the context of overfitting, it often worsens the problem by increasing variance.

How to eliminate wrong answers

Option A is wrong because increasing the score range from 1-99 to 1-100 does not address overfitting; it merely changes the numeric scale without altering the model's underlying bias toward historical patterns. Option C is wrong because manually adjusting lead scores introduces human bias and undermines the automated, data-driven nature of Einstein Lead Scoring, which relies on machine learning algorithms. Option D is wrong because adding more features to an already overfit model can exacerbate overfitting by providing additional noise or irrelevant signals, rather than correcting the root cause of over-reliance on outdated data.

87
Multi-Selectmedium

A company uses Einstein Discovery to analyze sales data. They want to understand the key drivers of deal closures. Which THREE output types can Einstein Discovery provide? (Choose 3)

Select 3 answers
A.Stories that explain key factors in natural language
B.Operational prescriptions that recommend specific actions
C.Waterfall charts illustrating the contribution of each factor
D.Sentiment analysis scores
E.Custom binary prediction models
AnswersA, B, C

Stories are automatically generated narratives highlighting important findings.

Why this answer

Einstein Discovery generates 'Stories' that automatically describe key factors influencing outcomes in natural language, enabling users to understand drivers of deal closures without manual analysis. These stories are derived from statistical models that identify the most impactful variables in the dataset.

Exam trap

The trap here is that candidates confuse the distinct output types of Einstein Discovery (Stories, prescriptions, waterfall charts) with other Einstein AI features like sentiment analysis or custom model builders, leading them to select options that are valid Einstein capabilities but not outputs of Discovery.

88
Multi-Selecthard

Which TWO practices are recommended when using AI for automated decision-making in hiring?

Select 2 answers
A.Use the AI model as the sole decision-maker.
B.Regularly audit the model for adverse impact.
C.Use all available data including protected attributes.
D.Incorporate human review for high-stakes decisions.
E.Ignore adverse impact if the model is accurate.
AnswersB, D

Auditing detects bias.

Why this answer

Regular auditing for adverse impact is a core ethical practice to detect and mitigate bias in AI-driven hiring systems. Audits involve statistical analysis (e.g., the four-fifths rule from the Uniform Guidelines on Employee Selection Procedures) to compare selection rates across protected groups, ensuring the model does not disproportionately disadvantage certain demographics.

Exam trap

Salesforce often tests the misconception that model accuracy alone justifies automated decisions, tempting candidates to pick 'Ignore adverse impact if the model is accurate' (Option E) without recognizing that fairness and ethical compliance are separate, non-negotiable requirements.

89
Multi-Selectmedium

A company is building a sentiment analysis model for customer reviews. They want to measure its performance. Which TWO metrics are most appropriate for evaluating a classification model?

Select 2 answers
A.F1 score
B.R-squared
C.Mean squared error
D.Recall
E.Precision
AnswersD, E

Measures coverage of actual positives.

Why this answer

Precision and recall are key classification metrics. Accuracy can be misleading if classes are imbalanced. F1 is composite; but the question asks for two metrics, precision and recall are fundamental.

90
MCQmedium

A company wants to use AI to automatically extract key information (e.g., invoice number, date, total amount) from scanned PDF invoices. Which AI capability should they use?

A.Generative AI for text generation
B.Predictive analytics
C.Computer vision with optical character recognition (OCR)
D.Sentiment analysis
AnswerC

Correct: OCR converts scanned images to text, then NLP extracts fields.

Why this answer

Document scanning combined with OCR and NLP entity extraction can parse structured fields from documents. This falls under computer vision (OCR) and NLP.

91
MCQeasy

A company wants to use Einstein Discovery to analyze sales data and automatically uncover key drivers of deal closure. What must the admin provide to create a story?

A.At least one numeric field to predict
B.A date field for time series analysis
C.A foreign key to relate objects
D.A text field for sentiment analysis
AnswerA

Discovery predicts numeric values or binary outcomes; a numeric target is required.

Why this answer

Einstein Discovery requires at least one numeric field as the prediction target (e.g., deal amount, probability score) to train its regression or classification model. Without a numeric field to predict, the story cannot define what outcome the AI should analyze or uncover key drivers for.

Exam trap

Salesforce often tests the misconception that Einstein Discovery requires a date field for time series or a foreign key for relational data, when in fact the core requirement is a numeric field to define the prediction target.

How to eliminate wrong answers

Option B is wrong because a date field is optional for time series analysis but not mandatory; Einstein Discovery can create stories without any temporal component. Option C is wrong because a foreign key is not required; Einstein Discovery works on a single object or dataset and does not need relational joins to build a story. Option D is wrong because a text field for sentiment analysis is not a prerequisite; Einstein Discovery focuses on structured numeric and categorical fields, not unstructured text analysis.

92
MCQeasy

What is the primary purpose of the Einstein Copilot feature in Salesforce?

A.To automatically log emails and events
B.To analyze call recordings for talk-time metrics
C.To generate marketing email campaigns
D.To provide a conversational AI assistant within the CRM
AnswerD

Correct. Einstein Copilot assists users across Salesforce.

Why this answer

Einstein Copilot is a conversational AI assistant embedded directly in the Salesforce CRM interface. It allows users to ask natural-language questions, get summaries of records, generate field values, and execute actions without navigating menus. This aligns with option D, as its primary purpose is to provide an AI-powered chat experience within the CRM, not to automate logging, analyze calls, or generate marketing campaigns.

Exam trap

The trap here is that candidates confuse Einstein Copilot with other Einstein features like Einstein Activity Capture (logging) or Einstein Conversation Insights (call analysis), because all are 'Einstein' branded but serve entirely different purposes.

How to eliminate wrong answers

Option A is wrong because automatically logging emails and events is handled by Salesforce's Email-to-Case, Einstein Activity Capture, or standard Activity Logging features, not by Einstein Copilot. Option B is wrong because analyzing call recordings for talk-time metrics is a function of Einstein Conversation Insights (formerly Call Analytics), which uses natural language processing on voice data, not the conversational assistant Copilot. Option C is wrong because generating marketing email campaigns is the domain of Salesforce Marketing Cloud Engagement or Einstein Copy Insights, not the in-CRM Copilot assistant.

93
MCQhard

A company uses Einstein Bots for customer support. They want the bot to understand when a customer says 'I want to return a product' and trigger a return flow. What must be configured to recognize this intent?

A.Add a dialogue step that matches the phrase exactly
B.Create an entity for 'product' and map it to return flow
C.Use Einstein Article Recommendations to surface return policy
D.Train the bot's NLP with sample utterances for the 'Return_Product' intent
AnswerD

Intents are trained with example phrases so the bot can recognize variations.

Why this answer

Einstein Bots rely on Natural Language Processing (NLP) to interpret user intent from free-form text. To recognize the intent 'Return_Product', you must train the bot's NLP model by providing sample utterances (phrases) that represent that intent. This allows the bot to generalize and match variations like 'I need to send this back' or 'How do I return an item?' without requiring exact phrase matching.

Exam trap

The trap here is that candidates confuse exact phrase matching (Option A) with NLP-based intent recognition, assuming the bot works like a simple keyword trigger rather than a trained machine learning model.

How to eliminate wrong answers

Option A is wrong because Einstein Bots do not use exact phrase matching for intent recognition; they use NLP to handle variations in user language. Option B is wrong because entities (like 'product') are used to extract specific data from a user's utterance, not to define or trigger an intent. Option C is wrong because Einstein Article Recommendations surface knowledge articles to answer questions, not to recognize or trigger a return flow intent.

94
MCQhard

A company uses Einstein Prediction Builder to create a custom model that predicts whether a support case will be escalated. The model is built and published, but when the admin looks at the case record, the prediction field shows 'No Prediction' for all cases. The prediction is set to run on case creation and update. What should the admin check?

A.The prediction field is not added to the case page layout.
B.The model was not activated for all record types.
C.The model's confidence threshold is too high, causing no predictions.
D.The data prep steps included all required fields.
AnswerC

A high threshold means even correct predictions may be suppressed.

Why this answer

When Einstein Prediction Builder shows 'No Prediction' for all cases, a common cause is that the model's confidence threshold is set too high. The prediction field only displays a value when the model's confidence in its prediction exceeds that threshold; if no case meets the threshold, all predictions are suppressed. The admin should lower the confidence threshold in the model settings to allow predictions to appear.

Exam trap

Salesforce often tests the misconception that 'No Prediction' is caused by missing page layout fields or record type activation, but the actual cause is the confidence threshold filtering out all predictions.

How to eliminate wrong answers

Option A is wrong because if the prediction field were not on the page layout, the field would not appear at all on the case record, rather than showing 'No Prediction'. Option B is wrong because activation for record types is not a setting in Einstein Prediction Builder; models are applied globally or by object, not per record type. Option D is wrong because data prep steps including all required fields are necessary for model training, but if the model is already built and published, missing fields would have caused an error during training, not a 'No Prediction' result on existing records.

95
MCQeasy

A financial services company deploys an AI system to approve small business loans. The system uses a deep neural network trained on historical loan data. After deployment, an internal audit reveals that the approval rate for minority-owned businesses is 15% lower than for non-minority-owned businesses with similar financial profiles. The company's AI Ethics policy requires that AI systems be fair and transparent. The data science team has access to the training data, model architecture, and feature importance scores. The company wants to understand why the disparity exists and take corrective action. Which approach should the team take first?

A.Analyze the training data to determine if there is sampling bias or labeling bias that caused the model to associate minority ownership with higher risk.
B.Apply a disparate impact analysis to quantify the adverse impact and then adjust the decision threshold.
C.Examine the model's weights and activations to identify which features contribute to the disparity.
D.Retrain the model with a fairness constraint that penalizes disparities in approval rates.
AnswerA

Bias often stems from training data; analyzing data for imbalances or incorrect labels is the first logical step.

Why this answer

The first step in diagnosing an AI fairness issue is to audit the training data for biases such as sampling bias (e.g., underrepresentation of minority-owned businesses) or labeling bias (e.g., historical loan officers unfairly labeling minority applicants as higher risk). Since the team has access to the training data, analyzing it directly addresses the root cause of the disparity before making model-level changes. This aligns with the AI Ethics policy requirement for transparency, as data bias is a common source of unfair outcomes in deep neural networks trained on historical data.

Exam trap

Salesforce often tests the principle that data bias is the most common root cause of AI fairness issues, tempting candidates to jump to model-level fixes (like threshold adjustment or fairness constraints) instead of first auditing the training data for sampling or labeling bias.

How to eliminate wrong answers

Option B is wrong because applying a disparate impact analysis and adjusting the decision threshold treats the symptom (unequal approval rates) rather than investigating the underlying cause in the data or model; it may also violate transparency requirements if the threshold adjustment is not explainable. Option C is wrong because examining model weights and activations in a deep neural network is a black-box approach that is unlikely to reveal clear, interpretable causes of disparity, especially when feature importance scores are already available and the team should first check the data. Option D is wrong because retraining with a fairness constraint is a corrective action that should be taken only after understanding the source of bias; jumping to this step without data analysis risks introducing new biases or masking the original problem.

96
MCQhard

An admin wants to create a prompt template that generates a personalized sales email for a lead using fields like Company, Industry, and Lead Source. The email should be generated when a user clicks a button on the lead record. Which Prompt Builder template type is appropriate?

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

Sales Email is a template type in Prompt Builder for generating sales emails from records.

Why this answer

The Sales Email template type in Prompt Builder is specifically designed to generate personalized sales emails using standard fields like Company, Industry, and Lead Source, and it triggers on a button click on the lead record. This template type includes built-in placeholders and formatting optimized for email generation, making it the correct choice for this use case.

Exam trap

The trap here is that candidates often confuse Field Generation (which fills a single field) with Sales Email (which generates a complete email), or they assume Flex Prompt is always the fallback for any custom generation task, ignoring the specialized template types.

How to eliminate wrong answers

Option A is wrong because Flex Prompt is a generic template type for custom prompts that do not fit into predefined categories, but it lacks the specialized email generation logic and field mapping required for a sales email triggered from a lead record. Option B is wrong because Case Field Generation is designed to auto-populate fields on a case record based on case data, not to generate a sales email from a lead record. Option C is wrong because Field Generation is used to generate values for a single field (e.g., a description or summary) rather than producing a complete email output with multiple fields.

97
MCQeasy

A sales operations manager wants to compare the AI-predicted forecast against the sales rep's manual commit for the current quarter. Which Einstein feature provides this comparison?

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

Forecasting shows AI predictions vs rep commits in the forecast grid.

Why this answer

Einstein Forecasting is the specific feature designed to compare AI-predicted forecasts against sales reps' manual commitments for the current quarter. It provides a side-by-side view of the AI-generated forecast and the human-entered commit, enabling managers to identify discrepancies and adjust strategies accordingly.

Exam trap

The trap here is that candidates may confuse Einstein Forecasting with Einstein Opportunity Scoring, mistakenly thinking scoring provides forecast comparison, when in fact scoring only evaluates individual opportunity likelihood, not aggregated forecast data.

How to eliminate wrong answers

Option A is wrong because Einstein Opportunity Scoring focuses on predicting the likelihood of an individual opportunity closing, not on comparing aggregated forecast numbers against manual commits. Option C is wrong because Einstein Lead Scoring evaluates the probability that a lead will convert, which is unrelated to quarterly forecast comparison. Option D is wrong because Einstein Prediction Builder allows custom AI model creation for any object or field, but it does not natively provide the out-of-the-box forecast comparison between AI predictions and manual commits that Einstein Forecasting offers.

98
MCQeasy

A company wants to automatically generate draft email replies to customer support inquiries using generative AI. Which Einstein GPT feature is designed for this purpose?

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

Correct. Service GPT provides reply recommendations for support cases.

Why this answer

Service GPT includes reply recommendations that generate draft responses for support agents.

99
MCQmedium

Refer to the exhibit. A company uses an AI model for loan approvals. The error log shows a drift warning for a specific zip code, followed by a retraining failure due to insufficient data. What is the MOST ethical concern?

A.The model may produce biased outcomes for underserved groups
B.The system failed to log the error
C.The system ignored the drift warning
D.The retraining process is too slow
AnswerA

Lack of data for a group can lead to biased predictions.

Why this answer

The drift warning indicates that the model's performance has degraded for a specific zip code, likely due to changes in the underlying data distribution. When retraining fails due to insufficient data, the model cannot adapt to these changes, which can lead to biased outcomes for underserved groups in that zip code. This is the most ethical concern because it directly impacts fairness and equity in automated decision-making.

Exam trap

Salesforce often tests the distinction between ethical concerns and operational or technical issues, so candidates may mistakenly choose a performance-related option (like retraining being too slow) instead of recognizing the fairness and bias implications of a model failing to adapt to data drift for a specific population.

How to eliminate wrong answers

Option B is wrong because the error log explicitly shows a drift warning and a retraining failure, meaning the system did log the error. Option C is wrong because the system did not ignore the drift warning; it attempted retraining but failed due to insufficient data. Option D is wrong because the retraining process being too slow is a performance issue, not the primary ethical concern; the core ethical issue is the potential for biased outcomes when retraining cannot occur.

100
MCQmedium

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

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

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

Why this answer

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

101
MCQeasy

A data analyst is preparing data for a machine learning model. They notice that many records have missing values for the 'industry' field. What is the best first step?

A.Delete all records with missing values
B.Replace missing values with a placeholder or impute them
C.Ignore the missing values and train the model as is
D.Use a model that automatically handles missing data
AnswerB

Correct. Imputation or placeholder ensures data completeness.

Why this answer

Data quality is critical. Missing values must be handled (imputed or removed) to avoid garbage-in-garbage-out.

102
MCQeasy

A user asks an Einstein chatbot 'What is my current account balance?' The chatbot has been trained on transactions but is not supposed to reveal account data. Which ethical principle is at risk?

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

Customer financial information is sensitive and must be protected.

Why this answer

Revealing personal financial data violates the principle of privacy.

103
MCQmedium

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

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

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

Why this answer

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

104
Multi-Selectmedium

A company is implementing Einstein Activity Capture. They want to ensure that emails between the sales rep and the company's legal department are NOT logged. Which TWO actions should the admin take?

Select 2 answers
A.Configure a validation rule to suppress logging when the recipient contains legal domain
B.Add the legal department's email domain (e.g., @company-legal.com) to the excluded addresses list
C.Add the specific email addresses of legal team members to the excluded addresses list
D.Remove the sales rep's permission to log activities
E.Disable Einstein Activity Capture for the legal team's profiles
AnswersB, C

Excluded addresses prevent logging based on domain or address.

Why this answer

Einstein Activity Capture provides an 'Excluded Addresses' list where you can specify email domains (e.g., @company-legal.com) to prevent any emails to or from that domain from being logged. Option C is correct because you can also add individual email addresses to the same excluded list, giving granular control over which specific contacts are excluded from activity logging.

Exam trap

The trap here is that candidates may confuse Einstein Activity Capture's exclusion mechanism with Salesforce's validation rules or profile-based permissions, thinking they can use record-level logic or user permissions to filter captured emails, when in fact the feature has a dedicated exclusion list for addresses and domains.

105
MCQeasy

A sales admin wants to automatically log emails and events from a sales rep's email client to Salesforce without manual entry. Which feature should they enable?

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

Activity Capture is designed for automatic logging of emails and events.

Why this answer

Einstein Activity Capture (D) is the correct feature because it automatically logs emails and events from a connected email client (like Outlook or Gmail) into Salesforce without requiring manual entry. It uses server-side synchronization to capture interactions based on configured rules, making it the direct solution for this use case.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture with Einstein Email Insights, assuming that analytics features also include automatic logging, but Email Insights only provides engagement metrics, not data capture.

How to eliminate wrong answers

Option A is wrong because Einstein Conversation Insights analyzes voice and chat conversations for coaching insights, not for logging emails or events. Option B is wrong because Einstein Lead Scoring uses predictive models to rank leads based on conversion likelihood, not for capturing email or calendar data. Option C is wrong because Einstein Email Insights provides analytics on email engagement (e.g., open rates, click-throughs) but does not automatically log emails or events to Salesforce records.

106
MCQeasy

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

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

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

Why this answer

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

107
MCQmedium

A marketing team wants to recommend products and content to website visitors in Experience Cloud. Which Einstein feature should they use?

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

This builder creates product/content recommendations for Experience Cloud.

Why this answer

Einstein Recommendation Builder is designed for product/content recommendations in Experience Cloud.

108
MCQeasy

Which Einstein feature helps agents by suggesting relevant knowledge articles while working on a case?

A.Einstein Search
B.Einstein Article Recommendations
C.Einstein Case Classification
D.Einstein Reply Recommendations
AnswerB

Einstein Article Recommendations suggests knowledge articles based on case context.

Why this answer

Einstein Article Recommendations uses AI to recommend relevant knowledge articles to service agents.

109
Multi-Selectmedium

A company wants to use Einstein Next Best Action to recommend actions to sales reps. Which TWO components are part of the Next Best Action strategy? (Choose 2)

Select 2 answers
A.Flows
B.Einstein Bots
C.Apex
D.Einstein Prediction Builder models
E.External machine learning models
AnswersA, C

Flows can be used to define actions.

Why this answer

Next Best Action strategies can use Flows or Apex to define and execute recommended actions.

110
MCQeasy

Which Salesforce AI feature provides automated statistical analysis and generates plain-language stories about trends in data?

A.Einstein Discovery
B.Einstein Forecasting
C.Einstein Prediction Builder
D.Einstein GPT
AnswerA

Discovery generates stories and statistical analysis.

Why this answer

Einstein Discovery automatically analyzes data and produces stories, charts, and improvement suggestions.

111
MCQmedium

A sales operations manager wants to automatically prioritize leads based on historical conversion data. Which Salesforce Einstein feature should they use to create a custom predictive model without writing code?

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

Einstein Prediction Builder lets admins select a prediction field, data set, and features to create a custom AI prediction.

Why this answer

Einstein Prediction Builder (D) is the correct answer because it allows users to create custom predictive models—such as lead conversion propensity—using point-and-click tools, without writing any code. It leverages historical data from the org to train a model that outputs a prediction score for each record, directly meeting the requirement to automatically prioritize leads based on historical conversion data.

Exam trap

The trap here is that candidates confuse the pre-built, no-code Einstein Lead Scoring (B) with the customizable Einstein Prediction Builder (D), not realizing that Lead Scoring is a fixed model and cannot be retrained on custom historical data.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is an augmented analytics tool that surfaces insights and explanations from data, but it does not create deployable predictive models for lead scoring or prioritization. Option B is wrong because Einstein Lead Scoring is a pre-built, out-of-the-box model that scores leads based on standard fields; it cannot be customized to use arbitrary historical conversion data or to create a new custom model from scratch. Option C is wrong because Einstein Bots are designed for conversational AI and automated chat interactions, not for building predictive models to prioritize leads.

112
Multi-Selectmedium

A company wants to use Einstein GPT in Service Cloud to improve agent productivity. Which TWO features are available in Service GPT? (Choose 2)

Select 2 answers
A.Lead scoring
B.Knowledge article draft creation
C.Meeting follow-up generation
D.Case summary generation
E.Call recording analysis
AnswersB, D

Service GPT can draft knowledge articles.

Why this answer

Knowledge article draft creation is a feature of Service GPT that uses generative AI to automatically draft knowledge articles from case details, reducing manual effort for agents. Case summary generation is another Service GPT feature that produces concise summaries of case interactions, helping agents quickly understand case history and context.

Exam trap

The trap here is that candidates confuse features across Einstein GPT products (Sales GPT, Service GPT, Marketing GPT) and may incorrectly associate call recording analysis or lead scoring with Service GPT, when they belong to separate Einstein tools.

113
MCQeasy

A company wants to use Einstein Vision for product categorization. To ensure ethical use, they should:

A.Avoid using any images that contain people.
B.Test the model for bias across different demographic groups.
C.Use only high-resolution images.
D.Only use images from a single demographic.
AnswerB

Directly addresses fairness.

Why this answer

Testing for bias across demographic groups helps ensure the model treats all users fairly.

114
MCQeasy

A data scientist is training a model to predict customer churn. To ensure fairness, what should the data scientist do?

A.Focus solely on model accuracy ignoring demographic groups.
B.Ensure the training data is representative of the entire customer base.
C.Remove all demographic attributes from the dataset.
D.Use only historical data without checking for bias.
AnswerB

Representative data reduces the risk of bias.

Why this answer

Ensuring the training data is representative of the entire customer base directly addresses fairness by preventing underrepresentation or overrepresentation of specific demographic groups. A representative dataset helps the model learn unbiased patterns across all segments, reducing the risk of disparate impact. This aligns with the principle of fairness in AI, where the model's predictions should not systematically disadvantage any group.

Exam trap

Salesforce often tests the misconception that simply removing sensitive attributes (like race or gender) is sufficient to ensure fairness, when in reality the model can still learn proxies for those attributes from other correlated features.

How to eliminate wrong answers

Option A is wrong because focusing solely on model accuracy while ignoring demographic groups can lead to a model that performs well overall but has high error rates for minority groups, violating fairness principles. Option C is wrong because simply removing all demographic attributes does not guarantee fairness; the model can still learn proxies for those attributes from other correlated features (e.g., zip code for race), a phenomenon known as 'redundant encoding.' Option D is wrong because using only historical data without checking for bias propagates existing societal biases present in the data, leading to discriminatory outcomes.

115
MCQmedium

An admin wants to create a custom AI model that predicts whether a support case will be escalated (Yes/No) based on historical cases. The training data includes fields like Subject, Description, Account Tier, and Product Family. Which Einstein feature should they use?

A.Einstein Prediction Builder
B.Einstein Next Best Action
C.Einstein Case Classification
D.Einstein Discovery
AnswerA

Prediction Builder lets you create a custom binary prediction model (e.g., escalated vs not escalated) from Salesforce object data.

Why this answer

Einstein Prediction Builder allows creating custom binary prediction models from Salesforce data. It supports selecting prediction field, dataset, and features. The other features do not enable custom model creation.

116
MCQeasy

Refer to the exhibit. A developer runs a SOQL query. What does the output indicate?

A.The query returned 10 records in total.
B.The query is still processing.
C.The output is incomplete.
D.The query failed.
AnswerA

totalSize shows the number of records returned, and done=true means the query finished.

Why this answer

The SOQL query output shows '10 records returned' with no error or partial result indicator, confirming that the query completed successfully and returned exactly 10 records. In Salesforce SOQL, the query result includes a 'totalSize' field that reflects the total number of records matching the query criteria, and here it matches the number of records displayed, indicating a complete and successful retrieval.

Exam trap

Salesforce often tests the misconception that a small result set might be incomplete or that the query is still running, but the presence of a record count matching the displayed records and no error or pagination indicator confirms a complete and successful query.

How to eliminate wrong answers

Option B is wrong because SOQL queries are synchronous and either complete or fail; there is no 'still processing' state in the output—if processing were ongoing, the query would not return a result set. Option C is wrong because the output explicitly states '10 records returned' and shows all records, with no truncation or 'more records available' indicator; SOQL uses query locators for large result sets, but here the count matches the displayed records, so the output is complete. Option D is wrong because a failed query would return an error message or exception, not a list of records; the presence of a result set with a record count confirms success.

117
MCQmedium

A developer wants to use AI to automatically extract key entities like dates, product names, and amounts from customer emails and store them in Salesforce fields. Which Einstein API should they use?

A.Einstein Discovery API
B.Einstein Prediction Builder API
C.Einstein Bots API
D.Einstein Vision and Language Platform API
AnswerD

This platform includes NER API for entity extraction.

Why this answer

Einstein Vision and Language Platform (Einstein Platform Services) provides APIs for text classification, named entity recognition (NER), and other AI tasks. NER is specifically for extracting entities like dates, product names, and amounts.

118
MCQmedium

A sales manager wants to automatically prioritize leads based on their likelihood to convert. The team uses Salesforce Sales Cloud and has historical lead data with conversion outcomes. Which Einstein feature should they use to create a custom prediction model?

A.Einstein Discovery
B.Einstein GPT
C.Einstein Prediction Builder
D.Einstein Lead Scoring
AnswerC

Prediction Builder lets you create a custom binary prediction using your data.

Why this answer

Einstein Prediction Builder is the no-code Einstein feature specifically designed to allow admins to create custom binary prediction models (e.g., lead conversion) using their own historical data fields without requiring data science expertise. It automatically selects the most predictive fields and generates a model that outputs a probability score for each lead, which can then be used for prioritization.

Exam trap

The trap here is that candidates confuse the pre-built Einstein Lead Scoring (which is automatic and non-customizable) with the custom model builder Einstein Prediction Builder, assuming 'Lead Scoring' implies customizability when it does not.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is an analytics tool for identifying patterns and root causes in data, not for building custom prediction models that output a probability score for each record. Option B is wrong because Einstein GPT is a generative AI feature for creating content (e.g., email drafts, knowledge articles) and does not build predictive models for lead conversion. Option D is wrong because Einstein Lead Scoring is a pre-built, out-of-the-box scoring model that uses standard fields and cannot be customized with the user's own historical lead data and conversion outcomes.

119
MCQmedium

A company wants to use Einstein Prediction Builder to predict whether a support case will be escalated within the first 24 hours. Which field should be selected as the prediction field?

A.A date field for the escalation date
B.A text field with case escalation notes
C.A checkbox field named 'Escalated within 24 hours'
D.A numeric field representing escalation time in hours
AnswerC

Correct. Checkbox fields are binary and suitable for prediction.

Why this answer

Einstein Prediction Builder requires the prediction field to be a binary outcome (e.g., true/false, yes/no) that the model will learn to predict. A checkbox field named 'Escalated within 24 hours' directly represents the binary target (checked = escalated, unchecked = not escalated) needed for supervised classification.

Exam trap

The trap here is that candidates often confuse the prediction field with input features, selecting a date or numeric field that seems related to escalation timing, but Einstein Prediction Builder requires a binary target field for classification, not a continuous or text field.

How to eliminate wrong answers

Option A is wrong because a date field (e.g., escalation date) is a continuous or ordinal value, not a binary outcome; Prediction Builder cannot use a date as the prediction target without explicit binary transformation. Option B is wrong because a text field with case escalation notes is unstructured free text, which Prediction Builder does not support as a prediction field—it requires structured, categorical or boolean data. Option D is wrong because a numeric field representing escalation time in hours is a continuous numeric value; while it could be used for regression, the question asks for predicting a binary outcome (escalated or not within 24 hours), and Prediction Builder's classification models require a categorical or boolean target.

120
MCQmedium

A retail company implements an AI chatbot to recommend products. After launch, they notice the chatbot frequently suggests expensive items to budget-conscious customers. Which AI bias is most likely occurring?

A.Confirmation bias
B.Anchoring bias
C.Sample bias (biased training data)
D.Overconfidence bias
AnswerC

If the training data overrepresents high-spending customers, the model may learn to recommend expensive products to all users.

Why this answer

The chatbot's frequent suggestion of expensive items to budget-conscious customers indicates that the training data was biased toward high-cost products, leading the model to learn and replicate that preference. This is a classic case of sample bias (biased training data), where the dataset does not accurately represent the target user population, causing systematic errors in the model's recommendations.

Exam trap

Salesforce often tests the distinction between human cognitive biases (like anchoring or confirmation bias) and data-driven biases (like sample bias), so the trap here is that candidates confuse a human reasoning flaw with a machine learning training data issue.

How to eliminate wrong answers

Option A is wrong because confirmation bias refers to a human tendency to favor information that confirms preexisting beliefs, not a data-driven AI model's output skew. Option B is wrong because anchoring bias is a cognitive heuristic where humans rely too heavily on the first piece of information encountered, not a bias originating from training data distribution. Option D is wrong because overconfidence bias relates to a model or human assigning excessive certainty to predictions, not to a systematic skew in recommendation outputs due to imbalanced training data.

121
MCQmedium

A sales rep wants to see which of their leads are most likely to convert, ranked from 1 to 99, directly in the lead list view. Which feature provides this capability?

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

Lead Scoring provides a score 1-99 visible in list views.

Why this answer

Einstein Lead Scoring is the correct feature because it automatically assigns a score from 1 to 99 to each lead based on historical conversion patterns, directly in the lead list view. This allows the sales rep to rank leads by likelihood to convert without manual calculation or custom development.

Exam trap

The trap here is that candidates confuse Einstein Lead Scoring with Einstein Opportunity Scoring, assuming both score leads, but Einstein Opportunity Scoring is specifically for opportunities and uses a different scale and object.

How to eliminate wrong answers

Option A is wrong because Einstein Opportunity Scoring scores opportunities, not leads, and operates on a 0–100 scale, not 1–99, and is used for deal conversion likelihood, not lead conversion. Option C is wrong because Einstein Activity Capture syncs email and calendar events to Salesforce records but does not provide any scoring or ranking of leads. Option D is wrong because Einstein Prediction Builder is a no-code tool for creating custom predictive models on any object, but it requires configuration and does not automatically surface a 1–99 score in the lead list view out of the box.

122
MCQeasy

Which Einstein feature uses generative AI to help sales reps compose personalized emails directly in Salesforce?

A.Einstein Copilot
B.Einstein Service GPT
C.Sales GPT
D.Einstein Bots
AnswerC

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

Why this answer

Sales GPT includes email generation capabilities for sales reps.

123
MCQmedium

A company wants to build an autonomous AI agent that can handle customer inquiries and perform actions like updating records or creating orders without human intervention. Which Salesforce solution should they use?

A.Einstein Copilot
B.Einstein Bots
C.Agentforce
D.Einstein Prediction Builder
AnswerC

Agentforce enables autonomous agents that can take actions.

Why this answer

Agentforce is the correct solution because it is designed to build autonomous AI agents that can handle complex customer inquiries and perform actions like updating records or creating orders without human intervention. It leverages large language models and integrates with Salesforce Data Cloud to enable reasoning, planning, and execution of multi-step tasks autonomously.

Exam trap

The trap here is that candidates confuse Einstein Copilot (which requires human approval for actions) with an autonomous agent, but Agentforce is the only solution that operates without human intervention for end-to-end task execution.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is a conversational AI assistant that requires human-in-the-loop for action execution, not an autonomous agent that acts without human intervention. Option B is wrong because Einstein Bots are rule-based or simple AI chatbots that handle predefined intents and cannot autonomously perform complex actions like updating records or creating orders across systems. Option D is wrong because Einstein Prediction Builder is a tool for creating custom predictive models (e.g., churn prediction) and does not provide autonomous action execution capabilities.

124
Multi-Selectmedium

A company wants to use AI to analyze customer feedback from surveys and social media. Which TWO capabilities are most relevant?

Select 2 answers
A.Speech recognition
B.Sentiment analysis
C.Image recognition
D.Text classification
E.Predictive lead scoring
AnswersB, D

Sentiment analysis measures emotional tone, key for understanding customer feelings.

Why this answer

Sentiment analysis detects overall sentiment (positive/negative), and text classification can categorize feedback by topic. Entity extraction might be useful but is less central for broad feedback analysis.

125
MCQmedium

A large enterprise needs to integrate data from Salesforce CRM, an external ERP, and marketing automation to train an AI model for cross-sell recommendations. Which data storage strategy is most aligned with Salesforce's AI capabilities?

A.Use only Salesforce CRM data and ignore external sources
B.Store each source separately in Data Cloud and train models on each
C.Export all data to an external data lake and build a custom model
D.Use Salesforce Data Cloud to unify the datasets
AnswerD

Data Cloud provides harmonization, governance, and native Einstein integration.

Why this answer

Salesforce Data Cloud is designed to unify data from multiple sources into a single platform for AI and analytics. Exporting to a data lake adds complexity, using only Salesforce objects limits data scope, and storing flat files lacks governance.

126
MCQeasy

A marketing team wants to use Einstein Engagement Scoring to prioritize leads. What is the primary input for this AI feature?

A.Lead interaction history with emails and web activity.
B.Historical conversion data from closed opportunities.
C.Lead demographic information like industry and company size.
D.Social media posts and mentions of the company.
AnswerA

Engagement is measured by interactions.

Why this answer

Einstein Engagement Scoring analyzes lead interactions (email opens, clicks, web visits) to calculate engagement scores. Option A is correct. Option B is wrong because demographic data is not the primary input.

Option C is wrong because historical conversion data is used for predictive scoring, not engagement. Option D is wrong because social media data is not a direct input.

127
MCQeasy

A sales leader wants to compare each rep's forecast against an AI-generated prediction for the same period. Which Einstein feature provides this comparison?

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

Einstein Forecasting offers AI predictions that can be compared to rep commits and manager forecasts.

Why this answer

Einstein Forecasting is the correct feature because it directly compares a sales rep's manual forecast against an AI-generated prediction for the same period, providing a side-by-side view of discrepancies. This allows sales leaders to assess forecast accuracy and adjust strategies based on AI insights.

Exam trap

The trap here is that candidates confuse Einstein Forecasting with Einstein Discovery, assuming Discovery is used for all AI-driven comparisons, but Discovery is for historical analysis, not real-time forecast comparison.

How to eliminate wrong answers

Option A is wrong because Einstein Opportunity Scoring predicts the likelihood of an opportunity closing, not comparing forecasts against AI predictions. Option B is wrong because Einstein Discovery is a data analysis tool for uncovering patterns and insights in historical data, not for real-time forecast comparison. Option C is wrong because Einstein Lead Scoring predicts the likelihood of a lead converting, not for comparing rep forecasts with AI predictions.

128
MCQeasy

A sales manager wants to implement Einstein Automated Contacts to automatically create contacts from email interactions. The admin enables the feature and assigns the permission set. However, no contacts are being created automatically. What is the most likely reason?

A.The users have not logged any emails to Salesforce.
B.The admin did not set up the contact creation criteria in the Einstein Automated Contacts settings.
C.The feature requires at least 500 emails to be processed before it starts creating contacts.
D.The users need to install a plugin for their email client.
AnswerB

Rules must be configured; default is no creation.

Why this answer

Einstein Automated Contacts requires the admin to explicitly define the criteria that trigger automatic contact creation from email interactions. Simply enabling the feature and assigning the permission set does not configure the rules for when and how contacts should be created. Without these criteria, the system has no instructions to act upon, so no contacts are generated.

Exam trap

Salesforce often tests the misconception that enabling a feature and assigning permissions is sufficient for it to work, when in reality, configuration of specific rules or criteria is required to trigger the intended behavior.

How to eliminate wrong answers

Option A is wrong because the feature processes emails that are already logged to Salesforce; if users have not logged any emails, there would be no data to process, but the question states no contacts are being created, implying the feature is not triggering even when emails are present. Option C is wrong because Einstein Automated Contacts does not require a minimum number of emails to be processed before it starts creating contacts; it works on individual email interactions once criteria are set. Option D is wrong because Einstein Automated Contacts is a native Salesforce feature that works with the standard email integration (e.g., Salesforce for Outlook or Gmail) and does not require a separate plugin installation.

129
MCQmedium

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

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

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

Why this answer

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

130
MCQeasy

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

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

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

Why this answer

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

131
MCQmedium

A dataset contains a 'date' column. Which feature engineering technique would best capture both long-term trends and seasonal patterns?

A.Extract year, month, day as separate features.
B.Use only the day of week.
C.Create cyclic features (sin/cos of month, day).
D.Drop the date column.
AnswerC

Cyclic encoding preserves the periodic nature of time.

Why this answer

Cyclic features using sine and cosine transformations preserve the circular nature of temporal data (e.g., month 12 and month 1 are adjacent, not far apart). This allows a model to learn both long-term trends (via the year component) and seasonal patterns (via the cyclic encoding of month and day) without imposing a false linear ordering. In contrast, simple numeric extraction treats time as linear, which can misrepresent seasonal cycles.

Exam trap

Salesforce often tests whether candidates recognize that simple numeric extraction (e.g., month as 1–12) fails to model cyclical continuity, leading them to mistakenly choose Option A over the correct cyclic encoding.

How to eliminate wrong answers

Option A is wrong because extracting year, month, and day as separate numeric features introduces a linear ordering that fails to capture the cyclical relationship between months (e.g., December and January are treated as far apart). Option B is wrong because using only the day of week ignores long-term trends and seasonal patterns across months or years, capturing only weekly periodicity. Option D is wrong because dropping the date column discards all temporal information, making it impossible for the model to learn any time-based patterns.

132
MCQhard

A company uses Einstein Discovery to analyze sales data and wants to share the findings with business stakeholders who are not Salesforce users. What is the recommended way to share the story?

A.Create a public Salesforce site to display the story
B.Grant the stakeholders a Salesforce login and viewer permission
C.Embed the story in a Chatter post
D.Download the story as a PDF and email it
AnswerD

Einstein Discovery allows exporting stories as PDFs, which can be shared externally.

Why this answer

Einstein Discovery supports PDF export of stories, making it easy to share insights with external stakeholders.

133
MCQmedium

A data scientist is training a model to predict churn. The model achieves 99% accuracy on training data but only 60% on test data. Which issue is most likely occurring?

A.Concept drift
B.Overfitting
C.Data leakage
D.Underfitting
AnswerB

Correct. Large gap between training and test performance indicates overfitting.

Why this answer

Overfitting: the model learns training data patterns too well, including noise, failing to generalize to new data.

134
MCQhard

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

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

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

Why this answer

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

135
MCQeasy

A company wants to build a chatbot in Service Cloud that can handle common customer queries and escalate to a human agent when needed. Which tool should they use?

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

Einstein Bots is the chatbot builder in Service Cloud with handoff capabilities.

Why this answer

Einstein Bots is the correct tool because it is specifically designed to build conversational chatbots within Service Cloud that can handle common customer queries using predefined flows and seamlessly escalate to a human agent when the bot cannot resolve the issue. Unlike other Einstein features, Einstein Bots integrates directly with Omni-Channel routing to transfer conversations to live agents, making it the appropriate choice for this use case.

Exam trap

The trap here is that candidates confuse Einstein Copilot, which is an internal assistant for Salesforce users, with a customer-facing chatbot, leading them to select it instead of Einstein Bots.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is a recommendation engine that suggests the next best action for agents or customers based on AI models, not a chatbot for handling customer queries. Option C is wrong because Einstein GPT is a generative AI tool for creating content like email drafts or knowledge articles, not a conversational chatbot for live customer interactions. Option D is wrong because Einstein Copilot is an AI-powered assistant for Salesforce users to interact with CRM data via natural language, not a customer-facing chatbot for Service Cloud escalation.

136
Multi-Selectmedium

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

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

This directly fulfills the right to explanation.

Why this answer

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

137
Multi-Selecthard

A company is using Einstein Discovery to improve customer retention. The data scientist wants to understand the key drivers of churn and receive actionable recommendations. Which THREE capabilities of Einstein Discovery support this goal?

Select 3 answers
A.Improvement suggestions
B.Chatbot integration
C.Waterfall charts
D.Automated statistical analysis
E.Story creation
AnswersA, C, D

Yes, Einstein Discovery provides specific suggestions to improve the predicted outcome.

Why this answer

Einstein Discovery provides automated statistical analysis to identify key drivers, waterfall charts to show how factors combine to influence outcomes, and improvement suggestions for actions. Stories are an output, but 'story creation' is a feature; 'improvement suggestions' is listed explicitly in the domain; 'operational prescriptions' are similar to improvement suggestions but the term 'improvement suggestions' is more specific to Einstein Discovery. The correct three are: automated statistical analysis (identifies key drivers), waterfall charts (visualize contribution of factors), and improvement suggestions (recommend actions).

Story creation is more about narrative summary; operational prescriptions are part of Einstein Discovery but typically refer to prescriptions that can be operationalized; however, improvement suggestions is the standard term.

138
MCQeasy

A company is developing a chatbot for customer service. They want to ensure the bot does not generate offensive responses. Which practice should they implement?

A.Use unsupervised learning to allow the bot to learn naturally from conversations.
B.Remove all toxicity detection to avoid false positives.
C.Train the model only on customer service transcripts without review.
D.Deploy a content filter and human-in-the-loop moderation for sensitive interactions.
AnswerD

Content filters and human oversight prevent harmful outputs.

Why this answer

Deploying a content filter combined with human-in-the-loop moderation provides both automated detection of offensive language and human oversight for ambiguous or sensitive interactions. This layered approach ensures that the chatbot can block clearly toxic outputs in real time while allowing human reviewers to handle edge cases, reducing the risk of generating offensive responses.

Exam trap

Salesforce often tests the misconception that unsupervised learning or removing safeguards is acceptable for safety, when in fact explicit content filtering and human oversight are required to prevent offensive outputs.

How to eliminate wrong answers

Option A is wrong because unsupervised learning on raw conversations would expose the model to toxic language without guidance, likely causing it to learn and reproduce offensive patterns. Option B is wrong because removing toxicity detection eliminates the primary safeguard against offensive outputs, directly contradicting the goal of preventing harmful responses. Option C is wrong because training solely on customer service transcripts without review can still include subtle biases or inappropriate language, and the model may overfit to narrow patterns without generalizing safely.

139
Multi-Selectmedium

A sales team uses an AI model to prioritize leads. The model's predictions are not improving despite adding more data. Which THREE factors could explain this? (Choose three.)

Select 3 answers
A.The new data is noisy or of low quality
B.The model is underfitting and lacks capacity
C.The model is already overfitting to the training data
D.The features used are not predictive of lead conversion
E.The team has not added enough features to the model
AnswersA, B, D

Garbage in, garbage out; low-quality data hinders improvement.

Why this answer

Poor data quality, irrelevant features, and model underfitting can all cause lack of improvement. Adding more data helps only if it's high-quality; more features can help if relevant, but not necessarily. Overfitting would show good training performance.

140
MCQmedium

A data engineer is troubleshooting a predictive model that stopped updating. The data flow from Data Cloud shows 'Data Transform Failed' with error: 'Field Amount cannot be null'. What is the most likely cause?

A.The data transform includes a filter that removes records with null Amount.
B.The source object has a validation rule.
C.The data flow schedule is incorrect.
D.The target field in the model requires a non-null value but source data has nulls.
AnswerD

This directly matches the error: the transform requires non-null input.

Why this answer

The error 'Field Amount cannot be null' indicates that the target field in the predictive model is configured to require a non-null value. When the data flow attempts to write records with null Amount values into that field, the transform fails. This is a common schema constraint mismatch where the source data contains nulls that violate the target field's nullability requirement.

Exam trap

Salesforce often tests the distinction between source-side constraints (validation rules) and target-side constraints (field nullability in the model schema), leading candidates to incorrectly choose Option B when the error actually originates from the target field requirement.

How to eliminate wrong answers

Option A is wrong because a filter that removes records with null Amount would prevent nulls from reaching the target, not cause a 'cannot be null' error. Option B is wrong because validation rules apply at the source object level during record creation or update, not during a data flow transform that reads data. Option C is wrong because an incorrect schedule would cause the data flow to run at the wrong time or not at all, not produce a specific transform error about a null field.

141
MCQhard

A retail company uses Einstein Next Best Action with customer data from Data Cloud. The recommendations are not personalized. The admin checks the data quality dashboard and finds that the 'Customer_Profile' object has 40% records with missing 'PreferredChannel' field. What is the best course of action?

A.Remove the field from the model.
B.Impute the missing values using the mode of the field.
C.Increase the data refresh frequency.
D.Train the model with only records that have non-null PreferredChannel.
AnswerB

Imputation is a standard data cleaning technique that maintains dataset size and field utility.

Why this answer

Imputing missing values using the mode (most frequent value) of the 'PreferredChannel' field is a standard data preprocessing technique that preserves the dataset size and statistical distribution. In Einstein Next Best Action, missing categorical data can degrade model personalization, and mode imputation is a simple, effective way to handle this without losing records or altering the model structure.

Exam trap

The trap here is that candidates might think removing the field or filtering out incomplete records is simpler, but Salesforce often tests the understanding that imputation is a standard, non-destructive method to handle missing data in AI models, especially when the missing rate is high.

How to eliminate wrong answers

Option A is wrong because removing the field entirely discards potentially valuable signal from the 'PreferredChannel' feature, which could reduce model accuracy and personalization. Option C is wrong because increasing data refresh frequency does not address the root cause of missing data; it only updates the data more often without fixing the quality issue. Option D is wrong because training the model only on records with non-null 'PreferredChannel' reduces the training dataset size by 40%, which can lead to biased or less robust models and loss of valuable customer information.

142
MCQeasy

Which type of machine learning is used to predict customer churn based on historical labeled data?

A.Reinforcement learning
B.Unsupervised learning
C.Supervised learning
D.Self-supervised learning
AnswerC

Supervised learning trains on labeled examples to predict outcomes, making it ideal for churn prediction.

Why this answer

Supervised learning uses labeled data (historical churn outcomes) to train a model to predict future churn.

143
MCQeasy

A company has been using Einstein Lead Scoring for six months. Recently, the lead score confidence has dropped from 85% to 60%. The admin reviews the model and finds that many leads have missing data in custom fields used by the model. The admin also notices that field history tracking is not enabled on the Lead object. The lead volume is adequate with over 10,000 leads. What should the admin do to improve the model's confidence?

A.Disable and re-enable Einstein Lead Scoring.
B.Enable field history tracking on the Lead object and retrain the model.
C.Increase the lead volume to at least 50,000 records.
D.Manually update all leads with missing data to have complete records.
AnswerB

Field history tracking provides the necessary historical data for scoring accuracy.

Why this answer

Field history tracking is required for Einstein Lead Scoring to capture changes over time, and retraining after enabling it will incorporate historical data. Option A is incorrect because manually updating all leads is impractical and doesn't address the root cause. Option C is incorrect because the lead volume is already adequate.

Option D is incorrect because disabling and re-enabling will reset the model but not fix the missing field history.

144
MCQmedium

Refer to the exhibit. A Salesforce admin sees this error when trying to enable Einstein Lead Scoring. What should the admin do to resolve the issue?

A.Enable Einstein features in the org
B.Map lead fields to Einstein fields
C.Add more lead records with associated activities until reaching at least 100
D.Grant the admin the 'Manage Einstein' permission
AnswerC

The model needs 100 leads with activities to train.

Why this answer

Einstein Lead Scoring requires a minimum of 100 lead records with associated activities (e.g., emails, events, tasks) to generate a predictive model. The error indicates insufficient data, so adding more leads with activities meets the threshold for model training.

Exam trap

Salesforce often tests the minimum data requirement (100 leads with activities) as a common pitfall, where candidates mistakenly focus on permissions or feature toggles instead of the data prerequisite.

How to eliminate wrong answers

Option A is wrong because the error is not about enabling Einstein features globally; the admin already attempted to enable scoring, implying features are enabled. Option B is wrong because lead field mapping is not required for Einstein Lead Scoring; the feature uses standard lead fields automatically. Option D is wrong because the 'Manage Einstein' permission is not a prerequisite for enabling scoring; the admin likely already has necessary permissions if they can access the setup page.

145
MCQeasy

A service manager wants to automatically categorize incoming support cases based on the customer's description. Which Einstein feature should be used?

A.Einstein Reply Recommendations
B.Einstein Case Classification
C.Einstein Bots
D.Einstein Article Recommendations
AnswerB

Case Classification automatically categorizes cases.

Why this answer

Einstein Case Classification uses machine learning to automatically categorize incoming support cases based on the customer's description, assigning them to predefined case fields (e.g., type, priority, product). This directly matches the requirement to automatically categorize cases from text, making it the correct choice.

Exam trap

Salesforce often tests the distinction between 'categorization' and 'recommendation' features, so the trap here is confusing Einstein Case Classification (which assigns labels to the case) with Einstein Article Recommendations (which suggests content to the user).

How to eliminate wrong answers

Option A is wrong because Einstein Reply Recommendations suggests pre-written email responses based on context, not categorization of cases. Option C is wrong because Einstein Bots automate conversational flows and deflect cases, but they do not perform classification of case records. Option D is wrong because Einstein Article Recommendations suggests knowledge articles to agents or customers, not categorizing the case itself.

146
MCQeasy

A user wants to automatically log emails and events from their email client to Salesforce without manual entry. Which feature should they enable?

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

Einstein Activity Capture automatically synchronises emails and events from a connected email client into Salesforce using server-side logging, eliminating manual entry. Its background sync engine matches email addresses to Salesforce contacts and leads, then creates activity records without user intervention. This satisfies the constraint of zero manual data entry by operating on a continuous, rule-based capture model rather than requiring user-triggered imports or manual logging.

Why this answer

Einstein Activity Capture (C) is the correct feature because it automatically logs emails and events from a connected email client (like Outlook or Gmail) into Salesforce without requiring manual entry. It uses a background synchronization process that captures email metadata and calendar events based on configured rules, eliminating the need for manual logging or add-ins.

Exam trap

The trap here is that candidates confuse 'automatic logging of emails and events' with Einstein Email Insights, which focuses on analysis rather than capture, or with Einstein Conversation Insights, which deals with voice data.

How to eliminate wrong answers

Option A is wrong because Einstein Email Insights is a feature that analyzes email content to provide relationship intelligence and recommendations, not automatic logging of emails and events. Option B is wrong because Einstein Lead Scoring uses predictive models to rank leads based on conversion likelihood, not to capture email or event data. Option D is wrong because Einstein Conversation Insights analyzes voice and digital conversation transcripts from call recordings and chats, not email client data.

147
Multi-Selecthard

Which THREE factors should be considered when evaluating the quality of a dataset for an AI model?

Select 3 answers
A.Total number of records available for training.
B.Presence of outliers that may skew the model.
C.Number of distinct labels in the outcome field.
D.Percentage of missing values in key fields.
E.Number of duplicate records in the dataset.
AnswersB, D, E

Outliers can distort the model's understanding.

Why this answer

Outliers can disproportionately influence model training, especially in algorithms like linear regression or k-means clustering, leading to biased predictions. Evaluating the presence and impact of outliers is critical for ensuring the model generalizes well to unseen data.

Exam trap

Salesforce often tests the misconception that dataset size (option A) is a primary quality metric, whereas the exam emphasizes that completeness, consistency, and absence of bias (e.g., missing values, duplicates, outliers) are more critical for model reliability.

148
MCQhard

A data scientist trains a lead scoring model that achieves 99% accuracy on training data but only 65% accuracy on a held-out test set. What is the most likely issue?

A.Underfitting due to insufficient model complexity
B.Overfitting due to model complexity or insufficient regularization
C.Label noise in the training data
D.Data leakage from the test set into training
AnswerB

Overfitting explains the large gap between high training accuracy and low test accuracy.

Why this answer

Overfitting occurs when the model memorizes training data noise instead of learning generalizable patterns, leading to poor test performance.

149
Multi-Selectmedium

Which TWO actions are recommended when preparing data for an Einstein Prediction Builder model?

Select 2 answers
A.Ensure the data set contains at least 500 records with the outcome field populated.
B.Include all available fields on the object, even if unrelated.
C.Use external data sources and upload CSV files without any preprocessing.
D.Select fields that are logically related to the prediction outcome.
E.Include data from the last two days only for the most current trends.
AnswersA, D

Minimum sample size is required for model training.

Why this answer

Einstein Prediction Builder requires a minimum of 500 records with the outcome field populated to ensure statistical significance and reliable model training. Fewer records can lead to overfitting or insufficient pattern recognition, making the model less accurate.

Exam trap

Salesforce often tests the misconception that more data (all fields) or recent data only is always better, but the trap here is that Einstein Prediction Builder requires a minimum record threshold and logically relevant features to avoid noise and ensure model validity.

150
MCQhard

An administrator is setting up Einstein Bots for a service center. They want the bot to understand when a customer says 'I want to return my order' and route to the returns process. What must the admin configure in the bot builder?

A.Use the pre-built 'Returns' intent from the intent library.
B.Create a new intent called 'Return Order' and map it to the returns dialogue flow.
C.Enable the 'Return Order' entity and add sample utterances directly to the dialogue.
D.Add a keyword trigger for 'return' in the bot configuration.
AnswerB

Intents are used to classify user input. The admin must create the intent and associate a dialogue flow.

Why this answer

In Einstein Bots, intents represent the customer's goal (e.g., return order), and entities capture specifics (e.g., order number). The admin must define an intent for returns and train the NLP model with example phrases. Entities can capture order IDs.

Page 1

Page 2 of 11

Page 3

All pages