Courseiva

Salesforce AI Associate AI Associate (AI Associate) — Questions 301375

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

Page 4

Page 5 of 11

Page 6
301
MCQhard

A legal firm wants to automate contract clause generation using AI with preapproved language. Which approach should they use?

A.Email Templates
B.Flow
C.Document Templates
D.Einstein GPT with Clause Library
AnswerD

Generates AI text based on approved clauses.

Why this answer

Einstein GPT with Clause Library is specifically designed to generate contract clauses using preapproved language. It leverages generative AI combined with a library of approved legal clauses, ensuring compliance and consistency while automating clause creation within Salesforce.

Exam trap

The trap here is that candidates confuse Document Templates (static, pre-filled forms) with AI-powered clause generation, not realizing that Einstein GPT with Clause Library dynamically selects and inserts preapproved language, whereas Document Templates require manual clause insertion or simple merge fields.

How to eliminate wrong answers

Option A is wrong because Email Templates are used for standardizing email communications, not for generating contract clauses with preapproved language. Option B is wrong because Flow is a process automation tool for orchestrating actions and approvals, not a content generation system for legal clauses. Option C is wrong because Document Templates provide static document structures but lack the AI-driven clause selection and generation capabilities needed for dynamic, preapproved clause insertion.

302
MCQeasy

For a real-time AI application that requires low-latency access to customer interaction data, which storage solution is most appropriate?

A.Flat files on a network drive.
B.In-memory data store.
C.Relational database with complex joins.
D.Data lake with batch processing.
AnswerB

In-memory storage offers microsecond latency, ideal for real-time AI.

Why this answer

In-memory data stores (e.g., Redis, Memcached) store data in RAM rather than on disk, providing sub-millisecond read/write latencies essential for real-time AI applications that need immediate access to customer interaction data. This eliminates disk I/O bottlenecks and enables high-throughput, low-latency data retrieval for time-sensitive inference or decision-making.

Exam trap

Salesforce often tests the misconception that relational databases are always the best for structured data, but the trap here is that candidates overlook the strict latency requirement and choose a relational database (Option C) without considering that complex joins and disk-based storage make it too slow for real-time AI workloads.

How to eliminate wrong answers

Option A is wrong because flat files on a network drive introduce high latency due to network overhead and disk I/O, and they lack the indexing and concurrency control needed for real-time access. Option C is wrong because relational databases with complex joins incur significant query processing overhead and disk-based storage, making them unsuitable for low-latency requirements despite ACID compliance. Option D is wrong because data lakes with batch processing are designed for high-throughput, periodic analytics (e.g., hourly/daily) and cannot provide the sub-second response times required for real-time AI interactions.

303
MCQmedium

A company wants an AI chatbot that can handle customer inquiries about order status. Which tool should be configured?

A.Queues
B.Einstein Bot
C.Omni-Channel
D.Case Assignment Rules
AnswerB

Provides AI-powered chat for automated responses.

Why this answer

Einstein Bot is the correct tool because it is Salesforce's native AI-powered chatbot designed to handle customer inquiries, including order status, through natural language processing and automated conversations. It can be configured to answer common questions, escalate complex issues, and integrate with backend systems to retrieve real-time order data without human intervention.

Exam trap

The trap here is that candidates often confuse routing tools (Omni-Channel, Queues) or automation rules (Case Assignment Rules) with AI-powered conversational tools, mistakenly thinking any routing or assignment feature can handle customer inquiries directly.

How to eliminate wrong answers

Option A is wrong because Queues are used for routing work items (like cases or leads) to a group of users based on assignment rules, not for building conversational AI or handling customer inquiries directly. Option C is wrong because Omni-Channel is a routing engine that distributes work across channels (chat, phone, etc.) to available agents, but it does not provide AI-driven chatbot capabilities or automated responses. Option D is wrong because Case Assignment Rules automatically assign cases to users or queues based on criteria, but they lack the conversational AI and natural language understanding needed to interact with customers and answer order status questions.

304
Multi-Selectmedium

Which TWO of the following are limitations of Einstein GPT? (Choose two.)

Select 2 answers
A.It requires structured prompts for best results
B.It can automatically generate account summaries from leads
C.It may produce biased or inaccurate content
D.It supports all languages equally
E.It requires no training data
AnswersA, C

Prompts must be well-formatted.

Why this answer

Einstein GPT relies on structured prompts to guide the generative AI model toward relevant and accurate outputs. Without clear, well-formed prompts, the model may produce vague or off-target responses, making prompt engineering a critical skill for users.

Exam trap

Salesforce often tests the misconception that generative AI tools like Einstein GPT are fully autonomous or require no user input, when in reality they depend on structured prompts and quality training data for reliable results.

305
MCQeasy

Which Salesforce AI feature provides audit logging of when AI recommendations are generated and acted upon?

A.Einstein Trust Layer audit trail
B.Einstein Discovery
C.Einstein Copilot
D.Einstein Prediction Builder
AnswerA

The Trust Layer's audit trail records AI actions and recommendations.

Why this answer

The Einstein Trust Layer includes an audit trail that logs when AI recommendations are generated and when users act on them. This audit trail is essential for compliance and governance, as it records the AI's decision-making process and user interactions, ensuring transparency and accountability in AI-driven recommendations.

Exam trap

The trap here is that candidates may confuse the feature that generates recommendations (like Einstein Discovery or Prediction Builder) with the feature that provides audit logging, which is a separate component of the Einstein Trust Layer.

How to eliminate wrong answers

Option B is wrong because Einstein Discovery is a tool for generating predictive insights and recommendations from data, but it does not provide audit logging of when those recommendations are generated or acted upon; audit logging is a feature of the Einstein Trust Layer. Option C is wrong because Einstein Copilot is a conversational AI assistant that helps users interact with Salesforce data, but it does not include audit logging capabilities for AI recommendations; that functionality resides in the Einstein Trust Layer. Option D is wrong because Einstein Prediction Builder allows users to create custom predictive models without code, but it lacks the audit trail feature for tracking recommendation generation and actions; audit logging is specific to the Einstein Trust Layer.

306
MCQmedium

A sales rep wants to automatically log emails from Microsoft Outlook to Salesforce without manual forwarding. Which feature should the admin enable?

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

Activity Capture syncs emails and events automatically from email clients to Salesforce.

Why this answer

Einstein Activity Capture (EAC) is the correct feature because it automatically syncs emails and events from Microsoft Outlook (or Google) into Salesforce without requiring manual forwarding or BCC. It uses a background synchronization service that captures email metadata and content based on configured rules, enabling automatic logging directly to related Salesforce records.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture (a data ingestion tool) with Einstein Email Insights (an analytics tool) because both involve email, but only EAC handles automatic logging into Salesforce.

How to eliminate wrong answers

Option B (Einstein GPT for Sales) is wrong because it is a generative AI tool for creating content like emails and call scripts, not for automatically capturing and logging existing emails. Option C (Einstein Conversation Insights) is wrong because it analyzes voice call recordings and transcripts, not email data. Option D (Einstein Email Insights) is wrong because it provides analytics on email engagement metrics (e.g., open rates, click-through rates) but does not perform automatic logging of emails into Salesforce.

307
Multi-Selectmedium

Which TWO data preparation steps are required before using Einstein Discovery for sales forecasting? (Choose 2)

Select 2 answers
A.Convert all text fields to numeric using one-hot encoding
B.Remove duplicate records
C.Include a date or timestamp field for time series analysis
D.Ensure all predictor fields have no missing values
E.Normalize numeric fields to a 0-1 scale
AnswersC, D

For forecasting, a date field is needed to order records.

Why this answer

Einstein Discovery requires a date or timestamp field to perform time series analysis, which is essential for identifying trends, seasonality, and patterns in historical sales data. Without this field, the model cannot properly order observations or forecast future values based on temporal dependencies.

Exam trap

Salesforce often tests the misconception that manual data preprocessing steps like normalization or one-hot encoding are required, when in fact Einstein Discovery automates these steps, and the key prerequisite is ensuring a proper date/timestamp field exists for time-based analysis.

308
MCQmedium

A customer service chatbot misinterprets user requests and often provides irrelevant answers. The development team wants to improve the chatbot's understanding of user intent. Which NLP component should they focus on?

A.Text generation
B.Sentiment analysis
C.Named entity recognition
D.Intent detection
AnswerD

Correct: intent detection determines the user's goal, enabling the correct response.

Why this answer

Intent detection is the NLP task that identifies what the user wants to do. Improving it directly addresses misinterpretation of requests.

309
MCQhard

A mid-sized company uses Salesforce for sales and service. They have implemented Einstein Prediction Builder on a custom object 'Support_Ticket__c' to predict whether a ticket will be escalated (field: 'Escalated__c' Boolean). The model was trained with 10,000 records and 15 fields including 'Subject', 'Description_Summary__c', 'Priority__c', 'Hours_to_Resolution__c', and others. After deployment, the model's precision for escalated tickets is only 30%, while recall is 80%. The business finds too many false positives. The admin notices that the 'Priority__c' field has many missing values (60% null) and that the field 'Is_Critical__c' (a formula field) was included though it flags tickets as critical only rarely. The data spans 12 months but the last 3 months have a significantly higher escalation rate due to a product bug that has since been fixed. Which course of action will most likely improve the model's precision without harming recall?

