CCNA Sfai Einstein Features Questions

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

301
MCQmedium

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

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

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

Why this answer

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

302
Multi-Selectmedium

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

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

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

Why this answer

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

303
MCQhard

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

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

This platform provides image classification and object detection APIs.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

304
Multi-Selecthard

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

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

Correct. Testing is part of the builder.

Why this answer

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

305
Multi-Selecthard

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

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

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

Why this answer

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

Exam trap

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

306
MCQmedium

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

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

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

Why this answer

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

307
MCQmedium

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

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

This feature auto-classifies cases into fields.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

308
Multi-Selecthard

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

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

Topics define the areas the agent can handle.

Why this answer

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

Exam trap

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

309
Multi-Selectmedium

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

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

Why this answer

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

Exam trap

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

310
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

311
MCQmedium

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

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

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

Why this answer

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

312
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

313
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

314
MCQeasy

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

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

Correct feature for automatic logging of emails and events.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

315
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

316
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

317
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

318
Multi-Selectmedium

A company wants to use Einstein Bots to handle customer inquiries. They need to train the bot to understand different customer intents. Which TWO components are essential for defining bot understanding?

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

Intents capture the customer's purpose or goal.

Why this answer

Intents are essential because they define the purpose or goal of a customer's input, such as 'Check Order Status' or 'Cancel Subscription'. The bot uses intents to classify user messages and determine the appropriate response or action. Without intents, the bot cannot understand what the customer wants, making them a foundational component of natural language understanding (NLU) in Einstein Bots.

Exam trap

The trap here is that candidates often confuse Topics or Dialogue flows with the core NLU components, mistakenly thinking they define understanding rather than just organizing or responding to it.

319
MCQhard

A developer is building an Einstein Bot that needs to understand when a customer says 'I want to return a purchase' and route them to the returns process. How should they configure the bot?

A.Create a dialogue that triggers on the exact phrase 'I want to return a purchase'
B.Create an intent called 'Return Purchase' and train it with sample phrases
C.Create an entity called 'Return Purchase' and map it to a dialogue
D.Use an intent called 'Customer Service' and a custom entity for return
AnswerB

Intents capture the user's goal; training with phrases helps NLP match the intent.

Why this answer

In Einstein Bots, intents represent the customer's goal, and entities capture specifics. 'Return purchase' is an intent, not an entity. The bot uses NLP to match utterances to intents.

320
MCQeasy

A service agent needs to quickly find a relevant knowledge article while working on a case. Which Einstein feature can automatically suggest articles based on the case details?

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

Article Recommendations suggests knowledge articles based on case context.

Why this answer

Einstein Article Recommendations is the correct answer because it is the specific Einstein feature designed to automatically surface relevant knowledge articles based on the context of a case, such as subject, description, and product. It uses natural language processing (NLP) to match case details against article content, providing agents with immediate, relevant suggestions without manual search.

Exam trap

The trap here is that candidates often confuse Einstein Next Best Action (which suggests actions) with article recommendations, but Next Best Action is a broader framework for any guided action, not specifically for knowledge articles, and it relies on rules or predictive scoring rather than direct NLP-based article matching.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is used to create custom predictive models (e.g., predicting case escalation or churn) based on historical data, not for suggesting knowledge articles in real time. Option B is wrong because Einstein Case Classification automatically categorizes cases (e.g., by type or priority) using machine learning, but it does not recommend articles; it focuses on routing or sorting. Option C is wrong because Einstein Next Best Action delivers guided recommendations for actions (e.g., offers, steps) based on rules or AI, but it is not specifically designed to suggest knowledge articles from a case context.

321
MCQeasy

Which Einstein feature uses strategy builder (flows, Apex) to recommend offers or actions to users at the right moment?

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

Next Best Action uses flows and Apex to determine the best action or offer for a user.

Why this answer

Einstein Next Best Action is the correct answer because it is the Einstein feature that uses Strategy Builder (which includes flows and Apex) to define decision logic and recommend the most relevant offers or actions to users at the right moment. It evaluates real-time context and business rules to surface the optimal next step, such as a discount or a follow-up task, directly within the Salesforce user interface.

Exam trap

The trap here is that candidates confuse Einstein Next Best Action with Einstein Recommendation Builder, because both involve 'recommendations,' but only Next Best Action uses Strategy Builder with flows and Apex for real-time, context-aware action suggestions, while Recommendation Builder is a simpler, legacy tool for static product recommendations.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is a conversational AI assistant that uses natural language to answer questions and automate tasks, not a recommendation engine driven by Strategy Builder flows and Apex. Option B is wrong because Einstein Prediction Builder creates custom predictive models (e.g., predicting churn) based on historical data, but it does not use Strategy Builder to recommend offers or actions in real time. Option D is wrong because Einstein Recommendation Builder is a legacy tool for product recommendations on ecommerce sites, not a real-time action recommendation engine using flows and Apex.

