Courseiva

Salesforce AI Associate AI Associate (AI Associate) — Questions 175

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

Page 1 of 11

Page 2
1
MCQhard

A company uses Einstein GPT to generate email responses. They want to automatically audit generated responses for potentially harmful or biased language before sending. Which Salesforce feature should they use?

A.Einstein Trust Layer.
B.Permission Set.
C.Einstein Analytics.
D.Data Mask.
AnswerA

Trust Layer provides content moderation and safety features.

Why this answer

Einstein Trust Layer is the correct feature because it provides a governance layer that automatically audits AI-generated content for toxicity, bias, and harmful language before the email is sent. It intercepts the output from Einstein GPT and applies content safety filters, ensuring compliance with responsible AI practices without requiring manual review.

Exam trap

Salesforce often tests the misconception that any 'Einstein' feature (like Analytics) can handle AI governance, but the Trust Layer is the only dedicated service for auditing and filtering AI outputs for safety and bias.

How to eliminate wrong answers

Option B is wrong because Permission Sets control user access and permissions to objects, fields, and features, not content auditing or AI safety checks. Option C is wrong because Einstein Analytics (now Tableau CRM) is a business intelligence and analytics platform for data visualization and insights, not a tool for auditing AI-generated text for harmful language. Option D is wrong because Data Mask is a security feature that obfuscates sensitive data in non-production environments, not a mechanism to audit or filter AI-generated content for bias or toxicity.

2
Multi-Selecthard

A financial services firm wants to use AI to detect fraudulent transactions. They have a dataset with 1% fraudulent and 99% legitimate transactions. Which THREE actions should they take to address class imbalance? (Select THREE.)

Select 3 answers
A.Use a larger dataset even if it is more imbalanced
B.Use accuracy as the primary evaluation metric
C.Use F1 score as the evaluation metric
D.Assign higher class weights to the minority class during training
E.Oversample the minority class (fraud) or undersample the majority class
AnswersC, D, E

F1 score balances precision and recall and is robust to imbalance.

Why this answer

Class imbalance can be addressed by resampling (oversampling minority, undersampling majority), using class weights, or using metrics like F1 that consider precision and recall.

3
MCQhard

A financial institution uses an AI system to approve loan applications. The system denies loans to applicants from certain postal codes at a higher rate. The model includes 'postal code' as a feature. Which ethical consideration is most directly violated?

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

Disparate impact based on postal code violates fairness principles.

Why this answer

The AI system's use of 'postal code' as a feature leads to disparate impact on applicants from certain areas, directly violating the ethical principle of fairness. Fairness requires that AI models do not discriminate against protected groups or perpetuate systemic biases, even if the feature itself is not a protected attribute. By denying loans at a higher rate based on postal code, the system is likely engaging in proxy discrimination, which is a core fairness violation.

Exam trap

Salesforce often tests the distinction between fairness and transparency, where candidates mistakenly choose transparency because they think the model's use of postal code is 'hidden' or not explainable, but the core violation is the discriminatory outcome, not the lack of explanation.

How to eliminate wrong answers

Option B (Privacy) is wrong because the issue is not about unauthorized access or misuse of personal data, but about biased outcomes from a legitimate feature. Option C (Accountability) is wrong because the question focuses on the ethical violation of the model's behavior, not on who is responsible for its deployment or oversight. Option D (Transparency) is wrong because the problem is not a lack of explainability or interpretability of the model's decisions, but the discriminatory impact of those decisions.

4
MCQhard

A financial services company uses Salesforce Service Cloud with Einstein Bots to handle account balance inquiries. The bot currently uses a standard intent 'CheckBalance' which recognizes phrases like 'What is my balance?' and 'Show my account balance.' The company wants to expand the bot to also answer questions about recent transactions, such as 'What were my last five deposits?' and 'Show my recent withdrawals.' The system administrator has added a new intent called 'RecentTransactions' and mapped it to a new flow. However, during testing, the bot often misclassifies 'CheckBalance' requests as 'RecentTransactions' when the user mentions a specific amount or date. Which action should the administrator take to resolve this misclassification?

A.Add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it.
B.Reduce the confidence threshold for both intents to allow more matches.
C.Disable the 'RecentTransactions' intent and handle transaction requests using a flow without intents.
D.Create a new Einstein Bot specifically for transaction inquiries and route users there.
AnswerA

Providing more training data for the existing intent helps the model distinguish between similar phrases.

Why this answer

Adding sample utterances that include amounts and date ranges to the 'CheckBalance' intent provides the Einstein Bot's natural language processing (NLP) model with more training data to distinguish between balance inquiries and transaction requests. This improves intent classification accuracy by reducing overlap in the phrases the bot recognizes, directly addressing the misclassification issue.

Exam trap

The trap here is that candidates may think lowering the confidence threshold or creating separate bots will fix misclassification, but the correct approach is to enrich the training data for the existing intents to improve the NLP model's accuracy.

How to eliminate wrong answers

Option B is wrong because reducing the confidence threshold would cause the bot to match intents more loosely, likely increasing misclassifications rather than resolving them. Option C is wrong because disabling the 'RecentTransactions' intent would prevent the bot from handling transaction inquiries at all, which contradicts the expansion goal. Option D is wrong because creating a separate bot for transactions adds unnecessary complexity and does not fix the root cause of intent confusion; the same misclassification could occur if users are routed incorrectly.

5
MCQmedium

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

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

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

Why this answer

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

6
Multi-Selectmedium

A service team wants to use Einstein GPT to improve agent productivity. Which TWO Einstein GPT features are designed specifically for service scenarios?

Select 2 answers
A.Einstein Lead Scoring
B.Service GPT - Case Summaries
C.Service GPT - Knowledge Article Drafts
D.Sales GPT - Email Generation
E.Einstein Opportunity Scoring
AnswersB, C

Case summaries are a core Service GPT feature.

Why this answer

Service GPT - Case Summaries is correct because it automatically generates concise summaries of service cases, enabling agents to quickly understand the context without reading through lengthy case histories. This directly improves agent productivity by reducing handle time and accelerating case resolution.

Exam trap

The trap here is that candidates may confuse Einstein GPT features across domains (Sales vs. Service) and select options like Lead Scoring or Opportunity Scoring, which are sales-specific, instead of recognizing that only Service GPT features are designed for service scenarios.

7
MCQeasy

A marketing manager wants to prioritize leads with the highest likelihood of conversion. Which Einstein feature should they use?

A.Einstein Lead Scoring
B.Approval Processes
C.Custom Formula Fields
D.Data Export
AnswerA

Automatically scores leads based on historical data.

Why this answer

Einstein Lead Scoring predicts conversion probability for each lead. Custom formulas are manual, approval processes and data export are not predictive.

8
MCQeasy

A service agent needs quick access to relevant knowledge articles while handling a case. Which Einstein feature provides article recommendations automatically?

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

This feature is specifically designed to recommend knowledge articles to agents.

Why this answer

Einstein Article Recommendations is the correct feature because it uses AI to automatically suggest relevant knowledge articles to service agents based on the context of the case, such as subject, description, and product. This reduces search time and improves case resolution efficiency by surfacing the most pertinent articles without manual querying.

Exam trap

The trap here is that candidates confuse Einstein Article Recommendations with Einstein Case Classification, as both involve case context, but only Article Recommendations delivers article suggestions to agents, while Classification assigns categories or priorities.

How to eliminate wrong answers

Option A is wrong because Einstein Bots are designed for automated conversational interactions with customers, not for providing article recommendations to agents handling cases. Option B is wrong because Einstein Discovery focuses on predictive analytics and identifying trends in data, not on real-time article suggestions within a service console. Option D is wrong because Einstein Case Classification automatically categorizes cases based on intent or priority, but does not recommend knowledge articles to agents.

9
MCQmedium

A company wants to create a custom AI model that predicts whether a support case will be escalated based on historical case data. Which tool allows building this custom prediction without writing code?

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

Why this answer

Einstein Prediction Builder is the correct tool because it allows users to create custom predictive models—such as predicting case escalation—directly from Salesforce data using a point-and-click interface, without writing any code. It leverages historical case data to train a model that outputs a probability score for the target outcome, making it ideal for this no-code custom AI requirement.

Exam trap

The trap here is that candidates often confuse 'prediction' (Einstein Prediction Builder) with 'classification' (Einstein Case Classification), but the former is for custom binary or numeric predictions from historical data, while the latter is a pre-built model for categorizing cases into fixed labels.

How to eliminate wrong answers

Option B (Einstein Case Classification) is wrong because it is specifically designed to automatically categorize incoming cases into predefined classes (e.g., product type), not to predict a binary outcome like escalation. Option C (Einstein Next Best Action) is wrong because it recommends the next optimal action for a user based on business rules and AI, but it does not build custom predictive models from historical data. Option D (Einstein Discovery) is wrong because it is an analytics tool for uncovering trends and insights in data using statistical analysis, not for creating a deployable predictive model that outputs a specific prediction like escalation.

10
MCQmedium

A company uses Einstein Forecasting to predict sales. What is a key difference between the AI forecast and the rep commit forecast?

A.AI forecast is always more accurate than rep commit
B.AI forecast uses historical data and trends; rep commit is based on rep's manual entry
C.Rep commit is used for quota setting; AI forecast is not
D.AI forecast is only available in Enterprise Edition
AnswerB

Einstein Forecasting generates an AI prediction using machine learning, while rep commit is manually entered by the sales rep.

Why this answer