A.Roll back the model to the version trained 6 months ago when escalation rates were lower.
B.Exclude the 'Priority__c' field from the model and retrain.
C.Filter training data to exclude tickets from the last 3 months and impute missing 'Priority__c' values with the most common priority.
D.Remove the 'Is_Critical__c' field and increase training data to 50,000 records.
AnswerC

Removing anomalous period and fixing data quality improves model relevance.

Why this answer

It addresses both the data drift and data quality issues that degrade precision. Excluding the last 3 months removes the biased escalation pattern caused by a fixed product bug, ensuring the model learns from stable historical patterns. Imputing missing 'Priority__c' values with the most common priority reduces noise from nulls without discarding the field entirely, which helps maintain recall by preserving predictive signal.

Exam trap

Salesforce often tests the misconception that simply removing a problematic field or adding more data will fix model performance, when the real issue is data drift and missing value handling that require both temporal filtering and imputation.

How to eliminate wrong answers

Option A is wrong because rolling back to a 6-month-old model ignores the fact that the recent 3-month spike was due to a temporary bug that has been fixed; the older model may not generalize to current data and could still have poor precision. Option B is wrong because simply excluding 'Priority__c' without addressing missing values or data drift may harm recall, as the field could still be predictive when populated; the core issue is the biased training period and null handling, not the field itself. Option D is wrong because removing 'Is_Critical__c' alone does not fix the data drift from the last 3 months, and increasing training data to 50,000 records without cleaning or rebalancing could amplify the bias from the bug period, potentially worsening precision.

310
Multi-Selecteasy

A marketing manager wants to use Einstein GPT to generate follow-up emails after a meeting. Which TWO capabilities of Einstein GPT can be used for this purpose?

Select 2 answers
A.Prompt Builder to create a follow-up template
B.Einstein Copilot
C.Einstein Lead Scoring
D.Service GPT's case summary feature
E.Sales GPT's meeting follow-up feature
AnswersB, E

Copilot can generate emails via conversation.

Why this answer

Einstein Copilot (B) is correct because it is the conversational AI assistant that can generate follow-up emails based on meeting context and user prompts. Sales GPT's meeting follow-up feature (E) is correct because it is specifically designed to auto-generate follow-up emails after a meeting, leveraging CRM data and natural language generation.

Exam trap

The trap here is that candidates may confuse Prompt Builder (a tool for creating prompts) with a direct generation capability, or think Einstein Lead Scoring (a predictive model) can generate content, when only the specific generative features (Sales GPT and Copilot) are designed for this task.

311
Multi-Selectmedium

A company is implementing Einstein Prediction Builder to predict whether a support case will escalate. Which TWO data preparation steps should the admin take to improve model accuracy?

Select 2 answers
A.Include as many fields as possible to provide more context
B.Ensure missing values are handled appropriately (e.g., imputed or excluded)
C.Encrypt all fields containing personally identifiable information
D.Exclude cases that were closed without escalation
E.Remove fields that have a one-to-one relationship with the outcome
AnswersB, E

Missing values can bias the model; proper handling improves accuracy.

Why this answer

Correct: Removing redundant fields (like record IDs) and handling missing values are crucial for model accuracy. Option A is wrong because more fields can introduce noise. Option C is wrong because data encryption is about security, not accuracy.

Option D is wrong because all cases should be included to represent the full pattern.

312
MCQmedium

A retailer wants to use computer vision to automatically identify products from images uploaded by customers for a return process. Which computer vision task is required?

A.Object detection
B.Image classification
C.Product recognition
D.Text extraction (OCR)
AnswerC

Correct. Product recognition identifies specific products from images.

Why this answer

Product recognition is a specific computer vision task that identifies objects (products) in images.

313
Multi-Selecthard

A data analyst is reviewing an Einstein Discovery story and notices that one input feature has a very high influence on the predicted outcome. Which two conclusions are justified based on this observation? (Choose 2)

Select 2 answers
A.The feature has a causal relationship with the outcome.
B.Removing the feature will significantly improve model performance.
C.The model is likely overfitted to that feature.
D.The feature could be a surrogate for other correlated features.
E.The feature is the most important predictor of the outcome.
AnswersD, E

Could represent collinear features.

Why this answer

A feature with high influence in an Einstein Discovery story may be acting as a proxy for other correlated features, meaning its apparent importance could be due to shared variance with other predictors. This is a known phenomenon in machine learning where collinearity can inflate a feature's influence score without it being uniquely causal.

Exam trap

Salesforce often tests the distinction between correlation and causation, and the trap here is assuming that high feature influence implies a direct causal link or that removing the feature will always improve the model.

314
MCQmedium

An admin wants to create a prompt template for use in Einstein GPT that generates a case summary based on case fields. The template should include merge fields for Case Subject, Description, and Status. Which tool should the admin use?

A.Einstein Copilot
B.Flow Builder
C.Einstein Studio
D.Prompt Builder
AnswerD

Prompt Builder allows creation of prompt templates with merge fields for Einstein GPT.

Why this answer

Prompt Builder is the correct tool because it is specifically designed within the Einstein GPT framework to create and manage prompt templates that use merge fields (such as Case Subject, Description, and Status) to generate AI-powered outputs like case summaries. Unlike other tools, Prompt Builder directly supports the configuration of prompts with dynamic field references for use in Einstein GPT.

Exam trap

The trap here is that candidates may confuse Einstein Copilot (a conversational interface) with Prompt Builder (the tool for creating custom prompt templates), or assume Flow Builder can handle AI prompt creation because it deals with field merges in other contexts, but only Prompt Builder is designed for this specific Einstein GPT use case.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is an AI-powered conversational assistant that uses pre-built actions and prompts, but it is not the tool for creating custom prompt templates with merge fields; it consumes prompts rather than building them. Option B is wrong because Flow Builder is used for automating business processes and logic, not for creating AI prompt templates; it lacks native support for merge fields in the context of Einstein GPT. Option C is wrong because Einstein Studio is a platform for building and managing custom AI models and data transformations, not for creating simple prompt templates with merge fields for case summaries.

315
MCQeasy

A company uses Einstein Discovery to analyze sales data and provide recommendations. A sales rep wants to understand why a specific opportunity was predicted to close. Which Einstein feature should the rep use?

A.The 'Model Performance' tab in Einstein Discovery Settings.
B.The 'Prediction Summary' report in Einstein Analytics.
C.The 'Score Factors' or 'Prediction Explanation' component available on the record page.
D.The 'Data Quality' dashboard to check if the prediction is reliable.
AnswerC

Score Factors list the key drivers for that specific prediction, offering explainability.

Why this answer

Einstein Discovery provides 'score factors' that show the most influential fields and their impact on the prediction, enabling transparency.

316
MCQeasy

A user asks an AI assistant to generate content that may be offensive. What should the AI do?

A.Ignore the request
B.Refuse and explain why
C.Generate and report the user
D.Generate with a warning
AnswerB

Correct. The AI should not produce offensive content and should provide reasoning.

Why this answer

The AI should refuse the request and explain why, upholding ethical standards.

317
Multi-Selecthard

A company wants to build an Einstein Bot that can handle order status inquiries and, if the customer is frustrated, hand off to a human agent. Which THREE steps are essential to implement this?

Select 3 answers
A.Use Einstein Sentiment Analysis to detect frustration
B.Configure a hand-off action to a human agent
C.Define a dialog that provides order status
D.Train a custom NLP model using Einstein Platform Services
E.Create an intent for 'Order Status'
AnswersB, C, E

Hand-off actions transfer the conversation to a human agent when needed.

Why this answer

Essential steps: configure an intent for order status, use a dialog to handle the flow, and set up a hand-off action to transfer to a human agent when needed.

318
MCQmedium

A company wants to offer personalized product recommendations on their Experience Cloud site. Which Einstein feature should be used?

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

Why this answer

Einstein Recommendation Builder is the correct feature because it is specifically designed to deliver personalized product recommendations on Experience Cloud sites. It uses AI to analyze user behavior and preferences to suggest relevant products, directly matching the requirement for personalized product recommendations.

Exam trap

The trap here is that candidates often confuse Einstein Next Best Action (which can also present offers) with product recommendations, but Next Best Action is rule-based and action-oriented, not a dedicated product recommendation engine for e-commerce scenarios.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is used to create custom predictive models for scoring and predicting outcomes (e.g., lead conversion), not for generating product recommendations. Option C is wrong because Einstein Article Recommendations is designed for recommending knowledge articles (e.g., in Service Cloud), not products. Option D is wrong because Einstein Next Best Action is a decision engine that presents the best next action (e.g., a discount offer or a call to action) based on rules and AI, but it is not specifically built for product recommendations on an Experience Cloud site.

319
MCQmedium

An admin needs to generate personalized sales email drafts for their team using generative AI. The emails should be based on context from the Salesforce record. Which feature should they use?

A.Prompt Builder
B.Sales GPT
C.Einstein Copilot
D.Einstein Next Best Action
AnswerB

