CCNA Sfai Einstein Features Questions

75 of 326 questions · Page 4/5 · Sfai Einstein Features topic · Answers revealed

226
Multi-Selectmedium

An organization wants to use Einstein GPT to generate case summaries and draft knowledge articles for service agents. Which TWO Einstein GPT products should they enable? (Choose two)

Select 2 answers
A.Prompt Builder
B.Service GPT
C.Einstein Copilot
D.Sales GPT
E.Einstein Article Recommendations
AnswersA, B

Prompt Builder is used to create and manage prompt templates that power GPT features, including case summaries and article drafts.

Why this answer

Service GPT includes case summary and knowledge article draft capabilities.

227
Multi-Selectmedium

A company wants to use Agentforce to create an autonomous AI agent that can handle customer service inquiries. Which TWO components must be configured in Agent Builder?

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

Topics define the subject areas the agent can handle.

Why this answer

A is correct because Topics in Agent Builder define the high-level categories of customer inquiries (e.g., 'Billing', 'Returns') that the autonomous agent can handle. They are mandatory for structuring the agent's conversation flow and routing logic. Without Topics, the agent would have no defined scope of work.

Exam trap

The trap here is that candidates confuse the required components of Agent Builder (Topics and Actions) with similar concepts from other Salesforce AI features, such as Intents from Einstein Bots or Prompt Templates from Einstein Generative AI.

228
MCQhard

An administrator is configuring Einstein Forecasting. They notice the AI forecast differs significantly from the manager's commit. The manager wants to understand why the AI forecast is lower. What should the administrator do?

A.Run an Einstein Discovery story on the forecast data
B.Disable Einstein Forecasting and rely solely on manager commit
C.Check the AI forecast explanation, which shows key drivers like historical win rate and pipeline changes
D.Adjust the AI forecast manually to match the commit
AnswerC

The explanation highlights what drives the AI forecast, helping to reconcile differences.

Why this answer

Option C is correct because Einstein Forecasting provides an AI forecast explanation that details the key drivers influencing the prediction, such as historical win rates and pipeline changes. This explanation allows the administrator to transparently show the manager why the AI forecast is lower, addressing the discrepancy without disabling or manually overriding the AI model.

Exam trap

The trap here is that candidates may think Einstein Discovery is the correct tool for explaining forecasts, but it is designed for broader data exploration, not for providing per-forecast driver explanations like the built-in AI forecast explanation feature does.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is a separate tool for analyzing data patterns and generating stories, not for explaining a specific forecast's drivers; it would not directly show why the AI forecast differs from the manager's commit. Option B is wrong because disabling Einstein Forecasting eliminates the AI-driven insights entirely, which is an overreaction and does not help the manager understand the discrepancy. Option D is wrong because manually adjusting the AI forecast to match the commit defeats the purpose of using AI forecasting and introduces bias, undermining the model's objectivity.

229
Multi-Selectmedium

A company is configuring Einstein Lead Scoring. Which TWO statements accurately describe how the feature works?

Select 2 answers
A.It assigns a score between 1 and 99 indicating conversion likelihood.
B.It only works with leads imported from external systems.
C.It scores opportunities based on deal size.
D.It can be used to prioritize leads in list views and reports.
E.It requires manual configuration of scoring rules by an admin.
AnswersA, D

Correct.

Why this answer

Option A is correct because Einstein Lead Scoring uses a predictive model to assign a score between 1 and 99 that reflects the likelihood a lead will convert to an opportunity. The score is calculated automatically based on historical conversion patterns and lead attributes, without requiring manual rule definition.

Exam trap

The trap here is that candidates often assume Einstein AI features require manual rule configuration (like traditional scoring tools), but Einstein Lead Scoring is fully automated and self-learning, making Option E a common distractor.

230
Multi-Selectmedium

A sales operations manager wants to use Einstein Opportunity Scoring to improve win rates. They want to view the opportunity score and understand why a particular score is high or low. Where can they see the score and explanation in Salesforce Lightning? (Choose TWO)

Select 2 answers
A.In Salesforce Mobile App under 'Today'
B.In the Activity Timeline
C.In the Opportunity list view as a column
D.In the Opportunity record's Einstein score component
E.In the Einstein Discovery dashboard
AnswersC, D

The score field can be added to list views for quick comparison.

Why this answer

Einstein Opportunity Scoring appears in the Opportunity record page as a score field and a component with explanation. It can also be added to list views and reports. The score field is automatically added to the Opportunity object.

231
MCQmedium

An admin wants to deploy an autonomous AI agent that can handle order cancellations end-to-end without human intervention. The agent needs to execute specific actions like querying order status and updating records. Which tool should they use?

A.Einstein Bots
B.Agentforce with Agent Builder
C.Einstein Next Best Action
D.Einstein GPT with Prompt Builder
AnswerB

Agentforce enables building autonomous agents that can perform actions independently based on topics.

Why this answer

Agentforce with Agent Builder is the correct tool because it is specifically designed to build autonomous AI agents that can execute end-to-end workflows, including querying order status and updating records, without human intervention. It uses a combination of large language models, deterministic actions, and guardrails to handle complex, multi-step tasks like order cancellations autonomously.

Exam trap

The trap here is that candidates confuse Einstein Bots (which require human-in-the-loop for actions) with autonomous agents, or they assume any Einstein AI tool with 'GPT' or 'Next Best Action' can execute backend transactions, when only Agent Builder provides the autonomous action execution capability.

How to eliminate wrong answers

Option A is wrong because Einstein Bots are designed for conversational, guided interactions with human customers, not for autonomous execution of backend actions like updating records without human oversight. Option C is wrong because Einstein Next Best Action provides recommendations for human agents or customers to act upon, not autonomous execution of actions. Option D is wrong because Einstein GPT with Prompt Builder generates text or content based on prompts, but it cannot autonomously execute API calls or database updates to complete an order cancellation workflow.