The AI forecast in Einstein Forecasting leverages historical data, trends, and machine learning models to generate predictions, while the rep commit forecast relies on manual entries made by sales representatives. This distinction is fundamental: AI forecasts are data-driven and automated, whereas rep commits are subjective and based on individual rep judgment.

Exam trap

The trap here is that candidates may assume AI is always superior (Option A) or confuse the purpose of rep commits with quota setting (Option C), when in fact the key difference is the data source: historical trends vs. manual entry.

How to eliminate wrong answers

Option A is wrong because AI forecasts are not always more accurate than rep commit forecasts; accuracy can vary based on data quality, model training, and market changes, and rep insights may sometimes be more current. Option C is wrong because rep commit forecasts are typically used for pipeline management and performance tracking, not for quota setting; quotas are usually set by management using historical data and business objectives. Option D is wrong because Einstein Forecasting is available in multiple Salesforce editions, including Enterprise, Performance, and Unlimited, not exclusively in Enterprise Edition.

11
Multi-Selecteasy

A company wants to use Einstein GPT to generate case summaries and knowledge article drafts. Which TWO Einstein GPT features are applicable?

Select 2 answers
A.Prompt Builder with Field Generation templates
B.Einstein Copilot
C.Service GPT
D.Sales GPT
E.Einstein Bots
AnswersA, C

Prompt Builder can create templates for generating case summaries and article drafts.

Why this answer

Prompt Builder with Field Generation templates allows users to create structured prompts that pull data from Salesforce fields to generate case summaries and knowledge article drafts. This feature is specifically designed for content generation tasks like summarization and drafting, making it directly applicable to the use case.

Exam trap

The trap here is that candidates may confuse Einstein Copilot (a conversational interface) with content generation features, or assume Sales GPT and Einstein Bots are general-purpose tools, when in fact they are specialized for sales and chatbot use cases respectively.

12
MCQmedium

A marketing team wants to display personalized product recommendations on an Experience Cloud site. Which Einstein feature should they use?

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

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

Why this answer

Einstein Recommendation Builder is the correct feature because it is specifically designed to deliver personalized product recommendations on Experience Cloud sites. It uses AI to analyze customer behavior and purchase history to suggest relevant products, directly meeting the marketing team's goal of displaying personalized product recommendations.

Exam trap

The trap here is that candidates often confuse Einstein Recommendation Builder with Einstein Next Best Action, as both involve 'recommendations,' but Next Best Action is for actions or offers in flows, not product recommendations on a site.

How to eliminate wrong answers

Option B (Einstein Next Best Action) is wrong because it focuses on recommending the next best action or step in a customer journey, such as a call to action or service offer, not product recommendations on a site. Option C (Einstein Article Recommendations) is wrong because it is tailored for recommending knowledge articles, such as help articles or documentation, not products. Option D (Einstein Prediction Builder) is wrong because it is a tool for building custom predictive models (e.g., predicting churn or conversion) and not a pre-built feature for product recommendations on Experience Cloud.

13
MCQhard

A company wants to create an autonomous AI agent that can handle complex customer service tasks like processing returns and updating orders without human intervention. Which Salesforce feature should they use?

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

Agentforce enables building autonomous agents with topics, actions, and testing.

Why this answer

Agentforce is the correct choice because it is designed to create autonomous AI agents that can handle complex, multi-step customer service tasks like processing returns and updating orders without human intervention. Unlike simpler chatbots, Agentforce uses advanced reasoning and action execution to complete end-to-end workflows independently.

Exam trap

The trap here is that candidates often confuse Einstein Copilot (an AI assistant for users) with an autonomous agent, but Copilot requires user interaction and cannot operate independently like Agentforce.

How to eliminate wrong answers

Option A is wrong because Einstein Bots are rule-based chatbots that require predefined dialog flows and cannot autonomously handle complex, multi-step tasks like processing returns or updating orders without human handoff. Option C is wrong because Einstein Copilot is an AI assistant that helps users with tasks within Salesforce but is not designed for autonomous, unattended execution of customer service workflows. Option D is wrong because Einstein Next Best Action provides recommendations for the next best step but does not autonomously execute actions or handle complete customer service processes.

14
MCQeasy

A nonprofit uses Einstein Vision to classify images of disaster areas. What is the primary benefit of using AI for this task?

A.It requires less training data than manual methods.
B.It eliminates all classification errors.
C.It reduces manual effort and speeds up damage assessment.
D.It can only classify images of specific disaster types.
AnswerC

Automation increases efficiency.

Why this answer

Einstein Vision automates the classification of disaster images, significantly reducing the manual effort required for damage assessment. By processing large volumes of images rapidly, it accelerates the time to insight, enabling faster response and resource allocation. This aligns with the core benefit of AI: augmenting human effort with speed and scale.

Exam trap

Salesforce often tests the misconception that AI eliminates errors entirely, when in reality AI systems have accuracy limitations and require human oversight for critical decisions.

How to eliminate wrong answers

Option A is wrong because AI models like Einstein Vision typically require large, labeled training datasets to achieve accuracy, not less data than manual methods. Option B is wrong because no AI system eliminates all classification errors; models have inherent accuracy limitations and can misclassify edge cases. Option D is wrong because Einstein Vision is not limited to specific disaster types; it can be trained to classify a wide range of disaster scenarios and image categories.

15
MCQhard

A financial services firm wants to deploy an autonomous AI agent that can handle complex loan application processes, including verifying documents, checking credit scores, and requesting additional information. The agent must be able to take actions in Salesforce and escalate to a human when needed. Which Salesforce tool should they use?

A.Agentforce
B.Einstein Next Best Action
C.Einstein Bots
D.Einstein Copilot
AnswerA

Agentforce enables autonomous agents that can execute topics and actions, and hand off to humans when necessary.

Why this answer

Agentforce is the correct choice because it is Salesforce's platform for building autonomous AI agents that can execute complex, multi-step workflows across systems like Salesforce, including document verification, credit score checks, and data retrieval. It supports tool integration (e.g., Apex, MuleSoft) and built-in escalation to human agents, making it ideal for handling end-to-end loan application processes with minimal human intervention.

Exam trap

The trap here is that candidates often confuse Einstein Copilot (a copilot that assists users) with Agentforce (an autonomous agent), because both use generative AI, but only Agentforce can independently execute multi-step workflows and escalate without a human in the loop.

How to eliminate wrong answers

Option B (Einstein Next Best Action) is wrong because it is a recommendation engine that suggests the next best action for a human agent to take, not an autonomous agent that can independently execute actions like verifying documents or updating Salesforce records. Option C (Einstein Bots) is wrong because it is designed for simple, rule-based conversational interactions (e.g., chatbots for FAQs) and lacks the autonomous decision-making and multi-step orchestration capabilities required for complex loan processing. Option D (Einstein Copilot) is wrong because it is an AI-powered assistant that helps users with natural language queries and actions within Salesforce, but it operates as a copilot (assisting a human user) rather than an autonomous agent that can independently run processes and escalate without user initiation.

16
MCQhard

During an AI ethics review, a stakeholder asks how Salesforce ensures that Einstein models do not discriminate based on protected attributes. Which mechanism addresses this concern?

A.Remove all protected attribute fields from the training dataset
B.Rely on model accuracy metrics to ensure equal treatment
C.Use the bias detection and fairness reporting built into Einstein Prediction Builder
D.Allow admins to manually override model predictions for certain groups
AnswerC

Salesforce provides tools to detect and report bias, enabling proactive fairness assessment.

Why this answer

Salesforce Einstein Prediction Builder includes built-in bias detection and fairness reporting that automatically checks models for discrimination based on protected attributes. This feature analyzes model predictions against demographic groups and generates fairness metrics, allowing stakeholders to identify and mitigate bias directly within the platform.

Exam trap

Salesforce often tests the misconception that removing protected attributes from training data is sufficient to prevent bias, but the trap here is that proxy discrimination through correlated features remains undetected, making bias detection tools like Einstein’s fairness reporting the correct answer.

How to eliminate wrong answers

Option A is wrong because simply removing protected attribute fields from the training dataset does not prevent proxy discrimination—other correlated features (e.g., zip code, income) can still encode bias against protected groups, and this approach can actually hide bias rather than eliminate it. Option B is wrong because model accuracy metrics (e.g., overall accuracy, F1 score) do not measure fairness across subgroups; a model can be highly accurate overall yet systematically discriminate against a protected class (e.g., high false positive rate for one demographic). Option D is wrong because allowing admins to manually override model predictions for certain groups introduces subjective, inconsistent, and potentially biased decision-making, and it does not provide systematic, auditable fairness checks—it is a reactive workaround, not a proactive mechanism.

17
Multi-Selectmedium

Which THREE are requirements for enabling Einstein features in a Salesforce org?

Select 3 answers
A.An eligible Salesforce edition
B.Custom objects must be created
C.User permissions to view predictions
D.Activation of Einstein API in Setup
E.A minimum threshold of relevant data
AnswersA, C, E

Only certain editions support Einstein.

Why this answer

Einstein features require an eligible Salesforce edition (e.g., Enterprise, Performance, or Unlimited) because the underlying AI infrastructure, including predictive models and data processing pipelines, is only available in these higher-tier editions. Without the correct edition, the necessary licenses and platform capabilities for Einstein are not provisioned.

Exam trap

The trap here is that candidates often confuse 'enabling Einstein features' with 'configuring Einstein API access,' but Salesforce does not expose a standalone API toggle for Einstein; instead, edition eligibility and data thresholds are the foundational requirements.

