Salesforce AI Associate AI Associate (AI Associate) — Questions 901975

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

Page 12

Page 13 of 14

Page 14
901
MCQeasy

A company wants to use its data from Salesforce to train an Einstein AI model. However, they need to exclude records where the customer has opted out of data use. Which field should they configure in the Data Manager?

A.A checkbox field named Data Use Opt-Out
B.The Record Type of the object
C.A picklist field on the object
D.A formula field that evaluates to true
AnswerA

Salesforce Data Manager uses a checkbox field to mark records that should be excluded from AI training.

Why this answer

Option A is correct because the Data Manager in Einstein AI uses a standard checkbox field named 'Data Use Opt-Out' to identify records that should be excluded from model training. When this checkbox is true, the system automatically filters out those records during data preparation, ensuring compliance with data privacy requirements.

Exam trap

Salesforce often tests the misconception that any field indicating consent can be used, but the Data Manager specifically requires a checkbox field named 'Data Use Opt-Out' to automatically filter records.

How to eliminate wrong answers

Option B is wrong because the Record Type field is used for business process differentiation and page layouts, not for indicating data usage consent; it has no built-in mechanism to exclude records from AI training. Option C is wrong because a picklist field, while it could theoretically store opt-out status, is not recognized by the Data Manager as a standard field for data exclusion; the system specifically looks for the checkbox field. Option D is wrong because a formula field that evaluates to true is not a standard field type that the Data Manager can interpret for opt-out filtering; the Data Manager requires a native checkbox field to trigger exclusion logic.

902
MCQeasy

A company uses an AI chatbot that automatically responds to customer service inquiries. When a customer questions the bot's response, there is no mechanism for the customer to appeal or speak to a human. What ethical principle is being violated?

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

Accountability requires human oversight and the ability to override AI decisions.

Why this answer

Option D is correct because human oversight and the ability to escalate to a human is essential for accountability. Option A is wrong because privacy may be fine. Option B is wrong because the bot may be accurate but lack fairness due to no recourse.

Option C is wrong because the bot may be transparent about what it does.

903
MCQhard

A healthcare organization uses Salesforce to develop an AI model for patient readmission prediction. They must comply with HIPAA regulations. The dataset includes patient names, addresses, medical record numbers, and detailed clinical notes. The data scientist plans to train a supervised model using historical readmission outcomes. What is the most important data governance step before model training?

A.Use only aggregated data that does not include any patient-level details.
B.De-identify all protected health information (PHI) by removing or masking identifiers.
C.Obtain written patient consent for every record used in training.
D.Store the data in a separate, encrypted environment with access controls.
AnswerB

De-identification ensures compliance with HIPAA and protects patient privacy, allowing safe use of data for AI.

Why this answer

Option B is correct because HIPAA mandates that protected health information (PHI) must be de-identified before it can be used for model training without patient authorization. Removing or masking identifiers such as names, addresses, and medical record numbers ensures the dataset no longer contains individually identifiable information, allowing the organization to comply with the HIPAA Privacy Rule while still using clinical notes for predictive modeling.

Exam trap

Salesforce often tests the misconception that security controls like encryption or access controls alone satisfy HIPAA compliance, when in fact de-identification is the primary requirement for using PHI in AI model training without patient consent.

How to eliminate wrong answers

Option A is wrong because using only aggregated data would remove the granular patient-level details needed to train a supervised model for readmission prediction, which requires individual outcomes to learn patterns. Option C is wrong because obtaining written patient consent for every record is impractical for large historical datasets and is not required under HIPAA if PHI is properly de-identified. Option D is wrong because while storing data in an encrypted environment with access controls is a good security practice, it does not address the core HIPAA requirement to de-identify PHI before using it for model training; encryption alone does not make data non-PHI.

904
MCQeasy

When using Einstein Lead Scoring, which data source is most critical for generating accurate lead scores?

A.Lead source (e.g., Webinar, Trade Show)
B.Lead field update timestamps
C.Email open rates from marketing campaigns
D.Converted lead records with attached opportunities
AnswerD

The model learns from past conversions; opportunities show which leads actually became customers.

Why this answer

Converted lead records with attached opportunities are the most critical data source because Einstein Lead Scoring uses supervised machine learning to analyze historical patterns in leads that successfully converted into opportunities. By training on these converted records, the model learns which lead attributes and behaviors are predictive of conversion, enabling it to assign accurate scores to new leads. Without this historical conversion data, the model lacks the ground truth needed to distinguish high-quality leads from low-quality ones.

Exam trap

Salesforce often tests the misconception that any single lead attribute (like source or email engagement) is the most critical input, when in fact the model's accuracy depends entirely on having historical conversion data to learn from.

How to eliminate wrong answers

Option A is wrong because lead source is just one of many features Einstein Lead Scoring evaluates, but it is not the most critical data source; the model requires historical conversion outcomes to weight such features properly. Option B is wrong because lead field update timestamps indicate recency of activity but do not provide the conversion outcome data needed to train the predictive model. Option C is wrong because email open rates from marketing campaigns are behavioral signals that can be used as features, but they are insufficient without converted lead records to establish which behaviors actually correlate with successful conversions.

905
Multi-Selecthard

A data scientist is using Einstein Discovery to analyze sales data. The model results show a high correlation between two predictor variables. Which TWO actions should the data scientist take?

Select 2 answers
A.Apply regularization.
B.Combine them into a single feature.
C.Include both to capture more information.
D.Increase the sample size.
E.Remove one of the correlated variables.
AnswersB, E

Creates a new variable that captures the combined effect.

Why this answer

Removing one correlated variable or combining them reduces multicollinearity.

906
MCQeasy

A service manager wants to auto-classify incoming cases into Type, Priority, and Reason fields to streamline routing. Which Einstein feature should they use?

A.Einstein Next Best Action
B.Einstein Case Classification
C.Einstein Article Recommendations
D.Einstein Email Insights
AnswerB

Einstein Case Classification uses historical data to auto-populate case fields like Type, Priority, and Reason.

Why this answer

Einstein Case Classification is the correct feature because it uses machine learning to automatically predict and populate the Type, Priority, and Reason fields for incoming cases based on historical case data. This directly addresses the service manager's need to auto-classify cases for streamlined routing, without requiring manual rules or human intervention.

Exam trap

The trap here is that candidates may confuse Einstein Case Classification with Einstein Next Best Action, thinking both involve 'recommendations' for routing, but Next Best Action focuses on real-time action suggestions rather than populating structured case fields.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is designed to recommend the next optimal action (e.g., a promotion or service step) for a customer in real-time, not to auto-classify case fields like Type, Priority, or Reason. Option C is wrong because Einstein Article Recommendations suggests relevant knowledge articles to agents or customers based on case context, but it does not populate classification fields such as Type, Priority, or Reason. Option D is wrong because Einstein Email Insights analyzes email content to extract key information and sentiment, but it does not auto-classify incoming cases into structured fields like Type, Priority, or Reason.

907
MCQhard

A data scientist notices that a Salesforce Einstein model's performance degrades over time. The model was trained on data from the last year. What is the most likely cause?

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

Concept drift describes changes in the relationship between predictors and target over time, leading to performance decay.

Why this answer

Option D is correct because concept drift occurs when the underlying data distribution changes over time, causing model degradation. Overfitting and underfitting are training issues, not time-dependent; data leakage would cause overestimation initially.

908
Multi-Selecteasy

A sales team wants to use Einstein GPT for Sales to generate call summaries. Which two data sources can be used to populate the call summary prompt?

Select 2 answers
A.Case details from Service Cloud
B.Email threads from Einstein Email Insights
C.Related Opportunity or Account fields
D.Call recording transcript from Einstein Conversation Insights
E.Einstein Discovery stories
AnswersC, D

These provide context such as deal value and contact information.

Why this answer

Option C is correct because Einstein GPT for Sales can pull structured data from related Salesforce records, such as Opportunity or Account fields, to populate the call summary prompt with relevant context like deal stage or customer details. This allows the generative AI to produce summaries that are tailored to the specific sales context without requiring external data sources.

Exam trap

The trap here is that candidates may assume any Salesforce data source is eligible, but Einstein GPT for Sales specifically requires data that is directly relevant to the call context, such as the transcript and related CRM records, excluding service or analytics-only sources.

909
Multi-Selecteasy

Which TWO actions promote transparency in AI decision-making?

Select 2 answers
A.Use black-box models that maximize accuracy.
B.Document the model's limitations and potential biases.
C.Keep the AI algorithms proprietary to protect intellectual property.
D.Only share the final results of the AI system.
E.Provide clear explanations for significant AI decisions.
AnswersB, E

Transparency includes being honest about what the model cannot do.

Why this answer

Options A and B are correct. Providing explanations and documenting limitations help users understand and trust the AI. Keeping algorithms proprietary (C) reduces transparency.

Black-box models (D) are inherently opaque. Only sharing results (E) hides the process.

910
MCQeasy