232
MCQmedium

A Service Cloud admin wants to deploy a chatbot that can handle common customer requests and escalate to a human agent when necessary. The chatbot must understand natural language variations. Which combination of tools should they use?

A.Einstein Case Classification with auto-response
B.Einstein Copilot with custom actions
C.Einstein Next Best Action with flows
D.Einstein Bots with intents and entities, and handoff to agent
AnswerD

Einstein Bots use NLP to understand intents and can escalate to live agents.

Why this answer

Einstein Bots in Service Cloud can be configured with intents and entities for NLP understanding and can hand off to human agents when needed.

233
MCQmedium

An organization wants to build an autonomous AI agent that can handle customer inquiries order status and return requests without human intervention. Which Salesforce tool allows them to build such an agent with topics and actions?

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

Correct. Agentforce with Agent Builder enables creation of autonomous agents with topics and actions.

Why this answer

Agentforce is the correct answer because it is the Salesforce tool specifically designed to build autonomous AI agents that can handle customer inquiries, order status, and return requests without human intervention. It allows you to define topics (e.g., 'Order Status') and actions (e.g., 'Lookup Order') that the agent can execute independently, using natural language processing and integration with Salesforce data.

Exam trap

The trap here is that candidates often confuse Einstein Copilot (a user-facing assistant) with Agentforce (a builder for autonomous agents), or they assume Einstein Bots can handle complex autonomous tasks when they are actually limited to simpler, scripted interactions.

How to eliminate wrong answers

Option B is wrong because Einstein Copilot is a conversational AI assistant that helps users interact with Salesforce data and workflows, but it is not designed to build autonomous agents with topics and actions; it is more of a copilot for users. Option C is wrong because Einstein Bots are rule-based or AI-powered chatbots that can handle simple inquiries, but they lack the autonomous agent capabilities and the structured topics/actions framework that Agentforce provides for complex, multi-step tasks. Option D is wrong because Einstein Next Best Action is a recommendation engine that suggests the next best action for a user (e.g., a sales rep) based on AI models, not an autonomous agent that handles customer inquiries end-to-end.

234
MCQhard

A company uses Einstein GPT for Sales to generate personalized email drafts. They want to ensure that the generated emails consistently include the recipient's company name and a specific discount offer from the opportunity. Which configuration is required?

A.Create a prompt template in Prompt Builder with merge fields for Company and Discount
B.Configure Einstein Email Insights to highlight opportunities with discount information
C.Set up a Flow in Einstein Next Best Action to inject data into the email
D.Use Einstein Recommendation Builder to define dynamic email components
AnswerA

Prompt Builder enables merging of Salesforce field values into generative AI prompts, ensuring consistency.

Why this answer

Option A is correct because Prompt Builder allows admins to create prompt templates that include merge fields for dynamic data, such as the recipient's company name and a discount offer from the opportunity. When Einstein GPT for Sales generates email drafts, it uses these merge fields to pull the specific values from the Salesforce record, ensuring consistency across all generated emails.

Exam trap

The trap here is that candidates may confuse Einstein GPT's content generation capabilities with other Einstein features like Next Best Action or Recommendation Builder, which are designed for recommendations and actions rather than direct, merge-field-driven text generation.

How to eliminate wrong answers

Option B is wrong because Einstein Email Insights is an analytics tool that provides visibility into email engagement metrics (e.g., open rates, click rates) and does not have the capability to inject or control dynamic content like company names or discount offers into email drafts. Option C is wrong because Einstein Next Best Action is designed to recommend the next best action (e.g., a prompt or offer) to users based on context, but it does not directly generate or populate email content with merge fields; it relies on flows or recommendations, not prompt templates. Option D is wrong because Einstein Recommendation Builder is used to create product or content recommendations (e.g., 'Customers also bought') for websites or emails, not to define dynamic text components with merge fields for personalized email drafts.

235
MCQmedium

A company wants to build a custom AI model that predicts whether a customer will churn within the next 30 days, using data from multiple Salesforce objects. The prediction should output a score from 0 to 100. Which Einstein feature is most appropriate?

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

Prediction Builder enables creating a custom binary classification model predicting churn, with a score field.

Why this answer

Einstein Prediction Builder is the correct choice because it allows users to build custom predictive models using data from multiple Salesforce objects without writing code, and it outputs a score (0–100) representing the likelihood of a specific outcome, such as customer churn within 30 days. This feature is designed for point-and-click creation of binary classification models that generate a probability score, directly matching the requirement.

Exam trap

The trap here is that candidates confuse Einstein Discovery (which provides insights and explanations) with Einstein Prediction Builder (which outputs a custom predictive score), because both use AI and can analyze data, but only Prediction Builder generates a 0–100 probability score for a user-defined outcome.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is an automated analytics and insights tool that identifies patterns and correlations in data but does not output a custom predictive score for a specific binary outcome like churn; it provides explanations and recommendations, not a 0–100 prediction score. Option B is wrong because Einstein Case Classification is specifically designed to automatically classify and route support cases based on intent or topic, not to predict customer churn using data from multiple Salesforce objects. Option D is wrong because Einstein Next Best Action recommends the next best action to take for a customer based on predefined rules or AI models, but it does not build a custom predictive model that outputs a churn score; it consumes predictions from other tools.

236
MCQhard

A Salesforce admin wants to use Einstein GPT to automatically generate a meeting follow-up email after a sales rep closes a meeting record in Salesforce. They want the email to include the meeting summary, key action items, and next steps. Which combination of features should they use?

A.Einstein Discovery and Prompt Builder
B.Prompt Builder with a Sales Email template and Einstein Activity Capture
C.Einstein Conversation Insights and Einstein GPT for Sales
D.Einstein Activity Capture and Einstein Bots
AnswerB

Activity Capture logs the meeting, and Prompt Builder generates the email from meeting data.

Why this answer