18
MCQhard

An admin is configuring an Einstein Bot in Service Cloud. The bot needs to understand when a customer says 'I want to return a product' and route them to a return flow, but the bot is not recognizing phrases like 'return' or 'refund'. What should the admin do first?

A.Use Einstein Case Classification to classify the case
B.Create a new intent named 'Return' and add training phrases like 'return item', 'refund'
C.Disable the bot and use a flow instead
D.Add a handoff to human agent for all unrecognized phrases
AnswerB

Defining intents with training phrases is the correct way to teach the bot.

Why this answer

Einstein Bots rely on Natural Language Understanding (NLU) to map user utterances to intents. By creating a new 'Return' intent and adding training phrases like 'return item' and 'refund', the admin provides the bot with the necessary examples to recognize and route these customer requests to the appropriate return flow.

Exam trap

The trap here is that candidates may confuse Einstein Case Classification (a case-routing feature) with Einstein Bot Intent creation, leading them to choose Option A instead of recognizing that intents must be explicitly defined for NLU-based bots.

How to eliminate wrong answers

Option A is wrong because Einstein Case Classification is used for automatically categorizing and routing cases based on their content, not for training a bot to understand user intents in real-time conversations. Option C is wrong because disabling the bot and using a flow would bypass the conversational AI layer entirely, losing the ability to handle natural language inputs and requiring a rigid, menu-driven interaction. Option D is wrong because adding a handoff for all unrecognized phrases would not solve the root cause—the bot lacks the specific intent and training phrases to recognize 'return' or 'refund'—and would result in unnecessary escalations.

19
Multi-Selecthard

A developer needs to use the Einstein Vision and Language Platform to classify images and extract named entities from text. Which THREE API capabilities should they use?

Select 3 answers
A.Named Entity Recognition (NER)
B.Object detection
C.Fine-tuning BERT models
D.Image classification
E.Deploying custom models on edge devices
AnswersA, B, D

Correct.

Why this answer

Named Entity Recognition (NER) is a core API capability of the Einstein Vision and Language Platform for extracting named entities (e.g., people, organizations, locations) from unstructured text. It directly addresses the requirement to extract named entities from text, making option A correct.

Exam trap

The trap here is that candidates may confuse custom model training or deployment strategies (like fine-tuning BERT or edge deployment) with the pre-built API capabilities that the Einstein platform directly offers, leading them to select options that are not available as out-of-the-box APIs.

20
MCQmedium

A sales rep wants to generate personalized email drafts for leads using AI. Which feature should the admin enable?

A.Workflow Rules
B.Einstein GPT
C.Process Builder
D.Email Templates
AnswerB

Einstein GPT generates AI-powered drafts from prompts.

Why this answer

Einstein GPT is the correct feature because it is Salesforce's native generative AI tool that can automatically create personalized email drafts for leads by leveraging CRM data and natural language processing. Unlike other options, Einstein GPT is specifically designed for AI-driven content generation within the Salesforce ecosystem.

Exam trap

Salesforce often tests the distinction between traditional automation tools (Workflow Rules, Process Builder) and AI-powered content generation (Einstein GPT), leading candidates to mistakenly choose a familiar automation feature instead of the correct AI-specific one.

How to eliminate wrong answers

Option A is wrong because Workflow Rules are a declarative automation tool for triggering actions based on record changes, not for generating AI-based content. Option C is wrong because Process Builder is a point-and-click automation tool for creating complex business processes, not for generating personalized email drafts using AI. Option D is wrong because Email Templates are static, reusable message formats that require manual selection and do not use AI to dynamically generate personalized content for each lead.

21
MCQmedium

A service manager wants to provide agents with suggested knowledge articles while they are working on a case. Which Einstein feature should be enabled?

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

This feature recommends knowledge articles to agents in the case feed.

Why this answer

Einstein Article Recommendations is the correct feature because it uses AI to analyze the case context (such as subject, description, and product) and suggests relevant knowledge articles directly within the Salesforce console while the agent works on the case. This matches the requirement of providing suggested knowledge articles during case handling.

Exam trap

The trap here is that candidates confuse Einstein Case Classification (which categorizes cases) with Einstein Article Recommendations (which suggests articles), as both involve case analysis but serve different purposes.

How to eliminate wrong answers

Option A is wrong because Einstein Case Classification is designed to automatically categorize cases (e.g., by type or priority) using AI, not to suggest knowledge articles. Option C is wrong because Einstein Discovery is a predictive analytics and insight generation tool that identifies trends and patterns in data, not a real-time article suggestion feature for agents. Option D is wrong because Einstein Bots are AI-powered chatbots that handle customer conversations and automate responses, not a feature that suggests knowledge articles to agents working on cases.

22
MCQhard

An admin configures Einstein Lead Scoring but notices that scores for all leads are stuck at 99, even for clearly low-quality leads. What is the most likely cause?

A.All leads are from a high-quality source
B.The lead score field is a formula field
C.The lead score field is not added to the page layout
D.The scoring model is not yet built or activated
AnswerD

Einstein Lead Scoring requires a trained model; until then, scores default to 99.

Why this answer

Einstein Lead Scoring requires the scoring model to be built and activated before it can assign scores. If the model is not yet built or activated, the system defaults to a placeholder score of 99 for all leads, regardless of their actual quality. This explains why even low-quality leads show a score of 99.

Exam trap

The trap here is that candidates assume a uniform score of 99 indicates all leads are high-quality, when in fact it is the default placeholder value used when the scoring model is not active.

How to eliminate wrong answers

Option A is wrong because even if all leads were from a high-quality source, Einstein Lead Scoring would still differentiate scores based on multiple predictive factors, not assign a uniform 99. Option B is wrong because a formula field cannot hold a dynamically computed Einstein score; the lead score field must be a numeric field that the Einstein engine populates. Option C is wrong because the lead score field not being on the page layout would mean the score is not visible, but it would not cause all scores to be stuck at 99; the scoring engine would still compute and store the correct value.

23
Multi-Selecthard

Which THREE components are essential for an ethical AI governance framework within a large enterprise?

Select 3 answers
A.Establish a cross-functional AI ethics board.
B.Conduct regular ethical impact assessments.
C.Define clear accountability for AI outcomes.
D.Minimize human oversight to reduce operational costs.
E.Optimize for accuracy as the primary goal.
AnswersA, B, C

An ethics board brings diverse perspectives to guide AI development and use.

Why this answer

Options A, B, and C are correct. An ethics board provides oversight, impact assessments identify risks, and accountability ensures responsibility. Minimizing human oversight (D) contradicts governance.

Only focusing on accuracy (E) neglects other ethical dimensions.

24
MCQmedium

A company uses Einstein Analytics to predict employee performance and identifies low-performing employees with high confidence. What is a potential ethical concern?

A.Invasion of employee privacy.
B.High computational cost.
C.Difficulty in interpreting the model.
D.Overfitting on historical data.
AnswerA

Predicting performance often uses personal data, raising privacy concerns.

Why this answer

Einstein Analytics uses machine learning models to analyze employee data and predict performance. Identifying low-performing employees with high confidence raises ethical concerns about invasion of privacy because the model may rely on sensitive personal data (e.g., communication patterns, work hours, or behavioral metrics) without explicit employee consent or transparency. This violates principles of data minimization and informed consent, which are core to ethical AI frameworks.

Exam trap

Salesforce often tests the distinction between ethical concerns (privacy, bias, transparency) and technical issues (cost, performance, overfitting), so the trap here is that candidates may confuse a model's high confidence with accuracy or fairness, overlooking that the ethical problem lies in the unauthorized use of personal data to make high-stakes predictions.

How to eliminate wrong answers

Option B is wrong because high computational cost is a technical or financial concern, not an ethical one; it does not address fairness, privacy, or bias. Option C is wrong because difficulty in interpreting the model (lack of explainability) is a separate ethical issue related to transparency, but the question specifically highlights 'high confidence' predictions, which implies the model is interpretable enough to be confident, so the core ethical concern here is privacy, not interpretability. Option D is wrong because overfitting on historical data is a model performance issue that could lead to inaccurate predictions, but it is not the primary ethical concern when the model is already identifying employees with high confidence; privacy invasion is the direct ethical risk.

25
Multi-Selecthard

Which three practices help maintain data quality for AI models in Salesforce? (Choose three.)

Select 3 answers
A.Monitor data freshness with Data Check
B.Disable duplicate matching rules for faster load
C.Use Excel for manual data updates
D.Schedule regular data audits
E.Implement validation rules on critical fields
AnswersA, D, E

Data Check alerts on stale or outdated data that could affect model accuracy.

Why this answer

Data Check in Salesforce monitors data freshness by tracking when records were last updated, ensuring that AI models use current data. Stale data can degrade model accuracy, so this practice directly supports data quality for AI.

Exam trap

The trap here is that candidates may think disabling duplicate rules speeds up data loading, but they overlook that duplicate records severely degrade AI model performance by introducing bias and noise.

26
MCQhard

A company wants to build a custom AI prediction model that predicts whether a customer will churn (yes/no) based on Salesforce data. They have historical data on churned and retained customers. Which Einstein feature should they use, and what type of prediction field is required?

A.Einstein Lead Scoring, with a formula field
B.Einstein Prediction Builder, with a picklist prediction field containing 'Churned' and 'Not Churned'
C.Einstein Discovery, with a numeric prediction field
D.Einstein Prediction Builder, with a checkbox prediction field
AnswerB

Prediction Builder uses binary classification supported by a picklist field with exactly two values.