Sales GPT uses the Salesforce record’s field-level data—such as contact name, account history, and recent activity—as direct context to generate personalised email drafts, satisfying the constraint that the emails must be grounded in the specific Salesforce record. Unlike general-purpose generative AI, Sales GPT is natively integrated with Salesforce’s object model, enabling it to pull structured CRM fields without manual data extraction or API calls.

Why this answer

Sales GPT is the Einstein GPT feature that generates email drafts for sales reps based on record context.

320
MCQmedium

A company wants to use generative AI to automatically draft case summaries and knowledge article drafts from case details. Which Einstein GPT feature should they enable?

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

Service GPT provides generative AI for case summaries, knowledge article drafts, and reply recommendations.

Why this answer

Service GPT is the correct Einstein GPT feature because it is specifically designed for service use cases, such as automatically drafting case summaries and knowledge article drafts from case details. It leverages generative AI to analyze case data and produce structured, relevant content tailored to service workflows, unlike other Einstein GPT features that focus on sales or general assistance.

Exam trap

The trap here is that candidates may confuse Einstein Copilot (a general conversational AI) with Service GPT (a domain-specific generative AI feature), leading them to select Option B because they think any 'copilot' can handle service tasks, but Copilot lacks the specialized service context and pre-built templates for case summaries and knowledge articles.

How to eliminate wrong answers

Option A is wrong because Agentforce is a platform for building and deploying AI-powered agents, not a specific GPT feature for drafting case summaries or knowledge articles. Option B is wrong because Einstein Copilot is a conversational AI assistant that helps users interact with Salesforce data via natural language, but it is not specialized for generating case summaries or knowledge drafts from case details. Option D is wrong because Sales GPT is designed for sales-related tasks, such as generating email drafts or lead summaries, and does not address service-specific needs like case summaries or knowledge articles.

321
Multi-Selectmedium

Which TWO of the following are common dimensions of data quality that must be addressed for AI training?

Select 2 answers
A.Storage efficiency
B.Accuracy of values
C.Encryption strength
D.Consistency with external benchmarks
E.Completeness of records
AnswersB, E

Accuracy ensures data correctly represents real-world entities.

Why this answer

Accuracy of values (Option B) is a fundamental dimension of data quality because AI models learn patterns from training data; if the data contains incorrect values, the model will learn and propagate those errors, leading to unreliable predictions. For example, in a dataset of customer ages, a single erroneous entry of '200' can skew the model's understanding of age distributions, directly impacting model performance.

Exam trap

Salesforce often tests the distinction between data quality dimensions (accuracy, completeness, consistency) and operational or security attributes (storage efficiency, encryption strength), tricking candidates into selecting options that sound technical but are irrelevant to data quality for AI training.

322
Multi-Selecteasy

Which TWO data types can be used as input for Einstein Vision?

Select 2 answers
A.Video files (MP4).
B.URLs pointing to images.
C.Image files (JPEG, PNG).
D.Text documents (PDF).
E.Audio files (WAV).
AnswersB, C

URLs are accepted as references to images.

Why this answer

Einstein Vision is designed to analyze and classify visual content, specifically images. It accepts image files (JPEG, PNG) and URLs pointing to images as input, allowing the model to process the visual data for object detection, classification, or other vision tasks. Video, text, and audio files are not supported because the service is not built for temporal or non-visual data.

Exam trap

Salesforce often tests the misconception that Einstein Vision can handle video or multimedia files because it is an 'AI' service, but the exam specifically limits input to static images and image URLs.

323
Multi-Selecteasy

A sales manager wants to use Einstein Lead Scoring to prioritize leads. Which TWO capabilities are part of Einstein Lead Scoring?

Select 2 answers
A.Surfaces the lead score in list views and reports
B.Generates email drafts for sales reps
C.Automatically logs emails and events to Salesforce
D.Scores leads from 1-99 based on conversion likelihood
E.Uses a chatbot to follow up with leads
AnswersA, D

Yes, the score field appears in list views and reports for filtering and prioritization.

Why this answer

Einstein Lead Scoring surfaces the lead score directly in Salesforce list views and reports, allowing sales reps to quickly prioritize leads without leaving their workflow. This integration is built into the Salesforce platform, making the score visible alongside standard lead fields for seamless prioritization.

Exam trap

The trap here is that candidates often confuse Einstein Lead Scoring with other Einstein features like Einstein Activity Capture or Einstein Bots, leading them to select options that describe unrelated capabilities such as email logging or chatbot follow-ups.

324
MCQhard

Refer to the exhibit. A developer runs this SOQL query to prepare data for Einstein Lead Scoring. The query returns an error. What is the most likely issue?

A.The alias 'TotalAmount' is not allowed in the HAVING clause.
B.The query misses a GROUP BY clause.
C.The SUM(Amount) cannot be used in the HAVING clause.
D.The WHERE clause condition is invalid.
AnswerA

In SOQL, HAVING must use the full aggregate expression, not an alias.

Why this answer

The HAVING clause references alias TotalAmount, but SOQL does not allow aliases in HAVING; the aggregated expression must be repeated.

325
MCQmedium

A company wants to build a customer service chatbot that answers questions about their internal policy documents. The documents are updated monthly, and the team cannot afford to retrain a model each time. Which approach is MOST appropriate?

A.Use a larger foundation model with a longer context window and paste all documents into each prompt
B.Train a custom model from scratch on the policy documents each month
C.Fine-tune a base LLM on the policy documents monthly
D.Use Retrieval-Augmented Generation (RAG) with the policy documents indexed in a vector store
AnswerD

RAG retrieves relevant document chunks at query time, ensuring the chatbot always answers from the latest uploaded documents without any model retraining.

Why this answer

RAG (Retrieval-Augmented Generation) allows the LLM to retrieve relevant document sections at inference time, so knowledge stays current without retraining. The other options either require expensive retraining for each update or lack document grounding.

326
MCQeasy

A Salesforce admin wants to deploy an Einstein bot that uses natural language processing. Which practice best ensures ethical use?

A.Provide clear disclaimers that the user is interacting with an AI.
B.Use the bot only for internal processes.
C.Collect as much personal data as possible to improve accuracy.
D.Allow the bot to make autonomous decisions without human review.
AnswerA

Clear disclaimers ensure transparency and informed consent.

Why this answer

Transparency is a key ethical principle; users should know they are interacting with AI. Option B is wrong because restricting to internal processes does not address ethical use. Option C is wrong because collecting excessive personal data violates privacy.

Option D is wrong because autonomous decisions may require human oversight.

327
MCQeasy

What is the primary purpose of Einstein Studio in the Salesforce AI ecosystem?

A.Create and manage prompt templates
B.Unify customer data from multiple sources
C.Train, test, and deploy custom AI models using AutoML
D.Deploy pre-built Einstein GPT models
AnswerC

Einstein Studio provides AutoML capabilities for building custom models without deep data science expertise.

Why this answer

Einstein Studio is specifically designed to allow users to train, test, and deploy custom AI models using AutoML, without requiring deep data science expertise. It provides a no-code interface for building models on Salesforce Data Cloud data, enabling predictive scoring and recommendations directly within the Salesforce ecosystem.

Exam trap

The trap here is confusing Einstein Studio's custom AutoML model building with Einstein GPT's pre-built generative AI capabilities, leading candidates to select Option D or A when the question specifically asks about the primary purpose of Einstein Studio.

How to eliminate wrong answers

Option A is wrong because creating and managing prompt templates is the primary function of Einstein GPT Trust Layer and Prompt Builder, not Einstein Studio. Option B is wrong because unifying customer data from multiple sources is the role of Data Cloud (formerly Customer Data Platform), not Einstein Studio. Option D is wrong because deploying pre-built Einstein GPT models is handled by Einstein GPT and its pre-built actions, whereas Einstein Studio focuses on custom model creation using AutoML.

328
MCQmedium

A retail company wants to increase average order value by showing personalized product recommendations on their website. They currently use Salesforce Commerce Cloud and have Einstein Recommendations enabled. However, they notice that recommendations are not reflecting recent customer interactions, such as items added to cart but not purchased. What should the administrator do to improve recommendation relevance?

A.Reset the Einstein Recommendations model and retrain from scratch.
B.Implement an Einstein Bot to directly ask customers about their preferences.
C.Disable Einstein Recommendations for email and ads, leaving only web recommendations.
D.Enable the 'Add to Cart' and 'Checkout' events in the Einstein Recommendations data integration to capture real-time data.
AnswerD

Capturing real-time events allows the model to incorporate recent cart activity.

Why this answer

Einstein Recommendations relies on data integration events to capture real-time customer behavior. By enabling 'Add to Cart' and 'Checkout' events, the system can ingest recent interactions (e.g., items added to cart but not purchased) and adjust recommendations accordingly, improving relevance without requiring a full model reset.

Exam trap

Salesforce often tests the misconception that resetting the model (Option A) is the default fix for stale recommendations, when in fact the root cause is almost always missing or misconfigured data integration events.

How to eliminate wrong answers

Option A is wrong because resetting and retraining the model from scratch would discard all historical learning and does not address the missing real-time event data; it is an overreaction that would degrade performance temporarily. Option B is wrong because an Einstein Bot is designed for conversational interactions, not for passively capturing behavioral events like add-to-cart; it would add unnecessary complexity and user friction without solving the data integration gap. Option C is wrong because disabling recommendations for email and ads does not affect the capture of real-time events on the website; the issue is about data ingestion, not channel distribution.