Prompt Builder can create a Sales Email prompt template that pulls data from the meeting record. Einstein Activity Capture can log the meeting, but generation is done via Prompt Builder. Einstein Bots and Discovery are not relevant.

237
Multi-Selecthard

An admin is troubleshooting why Einstein Lead Scoring is not generating scores for some leads. They have enabled the feature and assigned permission sets. Which two factors could cause scores to be missing?

Select 2 answers
A.The lead's status is 'Converted' and scoring is configured to exclude converted leads
B.The lead has a custom field that is not included in the model
C.The lead does not have an email address
D.The lead's owner does not have a Salesforce license
E.There are fewer than 100 open leads in the org
AnswersA, E

Converted leads may be excluded by default or admin settings.

Why this answer

Option A is correct because Einstein Lead Scoring can be configured to exclude leads with a 'Converted' status. If the scoring model is set to skip converted leads, those leads will not receive a score, even if the feature is enabled and permission sets are assigned. This is a common configuration setting that directly prevents scoring for converted records.

Exam trap

The trap here is that candidates may assume missing scores are due to data quality issues (like missing email) or licensing, when the actual cause is a deliberate configuration setting that excludes converted leads from scoring.

238
MCQmedium

A service agent needs quick access to relevant knowledge articles while handling a case. Which Einstein feature can suggest the most relevant articles automatically?

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

Article Recommendations uses AI to suggest relevant knowledge articles to agents.

Why this answer

Einstein Article Recommendations (C) is the correct feature because it uses AI to automatically surface the most relevant knowledge articles based on the context of the case, such as subject, description, and product. This directly addresses the need for quick access to relevant articles without manual search, leveraging Salesforce's predictive AI to match case data with article content.

Exam trap

The trap here is that candidates often confuse Einstein Article Recommendations with Einstein Next Best Action, because both involve 'recommendations,' but Next Best Action is for customer-facing offers or actions, not for agent-facing knowledge retrieval.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is designed to recommend the next best action or offer to a customer based on real-time data and business rules, not to suggest knowledge articles for agent use. Option B is wrong because Einstein Case Classification automatically categorizes and routes cases to the appropriate queue or agent, but it does not provide article recommendations. Option D is wrong because Einstein Service GPT is a generative AI tool that can draft responses or summarize cases, but it is not specifically built for suggesting relevant knowledge articles; its primary function is content generation, not retrieval of existing articles.

239
Multi-Selecthard

A Salesforce admin is creating an Agentforce agent in Agent Builder to handle order status inquiries. The agent needs to look up order data from a custom object 'Order__c' and respond with the status. Which THREE components must the admin configure in Agent Builder?

Select 3 answers
A.Prompt instructions that tell the agent how to respond
B.Intents and entities for natural language understanding
C.An action that queries the Order__c object
D.A topic named 'Order Status'
E.A Flow to route the conversation to a human agent
AnswersA, C, D

Prompt instructions define the agent's tone, format, and behavior.

Why this answer

Topics group related conversations, actions perform data operations, and prompt instructions guide the agent's behavior. Intents are for Einstein Bots, not Agent Builder. Flows are used within actions, but the action itself is required.

240
MCQmedium

A marketing team wants to recommend products to customers in an Experience Cloud community using AI. Which feature should they implement?

A.Einstein GPT for Sales
B.Einstein Article Recommendations
C.Einstein Next Best Action
D.Einstein Recommendation Builder
AnswerD

Recommendation Builder is designed for Experience Cloud to recommend products or content based on AI.

Why this answer

Einstein Recommendation Builder is the correct feature because it allows marketers to create and deploy AI-powered product recommendations specifically within Experience Cloud communities, using customer behavior and profile data to personalize the community experience. Unlike other Einstein features, Recommendation Builder is designed for community sites and can be configured without code to recommend products, articles, or custom records.

Exam trap

The trap here is that candidates often confuse Einstein Next Best Action (which is broader and action-oriented) with product recommendations, but Next Best Action is rule-based and not optimized for the specific use case of recommending products in a community without custom development.

How to eliminate wrong answers

Option A is wrong because Einstein GPT for Sales is a conversational AI tool for sales teams to generate emails, call summaries, and deal insights, not a product recommendation engine for Experience Cloud communities. Option B is wrong because Einstein Article Recommendations is focused on suggesting knowledge articles (e.g., help docs) within communities or service consoles, not products for marketing purposes. Option C is wrong because Einstein Next Best Action is a decision engine that presents the most relevant actions (e.g., offers, tasks) to agents or customers based on rules and AI, but it is not specifically designed for product recommendations in a community context and requires more complex configuration than Recommendation Builder.

241
MCQhard

An administrator is setting up an Einstein Bot for a service cloud. The bot needs to understand when a customer types 'cancel order' to route them to a cancellation flow. Which bot component should the administrator configure to recognize this phrase?

A.Intent
B.Dialog
C.Action
D.Entity
AnswerA

Correct. Intents are used to classify user input into categories like 'cancel order'.

Why this answer

An intent represents the goal or purpose behind a user's input, such as 'cancel order.' In Einstein Bots, intents are trained to recognize specific phrases and map them to corresponding dialog flows. By configuring an intent for 'cancel order,' the bot can accurately route the customer to the cancellation flow without relying on exact keyword matching.

Exam trap

The trap here is confusing 'intent' with 'entity' — candidates often think extracting the phrase 'cancel order' is an entity task, but entities capture data values (e.g., order ID), not the action or goal expressed by the user.

How to eliminate wrong answers

Option B is wrong because a dialog defines the conversation path and responses after an intent is recognized, not the recognition of the phrase itself. Option C is wrong because an action performs a specific task (e.g., calling an API or updating a record) after the intent is identified, not the initial phrase recognition. Option D is wrong because an entity extracts specific data from the user's input (e.g., order number), not the overall intent or purpose of the phrase.

242
MCQmedium