Why this answer

Einstein Prediction Builder allows custom binary predictions. The prediction field must be a picklist with two values (e.g., 'Yes' and 'No') representing the outcome.

27
MCQhard

Refer to the exhibit. A Salesforce admin is troubleshooting email capture failures. Based on the log, which configuration step is most likely missing?

A.The connected email service is not authenticated for the organization.
B.The email domain 'acme.org' needs to be added to the Einstein Activity Capture allowed domains.
C.The contact with ID 003B0000007v4ZW does not have a valid email address.
D.The user 'admin@mycompany.com' has exceeded their email capture quota.
AnswerB

Domain not configured causes failures.

Why this answer

The log indicates that emails from 'acme.org' are being captured but not linked to contacts, which is a classic symptom of a missing domain in the Einstein Activity Capture allowed domains list. Without adding the domain, the system cannot associate emails from that domain with the correct contact records, even if the email addresses are valid. Option B directly addresses this configuration gap.

Exam trap

Salesforce often tests the distinction between email capture (which requires domain whitelisting) and email authentication (which is about SMTP or OAuth), leading candidates to mistakenly choose authentication issues when the real problem is domain configuration.

How to eliminate wrong answers

Option A is wrong because the log does not show any authentication failure; the email service is successfully connecting and processing emails. Option C is wrong because the log does not indicate that the contact's email address is invalid; the capture failure is due to domain association, not an invalid address. Option D is wrong because there is no mention of quota limits in the log; the error is related to domain configuration, not user-level capture quotas.

28
MCQmedium

A company uses Einstein Prediction Builder to predict customer churn. The data includes account creation date, number of support cases, and average payment delay. After training, the model shows low confidence scores. What is the most likely cause?

A.The training dataset includes fewer than 500 records.
B.The data contains many missing values or outliers for the selected fields.
C.The prediction field is set to a numeric type instead of a picklist.
D.The model was trained on data refreshed daily instead of weekly.
AnswerB

Missing values and outliers degrade model performance, leading to low confidence scores.

Why this answer

Low confidence scores in Einstein Prediction Builder often stem from data quality issues such as missing values or outliers. These anomalies distort the model's ability to learn meaningful patterns, leading to uncertain predictions. Clean, complete data is essential for the model to produce high-confidence scores.

Exam trap

Salesforce often tests the misconception that low confidence is caused by dataset size or refresh frequency, when in reality data quality issues like missing values or outliers are the primary culprit in Einstein Prediction Builder.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder does not require a minimum of 500 records; it can work with smaller datasets, though more data generally improves accuracy. Option C is wrong because the prediction field type (numeric vs. picklist) affects the type of prediction (regression vs. classification), not the confidence score directly. Option D is wrong because the refresh frequency (daily vs. weekly) impacts timeliness, not the inherent confidence of the trained model.

29
MCQeasy

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

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

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

Why this answer

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

30
MCQmedium

A company is deploying an AI model that recommends next best actions for sales reps. They notice that the model's recommendations are biased towards high-revenue opportunities. Which data-related action can help reduce this bias?

A.Use a larger neural network model
B.Encrypt the data before training
C.Oversample the underrepresented segments in the training data
D.Remove all low-revenue opportunities from the training data
AnswerC

Oversampling helps balance the representation.

Why this answer

Oversampling underrepresented segments in the training data directly addresses the class imbalance that causes the model to favor high-revenue opportunities. By increasing the frequency of low-revenue examples, the model learns to treat all segments more equally, reducing bias in its recommendations. This is a standard data-level technique for mitigating bias in AI models.

Exam trap

Salesforce often tests the misconception that model architecture changes (like larger networks) can fix data bias, when in fact the root cause is often data imbalance that must be addressed at the data level.

How to eliminate wrong answers

Option A is wrong because using a larger neural network model does not fix data imbalance; it may even amplify bias if the majority class dominates training. Option B is wrong because encrypting data protects privacy but has no effect on model bias or data distribution. Option D is wrong because removing all low-revenue opportunities would worsen the imbalance, making the model even more biased toward high-revenue opportunities.

31
MCQhard

An admin has built an Einstein Bot that handles order status inquiries. However, when customers type 'Where is my order?', the bot often does not understand and escalates incorrectly. What is the most likely cause?

A.The bot is not connected to the order management system
B.Entities are not defined for order numbers
C.The intent for order status lacks sufficient training phrases
D.The bot's dialogue flow is not configured correctly
AnswerC

Without enough training phrases, the NLP model may not recognize the query as the intended intent.

Why this answer

The most likely cause is that the intent for order status lacks sufficient training phrases. In Einstein Bot, intents are matched using natural language processing (NLP) based on the training phrases provided. If the bot hasn't been trained on enough variations of 'Where is my order?', it will fail to recognize the user's intent and escalate incorrectly.

Exam trap

The trap here is that candidates confuse intent recognition failures with dialogue flow or system integration issues, but the core problem is insufficient training data for the NLP model.

How to eliminate wrong answers

Option A is wrong because if the bot were not connected to the order management system, it would still recognize the intent but fail to retrieve data, not misunderstand the query. Option B is wrong because entities (like order numbers) are used to extract specific details from a recognized intent; the problem here is the bot not understanding the intent itself, not missing a parameter. Option D is wrong because the dialogue flow controls the conversation path after intent recognition; if the intent is not recognized, the flow never executes correctly.

32
MCQeasy

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

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

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

Why this answer

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

33
MCQhard

A company is using Einstein Activity Capture to sync emails and events from Gmail to Salesforce. However, certain internal emails from the IT department are being logged accidentally. Which configuration step should the admin take to prevent these emails from being captured?

A.Add the IT department's email domain to the Excluded Addresses list in sync settings
B.Create an email-to-case rule to delete those emails
C.Disable Einstein Activity Capture for the IT department users
D.Use Einstein Email Insights to mark them as low priority
AnswerA

Excluded Addresses filters out emails from specified addresses or domains.

Why this answer

Einstein Activity Capture uses an 'Excluded Addresses' list in its sync settings to prevent specific email addresses or domains from being logged into Salesforce. By adding the IT department's email domain to this list, the admin ensures that any emails sent from or to that domain are automatically excluded from capture, stopping internal IT emails from appearing in Salesforce records without affecting other users.

Exam trap

The trap here is that candidates often confuse Einstein Activity Capture's exclusion feature with user-level disablement or email routing rules, mistakenly thinking that turning off capture for specific users or using email-to-case rules will solve the problem, when the correct approach is a domain-based exclusion list that targets the content, not the user.

How to eliminate wrong answers

Option B is wrong because email-to-case rules are designed to convert incoming emails into support cases, not to delete or filter out emails from activity capture; they operate on a different data flow and cannot prevent logging in Einstein Activity Capture. Option C is wrong because disabling Einstein Activity Capture for the IT department users would stop all activity capture for those users entirely, which is an overbroad solution that would also block legitimate external emails and events, whereas the requirement is only to exclude specific internal emails. Option D is wrong because Einstein Email Insights is an analytics feature that prioritizes emails based on importance, but it does not have the ability to exclude or prevent emails from being captured; it only marks them for visibility after they are already synced.

34
Multi-Selectmedium

Which TWO of the following are common causes of model drift in Einstein Discovery?

Select 2 answers
A.Improved data quality after cleaning
B.Seasonal patterns that affect the target variable
C.Increased model complexity
D.Changes in customer behavior over time
E.Reduced size of the training dataset
AnswersB, D

Seasonality can introduce cyclic changes that the model may not capture if not retrained.

Why this answer

Seasonal patterns (Option B) cause model drift because the relationship between input features and the target variable changes predictably over time, such as higher sales during holidays. Einstein Discovery models trained on historical data may fail to generalize if the seasonal cycle is not captured or if the model is not retrained to account for these recurring shifts, leading to degraded prediction accuracy.

Exam trap

Salesforce often tests the distinction between factors that degrade model performance (like poor data quality or overfitting) versus the specific external or temporal changes that cause model drift, leading candidates to mistakenly select options like increased complexity or reduced dataset size.

35
MCQeasy

A company is deploying an AI-powered chatbot for customer service. The chatbot is trained on historical support tickets. Which ethical consideration is MOST important to address before deployment?

A.Minimizing the cost of AI training
B.Ensuring the chatbot responds quickly to all queries
C.Checking for biased or discriminatory patterns in training data
D.Planning for regular model retraining
AnswerC

Bias in training data can lead to unfair or unethical outcomes.

Why this answer

Historical data may contain biased responses, leading to unfair treatment of customers. Option A is wrong because cost is a business consideration, not ethical. Option B is wrong while performance is important, it is secondary to fairness.

Option D is wrong because maintenance is operational.

36
MCQeasy

A sales rep noticed that the Einstein Lead Scoring prediction bar shows 'No score available' for many leads. The admin confirmed that Einstein Lead Scoring is enabled and the permission set is assigned. What is the most likely cause?

A.The org does not have enough historical data to train the scoring model.
B.The leads have not yet been assigned to a user.
C.The leads were created less than 30 days ago.
D.The lead scoring model is still training.
AnswerA

A minimum number of converted leads is needed for the model to generate scores.

Why this answer

Einstein Lead Scoring requires a minimum amount of historical lead data (typically at least 2,000 converted and 2,000 unconverted leads) to train its predictive model. If the org lacks sufficient historical data, the model cannot generate scores, resulting in 'No score available' for leads. This is the most likely cause because the admin confirmed the feature and permissions are correctly enabled.