Refer to the exhibit. An admin created a prediction using Einstein Prediction Builder. The prediction is configured to calculate a score on the Lead object. What does the JSON indicate about the model?

A.It predicts a numeric value
B.It predicts the value of a text field
C.It is currently retraining the model
D.It predicts a binary outcome (e.g., convert or not)
AnswerD

Binary classification yields two possible results.

Why this answer

Option D is correct because Einstein Prediction Builder for the Lead object, when configured to predict a binary outcome like 'convert or not,' outputs a JSON payload containing a 'probability' field (e.g., 0.85) and a 'predictedValue' field (e.g., 'Converted' or 'Not Converted'). The JSON shown indicates a classification model that assigns a probability to one of two discrete classes, which is the hallmark of binary classification. The presence of a 'predictedValue' field with a categorical label confirms it is not a regression (numeric) or multi-class text prediction.

Exam trap

Salesforce often tests the distinction between regression (numeric prediction) and classification (binary outcome) by showing a JSON with a 'probability' field, leading candidates to mistakenly think it predicts a numeric value when the 'predictedValue' field clearly indicates a categorical label.

How to eliminate wrong answers

Option A is wrong because predicting a numeric value (regression) would produce a JSON with a single numeric 'value' field and no categorical 'predictedValue' or 'probability' fields, whereas the exhibit shows a 'predictedValue' with a string label. Option B is wrong because predicting a text field (e.g., a free-form string) would require a different model type (like Einstein Text Prediction) and the JSON would contain a 'text' or 'value' field, not a binary 'predictedValue' with two possible states. Option C is wrong because the JSON does not include any retraining status indicators such as 'retrainingInProgress: true' or 'modelStatus: retraining'; the model is deployed and serving predictions, as shown by the presence of a score.

911
MCQeasy

Which Einstein feature provides automated statistical analysis of Salesforce data, generates natural language stories, and suggests improvement actions?

A.Einstein Forecast
B.Einstein Prediction Builder
C.Einstein Next Best Action
D.Einstein Discovery
AnswerD

Discovery provides automated stats, stories, and improvement suggestions.

Why this answer

Einstein Discovery is the AI analytics tool that performs automated analysis, creates stories, and offers prescriptions.

912
MCQmedium

A service manager wants to auto-classify incoming cases by Type, Priority, and Reason based on the case description. Which Einstein feature should be configured to achieve this?

A.Einstein Next Best Action
B.Einstein Case Classification
C.Einstein Article Recommendations
D.Einstein Prediction Builder
AnswerB

Einstein Case Classification automatically assigns values to Type, Priority, Reason, and other fields based on case details.

Why this answer

Einstein Case Classification is the correct feature because it is specifically designed to automatically predict and assign values for fields like Type, Priority, and Reason based on the case description. It uses natural language processing (NLP) and machine learning models trained on historical case data to classify incoming cases without manual intervention, directly meeting the service manager's requirement.

Exam trap

The trap here is that candidates often confuse Einstein Case Classification with Einstein Prediction Builder because both involve predictions, but Case Classification is a pre-built, domain-specific feature for case fields, while Prediction Builder is a custom tool requiring manual configuration and not optimized for case classification out of the box.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is a recommendation engine that suggests the next optimal action (e.g., a discount or a product offer) based on real-time customer context, not for auto-classifying case fields like Type, Priority, or Reason. Option C is wrong because Einstein Article Recommendations suggests relevant knowledge articles to agents or customers based on case details, but it does not classify case metadata fields. Option D is wrong because Einstein Prediction Builder allows users to create custom predictive models on any object or field using point-and-click tools, but it is a general-purpose builder requiring manual setup and training, whereas Case Classification is a pre-built, out-of-the-box feature specifically for case field auto-classification.

913
MCQeasy

A company uses Einstein Prediction Builder to score leads. The model systematically gives lower scores to leads from a particular geographic region, even though those leads often convert. Which action should the company take to address this ethical concern?

A.Switch to a different AI vendor.
B.Ignore the bias because the model is proprietary.
C.Retrain the model with a balanced dataset that includes more leads from the under-scored region.
D.Remove the region field from the model entirely.
AnswerC

Retraining with balanced data directly addresses the bias by giving equal representation.

Why this answer

Retraining with a balanced dataset helps mitigate bias by ensuring the model learns from a representative sample, aligning with fairness principles.

914
MCQeasy

A company uses Einstein Prediction Builder to recommend products. They notice the model often recommends high-priced items to users in affluent areas, potentially excluding others. What should the AI Associate do first?

A.Remove the model from production immediately.
B.Ignore the issue because the model predictions are accurate overall.
C.Add more features about customer income.
D.Check the training data for representation and bias.
AnswerD

Addressing data bias is the first step per Salesforce ethical AI guidelines.

Why this answer

The correct first step is to check the training data for representation and bias because the model's tendency to recommend high-priced items to affluent areas suggests the training data may be skewed or contain historical biases. Einstein Prediction Builder relies on historical data to learn patterns, and if the data over-represents affluent users or under-represents others, the model will perpetuate those biases. Auditing the data for fairness and representation is the foundational step before any remediation, as per responsible AI practices.

Exam trap

Salesforce often tests the misconception that adding more features or immediately removing the model is the right fix, when the correct first step is always to audit the training data for bias and representation.

How to eliminate wrong answers

Option A is wrong because removing the model from production immediately is a drastic, premature action without first diagnosing the root cause; the issue may be fixable through data adjustments or retraining. Option B is wrong because ignoring the issue violates ethical AI principles and could lead to discriminatory outcomes, even if overall accuracy is high, as fairness is a separate metric from accuracy. Option C is wrong because adding more features about customer income could exacerbate bias or introduce privacy concerns, and the core problem is likely in the existing data distribution, not a lack of features.

915
Multi-Selectmedium

Which TWO actions align with ethical AI practices in Salesforce?

Select 2 answers
A.Using only internal data for training
B.Automating all decisions without human review
C.Monitoring models for bias
D.Using customer data without explicit consent
E.Providing explanations for AI predictions
AnswersC, E

Bias monitoring ensures fairness over time.

Why this answer

Options B and C are correct. Providing explanations for AI predictions ensures transparency, and monitoring models for bias is a core ethical practice. Option A is wrong because using data without consent violates privacy.

Option D is wrong because automating all decisions removes human oversight. Option E is wrong because restricting to internal data may limit inclusivity.

916
MCQmedium

A sales director wants to use AI to prioritize leads that are most likely to convert. The company has historical data on leads that includes whether they converted (yes/no) and various attributes. Which machine learning type should be used?

A.Generative AI
B.Reinforcement learning
C.Unsupervised learning (clustering)
D.Supervised learning (classification)
AnswerD

Correct: supervised classification uses labeled conversion outcomes to predict new leads.

Why this answer

Lead scoring is a binary classification problem (convert or not) using historical labeled data, which is supervised learning.

917
MCQhard

A company uses Einstein Prediction Builder to predict whether a lead will convert. The model's confidence score is low, and the admin wants to improve accuracy. What is the most effective action?

A.Create multiple prediction models and average their scores
B.Add more custom fields as predictor fields
C.Increase the amount of historical data for training
D.Increase the frequency of model retraining
AnswerC

More data generally improves model accuracy.

Why this answer

Option B is correct because increasing the amount of high-quality historical data provides more examples for the model to learn from, improving accuracy. Option A is incorrect because more features can improve accuracy but only if they are relevant; just adding any field may cause noise. Option C is incorrect because Einstein models train automatically on your data, and you cannot directly increase training frequency.

Option D is incorrect because training multiple models is not supported and doesn't improve the single model.

918
MCQmedium

A company wants to analyze recorded sales calls to identify keywords, talk-time patterns, and automatically capture next steps. Which feature should they use?

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

This feature provides call recording analysis.

Why this answer

Einstein Conversation Insights is the correct feature because it is specifically designed to analyze recorded sales calls, identifying keywords, talk-time patterns, and automatically capturing next steps using natural language processing (NLP) and speech analytics. It transcribes conversations, detects sentiment, and extracts actionable insights from audio recordings, directly matching the company's requirements.

Exam trap

The trap here is that candidates may confuse Einstein Conversation Insights with Einstein Activity Capture or Einstein Email Insights, assuming any 'activity' or 'insights' feature handles calls, but only Conversation Insights is built for audio-based conversation analysis.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture syncs email and calendar events from Microsoft or Google into Salesforce, but it does not analyze recorded sales calls or provide speech analytics. Option B is wrong because Einstein Email Insights analyzes email content to surface key topics and sentiment, but it is limited to text-based email communications and cannot process audio call recordings. Option C is wrong because Einstein Discovery is a predictive analytics and machine learning tool that identifies patterns in structured data to generate predictions and recommendations, but it does not handle unstructured audio data from sales calls.

919
MCQhard

A data scientist discovers that an AI model used for loan approval predicts high default risk disproportionately for a specific demographic group. What is the first step to address this issue?