An admin wants to generate a summary of a sales call recording automatically. Which Einstein feature should be used?

A.Einstein Activity Capture
B.Einstein Conversation Insights
C.Einstein GPT for Sales
D.Einstein Email Insights
AnswerB

Why this answer

Einstein Conversation Insights is the correct feature because it is specifically designed to analyze sales call recordings and generate summaries, key moments, and action items using natural language processing (NLP) and speech-to-text technology. It ingests audio from calls, transcribes them, and applies AI to extract insights such as customer sentiment, competitor mentions, and next steps, directly meeting the admin's requirement.

Exam trap

The trap here is that candidates often confuse Einstein Conversation Insights with Einstein Activity Capture, assuming that any feature with 'Activity' in the name can handle call recordings, when in fact Activity Capture is limited to email and calendar sync and lacks audio processing capabilities.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture syncs emails, events, and contacts between Salesforce and external systems (e.g., Outlook, Gmail) but does not process or summarize call recordings. Option C is wrong because Einstein GPT for Sales generates personalized content like email drafts or call scripts using generative AI, but it does not analyze existing call recordings to produce summaries. Option D is wrong because Einstein Email Insights analyzes email metadata and engagement patterns (e.g., open rates, reply times) to prioritize leads, not audio or transcript data from sales calls.

243
MCQmedium

A company uses Einstein Lead Scoring but notices that many leads with high scores are not converting. The admin wants to understand which factors are influencing the score. Where can the admin find this information?

A.In the Einstein Setup menu under Lead Scoring Models
B.By contacting Salesforce support for a model explanation
C.On the lead record, in the Einstein Lead Score component, by clicking 'Score Factors'
D.By running a report on the Lead object with the Einstein Score field
AnswerC

The lead record displays the score and an expandable 'Score Factors' section showing contributing fields.

Why this answer

Option C is correct because the Einstein Lead Score component on the lead record includes a 'Score Factors' link that, when clicked, displays the top positive and negative factors influencing the lead score. This is the designated UI element for admins to gain transparency into which attributes (e.g., source, industry, behavior) are driving the score, without needing to access setup menus or external support.

Exam trap

The trap here is that candidates assume the model configuration or a report would show factor details, but Salesforce deliberately hides factor breakdowns behind the lead record component to emphasize that this is a per-record, UI-level insight, not a setup or reporting feature.

How to eliminate wrong answers

Option A is wrong because the Einstein Setup menu under Lead Scoring Models is used to configure scoring models (e.g., select fields, set model status), not to view per-lead factor breakdowns. Option B is wrong because Salesforce support does not provide model explanations for standard Einstein features; the factor details are self-service via the lead record. Option D is wrong because a report on the Lead object with the Einstein Score field shows only the numeric score, not the contributing factors; factor details are not exposed in reportable fields.

244
MCQhard

A company uses Einstein Conversation Insights to analyze sales calls. They want to identify when a competitor is mentioned and automatically log that mention to the opportunity. Which feature should they configure?

A.Einstein Next Best Action
B.Einstein Email Insights
C.Einstein Activity Capture
D.Keyword Tracking in Conversation Insights
AnswerD

Keyword tracking captures specific terms and can trigger actions such as logging.

Why this answer

Einstein Conversation Insights allows keyword tracking, where you can define keywords (e.g., competitor names) and set actions like logging to a record.

245
MCQmedium

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

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

Discovery offers automated analysis, stories, and prescriptions.

Why this answer

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

246
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

247
Multi-Selectmedium

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

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

Topics define the subjects the agent can handle.

Why this answer

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

Exam trap

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

248
Multi-Selectmedium

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

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

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

Why this answer

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

Exam trap

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

249
MCQmedium

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

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

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

Why this answer

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

250
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

251
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

252
Multi-Selectmedium

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

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

Topics define the agent's areas of expertise.

Why this answer

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

Exam trap

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

253
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

254
Multi-Selectmedium

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

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

Yes, Priority is a standard field on cases.

Why this answer

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

Exam trap

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

255
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

256
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

257
MCQmedium

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

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

This feature serves personalized product recommendations in Experience Cloud sites.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

258
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

259
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

260
MCQeasy

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

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

Correct feature for product/content recommendations in Experience Cloud.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

261
Multi-Selecthard

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

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

More data generally improves model accuracy.

Why this answer

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

Exam trap

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

262
Multi-Selectmedium

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

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

The model needs examples of both outcomes to learn effectively.

Why this answer

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

Exam trap

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

263
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

264
MCQmedium

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

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

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

Why this answer

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

265
Multi-Selectmedium

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

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

Correct. Synced events appear as Salesforce events.

Why this answer

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

Exam trap

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

266
MCQmedium

A sales rep wants to automatically generate a personalized email draft to a lead based on recent account activity. Which Einstein feature should be used?

A.Einstein Activity Capture
B.Einstein Recommendation Builder
C.Einstein Opportunity Scoring
D.Einstein GPT - Sales GPT
AnswerD

Sales GPT can generate email drafts using CRM data and generative AI.

Why this answer

Option D is correct because Sales GPT, part of Einstein GPT, is specifically designed to generate personalized email drafts using natural language generation (NLG) based on CRM data such as recent account activity. It leverages generative AI to create context-aware content, unlike other Einstein features that focus on prediction, scoring, or data capture.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture (which logs emails) with generating emails, or assume Einstein Recommendation Builder (which suggests products) can also draft personalized messages.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture is a data integration tool that automatically logs emails and events to Salesforce, not a content generation feature. Option B is wrong because Einstein Recommendation Builder is used to create product or content recommendations for websites or commerce, not for drafting personalized emails. Option C is wrong because Einstein Opportunity Scoring predicts the likelihood of an opportunity closing, using machine learning on historical data, and does not generate any email content.

267
MCQhard

An admin is using Einstein Prediction Builder to predict whether a case will escalate. They have selected the prediction field (binary) and the dataset. After training, they notice the model uses all available fields. What should they do to improve model performance and reduce noise?