Exam trap

Salesforce often tests the misconception that 'No score available' is caused by the model still training or by recent lead creation, when in fact it points to insufficient historical data for model training.

How to eliminate wrong answers

Option B is wrong because lead assignment to a user is not a prerequisite for Einstein Lead Scoring; the model scores leads based on field values and historical patterns, not ownership. Option C is wrong because there is no 30-day age requirement for leads to receive a score; scoring applies to all leads once the model is trained, regardless of creation date. Option D is wrong because if the model were still training, the prediction bar would typically show a 'Training in progress' message, not 'No score available'; the latter indicates the model lacks sufficient data to train at all.

37
MCQhard

A model trained on CRM data predicts customer lifetime value (CLV) with high accuracy, but when deployed, predictions are significantly off for new customer segments. What is the most likely cause?

A.Feature engineering was insufficient for the original segments
B.The model is overfitting to the training data
C.The model architecture is too simple
D.The training data was not representative of the new segments
AnswerD

Unrepresentative training data leads to poor generalization for unseen segments.

Why this answer

If the training data was not representative of the new segments, the model will not generalize, leading to poor out-of-sample performance.

38
MCQmedium

A service team trains an Einstein Bot on historical chat transcripts. After deployment, the bot frequently fails to understand customer intents. Which action is most likely to improve performance?

A.Add more diverse training phrases per intent
B.Increase the confidence threshold to 90%
C.Use a hierarchical intent structure
D.Reduce the number of intents to two
AnswerA

Diverse examples improve natural language understanding and reduce failure to recognize intents.

Why this answer

Adding more diverse training phrases per intent directly addresses the root cause of the bot's failure to understand customer intents: insufficient coverage of the varied ways customers express the same goal. Einstein Bot uses natural language understanding (NLU) models that rely on example phrases to learn intent patterns; increasing the diversity of these phrases improves the model's ability to generalize to unseen utterances, reducing misclassification.

Exam trap

Salesforce often tests the misconception that increasing the confidence threshold or reducing intents will improve accuracy, when in fact those actions only mask poor training data or limit the model's scope, rather than fixing the underlying NLU training deficiency.

How to eliminate wrong answers

Option B is wrong because increasing the confidence threshold to 90% would make the bot more conservative, causing it to reject more utterances as 'unknown' rather than improving its understanding of intents; it does not address the lack of training data diversity. Option C is wrong because a hierarchical intent structure organizes intents into parent-child relationships but does not fix the fundamental issue of insufficient or non-diverse training phrases; it can even complicate classification if base intents are poorly trained. Option D is wrong because reducing the number of intents to two would oversimplify the model, likely forcing many distinct customer intents into a single bucket, which increases confusion and degrades performance rather than improving understanding.

39
MCQeasy

A company wants to use Einstein Activity Capture to log emails and events automatically. Which two considerations should the admin evaluate before enabling this feature?

A.The feature is only available for Sales Cloud.
B.All lead and contact fields must be visible to users.
C.Users must link their email client (Gmail or Outlook).
D.Users must install a browser plugin.
E.Users must have a Salesforce license.
AnswerC, E

Linking is required for activity capture.

Why this answer

Einstein Activity Capture requires users to link their email client (Gmail or Outlook) to Salesforce via OAuth 2.0 authentication. This linkage allows the feature to automatically log emails and events from the connected email and calendar systems without manual user intervention.

Exam trap

The trap here is that candidates often confuse Einstein Activity Capture with Einstein Activity Insights or assume it requires a browser plugin like the Outlook Salesforce add-in, when in fact it uses a server-side OAuth connection.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture is available for both Sales Cloud and Service Cloud, not exclusively Sales Cloud. Option B is wrong because while certain fields must be accessible for mapping, not all lead and contact fields need to be visible to users; only the fields used for email-to-Contact/Lead matching (like Email) are required. Option D is wrong because Einstein Activity Capture uses server-side integration via OAuth and does not require users to install any browser plugin; the connection is established through Salesforce's backend.

40
Multi-Selecthard

A company is developing a sentiment analysis model for customer reviews. The team wants to ensure the model is fair and does not exhibit bias. Which TWO actions are MOST effective? (Choose two.)

Select 2 answers
A.Use a more complex model to capture nuanced patterns
B.Audit the training data for imbalanced representation across demographic groups
C.Use only historical data as-is without modification
D.Ensure the training data includes reviews from a diverse range of customers
E.Remove all negative reviews from the training data to avoid negative bias
AnswersB, D

Identifying and correcting imbalances helps reduce bias.

Why this answer

Auditing training data for bias and ensuring diverse representation helps mitigate bias. Using a complex model doesn't address bias; removing all negative examples would bias the model. Using historical data as-is may perpetuate existing biases.

41
Multi-Selecthard

A business wants to build a custom AI model to classify images of products and also create a chatbot that answers customer queries about those products. Which THREE Einstein features would they likely use? (Choose 3)

Select 3 answers
A.Einstein Bots
B.Einstein Forecasting
C.Einstein Lead Scoring
D.Einstein Article Recommendations
E.Einstein Vision and Language Platform
AnswersA, D, E

Einstein Bots enables building conversational chatbots that can answer customer queries.

Why this answer

Einstein Bots is correct because it enables the creation of a chatbot that can answer customer queries about products using natural language processing and predefined dialogue flows, directly addressing the requirement for a customer query chatbot.

Exam trap

The trap here is that candidates may confuse Einstein Forecasting or Lead Scoring as general AI tools, but they are specifically designed for sales prediction and lead prioritization, not for image classification or chatbot functionality.

42
MCQhard

A global retail company with 50,000+ users has deployed Einstein Activity Capture across Sales and Service Clouds. After two weeks, the VP of Sales reports that only 60% of emails sent from Outlook are being logged in Salesforce. Users have installed the Einstein Activity Capture plugin and have the correct permission set. The admin has verified that the email logging settings are enabled for all users. The company uses Exchange Online. What should the admin investigate first?

A.Review the Exchange Online mailbox audit logs to see if emails are being accessed.
B.Check the email synchronization frequency in the Einstein Activity Capture settings.
C.Confirm that the Salesforce connected app is authorized in Exchange Online.
D.Ensure that all users have the 'Email Integration' permission enabled in their profiles.
AnswerC

Authorization issues can cause partial logging; checking this first is efficient.

Why this answer

Einstein Activity Capture for Exchange Online requires an OAuth 2.0 connected app authorization in Exchange Online to access mailbox data. Even if the plugin is installed and permissions are set, without the connected app being authorized, the service cannot retrieve email metadata, causing a significant logging gap. This is the first thing to verify since it is a common misconfiguration during initial setup.

Exam trap

Salesforce often tests the distinction between user-level permissions (like permission sets) and service-level authorization (like connected app consent), leading candidates to focus on user settings when the real issue is a missing OAuth authorization between the two systems.

How to eliminate wrong answers

Option A is wrong because Exchange Online mailbox audit logs track user actions like read or delete, not the system-level access by Einstein Activity Capture; investigating those logs would not reveal why emails are not being captured. Option B is wrong because the email synchronization frequency in Einstein Activity Capture settings controls how often sync occurs, but if the connection is not authorized, no sync will happen regardless of frequency. Option D is wrong because the 'Email Integration' permission is a legacy setting for older email integrations, not required for Einstein Activity Capture, which relies on the correct permission set and connected app authorization.

43
MCQeasy

An admin wants to automatically log emails and events from Outlook or Gmail to Salesforce without manual user action. Which feature should they enable?

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

Activity Capture logs emails and events automatically from email clients.

Why this answer

Einstein Activity Capture (C) is the correct feature because it automatically logs emails and events from Outlook or Gmail into Salesforce without requiring manual user action. It uses a background synchronization process that captures activities based on configured rules, eliminating the need for plugins or add-ins.

Exam trap

The trap here is that candidates may confuse Einstein Activity Capture with Einstein Email Insights, as both involve email, but Email Insights focuses on analytics while Activity Capture handles automatic logging of activities.

How to eliminate wrong answers

Option A is wrong because Einstein Conversation Insights analyzes voice and chat conversations to surface insights, not automatically log emails or events. Option B is wrong because Einstein Bots are designed for automated customer service conversations via chatbots, not for capturing email or calendar data. Option D is wrong because Einstein Email Insights provides analytics on email engagement (e.g., open rates, click-through rates) but does not automatically log emails or events into Salesforce.

44
MCQmedium

A retail company wants to display personalized product recommendations on their Experience Cloud site based on customer browsing behavior. Which Einstein feature should they implement?

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

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

Why this answer

Einstein Recommendation Builder is the correct choice because it is specifically designed to deliver personalized product recommendations on Experience Cloud sites by analyzing customer browsing behavior, purchase history, and other engagement signals. It uses AI to surface the most relevant products in real time, directly matching the requirement for personalized product recommendations based on browsing behavior.

Exam trap

The trap here is that candidates often confuse Einstein Next Best Action (which is for actions like offers or steps) with product recommendations, because both involve 'recommendations,' but Next Best Action is not for product recommendations on a site.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is focused on recommending the next best action (e.g., a discount offer or service call) for a customer in a service or sales context, not product recommendations based on browsing behavior. Option B is wrong because Einstein Prediction Builder allows admins to create custom predictive models (e.g., churn probability) from object data, but it does not natively generate product recommendations for a site. Option D is wrong because Einstein Article Recommendations is designed for knowledge articles (e.g., help docs) in Service Cloud, not for product recommendations on a retail Experience Cloud site.