A.Use a different algorithm
B.Audit the training data for bias
C.Remove demographic features from the model
D.Retrain the model with more data
AnswerB

Auditing helps identify and mitigate bias in data.

Why this answer

Option B is correct because auditing the training data for bias helps identify if the model learned biased patterns. Option A is wrong because retraining with more data may not solve the bias if the new data also contains bias. Option C is wrong because removing demographic features may not eliminate bias if other correlated features exist.

Option D is wrong because changing the algorithm does not address biased data.

920
MCQeasy

A retail company has implemented a Salesforce AI lead scoring model to prioritize high-value customers. After three months, the model's AUC-ROC score is only 0.55, indicating poor performance. The data scientist reviews the training data and finds that 20% of the records are exact duplicates due to multiple data imports from different sources. The duplicates have inconsistent target labels (some labeled 'converted', others 'not converted'). What should the data scientist do to improve model performance?

A.Downsample duplicates to reduce their impact but keep all records.
B.Use the duplicates as a separate class to indicate noisy data.
C.Remove all duplicate records and keep only one instance per duplicate group, resolving label conflicts by majority vote.
D.Keep all duplicates because they represent multiple interactions; increase model complexity to handle them.
AnswerC

This cleans the data, removes noise, and provides consistent labels, likely improving model performance.

Why this answer

Duplicate records with conflicting labels confuse the model. Removing duplicates and resolving label conflicts (e.g., by majority vote) is the most effective step to clean the data and improve performance.

921
MCQeasy

A support manager wants to automatically classify incoming cases into the correct Type and Priority fields based on the case description. Which Einstein feature should be configured?

A.Einstein Article Recommendations
B.Einstein Next Best Action
C.Einstein Case Classification
D.Einstein Discovery
AnswerC

Case Classification auto-populates case fields like Type and Priority.

Why this answer

Einstein Case Classification is the correct feature because it uses machine learning to automatically predict the Type and Priority fields for incoming cases based on the text in the case description. This directly matches the requirement to classify cases without manual intervention, leveraging pre-trained or custom models within Salesforce.

Exam trap

The trap here is that candidates may confuse Einstein Case Classification with Einstein Article Recommendations or Einstein Next Best Action, both of which involve recommendations but not automated field classification based on text analysis.

How to eliminate wrong answers

Option A is wrong because Einstein Article Recommendations suggests relevant knowledge articles to agents based on case context, not for classifying case Type and Priority. Option B is wrong because Einstein Next Best Action recommends the next optimal action or offer to take on a record, not for automated classification of case fields. Option D is wrong because Einstein Discovery is a tool for analyzing historical data to find patterns and predictions, but it is not designed for real-time, automated classification of incoming cases into Type and Priority fields.

922
MCQeasy

Which Einstein feature provides AI-powered predictions for opportunity win likelihood?

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

Einstein Opportunity Scoring predicts the likelihood of an opportunity closing won.

Why this answer

Einstein Opportunity Scoring is a dedicated feature that predicts opportunity win probability on a scale of 1-99.

923
MCQhard

A bank uses Einstein to approve loan applications. The model is trained on data that includes zip codes. Analysis shows that applicants from low-income zip codes are disproportionately rejected, even when their credit profiles are similar. What is the most likely ethical issue?

A.Privacy violation due to zip code use
B.Use of a proxy for protected attributes
C.Lack of transparency in decision-making
D.Unreliable model performance
AnswerB

Zip code can proxy for race/income, leading to unfair discrimination.

Why this answer

The correct answer is C because zip code can be a proxy for race or socioeconomic status, leading to proxy discrimination. Option A is wrong because transparency is not the primary issue here. Option B is wrong because reliability is about accuracy, not bias.

Option D is wrong because privacy is not violated by using zip code alone.

924
MCQeasy

A support agent needs to quickly find a relevant knowledge article while handling a case. Which Einstein feature suggests articles automatically?

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

Article Recommendations suggests relevant knowledge articles to agents.

Why this answer

Einstein Article Recommendations suggests knowledge articles to agents based on the case details.

925
MCQeasy

A sales manager wants to see an AI-generated prediction of how likely each opportunity is to close, alongside the sales rep's own forecast commit. Which feature should they use?

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

Forecasting shows AI predictions vs rep commits.

Why this answer

Einstein Forecasting is the correct feature because it directly combines AI-generated predictions (based on historical data and pipeline trends) with the sales rep's own forecast commit, allowing a side-by-side comparison. This enables sales managers to see both the predicted likelihood of closing and the human forecast in one view, which is exactly what the question describes.

Exam trap

The trap here is that candidates often confuse Einstein Opportunity Scoring (which gives a score per opportunity) with Einstein Forecasting (which aggregates predictions and compares them to rep commits), leading them to pick Option C because they focus on 'likelihood to close' without reading the full requirement for a comparison with the rep's forecast.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is an AI tool for analyzing historical data to find patterns and generate insights or recommendations, but it does not provide per-opportunity close predictions or integrate with sales rep forecast commits. Option C is wrong because Einstein Opportunity Scoring provides a score for each opportunity indicating its likelihood to close, but it does not include the sales rep's own forecast commit or a comparison view. Option D is wrong because Einstein Prediction Builder allows users to create custom AI models on any Salesforce object, but it is not a pre-built feature for comparing AI predictions with sales rep forecasts; it requires custom configuration and does not natively surface the rep's commit.

926
Multi-Selecteasy

A sales manager is reviewing the AI predictions from Einstein Opportunity Scoring. Which THREE actions should the manager take to ensure ethical use of AI according to Salesforce Trusted AI principles?

Select 3 answers
A.Provide sales reps with explanations of the key factors influencing each score.
B.Regularly validate the model's predictions against actual outcomes to ensure accuracy.
C.Keep the model's logic secret to prevent gaming the system.
D.Override the scores without review if they conflict with intuition.
E.Encourage reps to use their judgment and escalate borderline cases for human review.
AnswersA, B, E

Transparency principle requires explaining AI outputs.

Why this answer

Accuracy validation, transparency through explanation, and human oversight align with Salesforce's principles.

927
MCQeasy

A retail company uses Salesforce Data Cloud to power Einstein AI for personalized product recommendations. They have integrated customer data from multiple sources: ERP (order history), marketing automation (email engagement), and web analytics (browsing behavior). The data model includes a unified Customer__dlm object with fields: Age__c, TotalSpend__c, LastPurchaseDate__c, EmailEngagementScore__c, and WebSessionCount__c. The AI model is configured to predict "LikelyToPurchaseNextWeek__c" (Boolean). The data team has noticed that the predictions are less accurate for new customers (those with less than 30 days of data). The model was trained on all customer data without any filtering. The team wants to improve model performance without increasing training frequency. What should they do?

A.Increase the training window from Last_90_Days to Last_180_Days to include more data.
B.Include a new feature such as 'DaysSinceFirstPurchase__c' to capture customer maturity.
C.Change the model from classification to regression to predict a probability instead of binary.
D.Exclude new customers from the training set to focus on established customers.
AnswerB

This feature directly differentiates new and established customers, helping the model adapt.

Why this answer

Option A is correct because adding a feature that captures customer tenure (e.g., days since first purchase) allows the model to learn patterns specific to new vs. established customers, improving accuracy. Option B is incorrect because increasing the training window does not address the lack of tenure information. Option C is incorrect because excluding new customers would bias the model and ignore a valuable segment.

Option D is incorrect because changing to regression would not solve the underlying issue and changes the problem scope.

928
MCQhard

A Salesforce admin is configuring Einstein Search for an organization with users in multiple countries. Which ethical consideration is most important?

A.Stop word exclusion.
B.Query performance optimization.
C.Tokenization settings.
D.Language bias in the search results.
AnswerD

Bias against certain languages can disadvantage users.

Why this answer

Language bias can lead to unequal search quality for non-English speakers, making it a key ethical concern.

929
MCQmedium

A company uses Einstein Conversation Insights to analyze sales calls. They want to automatically capture follow-up tasks mentioned during the call. Which metric or feature should they use?

A.Next Step capture
B.Keyword tracking
C.Talk-time metrics
D.Call recording analysis
AnswerA

Next Steps identifies and captures follow-up tasks from the conversation.

Why this answer

Einstein Conversation Insights includes a 'Next Steps' feature that automatically captures action items from call transcripts.

930
MCQmedium

A service manager wants to automatically categorize incoming cases by Type, Priority, and Reason based on the case description. Which Einstein feature should be used?

A.Einstein Article Recommendations
B.Einstein Next Best Action
C.Einstein Case Classification
D.Einstein Discovery
AnswerC

This feature uses AI to predict field values like Type, Priority, Reason for new cases.

Why this answer

Einstein Case Classification is the correct feature because it uses natural language processing (NLP) to automatically analyze the text of a case description and predict values for standard fields like Type, Priority, and Reason. This directly matches the requirement to categorize incoming cases without manual effort.

Exam trap

The trap here is that candidates confuse Einstein Case Classification with Einstein Discovery, assuming both are for predictive analytics, but Einstein Discovery focuses on trend analysis and forecasting rather than real-time field-level categorization.