322
MCQmedium

A service manager wants to automatically classify incoming cases into Type, Priority, and Reason fields to reduce manual data entry. Which Einstein feature best meets this requirement?

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

Case Classification predicts values for fields like Type, Priority, and Reason.

Why this answer

Einstein Case Classification is specifically designed to automatically predict and populate fields like Type, Priority, and Reason for incoming cases using machine learning models trained on historical case data. This reduces manual data entry by suggesting or auto-filling these fields based on the case's subject, description, and other attributes.

Exam trap

The trap here is that candidates may confuse Einstein Case Classification with Einstein Article Recommendations or Einstein Next Best Action because all three involve 'recommendations' or 'suggestions,' but only Case Classification directly addresses populating structured case fields from incoming data.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is used for predictive analytics and forecasting trends, not for auto-classifying case fields. Option B is wrong because Einstein Next Best Action recommends the next optimal action or offer to a user or customer, not for populating case metadata. Option C is wrong because Einstein Article Recommendations suggests knowledge articles to agents or customers to resolve cases, not for classifying case fields.

323
MCQeasy

Which Einstein feature provides AI-powered call recording analysis that tracks keywords, talk-time metrics, and next steps?

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

This feature analyzes call recordings for keywords, talk time, etc.

Why this answer

Einstein Conversation Insights analyzes call recordings and provides metrics and action items.

324
MCQmedium

A sales manager wants to automatically surface the most important emails that require immediate attention from a high volume of daily customer messages. Which Einstein feature should they enable?

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

Einstein Email Insights identifies and surfaces important emails requiring a response.

Why this answer

Einstein Email Insights (D) is the correct feature because it uses natural language processing (NLP) to analyze email content and metadata, automatically prioritizing messages that require immediate attention based on urgency, sender importance, and context. This directly addresses the sales manager's need to surface critical emails from a high volume of daily customer messages without manual sorting.

Exam trap

The trap here is that candidates confuse Einstein Email Insights with Einstein Activity Capture, assuming that syncing emails automatically implies prioritization, but Activity Capture only logs emails without any intelligent ranking.

How to eliminate wrong answers

Option A is wrong because Einstein Conversation Insights analyzes voice calls and meeting transcripts to provide coaching and sentiment analysis, not email prioritization. Option B is wrong because Einstein Activity Capture syncs emails and events from Microsoft or Google to Salesforce records, but it does not analyze or prioritize email importance. Option C is wrong because Einstein Lead Scoring assigns a numerical score to leads based on their likelihood to convert, which is unrelated to surfacing important emails from existing customers.

325
Multi-Selecteasy

An admin wants to create a custom AI model to predict lead conversion using Einstein Prediction Builder. Which TWO items must they select when creating the model? (Choose two)

Select 2 answers
A.Model algorithm type
B.Prediction explanation settings
C.Data set (records to train on)
D.Features (input fields)
E.Prediction field (the field to predict)
AnswersC, E

The dataset defines which records are used for training.

Why this answer

Option C is correct because the data set defines the records (e.g., leads, opportunities) that the model will use for training. Without specifying which records to train on, the model has no source of historical data to learn patterns from. Einstein Prediction Builder requires you to select a data set (such as a report or object) to provide the training examples.

Exam trap

The trap here is that candidates confuse the required selections (data set and prediction field) with optional or automated settings like algorithm type or feature selection, leading them to pick options that are not mandatory.

326
MCQmedium

An admin wants to compare the AI-generated forecast with a rep's commit forecast to identify gaps. Which feature should they use?

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

Forecasting offers AI predictions and comparison to rep commits.

Why this answer

Einstein Forecasting is the correct feature because it directly compares AI-generated forecasts with a rep's commit forecast to identify gaps. It uses historical data and predictive models to generate a baseline forecast, which can be overlaid with the rep's manual commit to highlight discrepancies for coaching and adjustment.

Exam trap

The trap here is that candidates may confuse Einstein Discovery's data insights or Einstein Opportunity Scoring's predictive scoring with the specific forecast comparison functionality, but only Einstein Forecasting directly provides the AI vs. rep commit gap analysis.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is a tool for creating custom predictive models on any object or field, not specifically for comparing AI forecasts with rep commits. Option B is wrong because Einstein Discovery is an analytics tool that surfaces insights and explanations from data, but it does not provide a dedicated forecast comparison feature. Option D is wrong because Einstein Opportunity Scoring predicts the likelihood of an opportunity closing, but it does not compare AI-generated forecasts with rep commits.

← PreviousPage 5 of 5 · 326 questions total

Ready to test yourself?

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

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