45
MCQhard

A company uses Salesforce Data Cloud to unify customer data from multiple sources. After connecting a data stream, they notice that records are missing from the unified profile. What is the most likely cause?

A.The data stream object is not a standard Salesforce object.
B.The data stream is not activated for identity resolution.
C.The data source is not from Salesforce, so it cannot be unified.
D.The reconciliation rule is not configured for the data source.
AnswerD

Reconciliation rules are needed to match records across sources.

Why this answer

Reconciliation rules in Salesforce Data Cloud define how records from different data sources are matched and merged into a unified profile. If a reconciliation rule is not configured for a data source, records from that source may not be properly linked to existing profiles, leading to missing records in the unified view. This is a common configuration step that must be completed after connecting a data stream.

Exam trap

The trap here is that candidates may confuse identity resolution (matching) with reconciliation (merging), assuming that activating identity resolution alone is sufficient to unify profiles, when in fact a reconciliation rule is required to complete the merge process.

How to eliminate wrong answers

Option A is wrong because Data Cloud supports both standard and custom objects as data stream objects; the object type does not inherently cause records to be missing from unified profiles. Option B is wrong because identity resolution activation is required for matching records across sources, but missing records are more directly caused by the lack of a reconciliation rule that defines how to merge matched records. Option C is wrong because Data Cloud is designed to unify data from any source, including non-Salesforce sources, as long as the data stream is properly configured.

46
MCQhard

A company receives a complaint that their Einstein Next Best Action recommendations are consistently suggesting different products based on the customer's ZIP code, leading to unequal access. What should the company do first?

A.Contact Salesforce support for a refund.
B.Increase the number of recommendations shown.
C.Disable the recommendation engine immediately.
D.Review the training data for geographic bias.
AnswerD

Data bias is a likely cause and should be examined.

Why this answer

The first step in addressing biased AI recommendations is to investigate the root cause. Geographic bias in training data is a common source of unequal outcomes in machine learning models like Einstein Next Best Action. Reviewing the data allows the company to identify and mitigate the bias before taking any other action.

Exam trap

Salesforce often tests the misconception that the immediate reaction to AI bias should be to disable the system or escalate to support, rather than following a structured troubleshooting process that starts with data review.

How to eliminate wrong answers

Option A is wrong because requesting a refund does not address the underlying bias issue and is not a technical solution. Option B is wrong because increasing the number of recommendations shown does not fix biased recommendations; it may amplify the unequal access. Option C is wrong because disabling the recommendation engine immediately is a drastic step that may disrupt business operations without first understanding the cause of the bias.

47
MCQeasy

Refer to the exhibit. A dataflow is set up to prepare data for a prediction model. The model is expected to predict close probability for all open opportunities. What is wrong with this dataflow?

A.The output target should be a dataset, not a model.
B.The filter on StageName is too restrictive; it excludes non-won opportunities needed for training.
C.The source should be Lead, not Opportunity.
D.The dataflow is missing a transform node to remove null values.
AnswerB

To predict close probability, the model needs examples of both won and lost deals.

Why this answer

The filter excludes all opportunities that are not 'Closed Won'. The model should be trained on both won and lost opportunities to predict close probability. The filter should be removed or include all stages.

48
MCQeasy

A sales rep wants to automatically log emails and events to Salesforce without manual entry. Which feature should the admin enable?

A.Einstein Activity Capture
B.Einstein Conversation Insights
C.Einstein Email Insights
D.Einstein Activity Capture is not available; use the standard Email-to-Salesforce
AnswerA

Einstein Activity Capture automatically logs emails and events from connected email and calendar systems.

Why this answer

Einstein Activity Capture syncs emails and calendar events from Outlook or Gmail into Salesforce automatically.

49
MCQeasy

Which Einstein feature uses AI to automatically log user emails and events to Salesforce records without manual effort?

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

Activity Capture automatically syncs emails and events to Salesforce.

Why this answer

Einstein Activity Capture (D) is the correct answer because it is the specific Einstein feature that automatically logs user emails and events to Salesforce records without manual effort. It uses AI to analyze email and calendar data from connected systems (like Gmail or Outlook) and automatically associates them with the relevant Salesforce records, eliminating the need for manual logging.

Exam trap

The trap here is that candidates often confuse Einstein Activity Capture with Einstein Email Insights, because both involve email, but Email Insights is about analyzing engagement metrics, not automatically logging activities to records.

How to eliminate wrong answers

Option A is wrong because Einstein Conversation Insights is designed to analyze voice and digital conversation transcripts to provide coaching insights and sentiment analysis, not to automatically log emails and events to records. Option B is wrong because Einstein Email Insights focuses on analyzing email engagement metrics (like open rates and click-through rates) to prioritize leads and contacts, not on automatically logging emails to Salesforce records. Option C is wrong because Einstein Lead Scoring uses AI to predict the likelihood of a lead converting, based on historical data and lead attributes, and does not involve logging emails or events.

50
MCQeasy

A Salesforce admin is training an Einstein Bot to answer customer questions. Which data source should the bot use to provide accurate responses?

A.Chatter posts from the product team.
B.Knowledge articles with a published status.
C.Case records from the last 30 days.
D.Lead and contact reports.
AnswerB

Knowledge articles are designed for self-service.

Why this answer

Knowledge articles with a published status are the correct data source because they contain curated, approved, and structured information that Einstein Bot can reliably use to generate accurate responses. The bot leverages natural language processing to match customer questions against these articles, ensuring answers are based on verified content rather than unstructured or transient data.

Exam trap

Salesforce often tests the distinction between structured, authoritative data sources (like Knowledge articles) and unstructured or operational data (like Chatter or Cases), trapping candidates who assume any Salesforce data can be used for AI responses.

How to eliminate wrong answers

Option A is wrong because Chatter posts are informal, unstructured conversations that lack governance and may contain outdated or incorrect information, making them unsuitable for providing accurate, consistent responses. Option C is wrong because Case records from the last 30 days are transactional, often incomplete, and may include unresolved or duplicate issues, which would lead to unreliable answers. Option D is wrong because Lead and contact reports are designed for sales analytics and customer segmentation, not for answering product or service questions, and they lack the detailed, factual content needed for a knowledge base.

51
MCQmedium

A Salesforce admin wants to use Einstein GPT to generate personalized email content for a marketing campaign. To ensure the AI does not produce responses that include sensitive customer data or violate company policies, which Salesforce feature should the admin configure?

A.Prompt Builder
B.Data Cloud
C.Einstein Studio
D.Einstein Trust Layer
AnswerD

Einstein Trust Layer provides data masking, toxicity detection, and adherence to privacy policies for AI-generated content.

Why this answer

Einstein Trust Layer is the correct feature because it acts as a governance and security layer between Salesforce and the large language model (LLM). It automatically masks sensitive customer data (e.g., personally identifiable information) before the prompt is sent to the LLM and then unmasks the response, ensuring the AI never sees or exposes sensitive information. This directly addresses the admin's need to prevent responses containing sensitive data or violating company policies.

Exam trap

The trap here is that candidates often confuse Prompt Builder (which controls the prompt content) with the Trust Layer (which controls data security), assuming that defining strict prompts alone is sufficient to prevent sensitive data leakage, when in fact the Trust Layer's automated masking is required for true data protection.

How to eliminate wrong answers

Option A is wrong because Prompt Builder is a tool for creating and managing prompt templates that define the structure and context of AI-generated content, but it does not include built-in data masking or policy enforcement to prevent sensitive data leakage. Option B is wrong because Data Cloud is a customer data platform that unifies data from various sources for analytics and segmentation, not a feature for governing AI-generated outputs or masking sensitive data during LLM interactions. Option C is wrong because Einstein Studio is a low-code environment for building custom AI models and pipelines, but it does not provide the automatic data masking and safety controls that the Einstein Trust Layer offers for generative AI responses.

52
Multi-Selectmedium

A retail company wants to use AI to predict next month's sales for each product category. They have five years of monthly sales data. Which THREE factors are most critical for the accuracy of the predictive model? (Select THREE.)

Select 3 answers
A.Choosing the most popular AI algorithm on the market
B.Including seasonality and trend components from historical data
C.Using a deep learning model instead of a simpler model
D.Ensuring the training data is clean and free of missing values
E.Incorporating external factors like holiday calendars and promotions
AnswersB, D, E

Critical for capturing recurring patterns.

Why this answer

Historical patterns (seasonality), external factors (holidays), and data quality are key for time series forecasting. Model complexity and algorithm brand are less critical.

53
MCQmedium

A marketing manager wants to display product recommendations on a community site powered by Experience Cloud. Which Einstein feature should they integrate?

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

This feature is specifically for product/content recommendations in Experience Cloud.

Why this answer

Einstein Recommendation Builder provides product and content recommendations for Experience Cloud sites based on user behavior and preferences.

54
MCQhard

Refer to the exhibit. A Salesforce CLI output shows the status of Einstein models in the org. Which model should the administrator investigate first?

A.Lead_Score_Model because its accuracy is lower than expected.
B.Campaign_Response because it has the oldest training date.
C.Opportunity_Forecast because it is still training.
D.Case_Escalation because it has an Error status.
AnswerD

Error models require troubleshooting.

Why this answer

An Einstein model with an 'Error' status indicates a critical failure that prevents the model from generating predictions or scoring records. This requires immediate investigation to restore functionality, as the model is non-operational and may impact business processes relying on its output.

Exam trap