A.Increase the dataset size
B.Use a different algorithm by default
C.Select relevant features (input fields) and exclude irrelevant ones
D.Change the prediction field to a different binary field
AnswerC

Feature selection improves model accuracy by removing noisy fields.

Why this answer

Option C is correct because Einstein Prediction Builder automatically includes all available fields by default during training, which can introduce noise and reduce model accuracy. By manually selecting only relevant features (input fields) and excluding irrelevant ones, the admin reduces dimensionality, minimizes overfitting, and improves the model's predictive performance. This feature selection step is a standard best practice in machine learning to ensure the model focuses on meaningful predictors.

Exam trap

The trap here is that candidates may assume Einstein Prediction Builder automatically handles feature selection or that increasing data always improves performance, when in fact the tool requires manual feature selection to reduce noise and avoid overfitting.

How to eliminate wrong answers

Option A is wrong because simply increasing the dataset size does not address the core issue of irrelevant fields adding noise; more data with the same irrelevant features can amplify noise and degrade performance. Option B is wrong because Einstein Prediction Builder does not allow users to choose a different algorithm; it uses a default gradient-boosted tree model optimized for binary classification, and the algorithm is not user-selectable. Option D is wrong because changing the prediction field to a different binary field does not solve the problem of irrelevant input fields; the prediction field is the target variable, and altering it would change the prediction objective entirely, not reduce noise from input features.

268
MCQmedium

A sales operations manager wants to automatically prioritize leads based on their likelihood to convert. Which Einstein feature should they use to achieve this?

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

Correct. Einstein Lead Scoring assigns a score based on conversion likelihood.

Why this answer

Option D is correct because Einstein Lead Scoring is specifically designed to automatically prioritize leads based on their likelihood to convert. It uses a predictive model that analyzes historical lead data and assigns a score (0–100) to each lead, enabling sales teams to focus on high-conversion leads without manual effort.

Exam trap

The trap here is that candidates confuse Einstein Lead Scoring with Einstein Opportunity Scoring, as both use scoring terminology, but they apply to different objects (Lead vs. Opportunity) and serve different stages of the sales cycle.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is a no-code tool for creating custom predictive models on any object or field, not a pre-built lead prioritization feature. Option B is wrong because Einstein Discovery is an analytics and insights tool that identifies patterns and root causes in data, but it does not automatically score or prioritize leads. Option C is wrong because Einstein Opportunity Scoring is designed to prioritize opportunities (deals) based on likelihood to close, not leads.

269
MCQeasy

A sales rep wants to automatically generate a personalized email to a lead based on their recent activity. Which Einstein GPT feature should the rep use?

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

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

Why this answer

Sales GPT is the correct feature because it is specifically designed for sales use cases, such as generating personalized emails to leads based on their recent activity. It leverages Einstein GPT to create tailored sales communications, unlike Service GPT which focuses on service interactions.

Exam trap

The trap here is that candidates confuse the general-purpose Einstein Copilot or Prompt Builder with the specialized Sales GPT feature, overlooking that Sales GPT is the only option purpose-built for automated sales email generation.

How to eliminate wrong answers

Option B is wrong because Service GPT is built for service scenarios, like drafting case responses or knowledge articles, not for sales-driven lead outreach. Option C is wrong because Prompt Builder is a tool for creating custom prompts for generative AI models, not a prebuilt feature for generating personalized sales emails. Option D is wrong because Einstein Copilot is an assistant that helps users interact with Salesforce via natural language, but it does not automatically generate personalized emails to leads based on recent activity without additional configuration.

270
MCQmedium

A sales team wants to automatically generate personalized follow-up emails after each meeting. Which Salesforce AI feature should they use?

A.Sales GPT
B.Prompt Builder
C.Einstein Activity Capture
D.Einstein Copilot
AnswerA

Sales GPT is designed to generate sales emails, call summaries, and meeting follow-ups using generative AI.

Why this answer

Sales GPT is the correct feature because it is specifically designed to generate personalized, AI-driven content like follow-up emails directly within Salesforce. It uses generative AI to create context-aware drafts based on meeting data, such as notes or summaries, without requiring custom prompts or additional configuration.

Exam trap

The trap here is that candidates confuse Sales GPT with Einstein Copilot, assuming both are interchangeable for content generation, but Einstein Copilot is a conversational assistant for general tasks, not a specialized email generator.

How to eliminate wrong answers

Option B (Prompt Builder) is wrong because it is a tool for creating and managing custom prompts for generative AI models, not a pre-built feature for automatically generating follow-up emails; it requires manual setup and integration. Option C (Einstein Activity Capture) is wrong because it focuses on logging and syncing email and calendar activities from external systems (e.g., Outlook or Gmail) into Salesforce, not on generating new email content. Option D (Einstein Copilot) is wrong because it is an AI-powered conversational assistant for answering questions and performing tasks via a chat interface, not a dedicated feature for generating personalized follow-up emails after meetings.

271
MCQhard

A healthcare organization needs to automatically classify incoming cases into predefined categories (e.g., billing, clinical, technical) based on the case description. They have historical case data with known categories. Which Einstein feature is most appropriate?

A.Einstein Vision and Language Platform
B.Einstein Case Classification
C.Einstein Prediction Builder
D.Einstein Next Best Action
AnswerB

This feature is specifically designed to auto-classify cases into fields like Type, Priority, and Reason.

Why this answer

Einstein Case Classification uses AI to automatically assign field values like Type, Priority, and Reason on cases based on historical data.

272
Multi-Selecteasy

A data analyst wants to use Einstein Discovery to understand factors driving case resolution time. Which TWO outputs does Einstein Discovery provide?

Select 2 answers
A.Bot analytics
B.Waterfall charts
C.Case classifications
D.Lead scores
E.Stories
AnswersB, E