329
MCQhard

A company uses an NLP model to detect intent in customer messages. The model works well for English but fails for Spanish messages. What is the most likely cause?

A.The model is overfitted to English
B.The inference threshold is too high
C.The model uses the wrong algorithm
D.The training data is predominantly English
AnswerD

Models perform poorly on languages unseen in training data.

Why this answer

If the training data lacks Spanish examples, the model cannot learn Spanish patterns.

330
MCQmedium

A sales rep wants to see which of their opportunities are most likely to close this quarter without reviewing each one manually. Which feature provides a win probability score for opportunities?

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

This feature provides win probability scores (1-99) for opportunities.

Why this answer

Einstein Opportunity Scoring automatically scores opportunities 1-99 based on win likelihood, visible in Lightning views.

331
MCQeasy

A marketing manager uses Einstein recommendations on their website, but customers are receiving suggestions for products they already purchased. What is the most likely cause?

A.The product catalog is not updated with purchase history.
B.The model is using real-time browsing data that includes past purchases.
C.The recommendation model is not filtering out previously purchased items.
D.The recommendations are based on collaborative filtering without personalization.
AnswerC

Einstein recommendations can exclude purchased items.

Why this answer

C is correct because the most likely cause is that the recommendation model is not configured to exclude previously purchased items. Einstein Recommendations uses customer purchase history to personalize suggestions, but if the model's filtering logic does not explicitly remove items the customer has already bought, those items will continue to appear in the recommendations. This is a common oversight in model configuration rather than a data sync or algorithm type issue.

Exam trap

Salesforce often tests the distinction between data source issues (e.g., catalog not updated) versus model configuration issues (e.g., missing filters), and the trap here is assuming the problem is a data sync failure when it is actually a missing business rule in the recommendation logic.

How to eliminate wrong answers

Option A is wrong because the product catalog typically contains product metadata (e.g., name, price, category), not individual customer purchase history; purchase history is stored separately in order or transaction objects. Option B is wrong because real-time browsing data includes current session behavior, not past purchases; past purchases are historical data, not real-time. Option D is wrong because collaborative filtering inherently personalizes recommendations based on user-item interactions; the issue is not the algorithm type but the lack of a filter to exclude purchased items.

332
MCQmedium

A multinational corporation uses Salesforce AI to analyze customer feedback across multiple languages. They have 10,000 English reviews, 2,000 Spanish reviews, and 500 French reviews. The sentiment model performs well on English (F1=0.85) but poorly on French (F1=0.40). The data scientist wants to improve French sentiment performance without collecting new data. What should they do?

A.Translate all French reviews to English and train only on English data.
B.Use a multilingual pre-trained model without any additional French data.
C.Remove French data and use only English and Spanish to avoid imbalance.
D.Apply data augmentation to the French reviews using back-translation (translate to another language and back) to create more training examples.
AnswerD

Back-translation generates realistic paraphrases, augmenting the French dataset and improving model performance.

Why this answer

Data augmentation techniques like back-translation generate synthetic French samples, effectively increasing the minority language's representation and helping the model learn better.

333
Multi-Selectmedium

Which TWO actions are essential for ensuring transparency in an AI system? (Choose two.)

Select 2 answers
A.Hide the model's internal logic to protect intellectual property
B.Log all AI decisions and allow audit
C.Train the model on the largest dataset available
D.Provide clear explanations for AI decisions
E.Obtain consent from all data subjects
AnswersB, D

Auditability is essential for transparency.

Why this answer

Options B and D are correct because providing explanations and logging decisions are key to transparency. Option A is wrong because hiding the model reduces transparency. Option C is wrong because training on all data may embed biases, and does not directly relate to transparency.

Option E is wrong because consent is about privacy, not transparency.

334
MCQmedium

A sales operations manager wants to use Einstein Lead Scoring to prioritize leads. Where can the lead score be viewed in Salesforce?

A.Only in Einstein Analytics dashboards
B.Only in the Einstein Lead Scoring setup page
C.In the Einstein Lead Scoring mobile app only
D.As a field on the lead record and in list views
AnswerD

Einstein Lead Scoring adds a numeric score field to the lead object, and it can be displayed in list views and reports.

Why this answer

Einstein Lead Scoring surfaces the lead score as a field on the lead object, making it available in list views, reports, and the record page.

335
Multi-Selecthard

A data analyst uses Einstein Discovery to analyze a dataset and receives a story that includes a waterfall chart and improvement suggestions. The analyst wants to share the insights with business users who don't have access to Einstein Discovery. Which three methods can they use to share the results?

Select 3 answers
A.Send an email with the raw data
B.Export the story as a PDF
C.Embed the story in a Lightning record page
D.Add the story as a report to a dashboard
E.Create a custom mobile app
AnswersB, C, D

PDF export is available for sharing insights externally.

Why this answer

Einstein Discovery allows users to export a story as a PDF, which can then be shared with business users who lack direct access to Einstein Discovery. This method provides a static, portable snapshot of the insights, including the waterfall chart and improvement suggestions, without requiring the recipients to have any Salesforce or Einstein licenses.

Exam trap

The trap here is that candidates may think sharing raw data (Option A) is sufficient, but the exam requires sharing the analyzed insights (the story), not the underlying dataset, and they may also overlook that embedding and dashboards are valid sharing methods even for users without direct Einstein Discovery access, as long as they have appropriate Salesforce licenses.

336
Multi-Selecteasy

A company wants to use Einstein Forecasting to improve sales predictions. Which TWO statements about Einstein Forecasting are correct?

Select 2 answers
A.It is only available for Service Cloud
B.It automatically adjusts quotas for reps
C.It replaces CRM Analytics for all reporting
D.It provides AI-enhanced forecast predictions beyond manager rollups
E.It compares the AI forecast to the rep commit
AnswersD, E

Yes, it uses AI to provide more accurate forecasts.

Why this answer

Einstein Forecasting uses machine learning to analyze historical data and generate AI-powered predictions that go beyond simple manager rollups of rep forecasts. This provides a more accurate and data-driven forecast that accounts for patterns and trends a human might miss.

Exam trap

The trap here is that candidates may confuse Einstein Forecasting with quota management or assume it replaces existing reporting tools, when in fact it is a specialized AI layer that augments, not replaces, the standard forecasting process.

337
Multi-Selecthard

A company building an Einstein Bot for customer support wants to ensure that when the bot cannot resolve an issue, the conversation is seamlessly transferred to a human agent. Which THREE steps are required to enable this handoff? (Select three.)

Select 3 answers
A.Assign the bot to a Service Cloud user who can accept chat transfers
B.Configure a handoff action in the bot's dialog flow
C.Create a custom field on the case object to store escalation reason
D.Set up an Omni-Channel queue for chat routing
E.Enable Einstein GPT for Bots to generate handoff scripts
AnswersA, B, D

The bot must be associated with a user or queue that can receive handoffs.

Why this answer

Assigning the bot to a Service Cloud user who can accept chat transfers is correct because the Einstein Bot must be linked to a Service Cloud user with the appropriate permissions and presence status to receive and handle transferred conversations. This ensures the user is available in the Omni-Channel routing system and can accept the chat when the bot escalates.

Exam trap

The trap here is that candidates often think a custom field or a GPT feature is required for the handoff, but the actual requirements are purely about user assignment, dialog flow configuration, and Omni-Channel queue setup.

338
Multi-Selectmedium

Which THREE factors should be considered when selecting features for a predictive model in Salesforce?

Select 3 answers
A.Volume of data available for each feature
B.Correlation between features to avoid multicollinearity
C.Relevance of the feature to the target variable
D.Compliance with data privacy regulations
E.Business interpretability of the feature
AnswersB, C, E

Multicollinearity can harm model stability.

Why this answer

Multicollinearity occurs when two or more features are highly correlated, which can destabilize model coefficients and reduce interpretability. In Salesforce's predictive models, such as those built with Einstein Discovery, correlated features can inflate variance and lead to unreliable predictions. Avoiding multicollinearity ensures that the model's feature importance estimates are trustworthy and that the model generalizes well to new data.

Exam trap

Salesforce often tests the distinction between feature selection criteria (predictive power, correlation, interpretability) and broader data management concerns (privacy, volume), leading candidates to mistakenly include compliance or data volume as direct feature selection factors.

339
MCQeasy

A company wants to use Einstein to predict the optimal discount amount for each deal. Which type of machine learning problem does this represent?

A.Reinforcement learning
B.Regression
C.Classification
D.Clustering
AnswerB

Regression predicts continuous numeric outcomes.

Why this answer

Predicting a continuous numerical value, such as the optimal discount amount for a deal, is a regression problem. In the context of Einstein, this would use a regression model to learn from historical deal data and output a specific discount percentage or dollar amount, rather than a category or cluster.

Exam trap

Salesforce often tests the distinction between regression and classification by presenting a scenario where the output is a number, leading candidates to mistakenly think it is classification because they associate 'prediction' with categories, but the key is whether the output is continuous or discrete.

How to eliminate wrong answers