Salesforce often tests the distinction between a model's operational status (e.g., Error) and its performance metrics (e.g., accuracy), leading candidates to mistakenly prioritize accuracy concerns over a non-functional model.

How to eliminate wrong answers

Option A is wrong because 'accuracy lower than expected' is a performance metric, not an immediate operational issue; Einstein models can have varying accuracy based on data quality and configuration, and this alone does not warrant priority over a non-functional model. Option B is wrong because the oldest training date does not inherently indicate a problem; models can be retrained on demand, and age alone is not a sign of failure or urgency. Option C is wrong because a model that is 'still training' is in a normal state; Einstein models require training time, and this status is expected during the learning phase, not an error condition.

55
MCQmedium

A sales operations manager wants to use Einstein to automatically prioritize leads based on their likelihood to convert. The team needs a score from 1 to 99 that updates dynamically as new lead data is captured. Which Einstein feature should they use?

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

Correct. Einstein Lead Scoring provides a 1-99 score based on conversion likelihood and updates dynamically.

Why this answer

Einstein Lead Scoring is the correct feature because it is specifically designed to automatically assign a dynamic score (1–99) to leads based on their likelihood to convert, updating in real time as new data is captured. This directly matches the requirement for prioritizing leads with a dynamic score, unlike other Einstein features that serve different purposes such as opportunity scoring, custom model building, or data analysis.

Exam trap

The trap here is that candidates confuse Einstein Lead Scoring with Einstein Opportunity Scoring because both involve scoring and conversion, but the key distinction is the object type: leads vs. opportunities.

How to eliminate wrong answers

Option A is wrong because Einstein Opportunity Scoring scores opportunities (deals in the pipeline), not leads, and focuses on the likelihood of closing a deal rather than converting a lead. Option B is wrong because Einstein Prediction Builder allows users to create custom predictive models for any object or field, but it requires manual configuration and is not the out-of-the-box, automatically updating lead scoring feature described. Option D is wrong because Einstein Discovery is an analytics and insight tool that surfaces patterns and recommendations from historical data, not a real-time lead scoring engine.

56
MCQeasy

A company is designing an AI system to screen job applicants. To ensure fairness, which practice should be implemented?

A.Use only one data source for consistency
B.Maximize the model's accuracy on historical hiring decisions
C.Conduct regular fairness audits on model outcomes
D.Remove all demographic data from the training set
AnswerC

Audits help detect and address disparate impact.

Why this answer

Regular fairness audits are essential because they systematically evaluate model outcomes for bias across demographic groups, using metrics like disparate impact or equal opportunity difference. This practice aligns with responsible AI frameworks (e.g., NIST AI Risk Management Framework) and helps detect subtle biases that may emerge from proxy variables or data drift, ensuring the screening process remains equitable over time.

Exam trap

Salesforce often tests the misconception that removing demographic data (option D) is sufficient to ensure fairness, when in reality proxy variables and model behavior must be actively monitored through audits.

How to eliminate wrong answers

Option A is wrong because using only one data source increases the risk of sampling bias and reduces the model's ability to generalize, potentially amplifying existing disparities rather than ensuring fairness. Option B is wrong because maximizing accuracy on historical hiring decisions can perpetuate and even amplify past biases (e.g., gender or racial discrimination) present in the training data, leading to unfair outcomes. Option D is wrong because simply removing demographic attributes does not eliminate bias; models can still learn proxies (e.g., zip code, name, education) that correlate with protected characteristics, a phenomenon known as 'bias through proxy variables'.

57
Multi-Selectmedium

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

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

Consent is a key requirement for data privacy compliance.

Why this answer

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

58
Multi-Selectmedium

A company is training a customer service chatbot using historical conversation logs. Which TWO data preparation practices should be followed to ensure data quality?

Select 2 answers
A.Exclude all user identifiers to protect privacy
B.Include answers with varied phrasing to enhance language variety
C.Include only successful interactions that were resolved
D.Filter only English conversations for consistency
E.Use conversation logs with complete transcripts
AnswersB, E

Varied phrasing improves model generalization.

Why this answer

Training a chatbot on varied phrasing (e.g., synonyms, different sentence structures) improves its ability to understand and generate natural language responses. This practice enhances the model's robustness and generalization, preventing overfitting to a narrow set of expressions and ensuring it can handle the diverse ways customers phrase their queries.

Exam trap

Salesforce often tests the distinction between data quality practices (e.g., completeness, diversity, accuracy) and data governance practices (e.g., privacy, security), so candidates mistakenly select privacy-related options like Option A when the question explicitly asks about data quality.

59
MCQeasy

Refer to the exhibit. A Salesforce admin evaluates an Einstein Prediction Builder model for customer churn. What should be the admin's primary concern based on the exhibit?

A.The model accuracy is too low for production use.
B.The model has detected data drift, indicating the training data may no longer represent current patterns.
C.The AUC is low, so the model is not better than random.
D.The model uses too few features to be reliable.
AnswerB

Data drift makes predictions unreliable.

Why this answer

The exhibit shows a data drift alert from Einstein Prediction Builder, which indicates that the statistical properties of the input data have changed over time. This is the admin's primary concern because a model trained on outdated patterns will produce unreliable predictions, even if its accuracy or AUC were initially high. Data drift directly undermines the model's validity in production.

Exam trap

Salesforce often tests the distinction between model performance metrics (accuracy, AUC) and model health indicators (data drift), leading candidates to focus on missing or irrelevant metrics instead of the explicit alert shown.

How to eliminate wrong answers

Option A is wrong because the exhibit does not display an accuracy metric; the alert shown is specifically for data drift, not low accuracy. Option C is wrong because the exhibit does not show an AUC value, and a low AUC would indicate poor discriminative power, but the primary issue here is data drift, not AUC. Option D is wrong because the number of features is not indicated in the exhibit, and data drift can occur regardless of feature count; the concern is about the distribution of existing features, not their quantity.

60
MCQhard

An organization uses Einstein Conversation Insights to analyze sales call recordings. They want to automatically capture next steps discussed during calls and log them as tasks in Salesforce. Which feature should they use?

A.Einstein Conversation Insights
B.Einstein Email Insights
C.Einstein Activity Capture
D.Einstein Prediction Builder
AnswerA

Conversation Insights analyzes calls and can capture next steps and create Salesforce tasks.

Why this answer

Einstein Conversation Insights can capture next steps from call recordings and create tasks automatically. The other options are not designed for extracting action items from audio.

61
MCQeasy

A marketing team wants to recommend products to customers based on their past purchases and browsing behavior. Which type of AI is most appropriate?

A.Generative AI
B.Reinforcement learning
C.Predictive AI
D.Unsupervised learning
AnswerC

Correct: predictive AI uses historical patterns to forecast future behavior, e.g., product recommendations.

Why this answer

Product recommendation is a predictive AI task that uses historical data to predict which products a customer is likely to purchase.

62
Multi-Selecteasy

A service manager wants to recommend knowledge articles to agents handling cases. Which TWO Einstein features can be used for this purpose?

Select 2 answers
A.Einstein Bots
B.Einstein Prediction Builder
C.Einstein Case Classification
D.Einstein Article Recommendations
E.Einstein Next Best Action
AnswersD, E

Specifically designed to suggest knowledge articles to agents.

Why this answer

Einstein Article Recommendations and Einstein Next Best Action can both surface knowledge articles to agents.

63
Multi-Selecthard

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

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

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

Why this answer

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

64
Multi-Selectmedium

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

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

Clear labeling aligns with the Transparency principle.

Why this answer

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

65
MCQmedium

Refer to the exhibit. A data file for click-through model training has the above content. Which data quality issue is most critical to address before training?

A.The header row is missing a column name for the last field
B.Missing value in the Conversions column for the third row
C.Inconsistent date formats across rows
D.Clicks column is an integer but may need scaling
AnswerB

Missing target values cannot be used for supervised learning and must be handled.

Why this answer

Missing values in the Conversions column directly impact the supervised learning target variable. If the label (conversion) is missing for a training instance, the model cannot learn the correct mapping from features to outcome, leading to biased or incomplete training. This is a critical data quality issue that must be addressed before training, typically via imputation or row removal.

Exam trap

Salesforce often tests the distinction between data quality issues that prevent training (like missing target values) versus issues that are merely preprocessing concerns (like scaling or date formatting), leading candidates to overthink minor formatting problems.

How to eliminate wrong answers

Option A is wrong because the header row missing a column name for the last field is a metadata issue, not a data quality issue; the model can still parse the data as long as the values are present and correctly ordered. Option C is wrong because inconsistent date formats across rows, while potentially problematic for feature engineering, do not directly prevent model training; date parsing can be handled during preprocessing. Option D is wrong because the Clicks column being an integer does not inherently require scaling; scaling is a preprocessing step applied to features to improve convergence, not a data quality issue that must be addressed before training.

66
MCQhard

A service manager wants to analyze recorded customer service calls to identify top keywords, measure talk-time ratios, and capture next steps automatically. Which Einstein product should they use?

A.Einstein Conversation Insights
B.Einstein Bots
C.Einstein Email Insights
D.Einstein Discovery
AnswerA

Conversation Insights provides call recording analysis, keyword tracking, talk-time metrics, and next step capture.

Why this answer

Einstein Conversation Insights is the correct Einstein product for analyzing recorded customer service calls because it uses natural language processing (NLP) to transcribe calls, extract top keywords, measure talk-time ratios (e.g., agent vs. customer speaking time), and automatically capture next steps or action items. This product is specifically designed for post-call analytics on voice interactions, unlike other Einstein tools that focus on chatbots, email, or predictive modeling.