How to eliminate wrong answers

Option A is wrong because Einstein Article Recommendations suggests knowledge articles to agents based on case context, not categorizes cases by Type, Priority, or Reason. Option B is wrong because Einstein Next Best Action recommends the next step or action for a user (e.g., a prompt or offer) based on real-time signals, not case categorization. Option D is wrong because Einstein Discovery is a predictive analytics tool that identifies patterns and generates predictions from historical data, but it is not designed for real-time case classification into predefined fields.

931
MCQhard

A service manager wants to automatically assign the correct 'Type' and 'Priority' fields on incoming cases. Which feature automatically classifies cases using AI?

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

Why this answer

Einstein Case Classification is the correct feature because it uses AI to automatically predict and assign the 'Type' and 'Priority' fields on incoming cases based on historical case data and patterns. It leverages machine learning models trained on past cases to classify new cases without requiring manual rules or human intervention, directly meeting the service manager's requirement.

Exam trap

The trap here is that candidates often confuse Einstein Case Classification with Einstein Prediction Builder, assuming that any AI-based prediction requires a custom-built model, when in fact Case Classification is a pre-built, purpose-specific feature for automatically assigning case fields.

How to eliminate wrong answers

Option A is wrong because Einstein Article Recommendations suggests relevant knowledge articles to agents or customers based on case content, but it does not classify or assign case fields like Type or Priority. Option B is wrong because Einstein Prediction Builder allows users to build custom predictive models on any object or field, but it requires manual configuration and is not a pre-built feature for automatic case classification; it is a general-purpose tool, not specific to case fields. Option D is wrong because Einstein Bots are conversational AI chatbots that handle customer interactions and can route cases, but they do not automatically classify the Type and Priority fields on incoming cases; they rely on other classification mechanisms or manual input.

932
MCQeasy

A sales manager wants to automatically prioritize leads based on their likelihood to convert. Which Einstein feature should the admin enable?

A.Einstein Lead Scoring
B.Einstein Activity Capture
C.Einstein Prediction Builder
D.Einstein Bot
AnswerA

Einstein Lead Scoring directly scores leads based on conversion likelihood.

Why this answer

Einstein Lead Scoring uses historical data to predict lead conversion probability and assign scores, enabling prioritization.

933
MCQhard

A financial services firm is required to explain why a specific customer was denied a loan. They use Einstein Discovery to analyze loan approval data. Which Einstein Discovery output is BEST suited for generating a human-readable explanation of the key factors leading to the decision?

A.Improvement suggestions
B.Story creation
C.Operational prescriptions
D.Waterfall chart
AnswerB

The story is a plain-English summary of the most important factors, suitable for explanation.

Why this answer

Story creation in Einstein Discovery is specifically designed to generate natural-language narratives that explain the key factors influencing a prediction or decision. For a loan denial, it would produce a human-readable summary of the top drivers (e.g., 'Credit score was the most important factor, followed by debt-to-income ratio'), making it ideal for regulatory or customer-facing explanations. Other outputs like improvement suggestions or operational prescriptions focus on actions or optimizations, not on explaining a past decision.

Exam trap

The trap here is that candidates confuse 'story creation' with 'waterfall chart' because both show feature contributions, but the question explicitly asks for a human-readable explanation, which only story creation provides as natural language, not a visual chart.

How to eliminate wrong answers

Option A is wrong because improvement suggestions provide recommendations to improve future outcomes (e.g., 'Increase credit limit to reduce risk'), not a retrospective explanation of why a specific decision was made. Option C is wrong because operational prescriptions are actionable steps for business processes (e.g., 'Send a follow-up email'), not a narrative explaining the factors behind a single prediction. Option D is wrong because a waterfall chart is a visual representation of how individual features contribute to a prediction in a cumulative manner, but it is not a human-readable explanation and requires interpretation, unlike the natural-language output of story creation.

934
MCQeasy

A company uses an AI model to classify customer support cases into categories. The model often misclassifies cases from a specific region, leading to longer resolution times. What is the most likely cause?

A.The model is underfitted
B.The model uses too many features
C.The model is overfitted
D.The training data lacks diversity for that region
AnswerD

Machine learning models learn from data; if a region is underrepresented, the model may not learn its patterns.

Why this answer

If the training data is not representative of all regions, the model will perform poorly on underrepresented groups.

935
MCQmedium

A data analyst wants to create an automatic statistical analysis of sales data that includes waterfall charts and improvement suggestions. Which feature provides these capabilities?

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

Discovery includes automated analysis, stories, waterfall charts, and suggestions.

Why this answer

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

936
MCQmedium

Refer to the exhibit. A data scientist sees this error when training an Einstein Discovery model for customer churn prediction. What is the most likely reason for the error?

A.The field count (8) exceeds the maximum of 5 allowed fields.
B.The positive examples (180) are insufficient for the number of fields (8).
C.The model name contains a version number, which is not allowed.
D.The dataset has too few records (3200) for 8 fields.
AnswerB

50 per field * 8 = 400; 180 is below the threshold.

Why this answer

Einstein Discovery requires at least 50 positive examples per predictor field. With 8 fields, at least 400 positive examples are needed. Only 180 were provided, causing the error.

937
Multi-Selectmedium

A company wants to use generative AI to assist sales reps with writing call summaries and follow-up emails. Which TWO Salesforce Einstein features can be used together to achieve this? (Choose 2)

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

Sales GPT provides built-in features for call summaries and email generation.

Why this answer

Sales GPT includes call summaries and email generation. Prompt Builder allows creating custom prompt templates to tailor the output. Together they enable the desired functionality.

938
MCQmedium

A company is developing an AI model to screen job applications. The training data is heavily skewed toward candidates from a specific demographic. What is the most important step the team should take to address potential ethical concerns?

A.Remove all sensitive attributes from the data before training.
B.Ensure the training data is diverse and representative of all demographics.
C.Deploy the model quickly and monitor for complaints.
D.Increase the overall size of the training dataset without regard to distribution.
AnswerB

Diverse data reduces bias and improves fairness.

Why this answer

Option B is correct: Using diverse and representative training data helps mitigate bias. Option A is wrong because simply increasing data size without addressing imbalance may amplify bias. Option C is wrong because removing sensitive attributes can still allow proxies.

Option D is wrong because deploying quickly without validation risks ethical harm.

939
Multi-Selecthard

Which THREE factors influence the prediction accuracy of Einstein Lead Scoring?

Select 3 answers
A.Custom formula fields on the lead object
B.Number of times a lead is viewed by sales reps
C.Historical conversion data of leads
D.Conversion patterns across different lead sources
E.Values in standard lead fields like industry and company size
AnswersC, D, E

The model learns from past conversions.

Why this answer

Option C is correct because Einstein Lead Scoring relies on historical conversion data to identify patterns that distinguish leads likely to convert. By analyzing past leads that converted, the model learns which attributes and behaviors correlate with successful outcomes, directly influencing prediction accuracy.

Exam trap

Salesforce often tests the misconception that any lead-related data, such as custom formula fields or rep viewing counts, directly influences Einstein Lead Scoring, when in fact only historical conversion data and patterns from standard fields like industry and lead source are used.

940
MCQeasy

Refer to the exhibit. An organization implements this AI fairness policy for their Einstein Prediction Builder model. What is the most significant ethical gap in this policy?

A.It does not include enough protected attributes
B.The demographic parity metric is inappropriate for this use case
C.It does not specify a process for reviewing and remediating models that fail the fairness threshold
D.The monitoring schedule is too frequent
AnswerC

Without a remediation process, the policy lacks accountability.

Why this answer

The policy lacks enforcement of human oversight or a process for when the threshold is violated. Option A (It does not specify a process for reviewing models that fail the fairness threshold) is correct because ethical AI requires accountability and remediation. Option B (Protected attributes are too few) - race and gender are key, but not the main gap.

Option C (Monitoring interval) is specified. Option D (Fairness metric choice) - demographic parity is common.

941
MCQmedium

Refer to the exhibit. A data access policy is defined for a customer data set. Which statement best describes this policy?

A.All users can read customer data.
B.Only users in the EU region can read customer data, with emails and phones partially masked.
C.All users can read customer data but only those in the EU can see unmasked emails.
D.Only users in the EU region can read customer data, with emails and phones fully hidden.
AnswerB

The condition 'region eq EU' limits access, and masking method 'partial' obscures part of the data.

Why this answer

Option B is correct because the policy shown in the exhibit applies a row-level security filter that restricts access to customer data based on the user's region, and a column-level masking rule that partially masks email and phone fields. Only users whose region attribute is set to 'EU' can view the rows, and even then, the email and phone columns are obfuscated (e.g., j***@example.com, ***-***-1234). This matches the behavior of a data masking policy combined with a regional access filter, which is a common pattern in data platforms like Snowflake or AWS Lake Formation.

Exam trap