Option A is wrong because reinforcement learning involves an agent learning to make sequences of decisions through trial and error to maximize a reward, not predicting a single continuous value like a discount amount. Option C is wrong because classification predicts discrete categories or labels (e.g., 'high discount' vs 'low discount'), not a continuous numerical output. Option D is wrong because clustering groups unlabeled data into clusters based on similarity, without a target variable to predict a specific discount amount.

340
MCQeasy

A company is building a chatbot using Einstein Bot's AI capabilities. They want to train intent recognition using historical chat transcripts. The transcripts contain many typos (e.g., 'hellp' instead of 'help') and slang (e.g., 'gonna' instead of 'going to'). The initial model performs poorly, misclassifying many intents. What data cleaning step is most important?

A.Use a spell-checker only for words that appear infrequently.
B.Keep the raw text as is because it reflects real user behavior.
C.Normalize text by applying spell-correction and replacing slang with standard terms.
D.Remove all messages that contain typos or slang to clean the dataset.
AnswerC

Normalization reduces noise and variability, enabling the model to focus on meaningful patterns.

Why this answer

Normalizing text by correcting common typos and expanding slang reduces vocabulary sparsity and helps the model learn consistent word associations, improving intent recognition.

341
MCQmedium

A customer service agent wants to receive suggested knowledge articles while working on a case. Which Einstein feature should be enabled?

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

Article Recommendations uses AI to suggest articles to agents in the case feed.

Why this answer

Einstein Article Recommendations is the correct feature because it specifically uses AI to suggest relevant knowledge articles to a service agent based on the context of the case they are working on. This directly matches the requirement of receiving suggested knowledge articles while handling a case.

Exam trap

The trap here is that candidates often confuse Einstein Next Best Action (which can also surface articles if configured) with the dedicated Article Recommendations feature, but Next Best Action is a broader framework for any action, not a specialized article suggestion tool.

How to eliminate wrong answers

Option A is wrong because Einstein Case Classification is designed to automatically categorize or predict the type of a case (e.g., by subject or priority), not to suggest knowledge articles. Option C is wrong because Einstein GPT Service GPT is a generative AI feature for drafting responses or summarizing cases, not for recommending existing knowledge articles. Option D is wrong because Einstein Next Best Action delivers guided recommendations for actions (e.g., offers or steps) based on rules or AI, but it is not specifically focused on surfacing knowledge articles.

342
MCQeasy

A sales team notices that their lead scoring model assigns high scores to leads that rarely convert. The model was trained on data from the past 5 years. What is the most likely cause?

A.The features used are irrelevant to lead conversion
B.The model is overfitting to noise in the training data
C.The model is underfitting and needs more features
D.There is concept drift because buying behaviors have changed
AnswerD

Correct. Changes in market conditions or buyer behavior cause old data to become less predictive.

Why this answer

Concept drift occurs when the relationship between features and labels changes over time. Old data may no longer represent current sales patterns.

343
MCQeasy

A company wants to use generative AI to draft personalized sales emails based on opportunity data and standard templates. Which Salesforce feature should they use?

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

Sales GPT is designed for sales email generation and other sales-related generative AI tasks.

Why this answer

Sales GPT in Einstein GPT provides email generation for sales, leveraging opportunity data and templates.

344
MCQeasy

A machine learning team is preparing a dataset for a supervised learning task. They have 100,000 labeled samples. Which data preparation step is essential before splitting into train/test sets?

A.Normalize all features to the same scale.
B.Remove all outliers from the dataset.
C.Shuffle the dataset randomly.
D.Visualize the data distribution for each feature.
AnswerC

Shuffling prevents biased splits.

Why this answer

Shuffling the dataset randomly before splitting into train/test sets ensures that the data distribution is similar across both subsets. Without shuffling, the split might inadvertently separate ordered or grouped data (e.g., time-series or batches), leading to biased model evaluation. This step is essential for supervised learning to prevent data leakage and ensure the test set is representative of the overall population.

Exam trap

Salesforce often tests the misconception that normalization or outlier removal must be done before splitting, but the trap here is that candidates overlook the fundamental need to randomize the data order to avoid temporal or structural bias in the train/test split.

How to eliminate wrong answers

Option A is wrong because normalizing features to the same scale is a preprocessing step typically applied after splitting the data, using statistics (e.g., mean and standard deviation) computed only from the training set to avoid data leakage into the test set. Option B is wrong because removing all outliers before splitting can introduce bias and reduce the dataset's representativeness; outlier handling should be done with care, often after splitting, and may be domain-specific. Option D is wrong because visualizing data distributions is an exploratory step that helps understand the data but is not essential before splitting; it can be performed after splitting to avoid influencing the split decisions.

345
MCQhard

An administrator is setting up Einstein Next Best Action to recommend a discount offer to sales reps when an opportunity is at risk. The recommendation logic should consider the opportunity stage, amount, and close date. Which tool should the administrator use to define the recommendation strategy?

A.Einstein Prediction Builder
B.Einstein Discovery
C.Strategy Builder with a Flow
D.Process Builder
AnswerC

The strategy builder uses flows or Apex to define conditions and recommendations.

Why this answer

Einstein Next Best Action uses Strategy Builder to define recommendation logic, which evaluates conditions like opportunity stage, amount, and close date to surface a discount offer. Strategy Builder allows administrators to create decision trees and rules that trigger actions, such as displaying a recommendation, without requiring code. A Flow can be embedded within Strategy Builder to execute complex logic or update records when the recommendation is accepted.

Exam trap

The trap here is that candidates confuse Einstein Prediction Builder or Einstein Discovery as the tool for defining recommendation logic, when in fact they are used for predictive modeling and insights, not for building rule-based recommendation strategies in Next Best Action.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is used to create custom predictive models (e.g., predicting likelihood of close) based on historical data, not to define conditional recommendation strategies with business rules. Option B is wrong because Einstein Discovery is an automated analytics tool that generates insights and explanations from data, but it does not provide a rule-based strategy engine for real-time recommendations. Option D is wrong because Process Builder is a point-and-click automation tool for creating approval processes and record updates, but it lacks the decision-tree and recommendation-specific capabilities of Strategy Builder for Next Best Action.

346
MCQeasy

Which method is most suitable for ingesting streaming data from IoT sensors into a data lake?

A.Copying data via FTP.
B.Batch ingestion every 24 hours.
C.Manual upload via web interface.
D.Real-time streaming with Apache Kafka.
AnswerD

Kafka provides high-throughput, fault-tolerant streaming for IoT data.

Why this answer

Apache Kafka is the most suitable option because it is a distributed streaming platform designed for high-throughput, fault-tolerant, real-time data ingestion. IoT sensors generate continuous, high-velocity data streams, and Kafka's publish-subscribe model allows data to be ingested into a data lake with low latency, ensuring near-real-time availability for analytics.

Exam trap

Salesforce often tests the distinction between batch and real-time processing, and the trap here is that candidates may choose batch ingestion (Option B) thinking it is simpler or sufficient, overlooking the fundamental requirement for low-latency streaming in IoT sensor data ingestion.

How to eliminate wrong answers

Option A is wrong because FTP (File Transfer Protocol) is a batch-oriented file transfer protocol that lacks real-time streaming capabilities, introduces latency, and does not handle continuous data streams from IoT sensors efficiently. Option B is wrong because batch ingestion every 24 hours introduces unacceptable latency for streaming IoT data, which often requires immediate processing for time-sensitive applications like anomaly detection or predictive maintenance. Option C is wrong because manual upload via a web interface is impractical for high-frequency sensor data, as it requires human intervention, cannot scale, and introduces significant delays and errors.

347
MCQmedium

A company is using Einstein Article Recommendations in Service Cloud. They notice that articles about a specific product are never recommended, even when relevant. After reviewing, they find that the training data did not include any cases where that product was mentioned. Which Salesforce Trusted AI principle is most directly violated?

A.Empathy
B.Accuracy
C.Honesty
D.Safety
AnswerB

Accuracy requires the model to be accurate and tested; biased training data leads to inaccurate predictions for underrepresented categories.

Why this answer

Accuracy requires that the model should be accurate and tested. If the training data is missing entire categories, the model cannot be accurate for those categories, violating accuracy.

348
MCQmedium

A nonprofit organization uses Salesforce Nonprofit Cloud with Einstein Discovery to analyze donation patterns. They have activated a story that predicts which donors are most likely to churn (stop donating) in the next three months. The story shows a top influence called 'DonationFrequency' with a negative correlation: donors who donate less than once per quarter are 40% more likely to churn. The director of development wants to use this insight to create a retention campaign. However, the story also includes a field called 'LastDonationAmount' which has a small positive influence. The development team wants to ensure the predictions are actionable. What should the administrator do to maximize the effectiveness of the Einstein Discovery story for this retention campaign?

A.Retrain the prediction model using only 'DonationFrequency' and 'LastDonationAmount' as predictors.
B.Delete the 'LastDonationAmount' influence from the story to simplify the output.
C.Adjust the influence weight of 'DonationFrequency' to be higher in the story settings.
D.Create a segment of donors with low donation frequency and use that as the target for the retention campaign.
AnswerD

Focusing on the strongest actionable influence maximizes campaign impact.

Why this answer

The most actionable insight from the Einstein Discovery story is the strong negative correlation of 'DonationFrequency' with churn. By creating a segment of donors with low donation frequency, the administrator can directly target the highest-risk group for a retention campaign, making the prediction actionable without altering the model or its output. This approach leverages the story's findings as-is, which is the intended use of Einstein Discovery insights.