Waterfall charts show how each factor contributes to the outcome.

Why this answer

Waterfall charts are a standard output of Einstein Discovery, used to visualize the contribution of different factors to a target outcome—in this case, case resolution time. They show how each predictor adds or subtracts from the predicted value, making it easy to identify the most influential drivers.

Exam trap

The trap here is that candidates confuse the various Einstein AI products (e.g., Einstein Discovery, Einstein Lead Scoring, Einstein Bots) and assume any output related to analytics or AI is valid, when in fact each product has distinct outputs like Waterfall charts and Stories for Discovery.

273
MCQmedium

A company wants to use Einstein GPT to generate personalized sales emails for their sales team. They need to ensure that the generated emails adhere to brand voice guidelines. Which tool should they use to define the prompt template for email generation?

A.Einstein Copilot
B.Einstein Discovery
C.Prompt Builder
D.Einstein Recommendation Builder
AnswerC

Correct. Prompt Builder is designed for creating and managing prompt templates for Einstein GPT features.

Why this answer

Prompt Builder is the correct tool because it allows users to create and manage prompt templates that define the structure, tone, and brand voice guidelines for generative AI outputs like sales emails. Unlike other Einstein tools, Prompt Builder is specifically designed to control the input and output of large language models (LLMs) within Salesforce, ensuring generated content adheres to predefined brand standards.

Exam trap

The trap here is that candidates may confuse Einstein Copilot's conversational prompt capability with the template-based prompt management of Prompt Builder, assuming any AI tool that uses prompts can serve the same purpose, but Copilot lacks the structured template creation and governance features required for consistent brand voice enforcement.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is a conversational AI assistant that uses prompts but does not provide a dedicated interface for defining and managing reusable prompt templates for email generation; it is designed for interactive Q&A and task automation, not template creation. Option B is wrong because Einstein Discovery is a predictive analytics and machine learning tool for uncovering insights and making predictions from data, not for generating natural language content or defining prompt templates. Option D is wrong because Einstein Recommendation Builder is used to create personalized product or content recommendations based on user behavior and business rules, not for generating sales emails or managing prompt templates.

274
MCQhard

An admin wants to use Einstein GPT to generate personalized sales emails for reps. They need to ensure the emails include the latest product inventory data from an external system. Which approach should they take?

A.Embed a report snapshot in the email using Einstein Analytics
B.Use Einstein Sales GPT with a standard template and manually update the inventory data weekly
C.Use Einstein Copilot to ask the rep to check inventory before sending each email
D.Create a Prompt Template in Prompt Builder that calls an Apex class to fetch inventory data, then use it in Sales GPT
AnswerD

Prompt Builder allows dynamic data retrieval via Apex, ensuring real-time inventory is included in the generated email.

Why this answer

Option D is correct because it leverages Prompt Builder to create a custom prompt template that calls an Apex class, enabling real-time retrieval of external inventory data via an API callout. This ensures the personalized sales emails generated by Einstein Sales GPT always include the latest product inventory without manual intervention or stale data.

Exam trap

The trap here is that candidates may confuse static data embedding (like report snapshots) with dynamic data retrieval, or assume that Einstein Copilot can automatically fetch external data without custom Apex integration.

How to eliminate wrong answers

Option A is wrong because embedding a report snapshot from Einstein Analytics provides only static, point-in-time data that does not update dynamically when the email is generated, and it cannot pull live data from an external system. Option B is wrong because manually updating inventory data weekly defeats the purpose of automation and risks sending emails with outdated inventory, violating the requirement for the latest data. Option C is wrong because asking the rep to check inventory before sending each email is a manual workaround that does not automate the inclusion of inventory data in the email generation process, and Einstein Copilot is not designed to inject external data into Sales GPT prompts.

275
MCQmedium

A sales leader wants to see an AI-generated forecast that compares the predicted revenue to the reps' commit amounts. Which feature provides this comparison?

A.Einstein Discovery
B.Einstein GPT
C.Einstein Forecasting
D.Einstein Opportunity Scoring
AnswerC

Einstein Forecasting provides AI-driven predictions that can be compared to rep commits.

Why this answer

Einstein Forecasting uses AI to generate predictions that can be compared to rep commit amounts in the forecast dashboard.

276
MCQhard

A Salesforce admin is configuring Einstein Conversation Insights. They want to automatically capture next steps from sales call recordings. Which component of Conversation Insights provides this functionality?

A.Next step capture (powered by Einstein NLP)
B.Call recording transcription
C.Keyword tracking
D.Talk-time metrics
AnswerA

This feature automatically identifies action items and next steps from the conversation.

Why this answer

Option A is correct because Einstein Conversation Insights uses Einstein Natural Language Processing (NLP) to automatically analyze sales call transcripts and extract actionable next steps, such as follow-up tasks or commitments. This feature is specifically designed to identify and capture these items without manual effort, leveraging AI to parse conversational context.

Exam trap

The trap here is that candidates often confuse the transcription service (which is a prerequisite) with the AI-powered analysis layer, leading them to select call recording transcription instead of the NLP-driven next step capture.

How to eliminate wrong answers

Option B is wrong because call recording transcription is the underlying process of converting audio to text, not the component that extracts next steps; it provides raw data for analysis but does not perform the intelligent capture. Option C is wrong because keyword tracking is a simpler feature that matches predefined terms or phrases in transcripts, lacking the contextual understanding needed to identify dynamic next steps. Option D is wrong because talk-time metrics measure speaking duration or silence, which is unrelated to extracting action items from conversations.

277
MCQmedium

An admin wants to create a prompt template that dynamically pulls the case subject and description to generate a knowledge article draft. Which prompt template type should they use in Prompt Builder?

A.Sales Email
B.Field Generation
C.Service GPT Reply Recommendation
D.Flex Prompt
AnswerB

Field Generation templates generate content for a target field like Knowledge Article Body.

Why this answer