Salesforce often tests the distinction between 'partial masking' and 'full hiding' in data access policies, where candidates mistakenly assume that a regional restriction implies full obfuscation rather than a controlled partial reveal.

How to eliminate wrong answers

Option A is wrong because the policy does not grant read access to all users; it explicitly restricts access to only users in the EU region. Option C is wrong because it claims all users can read customer data, which contradicts the regional filter, and it also states that EU users can see unmasked emails, whereas the policy partially masks emails and phones for all viewers. Option D is wrong because it says emails and phones are fully hidden, but the policy applies partial masking (e.g., showing a portion of the data), not complete suppression.

942
MCQhard

A developer needs to classify images of products into categories using a custom model. They have labeled image data. Which Einstein platform should they use?

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

This platform provides image classification and object detection APIs.

Why this answer

The Einstein Vision and Language Platform is the correct choice because it provides pre-built APIs and custom model training capabilities specifically for image classification tasks. It allows developers to upload labeled image datasets and train a custom model to classify products into categories using deep learning techniques.

Exam trap

The trap here is that candidates may confuse Einstein Prediction Builder with a general-purpose AI tool, not realizing it only works with structured data and cannot process image inputs.

How to eliminate wrong answers

Option B (Einstein Prediction Builder) is wrong because it is designed for predicting numerical or categorical outcomes from structured data (like sales forecasts or churn prediction), not for classifying images. Option C (Einstein Recommendation Builder) is wrong because it focuses on generating product or content recommendations based on user behavior and preferences, not on image classification. Option D (Einstein Discovery) is wrong because it is an analytics tool for exploring patterns and insights in tabular data, not for training custom image classification models.

943
Multi-Selecthard

An admin is building an autonomous agent using Agentforce. They need to define what the agent can do and how it responds. Which THREE components must be set up in Agent Builder?

Select 3 answers
A.Testing in Agent Builder to validate behavior
B.Data integration with external systems
C.Security settings for user permissions
D.Actions (e.g., Lookup Order, Create Return)
E.Topics (e.g., Order Management, Returns)
AnswersA, D, E

Correct. Testing is part of the builder.

Why this answer

Topics define the areas the agent handles, actions define specific tasks, and the testing environment allows validation. Security settings are configured elsewhere.

944
Multi-Selecthard

An admin is using Einstein Prediction Builder to create a model predicting whether a support case will be escalated. Which THREE steps are required during the prediction creation process?

Select 3 answers
A.Run Einstein Discovery to validate the model
B.Select features (input fields) for the model
C.Select the prediction field (binary classification)
D.Configure Einstein Copilot to trigger the prediction
E.Select the object and records to train on
AnswersB, C, E

Required: choose relevant fields like case origin, priority, etc.

Why this answer

Option B is correct because selecting features (input fields) is a fundamental step in building a prediction model with Einstein Prediction Builder. These features are the independent variables that the model uses to learn patterns and make predictions about the target field (e.g., case escalation). Without selecting relevant features, the model cannot be trained effectively.

Exam trap

The trap here is that candidates confuse the model creation steps with post-deployment integration tools like Einstein Copilot or Einstein Discovery, leading them to select options that are not part of the actual prediction creation wizard.

945
Multi-Selecteasy

Which TWO actions can be performed using Einstein Activity Capture?

Select 2 answers
A.Automatically log emails from Outlook or Gmail
B.Update opportunity amounts based on email content
C.Create tasks from email attachments
D.Generate leads from email signatures
E.Automatically log meetings from calendar events
AnswersA, E

Einstein Activity Capture syncs emails to Salesforce records.

Why this answer

Einstein Activity Capture is designed to automatically log user activities such as emails and meetings from connected email and calendar systems (Outlook, Gmail, Exchange) into Salesforce records. Option A is correct because the feature captures emails sent or received from these providers and logs them as EmailMessage records against the relevant contacts, leads, and opportunities without manual user intervention.

Exam trap

Salesforce often tests the misconception that Einstein Activity Capture can perform advanced data extraction or automation tasks (like updating fields or creating records from email content), when in reality it is limited to logging existing email and calendar events.

946
MCQhard

A financial services firm uses an AI model to approve small business loans. The model denies loans at a much higher rate for businesses owned by minorities, even when financial indicators are similar. What is the MOST likely cause?

A.Low recall for minority groups
B.Bias in training data
C.Hallucination in model predictions
D.Overfitting to historical data
AnswerB

If historical loan decisions were biased against minority-owned businesses, the model would learn and perpetuate that bias.

Why this answer

Bias in training data can cause the model to learn historical discrimination patterns. Overfitting would not cause systematic demographic differences. Hallucination is for generative AI.

Low recall may indicate the model misses some positive cases but doesn't explain the demographic disparity.

947
MCQeasy

A non-profit organization uses Data Cloud to manage donor data from multiple sources (email campaigns, event attendance, donations). They want to use an AI model to predict future donations. The data scientist says the model needs a unified view of each donor with consistent fields. What is the first step the data architect should take in Data Cloud to enable this?

A.Define a Data Model that maps each source's fields to a common donor object
B.Create a Data Stream for each source (email, events, donations)
C.Set up Data Actions to clean data at each source
D.Immediately start training the AI model on raw data from the streams
AnswerA

Provides the unified schema required for the AI model.

Why this answer

Option B is the correct first step. Defining a Data Model that maps fields from each source to a common donor object ensures all data conforms to a single schema, which is foundational for unified views. Option A is necessary but can be done after the model.

Option C is premature without unified data. Option D is too early; cleaning at source is good but not the first step in Data Cloud.

948
MCQmedium

A non-profit organization uses Salesforce AI to help prioritize grant applications. The AI scores applications based on historical funding decisions, project impact, and community need indicators. After deployment, staff notices that applications from rural areas consistently receive lower scores than those from urban areas, even when project quality is similar. The organization's mission is to serve underserved communities, including rural areas. The AI model is trained on historical data that favored larger, urban projects. The ethics committee is meeting to decide next steps. What is the most appropriate action to align ethical AI with the organization's mission?

A.Retrain the model with new criteria that prioritize rural impact
B.Accept the AI scores but provide staff training on bias
C.Manually overrule the AI scores for rural applicants
D.Continue using the model but add explainability reports
AnswerA

Aligning the model with the mission ensures ethical AI.

Why this answer

The correct answer is C because the model output contradicts the mission, so the model should be retrained with updated criteria that emphasize rural support. Option A is wrong because manually overruling is not scalable and may introduce bias. Option B is wrong because accepting the bias violates the mission.

Option D is wrong because providing explanations does not fix the unfair scoring.

949
MCQmedium

A company wants to use generative AI to draft email replies to common customer inquiries in Service Cloud. The replies should be based on company-approved templates and knowledge articles. Which feature should they use?

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

Service GPT can generate case summaries, knowledge article drafts, and reply recommendations for service agents.

Why this answer

Service GPT includes reply recommendations that generate drafts based on knowledge articles and approved templates, helping agents respond quickly and consistently.

950
MCQmedium

A company is preparing data for Einstein Prediction Builder to forecast lead conversion. They have historical data with fields like Lead Source, Industry, Number of Employees, and Converted (boolean). Which data preparation step is most critical?

A.Mix data from all lead sources without normalization
B.Ensure data completeness by handling missing values in Lead Source
C.Use only the last 3 months of data for training
D.Remove all records with outliers in Number of Employees
AnswerB

Completeness is a key data quality dimension; missing values in a predictor reduce model reliability.

Why this answer

Handling missing values in Lead Source is critical because Einstein Prediction Builder requires complete, high-quality data to train accurate predictive models. Missing categorical fields like Lead Source can introduce bias or cause the model to ignore important patterns in lead conversion. Ensuring data completeness through imputation or removal of incomplete records is a standard data preparation step for AI/ML in Salesforce.

Exam trap

Salesforce often tests the misconception that more data or aggressive cleaning (like removing outliers or using only recent data) always improves AI model accuracy, when in fact data completeness and representative sampling are more critical for supervised learning tasks like lead conversion prediction.

How to eliminate wrong answers

Option A is wrong because mixing data from all lead sources without normalization can introduce scale differences and skew model predictions; normalization is often required for numerical features, but the key issue here is that mixing without handling categorical consistency (like Lead Source) can degrade model performance. Option C is wrong because using only the last 3 months of data may not capture seasonal trends or sufficient historical patterns, leading to overfitting or poor generalization; Einstein Prediction Builder benefits from a broader historical window (e.g., 12-24 months) to learn conversion patterns. Option D is wrong because removing all records with outliers in Number of Employees can discard valuable data points that represent legitimate business segments (e.g., large enterprises) and reduce model robustness; outlier treatment should be context-aware, not automatic removal.

951
MCQeasy

Which Salesforce feature automatically flags data quality issues before training an AI model?

A.Flow
B.Validation Rules
C.Duplicate Matching
D.Data Manager (Data Prep Assistant)
AnswerD

Data Manager scans datasets for missing values, outliers, and other issues before modeling.