Exam trap

Salesforce often tests the misconception that administrators can directly edit or retrain Einstein Discovery models to suit specific needs, when in fact the platform is designed to be used as-is, with actionable insights derived from segmenting the data rather than altering the model.

How to eliminate wrong answers

Option A is wrong because retraining the model with only two predictors removes other potentially valuable influences and violates the principle of using the model as generated by Einstein Discovery, which automatically selects the most predictive features. Option B is wrong because deleting an influence from the story does not change the underlying model; it only hides the field from the UI, and the prediction still uses 'LastDonationAmount' internally, so this does not make the output more actionable. Option C is wrong because Einstein Discovery does not allow manual adjustment of influence weights in story settings; the influence percentages are determined by the model's algorithm and cannot be overridden by an administrator.

349
MCQmedium

A mid-size company uses Sales Cloud with Einstein Lead Scoring and Einstein Activity Capture. The sales team reports that lead scores are not updating for leads that have been engaged via email and calendar events over the past two weeks. The admin checks the Einstein Lead Scoring model and finds that the model status is 'Active' and was retrained last month. The admin also verifies that Einstein Activity Capture is enabled and syncing data correctly. However, the lead scores remain unchanged. Upon further investigation, the admin discovers that the leads were created before the Einstein Lead Scoring model was activated, and the model's training data includes only leads created after activation. The company has over 10,000 leads, but only 200 were created after activation. Historical conversion data for leads created before activation is not being used. What should the admin do to ensure lead scores reflect recent engagement?

A.Map the email and event fields to the lead object so that the model can use them
B.Add the Activity Count field to the scoring fields list in the model configuration
C.Re-enable Einstein Activity Capture to resync all historical emails and events
D.Retrain the Einstein Lead Scoring model using all historical lead data, including pre-activation leads
AnswerD

Retraining with a larger dataset improves the model's ability to score older leads.

Why this answer

Retraining the model with all historical lead data (including pre-activation leads) will include conversion patterns from a larger dataset, improving accuracy and enabling scores for older leads. Option A is wrong because field mapping alone does not cause scoring to update. Option B is wrong because Einstein Activity Capture is already syncing; the issue is with the model.

Option C is wrong because the scoring fields are separate from activity tracking.

350
MCQmedium

A company wants to automatically extract key information like order numbers and dates from customer emails. Which NLP technique should be used?

A.Entity extraction
B.Sentiment analysis
C.Text classification
D.Text summarization
AnswerA

Entity extraction identifies structured information like order numbers and dates from unstructured text.

Why this answer

Entity extraction (named entity recognition) identifies specific pieces of information such as dates, order numbers, and names from text.

351
Multi-Selecteasy

Which TWO statements are true about Einstein Prediction Builder in Salesforce? (Choose two.)

Select 2 answers
A.It is only available for lead scoring models.
B.It only supports predictions on the Opportunity object.
C.The prediction model automatically retrains every 24 hours.
D.It can use related object fields as predictors in the model.
E.It allows users to create custom predictions using fields from standard and custom objects.
AnswersD, E

Related object fields can be included as input features.

Why this answer

Einstein Prediction Builder can include fields from related objects (e.g., child objects or lookup objects) as predictors in the model, enabling richer data inputs for predictions. This is achieved through the platform's ability to traverse relationships and aggregate data from related records, which significantly enhances model accuracy.

Exam trap

The trap here is that candidates often assume Einstein Prediction Builder is limited to lead scoring or a single object, but Salesforce designed it to be object-agnostic, and the automatic retraining interval is not 24 hours but rather triggered by data changes or a configurable schedule.

352
MCQhard

A service team uses Einstein Discovery to analyze customer churn. The story shows 'Average Resolution Time' is a key driver. What is the best action?

A.Reduce Average Resolution Time through process changes
B.Update account records via process builder
C.Configure a flow to send churn alerts
D.Create a custom report on churn
AnswerA

Directly addresses the driver identified by AI.

Why this answer

Einstein Discovery identifies drivers; reducing resolution time directly addresses root cause. Custom reports just show data, flows send alerts, processes update records but don't reduce time.

353
MCQmedium

A data scientist notices that the model accuracy drops significantly after retraining with new data. Upon inspection, they find that many records have missing values for a key feature. Which data quality improvement should be prioritized first?

A.Implement imputation for missing feature values.
B.Normalize the feature range.
C.Reduce the number of features.
D.Remove duplicate records.
AnswerA

Imputation addresses missing data, a common cause of accuracy drop.

Why this answer

The core issue is that missing values in a key feature introduce noise and bias, directly degrading model performance. Imputation (option A) is the most direct and impactful first step because it preserves the dataset size and feature set, allowing the model to learn from complete patterns. Without addressing missing data first, other quality improvements like normalization or feature reduction would be applied to corrupted data, failing to resolve the root cause.

Exam trap

Salesforce often tests the misconception that data quality improvements like normalization or feature reduction are universal fixes, when in fact the most urgent step is always to handle missing data, as it directly undermines model training and inference.

How to eliminate wrong answers

Option B is wrong because normalizing the feature range (e.g., scaling to 0-1) does not address missing values; it only adjusts the distribution of existing values, leaving the model to train on incomplete records. Option C is wrong because reducing the number of features may discard the key feature entirely, which could be critical for prediction, and does not fix the missing data problem in the remaining features. Option D is wrong because removing duplicate records addresses redundancy, not missing values; duplicates are not the cause of the accuracy drop, and removing them could even reduce valuable training data.

354
MCQmedium

A service manager wants to analyze historical case data to identify the most common reasons for escalations and get actionable suggestions to reduce them. Which Einstein tool should they use?

A.Einstein Prediction Builder
B.Einstein Case Classification
C.Einstein Discovery
D.Einstein Conversation Insights
AnswerC

Discovery analyzes data, generates stories, and offers improvement suggestions and operational prescriptions.

Why this answer

Einstein Discovery is the correct tool because it is designed to analyze historical data, identify patterns, and provide actionable recommendations to improve business outcomes. In this scenario, it can analyze past case escalation data to uncover root causes and suggest specific actions to reduce escalations, which aligns directly with the service manager's goal.

Exam trap

The trap here is that candidates often confuse Einstein Prediction Builder (which predicts future outcomes) with Einstein Discovery (which analyzes past data to provide insights and recommendations), leading them to choose Prediction Builder when the question explicitly asks for analysis of historical data and actionable suggestions.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is used to create custom predictive models that score records or predict outcomes based on historical data, but it does not provide the deep analytical insights or actionable suggestions that Discovery offers. Option B is wrong because Einstein Case Classification automatically categorizes cases based on their content (e.g., intent or topic) to route them correctly, but it does not analyze historical escalation data or generate suggestions to reduce escalations. Option D is wrong because Einstein Conversation Insights analyzes voice and digital conversations to extract insights about customer sentiment and agent performance, but it is not designed for analyzing historical case data or identifying root causes of escalations.

355
Multi-Selecthard

Which THREE of the following are best practices for feature engineering in Einstein Studio?

Select 3 answers
A.Remove all records with missing values
B.Apply normalization to numerical features
C.Use raw data directly without any transformation
D.Use domain knowledge to create derived features
E.Use one-hot encoding for categorical variables
AnswersB, D, E

Normalization ensures features are on a similar scale.

Why this answer

Options B, D, and E are correct. Normalization scales features, domain knowledge creates meaningful derived features, and one-hot encoding handles categorical variables. Option A is wrong because raw data often needs processing.

Option C is wrong because removing missing values can lose information; imputation is often better.

356
Multi-Selecteasy

A company is ingesting data from multiple sources into Data Cloud for Einstein. Which THREE data preparation steps should be performed?

Select 3 answers
A.Normalization
B.Field mapping
C.Encryption
D.Data labeling
E.Deduplication
AnswersA, B, E

Ensures consistent data formats across sources.

Why this answer

Normalization is correct because Data Cloud requires data from multiple sources to be transformed into a consistent format, such as standardizing date formats, units, or naming conventions, to ensure the data can be unified and analyzed effectively. This step is critical for Einstein AI models to process data without inconsistencies that could skew predictions or insights.

Exam trap

Salesforce often tests the distinction between data preparation steps (normalization, field mapping, deduplication) and data security or ML-specific tasks (encryption, data labeling) to see if candidates confuse operational data engineering with security or model training processes.

357
MCQmedium

A customer support center wants to automatically route incoming cases to the appropriate department based on the issue description. Which NLP task is most relevant?

A.Intent detection
B.Entity extraction
C.Sentiment analysis
D.Text classification
AnswerD

Correct. Classifies the case into predefined categories for routing.

Why this answer

Text classification assigns a category (e.g., billing, technical) to a text, enabling automated routing.

358
MCQmedium

An AI Associate deploys an Einstein Bot that uses sentiment analysis to escalate frustrated customers. After launch, the bot escalates disproportionately for non-native English speakers. What is the most likely cause?

A.The sentiment model was trained on a non-representative dataset.
B.The bot is routing to the wrong department.
C.The escalation threshold is set too low.
D.The bot is not properly connected to the escalation queue.
AnswerA