Field Generation prompt templates are used to generate content for a specific field, such as a knowledge article draft.

278
MCQhard

A data scientist wants to use Einstein Vision to detect defects in product images. Which type of model should they create?

A.Object detection
B.Image classification
C.Named entity recognition
D.Text classification
AnswerA

Object detection identifies and locates objects (defects) within an image.

Why this answer

Einstein Vision supports object detection models to identify and locate multiple objects in an image, suitable for defect detection.

279
MCQmedium

A company wants to build a chatbot for their customer portal that can handle returns and refunds. They want the bot to understand phrases like 'I want to return my order' or 'refund request'. What must they configure in Einstein Bots to recognize these variations?

A.Enable the Einstein Bots API for external integrations
B.Create a dialogue flow that asks clarifying questions
C.Define an intent named 'Return_Refund' and add training phrases like those examples
D.Set up bot analytics to monitor user utterances
AnswerC

Intents map user phrases to actions; training phrases teach the NLP model to recognize variations.

Why this answer

Intents represent the purpose of the user's input, and entities capture key details like order numbers. The bot uses NLP to match phrases to intents. Dialogues define the flow, and analytics track performance.

280
MCQmedium

A company wants to use Einstein to forecast sales beyond simple manager rollups, comparing AI predictions with rep commitments. Which feature should they enable?

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

Einstein Forecasting provides AI-enhanced predictions and comparison with rep commits.

Why this answer

Einstein Forecasting is the correct feature because it is specifically designed to generate AI-driven sales forecasts by analyzing historical data, pipeline trends, and external factors, then comparing those predictions against rep commitments. Unlike simple manager rollups, it provides a statistical baseline that helps identify gaps between AI predictions and human estimates, enabling more accurate revenue planning.

Exam trap

The trap here is that candidates confuse Einstein Forecasting with Einstein Opportunity Scoring, assuming that scoring individual deals is sufficient for forecasting, but the exam tests the distinction between deal-level probability and aggregate time-series prediction with commitment comparison.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is an AI-powered analytics tool for uncovering patterns and root causes in data, not for generating time-series sales forecasts or comparing predictions with rep commitments. Option C is wrong because Einstein Prediction Builder allows users to create custom predictive models on any object or field, but it lacks the built-in forecasting pipeline, rollup comparison, and commitment tracking that Einstein Forecasting provides. Option D is wrong because Einstein Opportunity Scoring assigns a probability score to individual opportunities closing, but it does not aggregate those scores into a forecast or compare them against rep commitments at a territory or company level.

281
MCQeasy

A marketing manager wants to recommend personalized products to customers on a community portal. Which Einstein feature should they use?

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

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

Why this answer

Einstein Recommendation Builder is the correct feature because it allows marketers to create and deploy personalized product recommendations on a community portal without requiring custom code. It leverages AI to analyze customer behavior and preferences, then surfaces the most relevant products directly within the portal experience.

Exam trap

The trap here is that candidates confuse Einstein Next Best Action (which sounds like it could recommend products) with Einstein Recommendation Builder, but Next Best Action is for actions/offers in service flows, not for product recommendations on a community portal.

How to eliminate wrong answers

Option A is wrong because Einstein Next Best Action is designed for guiding agents or users to the next optimal action (e.g., a discount offer or knowledge article) in a service or sales context, not for recommending products on a community portal. Option B is wrong because Einstein Article Recommendations specifically suggests knowledge articles (e.g., help docs or FAQs) to users, not products. Option D is wrong because Einstein Prediction Builder is a tool for building custom predictive models (e.g., churn probability) using your data, not a pre-built feature for product recommendations on a portal.

282
Multi-Selecthard

An admin is building a custom AI prediction with Einstein Prediction Builder for a binary classification problem. Which THREE steps are required in the configuration? (Choose 3)

Select 3 answers
A.Define a custom Apex class for data transformation
B.Select a prediction field (the field to predict)
C.Select the data set (records used for training)
D.Select features (input fields for the model)
E.Configure a trigger to retrain the model daily
AnswersB, C, D

The prediction field is the target variable.

Why this answer

The required steps are: select prediction field, select data set, and select features. Apex and triggers are not needed.

283
MCQeasy

A sales rep wants to automatically log emails and events from Outlook to Salesforce without manual work. Which Einstein feature should be enabled?

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

This feature automatically captures and syncs emails and events to Salesforce.

Why this answer

Einstein Activity Capture (C) is the correct feature because it automatically syncs emails and events from Microsoft Outlook (or Google Workspace) to Salesforce without requiring manual logging. It uses a background sync engine that captures email headers and calendar events based on configured rules, eliminating the need for users to manually log activities via add-ins or plugins.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture with Einstein Email Insights, assuming both handle email logging, but Email Insights only provides analytics on existing email data, not automatic capture and storage in Salesforce.

How to eliminate wrong answers

Option A is wrong because Einstein Conversation Insights analyzes voice and chat transcripts from contact center interactions, not Outlook emails or events. Option B is wrong because Einstein Email Insights provides analytics on email engagement (e.g., open rates, click rates) but does not automatically log emails or events into Salesforce. Option D is wrong because Einstein Lead Scoring uses predictive models to rank leads based on conversion likelihood, not to capture or sync Outlook activities.

284
Multi-Selecteasy

An administrator wants to automatically log emails from a specific domain to Salesforce using Einstein Activity Capture. Which TWO settings must be configured?

Select 2 answers
A.Configure email-to-Salesforce address
B.Add the domain to the excluded addresses list
C.Create a flow to process emails
D.Set up Einstein Bots API
E.Enable Einstein Activity Capture for the org
AnswersB, E

To log emails from a specific domain, you typically ensure it is not excluded; alternatively, you can configure inclusion rules. The question asks 'configured' to log from a specific domain, so setting up allowed addresses is key.

Why this answer