Why this answer

Option B is correct because the Data Manager (or Data Prep Assistant) in Salesforce provides data quality checks and recommendations. Validation Rules are for entry-time; Duplicate Matching is for deduplication; Flow is for automation.

952
MCQhard

Refer to the exhibit. A data analyst has defined this field mapping for Einstein Prediction Builder. Which data issue would most likely arise from this mapping?

A.The 'LeadSource' field should be mapped to 'Text' instead of 'Category' to preserve verbatim values
B.The 'Amount' field should be mapped to 'Category' to discretize the values
C.The 'Id' field should be excluded as it can cause data leakage and overfitting
D.The 'CloseDate' field should be mapped to 'Text' to avoid date parsing issues
AnswerC

Unique identifiers act as keys and should not be used as predictors.

Why this answer

Option C is correct because including the 'Id' field in Einstein Prediction Builder can cause data leakage and overfitting. The 'Id' field is a unique identifier that has no predictive value for the target outcome, but the model could learn to memorize specific records based on it, leading to poor generalization on unseen data.

Exam trap

Salesforce often tests the concept of data leakage by including a seemingly harmless field like 'Id', tricking candidates into thinking all fields should be mapped, when in fact unique identifiers must be excluded to prevent overfitting.

How to eliminate wrong answers

Option A is wrong because 'LeadSource' is a categorical field with a limited set of values (e.g., 'Web', 'Phone'), so mapping it to 'Category' is appropriate; mapping it to 'Text' would treat each unique value as a separate token, which is not suitable for prediction models. Option B is wrong because 'Amount' is a continuous numeric field, and mapping it to 'Category' would discretize it, losing granularity and potentially reducing model accuracy; it should remain as a numeric field. Option D is wrong because 'CloseDate' is a date field, and mapping it to 'Text' would prevent proper date parsing and feature extraction (e.g., day of week, month); Einstein Prediction Builder handles date fields natively for time-based features.

953
Multi-Selecthard

A Salesforce admin is configuring Einstein Bots. Which TWO actions are essential to maintain ethical AI practices?

Select 2 answers
A.Provide a clear option to escalate to a human agent
B.Log all conversations indefinitely for analysis
C.Disable all feedback loops to avoid data contamination
D.Monitor conversations for biased or offensive responses
E.Let the bot operate without human oversight
AnswersA, D

Human handoff ensures complex issues are handled empathetically.

Why this answer

Options A and C are correct: monitoring for bias (A) and allowing human handoff (C). Option B is wrong because complete autonomy is risky. Option D is wrong because no feedback loop misses quality issues.

Option E is wrong as logging all conversations may violate privacy.

954
MCQmedium

A company wants to use AI to automatically categorize incoming cases into predefined types and priorities. Which feature should they configure?

A.Einstein Case Classification
B.Einstein Discovery
C.Einstein Prediction Builder
D.Einstein Article Recommendations
AnswerA

This feature auto-classifies cases into fields.

Why this answer

Einstein Case Classification is the correct feature because it is specifically designed to automatically categorize incoming cases into predefined types and priorities using machine learning models trained on historical case data. It analyzes case attributes such as subject, description, and custom fields to predict the most appropriate case type and priority, enabling automated routing and prioritization without manual intervention.

Exam trap

The trap here is that candidates may confuse Einstein Prediction Builder with Einstein Case Classification because both involve predictions, but Prediction Builder requires custom model creation and is not a pre-configured solution for case categorization, whereas Case Classification is purpose-built for that exact task.

How to eliminate wrong answers

Option B (Einstein Discovery) is wrong because it is an analytics tool that surfaces insights and recommendations from data, not a feature for automatically categorizing cases into types and priorities. Option C (Einstein Prediction Builder) is wrong because it allows users to build custom predictive models on any object, but it requires manual configuration and is not a pre-built solution for case categorization; it is more general-purpose and not optimized for the specific use case of case classification. Option D (Einstein Article Recommendations) is wrong because it suggests relevant knowledge articles to users based on case context, but it does not categorize cases into types or priorities.

955
MCQhard

A data scientist is training a custom AI model using Salesforce Data. They want to ensure that the model does not inadvertently learn patterns from Personal Identifiable Information (PII) fields such as Social Security numbers. Which approach aligns with Salesforce's responsible AI practices?

A.Use the PII fields but restrict the model from outputting them through post-processing filters.
B.Exclude PII fields from the training dataset entirely and use only non-sensitive features.
C.Anonymize the PII fields by hashing them and include the hashed values as features.
D.Include all fields initially, then use feature importance to prune PII fields after training.
AnswerB

Excluding PII prevents the model from accessing sensitive data, aligning with data minimisation.

Why this answer

Data minimisation and privacy by design dictate that PII should be excluded from training data to prevent the model from memorizing or relying on sensitive information.

956
Multi-Selecthard

A company is building an autonomous AI agent with Agentforce. They need to define what the agent can do and how it responds. Which THREE components must be configured in Agent Builder?

Select 3 answers
A.Topics
B.Business outcomes
C.Actions
D.Prompt templates
E.Testing in Agent Builder
AnswersA, C, E

Topics define the areas the agent can handle.

Why this answer

A is correct because Topics define the scope of what the autonomous AI agent can handle by grouping related intents and conversations. They are the primary mechanism in Agent Builder to specify the agent's capabilities and how it should respond to user inputs, acting as the foundational building block for agent behavior.

Exam trap

The trap here is that candidates confuse Business outcomes (a strategic metric) with a configurable component, or assume Prompt templates are required for agent responses, when in fact Topics and Actions are the mandatory building blocks for defining agent behavior in Agent Builder.

957
MCQeasy

Refer to the exhibit. A data scientist built a model using training data where 80% of leads were won. The model achieved 80% accuracy. What is the main issue with this evaluation?

A.The model lacks confidence scoring
B.The algorithm choice (XGBoost) is inappropriate
C.Accuracy is not a reliable metric because the data is imbalanced
D.The training data size is insufficient
AnswerC

With 80% won leads, a constant 'won' prediction yields 80% accuracy, so accuracy does not measure model's discriminative power.

Why this answer

Correct: Accuracy is misleading due to class imbalance; a model that always predicts 'won' would get 80% accuracy. Option A: Data size is fine. Option B: XGBoost is good for tabular data.

Option D: Confidence score not provided.

958
MCQeasy

A marketing manager wants to use AI to recommend next-best actions for customers based on their previous purchases. Which Einstein feature is most appropriate?

A.Einstein Discovery
B.Einstein Bot
C.Einstein Prediction Builder
D.Einstein Recommendations
AnswerD

Recommendations uses AI to suggest relevant items or actions.

Why this answer

Einstein Recommendations is the correct choice because it is specifically designed to analyze customer purchase history and behavioral data to suggest next-best actions, such as products or content, in real time. It uses collaborative filtering and deep learning models to generate personalized recommendations, directly matching the use case of suggesting actions based on previous purchases.

Exam trap

The trap here is that candidates confuse Einstein Prediction Builder (which outputs a prediction score) with Einstein Recommendations (which outputs a specific action or item), leading them to select Prediction Builder for a 'next-best action' scenario when it only predicts likelihoods, not suggestions.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is a predictive analytics tool that identifies patterns and explains why outcomes occur, but it does not generate next-best action recommendations for individual customers. Option B is wrong because Einstein Bot is a conversational AI for automating customer service interactions via chatbots, not for analyzing purchase history to recommend actions. Option C is wrong because Einstein Prediction Builder allows users to create custom predictive models (e.g., predicting churn or conversion), but it outputs a prediction score, not a recommended next action.

959
MCQeasy

A sales team uses Einstein Lead Scoring. They notice the model gives low scores to leads from certain industries. The AI Associate suspects bias. What should they do to validate?

A.Run a holdout test to check prediction accuracy.
B.Retrain the model with balanced data.
C.Review the model's confidence intervals.
D.Analyze the distribution of scores across industry segments.
AnswerD

This reveals if certain groups are systematically scored lower.

Why this answer

Option D is correct because analyzing the distribution of scores across industry segments directly validates whether the model exhibits systematic bias. By comparing score distributions, the associate can identify if certain industries are consistently under-scored, which would indicate a biased pattern rather than random variation. This approach aligns with ethical AI practices that require transparency and fairness assessment before any model adjustments.

Exam trap

The trap here is that candidates often confuse model accuracy metrics (like holdout tests) with fairness validation, not realizing that a model can be accurate yet systematically biased against certain subgroups.

How to eliminate wrong answers

Option A is wrong because a holdout test checks prediction accuracy (e.g., AUC, RMSE) but does not reveal how scores are distributed across specific segments like industries; a model can be accurate overall yet still biased against certain groups. Option B is wrong because retraining with balanced data is a corrective action that should only be taken after bias is confirmed; prematurely retraining may mask the underlying issue and waste resources. Option C is wrong because confidence intervals quantify uncertainty around predictions, not the distribution of scores across segments; they do not help detect whether low scores are concentrated in particular industries.