Training data lacking linguistic diversity causes biased sentiment detection.

Why this answer

The sentiment analysis model likely exhibits bias due to training data that does not adequately represent the linguistic patterns, idioms, or expressions of non-native English speakers. This causes the model to misinterpret neutral or positive statements from these users as negative or frustrated, leading to disproportionate escalations. A non-representative dataset is a common source of algorithmic bias in AI systems.

Exam trap

Salesforce often tests the concept that bias in AI systems typically originates from the training data or model design, not from operational configuration issues like thresholds or routing, which are common distractors.

How to eliminate wrong answers

Option B is wrong because routing to the wrong department would cause misdirected escalations, not a disproportionate escalation rate for a specific demographic group. Option C is wrong because a low escalation threshold would increase escalations across all users uniformly, not selectively for non-native English speakers. Option D is wrong because a disconnected escalation queue would prevent any escalations from being processed, not cause selective over-escalation.

359
Multi-Selecteasy

According to Salesforce's AI Trust Principles, which TWO practices are essential for ethical AI deployment?

Select 2 answers
A.Use AI to replace human jobs entirely.
B.Ensure models achieve 100% accuracy before deployment.
C.Fully automate decision-making without human review.
D.Hold the organization accountable for AI-driven outcomes.
E.Be transparent about how AI models are built and used.
AnswersD, E

Accountability ensures responsible use.

Why this answer

Salesforce's AI Trust Principles emphasize organizational accountability for AI-driven outcomes, ensuring that the organization takes responsibility for the decisions and impacts of its AI systems. This principle aligns with ethical AI deployment by requiring governance, oversight, and mechanisms to address unintended consequences, rather than shifting blame to the technology itself.

Exam trap

The trap here is that candidates often confuse 'automation' with 'efficiency' and select Option C, overlooking that ethical AI frameworks like Salesforce's explicitly require human-in-the-loop review for high-stakes decisions.

360
Multi-Selecteasy

A company is preparing customer data to train a custom AI model for sentiment analysis. Which two data preparation best practices should they follow? (Choose two.)

Select 2 answers
A.Use only data from the last month.
B.Ensure data is representative of all customer demographics.
C.Remove all records with missing values.
D.Label data manually by a single annotator.
E.Anonymize personally identifiable information (PII) before training.
AnswersB, E

Representative data prevents model bias and improves generalization across customer segments.

Why this answer

Ensuring representative data and anonymizing PII are critical for model fairness and privacy. Removing all records with missing values can discard useful information; using only recent data may introduce bias; single-annotator labeling can cause subjective bias.

361
Multi-Selectmedium

A healthcare company is using Einstein Bots to handle patient intake. They want to ensure compliance with HIPAA and the Salesforce Trusted AI principles. Which TWO features of the Einstein Trust Layer should they enable?

Select 2 answers
A.Zero data retention to ensure customer data is not stored.
B.Grounding to connect AI responses to CRM data.
C.Toxicity detection to identify harmful language.
D.Audit trail to log all AI decisions and interactions for compliance reviews.
E.PII masking to automatically detect and mask Protected Health Information (PHI) in conversations.
AnswersD, E

Audit trails are necessary for HIPAA accountability.

Why this answer

PII masking directly protects health information, while audit trail provides accountability and traceability for compliance.

362
MCQmedium

A company needs to analyze thousands of customer feedback comments to identify common themes and sentiment. They want to use a prebuilt Salesforce AI solution. Which approach is best?

A.Use Einstein Prediction Builder to predict sentiment
B.Use Einstein Vision and Language Platform to build a custom text classification model
C.Use Einstein Discovery to analyze the feedback data and identify themes
D.Use Einstein Bots to collect more feedback
AnswerC

Discovery's automated analysis can handle large datasets and find meaningful patterns.

Why this answer

Einstein Discovery can perform automated statistical analysis on text data to identify themes and patterns, including sentiment analysis, without requiring custom model training.

363
Multi-Selectmedium

A company wants to use Einstein Vision and Language Platform to automatically classify images of products and extract text from labels. Which TWO capabilities of the platform can be used for this requirement? (Select two.)

Select 2 answers
A.Sentiment analysis
B.Text extraction (OCR)
C.Image classification
D.Named Entity Recognition (NER)
E.Object detection
AnswersC, E

Image classification can categorize product images.

Why this answer

Image classification is the correct capability because it allows the platform to automatically assign predefined labels (e.g., product categories) to images based on their visual content. This directly meets the requirement to classify images of products using the Einstein Vision and Language Platform.

Exam trap

The trap here is that candidates may confuse text extraction (OCR) with object detection or image classification, or incorrectly assume sentiment analysis or NER apply to image data, when in fact they are NLP-only features.

364
MCQhard

A data scientist notices that an Einstein model for predicting customer churn has unusually high accuracy on training data but performs poorly on validation data. Which data issue is the most likely cause?

A.The dataset has an imbalanced class distribution
B.The dataset contains many missing values
C.The model was trained on stale data from a different season
D.A field containing future information (e.g., 'churn_date') was included in features
AnswerD

Data leakage from a field that reveals the outcome causes overfitting and high train accuracy.

Why this answer

Including a field like 'churn_date' in the feature set introduces target leakage, where the model has access to information that would not be available at prediction time. This causes the model to appear highly accurate on training data (since it can directly 'see' the outcome) but fails to generalize to validation data where such future information is absent. In Salesforce Einstein, features must be strictly historical or static to avoid this data leakage issue.

Exam trap

Salesforce often tests the concept of data leakage by presenting it as a scenario where the model performs well on training data but poorly on validation data, and the trap is that candidates may confuse this with overfitting or class imbalance, rather than recognizing the inclusion of a future or target-related field as the root cause.

How to eliminate wrong answers

Option A is wrong because imbalanced class distribution typically causes the model to predict the majority class, leading to high accuracy on training data but poor performance on validation data only if the imbalance is extreme and not handled; however, the question describes 'unusually high accuracy' on training data, which is more characteristic of overfitting or leakage, not class imbalance. Option B is wrong because missing values generally degrade model performance across both training and validation sets, not causing a stark contrast between high training accuracy and low validation accuracy. Option C is wrong because stale data from a different season would cause poor performance on both training and validation data if the validation data is from the same season, or poor performance on validation data if it is from a different season, but it would not explain unusually high training accuracy.

365
MCQmedium

Refer to the exhibit. What is the most likely cause of the fairness issue?

A.The model overfits to the male group.
B.The training data is imbalanced, causing the model to perform better on the majority group.
C.The overall accuracy is too low.
D.The model is inherently biased against females.
AnswerB

Imbalanced data leads to unequal performance.

Why this answer

Imbalanced training data often leads to disparate performance. Option A is wrong because the model is not inherently biased. Option C is wrong because overall accuracy can be high despite bias.

Option D is wrong because there is no indication of overfitting.

366
Multi-Selecthard

Which THREE are valid considerations when deploying an Einstein Bot?

Select 3 answers
A.Defining the intents the bot should handle.
B.Testing the bot in a sandbox before activation.
C.Limiting the bot to a single communication channel.
D.Training the bot with sample user dialogs.
E.Ensuring the bot can escalate to a human agent only via email.
AnswersA, B, D

Intents are the core of bot functionality.

Why this answer

Defining intents is a core requirement for an Einstein Bot because intents represent the specific goals or tasks users want to accomplish, such as checking an order status or resetting a password. The bot uses Natural Language Processing (NLP) to map user utterances to these intents, enabling it to route conversations appropriately. Without clearly defined intents, the bot cannot accurately understand or respond to user requests.

Exam trap

Salesforce often tests the misconception that a bot must be restricted to one channel or a single escalation method, when in reality Einstein Bots are built for omnichannel flexibility and support multiple escalation options.

367
MCQmedium

A sales operations team is training an AI model to forecast quarterly revenue. They have five years of historical data, which includes a strong seasonal pattern but also a significant outlier: during the pandemic year, revenue dropped by 70% from typical values. The model trains with high accuracy on historical data but fails to predict future quarters accurately, consistently overestimating revenue. What should the data scientist do to improve forecast accuracy?

A.Add a binary feature indicating whether each quarter was during the pandemic.
B.Remove the data points corresponding to the pandemic year from the training set.
C.Normalize the entire dataset using Z-scores to reduce the impact of the outlier.
D.Include the outlier data and increase the model capacity to capture the anomaly.
AnswerB

Removing the outlier helps the model focus on typical patterns, improving generalization to future non-pandemic quarters.

Why this answer

Removing the pandemic year data eliminates the extreme outlier that is causing the model to learn a distorted seasonal pattern. The 70% revenue drop is not representative of future quarters, so including it forces the model to overestimate revenue to compensate for the anomaly. By training only on typical data, the model can learn the true seasonal pattern and generalize better to future quarters.

Exam trap

Salesforce often tests the misconception that you should keep all data and adjust the model (e.g., via normalization or capacity increase) rather than removing non-representative outliers, leading candidates to pick options like C or D.

How to eliminate wrong answers