Exam trap

The trap here is that candidates may confuse Einstein Conversation Insights with Einstein Bots because both involve customer conversations, but Bots handle real-time chat automation while Conversation Insights analyzes recorded voice calls for post-call analytics.

How to eliminate wrong answers

Option B (Einstein Bots) is wrong because it is designed for automating chat-based conversations and handling routine inquiries via chatbots, not for analyzing recorded call audio or extracting keywords and talk-time metrics. Option C (Einstein Email Insights) is wrong because it analyzes email interactions to surface key topics and sentiment, but it does not process voice recordings or measure talk-time ratios. Option D (Einstein Discovery) is wrong because it is a predictive analytics and machine learning tool that identifies trends and recommendations from structured data, not a product for analyzing unstructured audio or call transcripts.

67
MCQhard

An admin is setting up Einstein Prediction Builder to predict whether a lead will convert. The admin has selected the prediction field and data set. What is the next step in the configuration wizard?

A.Train the model immediately
B.Define the prediction explanation
C.Choose the prediction score field
D.Select features (input fields) to train the model
AnswerD

After selecting prediction field and data set, the next step is to choose features (input fields).

Why this answer

The Einstein Prediction Builder wizard proceeds: select prediction field, select data set, select features, define prediction field, then train.

68
MCQhard

A company is using Einstein Discovery to predict customer churn. The model was created six months ago and has been making predictions. Recently, the model's accuracy has dropped significantly. The data scientist confirms that the data schema has not changed. What is the most likely reason for the drop in accuracy?

A.The data source is not being refreshed daily
B.The model's features have become irrelevant
C.The model is suffering from concept drift
D.The model needs to be retrained weekly instead of monthly
AnswerC

Concept drift happens when the statistical properties of the target variable change over time.

Why this answer

Concept drift occurs when the statistical properties of the target variable change over time, causing the model's predictions to become less accurate even though the data schema remains unchanged. In Einstein Discovery, models are trained on historical data, and if the underlying patterns of customer churn evolve (e.g., due to market shifts or new competitor behavior), the model's learned relationships become stale. Since the data schema is confirmed unchanged, concept drift is the most likely cause of the accuracy drop.

Exam trap

Salesforce often tests the distinction between data schema changes (which would affect feature availability) and concept drift (which affects the relationship between features and the target), leading candidates to incorrectly choose options about data freshness or feature relevance when the real issue is a shift in the underlying data distribution.

How to eliminate wrong answers

Option A is wrong because the data source not being refreshed daily would cause predictions to be based on outdated records, but the question states the model's accuracy dropped significantly and the schema hasn't changed—concept drift is a more fundamental issue than refresh frequency. Option B is wrong because features becoming irrelevant is a form of feature drift, but the question specifies the data schema hasn't changed, meaning the same features are still available; concept drift refers to the relationship between features and the target changing, not the features themselves. Option D is wrong because retraining weekly instead of monthly might help with drift, but the core reason for the drop is that the model's learned patterns no longer match current behavior—simply increasing retraining frequency without addressing the drift source is a band-aid, not the root cause.

69
Multi-Selectmedium

A company wants to use Agentforce to create an autonomous agent that can handle order cancellations. Which TWO components are required when building the agent in Agent Builder?

Select 2 answers
A.Flows
B.Intents
C.Prompts
D.Actions
E.Topics
AnswersD, E

Actions are specific tasks the agent can perform, e.g., 'Cancel Order'.

Why this answer

Actions (D) are required in Agent Builder because they define the specific tasks the agent can perform, such as invoking an Apex class, a Flow, or an external API to process an order cancellation. Topics (E) are required because they group related user intents and map them to the appropriate actions, enabling the agent to understand and route cancellation requests correctly.

Exam trap

The trap here is that candidates often confuse Topics with Intents or Flows, but Agent Builder specifically requires Topics (to define conversation paths) and Actions (to execute tasks), while Intents are a legacy concept from Einstein Bots and Flows are just one type of Action, not a separate required component.

70
MCQhard

A company wants to use AI to automatically assign a priority (High, Medium, Low) to incoming cases based on the case description and account history. Which feature should they configure?

A.Einstein Discovery with a recipe
B.Einstein Next Best Action with a flow
C.Einstein Prediction Builder with a three-class model
D.Einstein Case Classification
AnswerD

Case Classification is designed to auto-populate case fields like Priority.

Why this answer

Einstein Case Classification is specifically designed to automatically assign categories or priorities (like High, Medium, Low) to incoming cases based on case descriptions and account history, using a pre-built AI model that learns from historical case data. This feature directly addresses the requirement without needing custom model training or flow configuration.

Exam trap

The trap here is that candidates often confuse Einstein Prediction Builder (which requires custom model creation) with Einstein Case Classification (which is a pre-built, purpose-built solution for case categorization), leading them to choose Option C despite the extra effort required.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery with a recipe is used for analyzing historical data to find trends and predictions, not for real-time case priority assignment; it requires a recipe to define the analysis and does not directly classify incoming cases. Option B is wrong because Einstein Next Best Action with a flow is designed to recommend the next best action or step for a user based on context, not to automatically assign a priority label to a case; it relies on flow logic and recommendations rather than classification. Option C is wrong because Einstein Prediction Builder with a three-class model can predict a categorical outcome (like High, Medium, Low), but it requires building and training a custom prediction model from scratch, whereas Einstein Case Classification provides a ready-to-use, pre-trained model specifically for case classification, making it the more appropriate and efficient choice.

71
MCQhard

A credit scoring AI uses 50 features including zip code, age, and income. The model has high accuracy but denies credit disproportionately to a protected group. An audit reveals that zip code is a proxy for race. What is the best course of action?

A.Remove zip code from the feature set and retrain.
B.Replace zip code with more relevant non-discriminatory features and retrain with fairness constraints.
C.Keep zip code but add a fairness penalty to the loss function.
D.Increase transparency by publishing the model's decision criteria.
AnswerB

Targeted feature engineering and fairness constraints mitigate bias.

Why this answer

Replacing biased proxy with more relevant features can maintain accuracy while reducing discrimination. Option A is wrong because simply removing zip code may not eliminate all proxies. Option C is wrong because retraining with same data yields same bias.

Option D is wrong because transparency alone doesn't fix bias.

72
MCQmedium

A marketing director wants to use Einstein Engagement Scoring to prioritize leads. She has enabled Einstein and assigned the permission set to users. However, the Engagement Score field is not visible on any lead record. The admin checked the field-level security and it is visible to all profiles. What should the admin do next?

A.Add the Engagement Score field to the lead page layout.
B.Verify that there are at least 500 leads with activity in the last 30 days.
C.Run the 'Calculate Einstein Engagement Scores' scheduled job.
D.Wait 24 hours for the model to train.
AnswerA

Field visibility requires being on the page layout.

Why this answer

The Engagement Score field is a standard field that must be added to the lead page layout to be visible on the record. Even though field-level security grants access, the field will not appear on the record detail page unless it is explicitly placed on the page layout. This is a common layout-level visibility requirement in Salesforce.

Exam trap

The trap here is that candidates confuse field-level security with page layout visibility, assuming that enabling FLS automatically makes the field appear on the record, when in fact both settings must be configured independently.

How to eliminate wrong answers

Option B is wrong because the 500-leads-with-activity threshold is a prerequisite for the Einstein Engagement Scoring model to train, not a cause for the field not being visible on the record. Option C is wrong because the 'Calculate Einstein Engagement Scores' scheduled job is used to trigger scoring calculations, but the field must already be on the layout to display the results; running the job does not make the field appear. Option D is wrong because waiting 24 hours addresses model training time, not the layout visibility issue; the field will remain hidden regardless of training completion if it is not on the layout.

73
MCQmedium

An admin wants to provide a conversational AI assistant within the CRM that can answer user questions about records, generate summaries, and create tasks. Which feature should they enable?

A.Einstein GPT
B.Einstein Bots
C.Einstein Copilot
D.Agentforce
AnswerC

Copilot is the conversational AI assistant within Salesforce CRM.

Why this answer

Einstein Copilot is a conversational AI assistant embedded in the CRM that can answer questions and take actions.

74
Multi-Selecteasy

Which TWO actions help ensure transparency in AI systems according to Salesforce's ethical AI guidelines?

Select 2 answers
A.Limiting access to model outputs to only a few people.
B.Using complex deep learning models without explanation.
C.Automatically retraining models weekly.
D.Documenting model assumptions and limitations.
E.Providing plain-language explanations of model predictions.
AnswersD, E

Documentation is a transparency best practice.

Why this answer

Documenting model assumptions and limitations is a core transparency practice under Salesforce's ethical AI guidelines. It ensures stakeholders understand the boundaries and potential biases of the AI system, enabling informed trust and accountability.

Exam trap

Salesforce often tests the distinction between operational actions (like retraining) and ethical governance actions (like documentation), leading candidates to mistakenly select technically beneficial but ethically irrelevant options.

75
Multi-Selectmedium

A data analyst is evaluating data quality for an Einstein model. Which TWO dimensions are most critical for model accuracy?

Select 2 answers
A.Uniqueness
B.Accuracy
C.Consistency
D.Completeness
E.Timeliness
AnswersB, D

Incorrect values directly degrade model predictions.

Why this answer

Completeness (no missing values) and accuracy (correct values) are fundamental to model performance.

Page 1 of 11

Page 2

All pages