960
Multi-Selectmedium

A sales operations manager wants to use Einstein GPT for Sales to improve rep productivity. Which THREE tasks can Sales GPT perform?

Select 3 answers
A.Create sales dashboards
B.Summarize sales calls
C.Draft meeting follow-up notes
D.Generate personalized sales emails
E.Predict lead scores
AnswersB, C, D

Why this answer

Option B is correct because Einstein GPT for Sales includes a call summarization feature that uses generative AI to automatically create concise summaries of sales calls from transcripts. This directly improves rep productivity by saving time on manual note-taking and capturing key action items.

Exam trap

The trap here is confusing predictive AI features (like lead scoring) with generative AI features (like content creation and summarization), leading candidates to select 'Predict lead scores' as a Sales GPT task.

961
Multi-Selecthard

According to Salesforce's AI ethics principles, which three pillars should guide the development of AI applications?

Select 3 answers
A.Accountability.
B.Transparency.
C.Profitability.
D.Scalability.
E.Fairness.
AnswersA, B, E

Accountability for AI outcomes.

Why this answer

Option A is correct because accountability is one of Salesforce's core AI ethics principles, requiring that organizations take responsibility for the outcomes of their AI systems. This principle ensures that there is human oversight and that AI applications are designed with mechanisms for redress and governance, aligning with Salesforce's commitment to ethical AI development.

Exam trap

Salesforce often tests candidates by including plausible-sounding business or technical terms like 'profitability' or 'scalability' as distractors, leading them to confuse operational goals with ethical mandates.

962
MCQhard

A Salesforce admin wants to create a custom predictive model that predicts whether a support case will be escalated based on historical case data. The admin has identified the prediction field as 'Escalated__c' (checkbox). Which Einstein AI feature should they use to build this model without writing code?

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

Einstein Prediction Builder enables admins to create custom binary predictions using point-and-click, exactly as described.

Why this answer

Einstein Prediction Builder is the correct choice because it allows admins to create custom predictive models using point-and-click tools, without writing code. The admin needs to predict a binary outcome (whether a case will be escalated) based on historical data, and Prediction Builder is specifically designed for this use case: it lets you select a standard or custom object (like Case), choose a checkbox field (Escalated__c) as the prediction field, and automatically trains a model using the platform's AI engine.

Exam trap

Cisco often tests the distinction between 'custom predictive model' (Einstein Prediction Builder) and 'prebuilt AI features' (like Case Classification or Next Best Action), leading candidates to confuse a general-purpose prediction tool with a specialized, out-of-the-box solution.

How to eliminate wrong answers

Option B is wrong because Einstein Discovery is an advanced analytics and insights tool that explains patterns and provides recommendations from data, but it does not allow you to create a custom predictive model that outputs a prediction field on a record; it is more for data exploration and storytelling. Option C is wrong because Einstein Case Classification is a prebuilt feature that automatically categorizes incoming cases into predefined categories (e.g., 'Billing', 'Technical'), not for predicting a binary escalation outcome based on historical data. Option D is wrong because Einstein Next Best Action is a recommendation engine that suggests the next best action to take (e.g., offer a discount) based on rules and AI, not for building a custom predictive model to forecast a specific field value.

963
MCQmedium

A sales operations manager notices that Einstein Lead Scoring is not producing scores for some leads. The leads have all required fields populated. What is the most likely cause?

A.The user does not have the 'View Lead Score' permission
B.The lead source field is not included as a feature
C.The leads were created in a different Salesforce instance
D.There are fewer than 500 leads with the score field populated
AnswerD

Einstein needs a sufficient training set; the minimum is typically 500 leads.

Why this answer

Einstein Lead Scoring requires a minimum number of leads (usually 500) with the score field populated before it can start generating scores. Fewer leads mean the model cannot be built.

964
MCQhard

A developer is building an autonomous AI agent with Agentforce. They need the agent to perform actions in Salesforce, such as updating records and sending emails. How should they define these capabilities in Agent Builder?

A.Create actions in Agent Builder, specifying the operation and parameters
B.Define topics that correspond to each action
C.Use Prompt Builder to create prompts for each action
D.Write Apex triggers to handle agent requests
AnswerA

Actions in Agent Builder define what the agent can do, such as DML operations or API calls.

Why this answer

Option A is correct because in Agent Builder, actions are the mechanism that defines what an autonomous AI agent can do in Salesforce, such as updating records or sending emails. Each action specifies the operation (e.g., a standard or custom action) and its parameters, allowing the agent to execute precise tasks without additional coding.

Exam trap

The trap here is that candidates confuse the declarative action configuration in Agent Builder with other Salesforce tools like Prompt Builder or Apex, assuming that defining capabilities requires code or prompt engineering rather than using the built-in action framework.

How to eliminate wrong answers

Option B is wrong because topics in Agent Builder define the scope of conversation or subject matter the agent handles, not the specific operational capabilities like record updates or email sends. Option C is wrong because Prompt Builder is used to create and manage prompts for large language models (LLMs) in Einstein AI, not to define agent actions for Salesforce operations. Option D is wrong because Apex triggers are event-driven code that runs on record changes, not a method to define agent capabilities in Agent Builder; agents use declarative actions, not custom Apex logic.

965
MCQmedium

A Salesforce admin implements Einstein Bots for customer service. To ensure the bot does not use biased language, what should the admin do?

A.Use only predefined responses
B.Disable the bot for sensitive topics
C.Review training data for representativeness
D.Monitor conversations regularly
AnswerC

Correct. Diverse and representative training data reduces bias.

Why this answer

Reviewing training data for representativeness helps identify and mitigate bias sources.

966
MCQeasy

Refer to the exhibit. The error log from an AI recommendation system indicates that it cannot explain a decision. Which ethical concern does this directly raise?

A.Bias in recommendations
B.Safety risks
C.Lack of transparency and explainability
D.Lack of human accountability
AnswerC

The error states no explainability, violating transparency.

Why this answer

Option D is correct: Lack of explainability means the system is not transparent. Option A is wrong because bias is not shown. Option B is wrong because safety is not directly indicated.

Option C is wrong because accountability is about oversight, but the issue is lack of explanation.

967
MCQmedium

A Salesforce admin needs to create a prompt template that generates a follow-up email after a meeting. Which Prompt Builder template type should be used?

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

Sales Email templates are designed for generating email content in Sales Cloud.

Why this answer

The Sales Email template type in Prompt Builder is specifically designed for generating sales-related communications, such as follow-up emails after meetings. It includes pre-built fields and context (e.g., meeting notes, contact details) optimized for sales workflows, making it the correct choice for this use case.

Exam trap

The trap here is that candidates may confuse 'Flex Prompt' as a catch-all solution, overlooking that Salesforce provides specialized template types (like Sales Email) with pre-configured fields and logic for specific business processes, which is a key design principle tested in the AI Associate exam.

How to eliminate wrong answers

Option A is wrong because Service Reply is intended for customer service scenarios, such as responding to support cases, not for sales follow-up emails. Option B is wrong because Field Generation is used to auto-populate a specific field on a record (e.g., generating a summary for a custom field), not for creating a full email template. Option C is wrong because Flex Prompt is a generic, customizable template type that lacks the pre-built sales-specific context and fields that Sales Email provides, making it less efficient for this purpose.

968
MCQmedium

A sales team is using Einstein Lead Scoring and notices that leads from a certain geographic region are consistently scored lower, even when the lead's profile matches high-performing customers from other regions. What is the most likely cause and recommended first step?

A.The model is accurate; the region is genuinely underperforming. The team should accept the scores.
B.The model may be biased due to underrepresented data from that region in the training set. Audit the model for bias and review training data demographics.
C.The region has lower quality leads, so the scores are correct. The team should focus on other regions.
D.Retrain the model with more data from that region, even if it means duplicating records.
AnswerB

Bias auditing is the correct first step to identify if the model is unfairly penalizing leads based on geography.

Why this answer

The low scores for a specific region likely indicate bias in the model due to historical data imbalances. The first step should be to audit the model for bias using tools like Fairness in AI or reviewing training data distribution.

969
MCQmedium

A sales team wants to prioritize leads that are most likely to convert. They have historical data on lead attributes and conversion outcomes. Which AI technique should be used?

A.Unsupervised clustering to group leads by similarity
B.Supervised learning to build a lead scoring model
C.Natural language processing to analyze lead emails
D.Computer vision to analyze lead profile pictures
AnswerB

Supervised learning uses labeled historical data to predict a target outcome, perfect for lead scoring.

Why this answer

Lead scoring uses supervised learning on historical lead data to predict conversion probability.

970
MCQeasy

A sales manager wants to automatically track emails and events from their sales team's Gmail accounts into Salesforce without manual logging. Which Salesforce feature should they enable?

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

Correct feature for automatic logging of emails and events.

Why this answer

Einstein Activity Capture (B) is the correct feature because it automatically syncs emails and events from Gmail (and Microsoft 365) into Salesforce without requiring manual logging by users. It uses a background synchronization process that captures activities based on configured rules, eliminating the need for manual entry or third-party integrations.