Option A is wrong because adding a binary pandemic feature does not remove the outlier's influence; the model may still overfit to the anomalous drop and fail to generalize, as the feature only labels the outlier without correcting the skewed distribution. Option C is wrong because Z-score normalization scales the data but does not eliminate the outlier's impact on the model's learned weights; the extreme value still distorts the mean and variance, leading to biased forecasts. Option D is wrong because increasing model capacity to capture the anomaly encourages overfitting to the pandemic year's unique pattern, which will not recur, thus worsening generalization and maintaining the overestimation error.

368
Multi-Selecteasy

Which TWO features are part of Einstein AI capabilities in Salesforce Sales Cloud?

Select 2 answers
A.Einstein Opportunity Scoring
B.Einstein Case Classification
C.Einstein Lead Scoring
D.Einstein Bots
E.Einstein Article Recommendations
AnswersA, C

Part of Sales Cloud Einstein.

Why this answer

Einstein Opportunity Scoring is a core Einstein AI capability in Sales Cloud that uses predictive models to analyze historical data and assign a score to each opportunity, indicating its likelihood to close. This helps sales reps prioritize their efforts on deals most likely to convert, directly leveraging AI to enhance sales productivity.

Exam trap

Salesforce often tests the distinction between Sales Cloud and Service Cloud Einstein features, so the trap here is assuming that all Einstein AI capabilities are available across all clouds, when in fact features like Case Classification and Article Recommendations are exclusive to Service Cloud.

369
MCQhard

A company wants to deploy an Einstein Prediction Builder model to predict lead conversion within 30 days. They have historical data from the past 12 months. Which data preprocessing step is most critical to ensure the model learns correctly?

A.Normalize all numerical features to a 0-1 range.
B.Remove leads that converted after 30 days.
C.Include only leads that were assigned to a sales rep.
D.Ensure the target variable is computed based on conversion status at exactly 30 days from creation.
AnswerD

Accurate target alignment is crucial.

Why this answer

The target variable for a time-based prediction model like Einstein Prediction Builder must be computed at a precise, consistent point in time—in this case, exactly 30 days from lead creation. If the target is computed at varying intervals, the model will learn incorrect patterns, as it cannot distinguish between leads that converted at 31 days versus those that never converted, leading to biased or invalid predictions.

Exam trap

Salesforce often tests the concept of 'target variable definition' in time-series or prediction scenarios, where candidates mistakenly focus on data cleaning or feature engineering instead of the precise labeling of the outcome variable, which is the foundational step for supervised learning.

How to eliminate wrong answers

Option A is wrong because normalizing numerical features to a 0-1 range is not the most critical step for a binary classification model like lead conversion; Einstein Prediction Builder handles feature scaling internally, and the primary concern is correct target definition, not feature normalization. Option B is wrong because removing leads that converted after 30 days would discard valuable negative examples (non-conversion within the window) and introduce survivorship bias, making the model unable to learn the true conversion rate within the 30-day period. Option C is wrong because including only leads assigned to a sales rep introduces selection bias and ignores leads that may convert without assignment, which is not a required preprocessing step for the model to learn correctly; the model should be trained on all leads to generalize properly.

370
MCQmedium

A Salesforce admin wants to display an explanation for why a specific lead received a high score from Einstein Lead Scoring. Which Salesforce feature provides this transparency?

A.Score Factors in Einstein Lead Scoring
B.Einstein Activity Capture
C.Einstein Copilot prompt template
D.Einstein Trust Layer audit trail
AnswerA

Score Factors display the top contributing fields and their impact on the lead score.

Why this answer

Score Factors in Einstein Lead Scoring provides transparency by listing the specific data points (e.g., lead source, industry, engagement history) that contributed to a lead's score. This feature allows admins to see exactly why a lead received a high score, enabling them to validate or adjust the scoring model. It directly addresses the need for explainability in AI-driven lead scoring.

Exam trap

The trap here is that candidates confuse the Einstein Trust Layer audit trail (which logs data access for compliance) with the Score Factors feature (which provides model explainability), leading them to pick D instead of A.

How to eliminate wrong answers

Option B is wrong because Einstein Activity Capture syncs emails and events from external systems (e.g., Outlook, Gmail) to Salesforce records, but it does not provide any explanation for lead scoring decisions. Option C is wrong because Einstein Copilot prompt templates are used to generate responses or actions in conversational AI, not to explain lead scoring factors. Option D is wrong because the Einstein Trust Layer audit trail logs data usage and privacy compliance for AI prompts, but it does not reveal the specific factors behind a lead's score.

371
MCQhard

A predictive model for lead scoring shows high precision but low recall. Which business impact is most likely?

A.Many high-quality leads are not followed up
B.The model is overfitted to training data
C.Sales team spends time on many leads that never convert
D.The model has high bias
AnswerA

Correct: low recall means the model misses a large fraction of true hot leads.

Why this answer

High precision means most leads flagged as hot are indeed hot, but low recall means many actual hot leads are missed, causing lost opportunities.

372
MCQmedium

A sales manager wants to automatically prioritize leads based on their likelihood to convert, using historical data on won/lost opportunities. Which Salesforce Einstein feature should they use?

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

Einstein Lead Scoring automatically scores leads 1-99 based on conversion likelihood from historical data.

Why this answer

Einstein Lead Scoring is the correct feature because it specifically uses historical data on won/lost opportunities to assign a score to leads, indicating their likelihood to convert. This directly matches the sales manager's need to prioritize leads based on conversion probability, leveraging predictive models trained on past opportunity outcomes.

Exam trap

The trap here is that candidates confuse 'Opportunity Scoring' (for existing deals) with 'Lead Scoring' (for raw leads), or assume any 'prediction' tool (like Prediction Builder) is the answer, when the question specifically requires a pre-built, automated lead prioritization feature.

How to eliminate wrong answers

Option A is wrong because Einstein Opportunity Scoring scores existing opportunities (deals in progress), not leads, and is designed to predict the likelihood of an opportunity closing won, not to prioritize raw leads. Option B is wrong because Einstein Discovery is an analytics tool for uncovering patterns and insights in data, not a scoring engine that automatically prioritizes leads in real-time. Option D is wrong because Einstein Prediction Builder is a custom model builder that requires the user to define the prediction objective and fields, whereas Lead Scoring is a pre-built, out-of-the-box model specifically for lead conversion prioritization.

373
MCQeasy

Which data transformation is most appropriate for converting categorical variables into numerical format for a machine learning model?

A.Normalization.
B.One-hot encoding.
C.Principal component analysis.
D.Standardization.
AnswerB

One-hot encoding creates binary columns for each category, making them usable in models.

Why this answer

One-hot encoding is the correct transformation because it converts categorical variables into a binary vector representation, where each category becomes a separate column with a 1 or 0. This allows machine learning models to interpret categorical data without implying any ordinal relationship, which is essential for algorithms that rely on numerical distances or linear algebra.

Exam trap

Salesforce often tests the distinction between data preprocessing techniques (normalization, standardization) and encoding methods, trapping candidates who confuse scaling with categorical conversion.

How to eliminate wrong answers

Option A is wrong because normalization scales numerical features to a range (e.g., 0 to 1) and is used for continuous data, not for converting categorical variables into numbers. Option C is wrong because principal component analysis (PCA) is a dimensionality reduction technique that transforms existing numerical features into uncorrelated components, not a method for encoding categorical data. Option D is wrong because standardization centers data around a mean of 0 and standard deviation of 1, which is applied to numerical features and would not create meaningful representations for categorical variables.

374
MCQmedium

A data scientist is building a model to recommend products. They notice the model rarely recommends certain categories to users from a specific demographic. What should the scientist do first to address potential bias?

A.Increase the model's complexity to capture more patterns
B.Add more features about the demographic to improve accuracy
C.Audit the training data for representation and bias
D.Remove the demographic feature from the model
AnswerC

Data audit identifies if underrepresentation or biased labels exist.

Why this answer

The first step in addressing potential bias is to audit the training data for representation and bias. This involves examining whether certain categories or demographics are underrepresented or overrepresented in the dataset, which can lead to skewed model recommendations. Without understanding the data composition, other interventions may fail to address the root cause of bias.

Exam trap

Salesforce often tests the misconception that bias is solely caused by the presence of sensitive features, leading candidates to choose removing the feature (Option D) instead of recognizing that bias originates from the training data and can persist through proxy features.

How to eliminate wrong answers

Option A is wrong because increasing model complexity does not fix biased or unrepresentative training data; it may actually amplify existing biases by fitting more closely to skewed patterns. Option B is wrong because adding more features about the demographic does not correct underlying representation issues and could introduce further bias or proxy discrimination. Option D is wrong because simply removing the demographic feature does not eliminate bias; the model may still learn biased correlations from other features that act as proxies for the demographic.

375
MCQeasy

What is the primary difference between narrow AI and general AI?

A.Narrow AI is task-specific; general AI can perform any intellectual task a human can
B.Narrow AI can perform any intellectual task; general AI is limited to one task
C.Narrow AI uses machine learning; general AI uses deep learning
D.General AI is already deployed in CRM systems; narrow AI is experimental
AnswerA

Narrow AI excels at one domain; general AI would be versatile but remains theoretical.

Why this answer

Narrow AI is designed for specific tasks, while general AI (AGI) would have human-like broad capabilities, which does not yet exist.

Page 4

Page 5 of 11

Page 6

All pages