Option B is correct because adding the domain to the excluded addresses list ensures that emails from that specific domain are automatically logged to Salesforce via Einstein Activity Capture. This setting tells the system to include those emails in the capture process rather than exclude them, which is the opposite of what the name might suggest. Einstein Activity Capture uses server-side synchronization to log emails and events without requiring manual user action.

Exam trap

The trap here is that candidates often confuse the 'excluded addresses list' with a blocklist, when in fact it functions as an allowlist for Einstein Activity Capture, meaning you must add the domain to this list to include it for automatic logging.

285
MCQhard

A company uses Einstein Prediction Builder to predict which leads will convert. They have a binary outcome field 'Converted__c' which is true for 8% of leads. After training, the model shows high accuracy (95%) but very low precision for the positive class. What is the most likely cause?

A.The prediction field is not a binary field
B.The data is imbalanced favoring the negative class
C.The prediction score field is not configured correctly
D.The dataset is too small for training
AnswerB

Imbalanced data causes the model to predict majority class most of the time, yielding high accuracy but low positive precision.

Why this answer

Option B is correct because the dataset is imbalanced: only 8% of leads are positive (Converted__c = true), while 92% are negative. In such a scenario, a model can achieve 95% accuracy by simply predicting the majority class (negative) for all leads, but this yields very low precision for the positive class because it rarely predicts positive correctly. Einstein Prediction Builder, like most ML models, is sensitive to class imbalance, and without techniques like oversampling or threshold tuning, the model will favor the majority class.

Exam trap

The trap here is that candidates see 'high accuracy' and assume the model is performing well, overlooking that accuracy is misleading in imbalanced datasets, and they may incorrectly attribute the issue to field configuration or dataset size.

How to eliminate wrong answers

Option A is wrong because the question explicitly states the outcome field 'Converted__c' is a binary field (true/false), so it is correctly configured for binary classification. Option C is wrong because the prediction score field is a standard output of Einstein Prediction Builder and does not need manual configuration; the issue is with model performance due to data imbalance, not score field setup. Option D is wrong because the dataset size is not indicated as insufficient; the problem is class imbalance, not sample size, and a small dataset could still yield high accuracy if imbalanced.

286
MCQhard

An organization uses Einstein Lead Scoring and notices that leads with a score above 80 are being sent to the sales team too quickly, overwhelming them. The admin wants to adjust when leads are automatically assigned. What should the admin do?

A.Modify the lead assignment rule to only assign leads with scores above a higher threshold
B.Reduce the number of features used in scoring
C.Disable Einstein Lead Scoring and use a custom scoring model
D.Create a new lead queue and manually review all leads
AnswerA

Assignment rules can be based on the lead score field; raising the threshold ensures only higher-scored leads are assigned.

Why this answer

Einstein Lead Scoring assigns a score (0–100) to each lead based on predictive models. The default assignment rule triggers when a lead's score exceeds a threshold (e.g., 80). To reduce the volume of leads sent to sales, the admin should raise that threshold in the lead assignment rule so only higher-scored leads are automatically assigned.

This directly controls the flow without altering the scoring model itself.

Exam trap

The trap here is that candidates may think the solution involves modifying the scoring model itself (e.g., reducing features or disabling it) rather than simply adjusting the assignment rule threshold, which is the direct and minimal-change fix.

How to eliminate wrong answers

Option B is wrong because reducing the number of features used in scoring would degrade the model's predictive accuracy and does not control the assignment threshold—it changes how scores are calculated, not when leads are routed. Option C is wrong because disabling Einstein Lead Scoring and using a custom model is an unnecessary, complex workaround; the admin can simply adjust the existing assignment rule threshold. Option D is wrong because creating a new lead queue and manually reviewing all leads defeats the purpose of automation and does not leverage Einstein's scoring to prioritize leads—it adds manual overhead instead of tuning the threshold.

287
MCQmedium

A company wants to automatically log emails and calendar events from a sales rep's Office 365 account to Salesforce. Which feature should they enable?

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

This feature automatically logs emails and events.

Why this answer

Einstein Activity Capture is the correct feature because it automatically logs emails and calendar events from a sales rep's Office 365 account to Salesforce without requiring manual data entry or complex integrations. It uses a background sync process that captures activities from connected email and calendar systems and maps them to the appropriate Salesforce records, ensuring a seamless flow of communication data into the CRM.

Exam trap

The trap here is that candidates often confuse Einstein Activity Capture with Einstein Email Insights, assuming that any feature with 'Email' in the name handles logging, when in fact Email Insights is purely analytical and does not perform any data capture or synchronization.

How to eliminate wrong answers

Option B (Einstein Email Insights) is wrong because it focuses on analyzing email content to provide insights like recommended responses and sentiment analysis, not on automatically logging emails and calendar events to Salesforce. Option C (Einstein Discovery) is wrong because it is a predictive analytics tool that uses historical data to identify trends and recommend actions, not a feature for capturing or syncing activities from external accounts. Option D (Einstein Conversation Insights) is wrong because it is designed to analyze voice and digital conversation transcripts from call recordings and chat logs, not to log emails or calendar events from Office 365.

288
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

289
Multi-Selecteasy

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

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

These provide context such as deal value and contact information.

Why this answer

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

Exam trap

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

290
MCQeasy

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

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

Discovery provides automated stats, stories, and improvement suggestions.

Why this answer

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

291
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

292
MCQmedium

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

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

This feature provides call recording analysis.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

293
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

294
MCQeasy

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

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

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

Why this answer

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

295
MCQeasy

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

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

Article Recommendations suggests relevant knowledge articles to agents.

Why this answer

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

296
MCQeasy

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

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

Forecasting shows AI predictions vs rep commits.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

297
MCQmedium

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

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

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

Why this answer

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

298
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

299
MCQhard

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

300
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

← PreviousPage 4 of 5 · 326 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Sfai Einstein Features questions.

CCNA Sfai Einstein Features Questions — Page 4 of 5 | Courseiva