Exam trap

The trap here is that candidates may confuse Einstein Activity Capture with Einstein Email Insights, as both involve email, but Activity Capture is for syncing existing emails into Salesforce while Email Insights is for analyzing email engagement metrics on sent emails.

How to eliminate wrong answers

Option A is wrong because Einstein Lead Scoring is an AI feature that scores leads based on historical conversion data, not for tracking emails or events. Option C is wrong because Einstein Email Insights analyzes email engagement metrics (like open rates and click-throughs) for sent emails, but does not automatically capture or sync emails from external accounts into Salesforce. Option D is wrong because Einstein Conversation Insights analyzes sales call recordings and transcripts for conversation intelligence, not email or event tracking from Gmail.

971
MCQeasy

A sales manager wants to see an AI-generated prediction of which opportunities are most likely to close, along with the key factors influencing that prediction. Which feature provides this capability directly in the opportunity record?

A.Einstein Forecasting
B.Einstein Activity Capture
C.Einstein Opportunity Scoring
D.Einstein Lead Scoring
AnswerC

This feature scores opportunities 1-99 and displays the score and key factors on the opportunity record.

Why this answer

Einstein Opportunity Scoring is the correct feature because it directly provides an AI-generated prediction of which opportunities are most likely to close, along with the key factors influencing that prediction, all displayed within the opportunity record. This feature uses machine learning models to analyze historical data and assign a score (0–100) to each opportunity, surfacing the top positive and negative influencing factors to help sales reps prioritize their efforts.

Exam trap

The trap here is that candidates confuse Einstein Opportunity Scoring with Einstein Forecasting, as both deal with 'predictions' about opportunities, but Forecasting focuses on aggregate revenue predictions while Scoring provides per-record closing likelihood with influencing factors.

How to eliminate wrong answers

Option A is wrong because Einstein Forecasting is designed to predict future revenue and pipeline trends at an aggregate level, not to provide per-opportunity closing predictions with key influencing factors within the opportunity record. Option B is wrong because Einstein Activity Capture automatically logs emails and events to Salesforce records but does not generate predictions or scoring for opportunity closure. Option D is wrong because Einstein Lead Scoring predicts the likelihood of a lead converting to an opportunity, not the likelihood of an existing opportunity closing, and it operates on lead records, not opportunity records.

972
MCQeasy

A manufacturing company uses Salesforce Sales Cloud with Einstein Activity Capture to log emails and events automatically. The sales team has noticed that some emails from Microsoft Outlook are not appearing in the Einstein Activity Capture dashboard, even though the users have configured the connection correctly. The administrator checks the activity capture settings and sees that the data source is enabled and users have the correct permissions. The missing emails are from a specific domain, @supplier.com, which is a known vendor. What should the administrator do to ensure these emails are captured?

A.Increase the sync frequency for Einstein Activity Capture to every 5 minutes.
B.Add the @supplier.com domain to the allowlist in Einstein Activity Capture settings.
C.Instruct users to manually log the supplier emails as activities in Salesforce.
D.Assign the 'Einstein Activity Capture User' permission set to the supplier's email domain.
AnswerB

Domain allowlists in Activity Capture settings control which external emails are captured.

Why this answer

Einstein Activity Capture uses allowlists and blocklists to control which emails are captured. By default, emails from external domains may be excluded to reduce noise. Adding @supplier.com to the allowlist ensures that emails from that domain are explicitly included in the capture process, overriding any default filtering.

Exam trap

The trap here is that candidates may confuse Einstein Activity Capture's domain filtering with permission sets or sync frequency, overlooking the fact that the allowlist is the specific control for including or excluding emails from particular domains.

How to eliminate wrong answers

Option A is wrong because increasing sync frequency does not address the root cause of emails being filtered out by domain; it only changes how often the system checks for new data. Option C is wrong because manually logging emails bypasses the automation that Einstein Activity Capture is designed to provide, and it is not a scalable solution for ongoing capture. Option D is wrong because the 'Einstein Activity Capture User' permission set is assigned to users, not to email domains; domains cannot be assigned permission sets.

973
MCQhard

Universal Containers (UC) uses Einstein Lead Scoring to prioritize leads. They have 500,000 leads in the system. Recently, the model scores have been inconsistent: some leads with low activity receive high scores, while active leads score low. The model was trained 3 months ago. UC updates lead records daily via an external system, but the data is often incomplete (e.g., missing company size). Support has reported slow performance on lead views. The admin notices that the 'Data Refresh Status' for Einstein Lead Scoring shows 'Pending' for 2 weeks. UC wants to improve model accuracy and performance. Which action should the admin take first?

A.Schedule a data transform to cleanse and refresh lead data before model training
B.Increase data retention period for lead records
C.Rebuild the Einstein Lead Scoring model using different fields
D.Increase the model training frequency to weekly
AnswerA

Ensures the model uses accurate, up-to-date data.

Why this answer

Option A is correct because the 'Data Refresh Status' has been 'Pending' for two weeks, indicating that the model is not receiving updated lead data. Scheduling a data transform to cleanse and refresh lead data before model training directly addresses the root cause: incomplete and stale data (e.g., missing company size) leads to inconsistent scores. This action ensures the model trains on clean, current data, improving both accuracy and performance.

Exam trap

The trap here is that candidates may focus on model retraining (Option C or D) without realizing that the core issue is a stalled data refresh, not the model configuration or frequency.

How to eliminate wrong answers

Option B is wrong because increasing the data retention period does not fix the immediate issue of stale or incomplete data; it only keeps older records longer without addressing data quality or refresh delays. Option C is wrong because rebuilding the model with different fields does not resolve the underlying data refresh problem; the model will still train on incomplete or outdated data, leading to inconsistent scores. Option D is wrong because increasing training frequency to weekly does not help if the data itself is not being refreshed; the model would simply train more often on the same stale data, perpetuating inaccuracies.

974
MCQeasy

Which Salesforce Einstein feature provides automated statistical analysis of data, generates stories in natural language, and offers improvement suggestions in a waterfall chart?

A.Einstein GPT
B.Einstein Analytics
C.Einstein Discovery
D.Einstein Prediction Builder
AnswerC

Einstein Discovery provides automated analysis, stories, waterfall charts, and improvement suggestions.

Why this answer

Einstein Discovery is the correct answer because it is the Salesforce AI feature specifically designed to perform automated statistical analysis on data, generate natural language narratives (stories) that explain key insights, and provide actionable improvement suggestions visualized in a waterfall chart. Unlike other Einstein features, Discovery focuses on surfacing hidden patterns and recommending specific actions to improve business outcomes.

Exam trap

The trap here is that candidates confuse Einstein Analytics (a visualization/dashboard tool) with Einstein Discovery (an automated insight and recommendation engine), because both involve data analysis but only Discovery provides natural language stories and waterfall charts with improvement suggestions.

How to eliminate wrong answers

Option A is wrong because Einstein GPT is a generative AI tool for creating content (e.g., emails, summaries) and does not perform automated statistical analysis or generate waterfall charts. Option B is wrong because Einstein Analytics (now Tableau CRM) is a platform for building dashboards and exploring data visually, but it does not automatically generate natural language stories or improvement suggestions in a waterfall chart; that is the role of Einstein Discovery. Option D is wrong because Einstein Prediction Builder is used to create custom predictive models (e.g., scoring leads) without automated statistical analysis or natural language story generation.

975
MCQeasy

Which feature uses automated statistical analysis to identify key drivers in your data and generate natural language stories about the insights?

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

Einstein Discovery provides automated statistical analysis, story creation, and prescriptive insights.

Why this answer

Einstein Discovery is the correct answer because it is the Salesforce feature specifically designed to perform automated statistical analysis (using regression, classification, and clustering algorithms) on your data to identify key drivers and patterns, then automatically generate natural language narratives that explain those insights in plain English. This combines machine learning with automated insight communication, which directly matches the question's description.

Exam trap

Cisco often tests the distinction between 'predicting an outcome' (Einstein Prediction Builder) and 'explaining drivers with natural language' (Einstein Discovery), causing candidates to confuse the two because both involve AI and data analysis.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder focuses on creating custom predictive models (e.g., predicting churn or conversion) using point-and-click configuration, but it does not automatically generate natural language stories about insights—it outputs predictions and scores, not explanatory narratives. Option B is wrong because Einstein Conversation Insights analyzes voice and text conversations (e.g., sales calls) to extract topics, sentiment, and action items, but it does not perform automated statistical analysis on your data to identify key drivers or generate natural language stories about those drivers. Option C is wrong because Einstein Next Best Action recommends the next optimal action (e.g., offer, task) based on rules and AI models, but it does not perform automated statistical analysis to identify key drivers or generate natural language insight stories.

Page 12

Page 13 of 14

Page 14
Salesforce AI Associate AI Associate AI Associate Questions 901–975 | Page 13/14 | Courseiva