CCNA AI Fundamentals Questions

75 of 93 questions · Page 1/2 · AI Fundamentals · Answers revealed

1
MCQeasy

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

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

Automation increases efficiency.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

2
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

3
MCQhard

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

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

Domain not configured causes failures.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

4
Multi-Selectmedium

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

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

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

Why this answer

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

Exam trap

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

5
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

6
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

7
MCQeasy

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

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

Linking is required for activity capture.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

8
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

9
MCQhard

An organization is implementing Einstein AI for sales forecasting. They have multiple custom objects and complex approval processes. Which design consideration is most critical for ensuring accurate AI predictions?

A.Ensuring the data set includes at least 100,000 records per prediction field.
B.Creating a separate data warehouse to aggregate data from all objects.
C.Providing extensive user training on AI concepts.
D.Implementing model explainability to verify that predictions align with business logic.
AnswerD

Explainability helps trust and validate predictions.

Why this answer

Option C is correct because model interpretability is essential to understand why predictions are made, especially in complex environments. Option A is wrong while relevant, user training is secondary. Option B is wrong as too much data can be noise, but it's not the most critical.

Option D is wrong because a data warehouse may not be necessary.

10
MCQmedium

A Salesforce admin notices that Einstein Case Classification in Service Cloud is suggesting categories that frequently require manual correction. Which action should the admin take first?

A.Enable Einstein Case Routing to automatically route based on predicted categories.
B.Provide feedback by correcting the predictions to improve the model.
C.Delete the training data and start over with a new model.
D.Increase the number of categories in the classification model.
AnswerB

Feedback helps retrain the model.

Why this answer

Option B is correct because Einstein models learn from user feedback; correcting predictions helps improve accuracy. Option A is wrong because routing before fixing classification may propagate errors. Option C is wrong because adding categories without tuning may degrade performance.

Option D is wrong because starting over is unnecessary.

11
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

12
MCQeasy

Which Einstein feature would allow a company to automatically generate personalized email content for marketing campaigns?

A.Einstein Segmentation
B.Einstein GPT
C.Einstein Prediction Builder
D.Einstein Analytics
AnswerB

Einstein GPT generates natural language content.

Why this answer

Option B is correct because Einstein GPT uses generative AI to create personalized content at scale. Option A is wrong as it's for predictions, not content generation. Option C is wrong as it's for segmentation, not content.

Option D is wrong as it's for analytics, not content.

13
MCQhard

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

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

Error models require troubleshooting.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

14
MCQeasy

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

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

Data drift makes predictions unreliable.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

15
MCQmedium

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

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

Field visibility requires being on the page layout.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

16
MCQeasy

A company wants to use Einstein Discovery to analyze sales data and automatically uncover key drivers of deal closure. What must the admin provide to create a story?

A.At least one numeric field to predict
B.A date field for time series analysis
C.A foreign key to relate objects
D.A text field for sentiment analysis
AnswerA

Discovery predicts numeric values or binary outcomes; a numeric target is required.

Why this answer

Einstein Discovery requires at least one numeric field as the prediction target (e.g., deal amount, probability score) to train its regression or classification model. Without a numeric field to predict, the story cannot define what outcome the AI should analyze or uncover key drivers for.

Exam trap

Salesforce often tests the misconception that Einstein Discovery requires a date field for time series or a foreign key for relational data, when in fact the core requirement is a numeric field to define the prediction target.

How to eliminate wrong answers

Option B is wrong because a date field is optional for time series analysis but not mandatory; Einstein Discovery can create stories without any temporal component. Option C is wrong because a foreign key is not required; Einstein Discovery works on a single object or dataset and does not need relational joins to build a story. Option D is wrong because a text field for sentiment analysis is not a prerequisite; Einstein Discovery focuses on structured numeric and categorical fields, not unstructured text analysis.

17
MCQhard

A company uses Einstein Prediction Builder to create a custom model that predicts whether a support case will be escalated. The model is built and published, but when the admin looks at the case record, the prediction field shows 'No Prediction' for all cases. The prediction is set to run on case creation and update. What should the admin check?

A.The prediction field is not added to the case page layout.
B.The model was not activated for all record types.
C.The model's confidence threshold is too high, causing no predictions.
D.The data prep steps included all required fields.
AnswerC

A high threshold means even correct predictions may be suppressed.

Why this answer

Option C is correct because when Einstein Prediction Builder shows 'No Prediction' for all cases, a common cause is that the model's confidence threshold is set too high. The prediction field only displays a value when the model's confidence in its prediction exceeds that threshold; if no case meets the threshold, all predictions are suppressed. The admin should lower the confidence threshold in the model settings to allow predictions to appear.

Exam trap

Salesforce often tests the misconception that 'No Prediction' is caused by missing page layout fields or record type activation, but the actual cause is the confidence threshold filtering out all predictions.

How to eliminate wrong answers

Option A is wrong because if the prediction field were not on the page layout, the field would not appear at all on the case record, rather than showing 'No Prediction'. Option B is wrong because activation for record types is not a setting in Einstein Prediction Builder; models are applied globally or by object, not per record type. Option D is wrong because data prep steps including all required fields are necessary for model training, but if the model is already built and published, missing fields would have caused an error during training, not a 'No Prediction' result on existing records.

18
MCQmedium

A nonprofit uses Einstein Recommendations to suggest donations. They notice that the recommendations are not relevant. Which best practice should they follow to improve relevance?

A.Verify that the Recommendation object has enough historical interaction data and that events are correctly tracked.
B.Set a data retention policy to delete records older than 30 days to keep data fresh.
C.Increase the number of recommended items to 10 to give more choices.
D.Display recommendations on every page, including the donation receipt page.
AnswerA

The model needs sufficient user behavior data to learn preferences.

Why this answer

Option B is correct because Einstein Recommendations depend on user interaction data; ensuring event tracking is accurate and sufficient is key. Option A is wrong because more options can lead to analysis paralysis. Option C is wrong because more recommendations per page can overwhelm users.

Option D is wrong because data retention policies don't directly improve relevance.

19
MCQhard

An admin notices that Einstein Activity Capture is logging duplicate email records. Which action should be taken to resolve this?

A.Disable Einstein Activity Capture and re-enable it after 24 hours.
B.Increase the sync interval to reduce the chance of duplicates.
C.Verify that each contact has only one primary email address in Salesforce.
D.Update the email client to the latest version.
AnswerC

Multiple email addresses can cause duplicates.

Why this answer

Einstein Activity Capture logs email activities by matching the sender or recipient email addresses to Contact records in Salesforce. If a Contact has multiple email addresses marked as primary, the system can become confused about which record to associate the email with, leading to duplicate log entries. Verifying that each Contact has only one primary email address resolves this by ensuring a unique mapping for email-to-record association.

Exam trap

The trap here is that candidates often assume duplicates are caused by sync frequency or client-side issues, but Cisco tests the specific data integrity requirement that each Contact must have exactly one primary email address for proper deduplication in Einstein Activity Capture.

How to eliminate wrong answers

Option A is wrong because disabling and re-enabling Einstein Activity Capture does not address the root cause of duplicate logging; it only resets the sync state temporarily without fixing the underlying data inconsistency. Option B is wrong because increasing the sync interval reduces the frequency of syncs but does not prevent duplicates from occurring during each sync; duplicates arise from data mapping issues, not sync timing. Option D is wrong because updating the email client to the latest version has no effect on how Einstein Activity Capture processes email data within Salesforce; the feature operates server-side and is independent of the email client version.

20
MCQmedium

A retail company implements an AI chatbot to recommend products. After launch, they notice the chatbot frequently suggests expensive items to budget-conscious customers. Which AI bias is most likely occurring?

A.Confirmation bias
B.Anchoring bias
C.Sample bias (biased training data)
D.Overconfidence bias
AnswerC

If the training data overrepresents high-spending customers, the model may learn to recommend expensive products to all users.

Why this answer

The chatbot's frequent suggestion of expensive items to budget-conscious customers indicates that the training data was biased toward high-cost products, leading the model to learn and replicate that preference. This is a classic case of sample bias (biased training data), where the dataset does not accurately represent the target user population, causing systematic errors in the model's recommendations.

Exam trap

Salesforce often tests the distinction between human cognitive biases (like anchoring or confirmation bias) and data-driven biases (like sample bias), so the trap here is that candidates confuse a human reasoning flaw with a machine learning training data issue.

How to eliminate wrong answers

Option A is wrong because confirmation bias refers to a human tendency to favor information that confirms preexisting beliefs, not a data-driven AI model's output skew. Option B is wrong because anchoring bias is a cognitive heuristic where humans rely too heavily on the first piece of information encountered, not a bias originating from training data distribution. Option D is wrong because overconfidence bias relates to a model or human assigning excessive certainty to predictions, not to a systematic skew in recommendation outputs due to imbalanced training data.

21
MCQeasy

A marketing team wants to use Einstein Engagement Scoring to prioritize leads. What is the primary input for this AI feature?

A.Lead interaction history with emails and web activity.
B.Historical conversion data from closed opportunities.
C.Lead demographic information like industry and company size.
D.Social media posts and mentions of the company.
AnswerA

Engagement is measured by interactions.

Why this answer

Einstein Engagement Scoring analyzes lead interactions (email opens, clicks, web visits) to calculate engagement scores. Option A is correct. Option B is wrong because demographic data is not the primary input.

Option C is wrong because historical conversion data is used for predictive scoring, not engagement. Option D is wrong because social media data is not a direct input.

22
MCQeasy

A sales manager wants to implement Einstein Automated Contacts to automatically create contacts from email interactions. The admin enables the feature and assigns the permission set. However, no contacts are being created automatically. What is the most likely reason?

A.The users have not logged any emails to Salesforce.
B.The admin did not set up the contact creation criteria in the Einstein Automated Contacts settings.
C.The feature requires at least 500 emails to be processed before it starts creating contacts.
D.The users need to install a plugin for their email client.
AnswerB

Rules must be configured; default is no creation.

Why this answer

Einstein Automated Contacts requires the admin to explicitly define the criteria that trigger automatic contact creation from email interactions. Simply enabling the feature and assigning the permission set does not configure the rules for when and how contacts should be created. Without these criteria, the system has no instructions to act upon, so no contacts are generated.

Exam trap

Salesforce often tests the misconception that enabling a feature and assigning permissions is sufficient for it to work, when in reality, configuration of specific rules or criteria is required to trigger the intended behavior.

How to eliminate wrong answers

Option A is wrong because the feature processes emails that are already logged to Salesforce; if users have not logged any emails, there would be no data to process, but the question states no contacts are being created, implying the feature is not triggering even when emails are present. Option C is wrong because Einstein Automated Contacts does not require a minimum number of emails to be processed before it starts creating contacts; it works on individual email interactions once criteria are set. Option D is wrong because Einstein Automated Contacts is a native Salesforce feature that works with the standard email integration (e.g., Salesforce for Outlook or Gmail) and does not require a separate plugin installation.

23
Multi-Selecthard

A sales operations admin wants to use Einstein Opportunity Scoring. Which two steps are required to activate Einstein Opportunity Scoring? (Select two answers.)

Select 2 answers
A.Enable Einstein in the Einstein Setup menu.
B.Ensure that at least 100 opportunities have been won in the last 18 months.
C.Create a custom scoring model specific to the business.
D.Deactivate any existing scoring rules.
E.Assign the Einstein Opportunity Scoring permission set to users.
AnswersA, B

Einstein must be turned on at the org level.

Why this answer

Options B and C are correct: you need historical data (100 won opps in 18 months) and enable Einstein. Option A is incorrect because the permission set is needed for user access but not for activation. Option D is optional, not required.

Option E is incorrect because you don't need to deactivate other scoring rules.

24
MCQeasy

A company has been using Einstein Lead Scoring for six months. Recently, the lead score confidence has dropped from 85% to 60%. The admin reviews the model and finds that many leads have missing data in custom fields used by the model. The admin also notices that field history tracking is not enabled on the Lead object. The lead volume is adequate with over 10,000 leads. What should the admin do to improve the model's confidence?

A.Disable and re-enable Einstein Lead Scoring.
B.Enable field history tracking on the Lead object and retrain the model.
C.Increase the lead volume to at least 50,000 records.
D.Manually update all leads with missing data to have complete records.
AnswerB

Field history tracking provides the necessary historical data for scoring accuracy.

Why this answer

Option B is correct because field history tracking is required for Einstein Lead Scoring to capture changes over time, and retraining after enabling it will incorporate historical data. Option A is incorrect because manually updating all leads is impractical and doesn't address the root cause. Option C is incorrect because the lead volume is already adequate.

Option D is incorrect because disabling and re-enabling will reset the model but not fix the missing field history.

25
MCQmedium

A company uses Einstein GPT to answer customer inquiries. To improve response relevance, the admin wants to restrict the AI's knowledge to only the company's product catalog and knowledge articles. Which approach should the admin use?

A.Use grounding data in the prompt template to provide relevant context
B.Apply zero-shot learning without any examples
C.Fine-tune the model on the company's data
D.Use prompt engineering to instruct the model to only use company data
AnswerA

Grounding by including specific data sources in the prompt helps the model rely on that information and reduces hallucinations.

Why this answer

Correct: Ground the prompt with specific data sources. Option A: Fine-tuning adjusts model weights, not real-time data. Option B: Prompt engineering alone doesn't restrict knowledge without grounding.

Option D: Zero-shot learning uses no examples; doesn't limit knowledge.

26
Multi-Selectmedium

Which TWO actions are recommended when preparing data for an Einstein Prediction Builder model?

Select 2 answers
A.Ensure the data set contains at least 500 records with the outcome field populated.
B.Include all available fields on the object, even if unrelated.
C.Use external data sources and upload CSV files without any preprocessing.
D.Select fields that are logically related to the prediction outcome.
E.Include data from the last two days only for the most current trends.
AnswersA, D

Minimum sample size is required for model training.

Why this answer

Option A is correct because Einstein Prediction Builder requires a minimum of 500 records with the outcome field populated to ensure statistical significance and reliable model training. Fewer records can lead to overfitting or insufficient pattern recognition, making the model less accurate.

Exam trap

Salesforce often tests the misconception that more data (all fields) or recent data only is always better, but the trap here is that Einstein Prediction Builder requires a minimum record threshold and logically relevant features to avoid noise and ensure model validity.

27
MCQhard

A company uses Einstein Bots to handle customer service inquiries. The bot often fails to understand complex requests, leading to escalations. Which improvement strategy is most effective?

A.Train the bot with additional intents and example phrases for complex scenarios.
B.Route all complex requests directly to human agents without bot interaction.
C.Increase the confidence threshold for intent matching to avoid misclassification.
D.Reduce the number of dialogue options to simplify the bot's logic.
AnswerA

More training data improves NLU accuracy.

Why this answer

Option A is correct because training the bot with additional intents and example phrases directly addresses the root cause of the bot's failure: insufficient training data for complex scenarios. By expanding the training corpus, the natural language understanding (NLU) model can better recognize and classify nuanced user inputs, reducing misclassifications and unnecessary escalations.

Exam trap

Salesforce often tests the misconception that increasing confidence thresholds or simplifying logic improves accuracy, when in fact these actions reduce the bot's ability to handle complex inputs, leading to more escalations.

How to eliminate wrong answers

Option B is wrong because routing all complex requests to human agents without bot interaction bypasses the bot entirely, failing to improve its capability and defeating the purpose of using an AI bot to handle escalations. Option C is wrong because increasing the confidence threshold for intent matching would cause the bot to reject more queries, leading to even more false negatives and escalations, not fewer. Option D is wrong because reducing dialogue options simplifies the bot's logic but does not improve its understanding of complex requests; it may actually increase escalations by limiting the bot's ability to handle varied inputs.

28
MCQmedium

A nonprofit organization uses Salesforce to manage donor relationships. They have implemented Einstein Prediction Builder to predict which donors are likely to upgrade their donation level in the next 90 days. The model was built using a custom object "Donation" with fields like Amount, Frequency, and Campaign. After deployment, the predictions seem random and do not correlate with donor engagement. The admin suspects the model is not trained on enough records. The organization has 500 donors with at least two donations each. What should the admin do to improve the model?

A.Increase the prediction window from 90 to 180 days to capture more upgrade events.
B.Use a different field as the prediction outcome, such as 'donation amount increase'.
C.Ensure that at least 500 records exist where the donor actually upgraded, and retrain the model.
D.Add more fields to the model, such as donor age and geographic location.
AnswerC

Sufficient positive examples are needed.

Why this answer

Option C is correct because Einstein Prediction Builder requires a minimum number of positive outcome records (upgrade events) to train a reliable model. With only 500 donors and likely far fewer upgrades, the model lacks sufficient signal. Ensuring at least 500 actual upgrade records provides the necessary positive examples for the algorithm to learn meaningful patterns, reducing randomness in predictions.

Exam trap

Salesforce often tests the misconception that adding more data fields or changing the prediction window can compensate for a lack of positive training records, when in fact the core requirement is a sufficient number of outcome examples for the model to learn from.

How to eliminate wrong answers

Option A is wrong because increasing the prediction window does not address the root cause of insufficient positive training records; it may dilute the signal by including more non-upgrade events. Option B is wrong because changing the prediction outcome field does not solve the data scarcity issue; the model still needs enough historical upgrade events to learn from. Option D is wrong because adding more fields without sufficient positive records will not improve model accuracy and may introduce noise, as the algorithm still lacks enough examples to identify meaningful correlations.

29
MCQhard

A company wants to deploy an Einstein AI model that uses sensitive customer data. Which practice should they follow to comply with data privacy regulations?

A.Store all sensitive data in an external data lake and connect via APIs.
B.Obtain explicit consent from data subjects before using their data in AI models.
C.Limit the data used for training to only essential fields.
D.Use Einstein Trust Layer features to mask personally identifiable information (PII) in the model.
AnswerD

Trust Layer masks PII so the model does not see raw sensitive data.

Why this answer

Option D is correct because the Einstein Trust Layer provides built-in capabilities to automatically mask or redact personally identifiable information (PII) before data is sent to the underlying AI model, ensuring compliance with data privacy regulations like GDPR and CCPA without requiring manual data handling. This feature operates at the platform level, intercepting data in transit and applying masking rules based on predefined patterns, so sensitive customer data is never exposed to the model or stored in its training logs.

Exam trap

Salesforce often tests the distinction between procedural compliance steps (like obtaining consent) and technical enforcement mechanisms (like the Einstein Trust Layer), leading candidates to choose Option B because it sounds correct in a general privacy context, but the question specifically asks about deploying the model, where a platform-native feature is the correct answer.

How to eliminate wrong answers

Option A is wrong because storing sensitive data in an external data lake and connecting via APIs does not inherently address privacy compliance; it merely shifts the storage location and still requires proper governance, encryption, and consent mechanisms to meet regulations. Option B is wrong because while obtaining explicit consent is a fundamental privacy practice, it is a procedural step, not a technical feature of the Einstein AI platform, and the question asks for a practice to follow when deploying the model, implying a built-in technical solution. Option C is wrong because limiting data to essential fields reduces exposure but does not guarantee compliance; sensitive fields may still be included, and without masking or anonymization, the model could inadvertently memorize and leak PII, violating privacy laws.

30
Multi-Selectmedium

A sales manager wants to use Einstein Opportunity Scoring to prioritize deals. Which two requirements must be met?

Select 2 answers
A.There must be at least 50 closed-won opportunities in the last 365 days.
B.The user must have the 'Manage Einstein' permission.
C.Field history tracking must be enabled for Opportunity.
D.There must be at least 500 open opportunities.
E.Einstein must be enabled in Setup.
AnswersA, E

The scoring model trains on historical closed-won opportunities.

Why this answer

Option B is correct because Einstein must be enabled at the org level. Option D is correct because Einstein Opportunity Scoring requires at least 50 closed-won opportunities in the last 365 days to train the model. Option A is incorrect because the 'Manage Einstein' permission is not required for users; it is an admin permission.

Option C is incorrect because the requirement is for closed-won opportunities, not open ones. Option E is incorrect because field history tracking is not a prerequisite for Opportunity Scoring.

31
MCQeasy

A nonprofit organization wants to use Einstein Bots to handle inquiries on their website. They are concerned that the bot may give incorrect or insensitive responses. Which feature should they prioritize to maintain trustworthy AI?

A.Use a larger training dataset from generic internet sources.
B.Allow the bot to generate responses only from pre-authored articles.
C.Implement a fallback to human agent for uncertain queries.
D.Disable sentiment analysis to avoid misinterpretation.
AnswerC

Fallback improves trust by human handling.

Why this answer

Option C is correct because implementing a fallback to a human agent for uncertain queries directly addresses the risk of incorrect or insensitive responses by ensuring that when the bot cannot confidently answer, the conversation is escalated to a human. This aligns with the principle of maintaining trustworthy AI, as it prevents the bot from generating potentially harmful or inaccurate responses and provides a safety net for complex or sensitive inquiries.

Exam trap

The trap here is that candidates may confuse 'trustworthy AI' with 'restricting the bot's knowledge' (Option B) or 'disabling features' (Option D), rather than recognizing that a fallback mechanism is the standard industry practice for handling uncertainty and maintaining safety in conversational AI systems.

How to eliminate wrong answers

Option A is wrong because using a larger training dataset from generic internet sources does not guarantee accuracy or sensitivity; it may introduce noise, bias, or irrelevant information, and does not address the specific concern about incorrect or insensitive responses. Option B is wrong because allowing the bot to generate responses only from pre-authored articles restricts the bot's ability to handle dynamic or nuanced inquiries, and does not provide a mechanism for handling queries that fall outside the pre-authored content, potentially leading to unhelpful or inappropriate responses. Option D is wrong because disabling sentiment analysis removes the bot's ability to detect and appropriately respond to user emotions or tone, which could actually increase the risk of insensitive responses rather than reduce it.

32
MCQeasy

A company wants to use Einstein Prediction Builder to predict customer churn. They have a dataset with 10,000 records and 50 features. What is the primary consideration for model accuracy?

A.The dataset size is too small for reliable predictions.
B.All features must be numerical and normalized.
C.The dataset must be balanced between churned and non-churned customers.
D.The model needs to be retrained daily.
AnswerC

Balancing prevents bias towards majority class.

Why this answer

Option C is correct because Einstein Prediction Builder uses automated machine learning (AutoML) to train models, and class imbalance is a critical factor that directly impacts model accuracy. If the dataset is highly skewed (e.g., 95% non-churned, 5% churned), the model may achieve high accuracy by simply predicting the majority class, but it will fail to identify actual churners. Einstein Prediction Builder includes built-in handling for imbalanced data, but the user must ensure the dataset is reasonably balanced or use techniques like oversampling to improve predictive performance.

Exam trap

Salesforce often tests the misconception that dataset size is the primary driver of accuracy, but the trap here is that class balance is more critical than raw record count for classification models in Einstein Prediction Builder.

How to eliminate wrong answers

Option A is wrong because 10,000 records is generally sufficient for a binary classification task like churn prediction, especially with 50 features; Einstein Prediction Builder can work with datasets as small as a few thousand records. Option B is wrong because Einstein Prediction Builder automatically handles feature encoding and normalization; it accepts categorical, numerical, and text features without requiring manual preprocessing. Option D is wrong because retraining frequency depends on business needs and data drift, not on model accuracy; Einstein Prediction Builder supports scheduled retraining but does not require daily retraining as a primary consideration for accuracy.

33
MCQhard

A data scientist notices that an Einstein Discovery model predicts a low probability of conversion for all leads in a new campaign, even though the campaign targets high-value accounts. Which initial diagnostic step should be taken?

A.Retrain the model with the new campaign data included
B.Check the Einstein model recipe for incorrect filters
C.Compare the feature distributions of the training and campaign data
D.Increase the prediction confidence threshold
AnswerC

Distribution mismatch often explains low predictions; if features differ, the model may not apply.

Why this answer

Option C is correct because the most likely cause of a model predicting low conversion for all leads in a new campaign is a shift in feature distributions between the training data and the campaign data (covariate shift). Checking these distributions is the standard initial diagnostic step to identify if the model is encountering data it was not trained on, which would invalidate its predictions. This aligns with best practices for model monitoring and data validation in Einstein Discovery.

Exam trap

Salesforce often tests the misconception that retraining is the immediate fix for poor model performance, but the trap here is that candidates overlook the fundamental diagnostic step of checking for data drift before taking any corrective action.

How to eliminate wrong answers

Option A is wrong because retraining the model with new campaign data is a premature action; the root cause (data drift) must be diagnosed first, and retraining without investigation could mask the issue or introduce bias. Option B is wrong because checking the Einstein model recipe for incorrect filters addresses configuration errors, but the scenario describes a systematic prediction pattern across all leads, which is more indicative of data distribution shift than a filter misconfiguration. Option D is wrong because increasing the prediction confidence threshold does not fix the underlying cause of low probabilities; it only changes the cutoff for classification, leaving the flawed predictions unchanged.

34
MCQhard

A data scientist is evaluating a custom Einstein model for a lead scoring use case. The model's precision is 0.9, recall is 0.5. What is the most important improvement priority?

A.Increase recall to reduce false negatives
B.Increase precision to reduce false positives
C.Optimize for an F1 score of 0.7
D.Improve overall accuracy above 80%
AnswerA

Recall is low (0.5), meaning half of actual leads are missed. This should be improved.

Why this answer

With a precision of 0.9 and recall of 0.5, the model is highly selective but misses many actual leads (high false negatives). In lead scoring, false negatives mean lost sales opportunities, which is typically more costly than false positives. Therefore, increasing recall to capture more true positives is the most important improvement priority.

Exam trap

Salesforce often tests the trade-off between precision and recall in imbalanced classification scenarios, where candidates mistakenly focus on improving precision or accuracy without recognizing that low recall (high false negatives) is the critical business problem in lead scoring.

How to eliminate wrong answers

Option B is wrong because increasing precision would further reduce false positives, but the model already has high precision (0.9); the bigger issue is the low recall (0.5) causing many missed leads. Option C is wrong because optimizing for an F1 score of 0.7 is a metric goal, not a direct improvement priority; the F1 score is a harmonic mean of precision and recall, and simply targeting a number does not address the underlying imbalance. Option D is wrong because overall accuracy can be misleading in imbalanced datasets; a model could achieve high accuracy by always predicting the majority class, but that would not improve lead capture for the minority class (actual leads).

35
MCQmedium

A data scientist is evaluating the performance of an Einstein Discovery model. They observe that the model has high accuracy but low precision for a specific prediction class. What does this indicate?

A.The model is overfitted to the training data.
B.The model correctly predicts most instances but has many false positives for that class.
C.The model correctly predicts most instances but has many false negatives for that class.
D.The model rarely predicts that class, leading to high accuracy.
AnswerB

Low precision indicates many false positives.

Why this answer

High accuracy with low precision for a specific class indicates that while the model correctly classifies the majority of instances overall, it produces a high number of false positives for that class. Precision measures the proportion of positive identifications that were actually correct, so low precision means many of the predicted positive cases are false alarms. In Einstein Discovery, this trade-off is critical when optimizing for business outcomes where false positives are costly.

Exam trap

Salesforce often tests the distinction between precision and recall, trapping candidates who confuse false positives (low precision) with false negatives (low recall) when interpreting accuracy metrics.

How to eliminate wrong answers

Option A is wrong because overfitting typically leads to high accuracy on training data but poor generalization to unseen data, not specifically to low precision for a single class. Option C is wrong because many false negatives would reduce recall, not precision; the scenario describes low precision, which is about false positives. Option D is wrong because if the model rarely predicts that class, precision could be high (few predictions, mostly correct) and accuracy could be high due to class imbalance, but low precision indicates frequent incorrect predictions for that class.

36
MCQeasy

A user asks Einstein GPT to generate a product description. The AI returns a response with a confidence score of 0.65. What does this score indicate?

A.There is a 65% probability that the response exactly matches the training data
B.The model is 65% confident that the response is accurate
C.The response is 65% shorter than the optimal length
D.The model has a 65% likelihood of generating the same response again
AnswerB

Confidence scores indicate the model's assessment of how likely the generated answer is correct.

Why this answer

Option B is correct because the confidence score in AI models like Einstein GPT quantifies the model's internal certainty that its generated output is factually correct or contextually appropriate. A score of 0.65 means the model estimates a 65% probability that the response is accurate based on its training and inference algorithms, not that it matches training data or has a fixed length.

Exam trap

Salesforce often tests the misconception that a confidence score indicates a direct probability of correctness or a measure of output quality, when in reality it is a model's self-assessed certainty that can be misleading and is not a guarantee of factual accuracy.

How to eliminate wrong answers

Option A is wrong because the confidence score does not measure how closely the response matches training data; it reflects the model's probabilistic assessment of correctness, not a similarity metric. Option C is wrong because confidence scores are unrelated to output length; they are a probability value between 0 and 1, not a measure of brevity. Option D is wrong because the score does not indicate the likelihood of generating the same response again; that depends on the model's stochastic sampling parameters (e.g., temperature), not the confidence score.

37
Multi-Selecthard

Which THREE factors can affect the accuracy of an Einstein GPT response?

Select 3 answers
A.Brightness of the user interface
B.Model temperature setting
C.Clarity and specificity of the prompt
D.Quality of the grounding data provided
E.Length of the response generated
AnswersB, C, D

Higher temperature increases creativity but may reduce factual accuracy.

Why this answer

Option B is correct because the model temperature setting directly controls the randomness of the output. A higher temperature (e.g., 0.9) produces more creative but potentially less accurate responses, while a lower temperature (e.g., 0.1) makes the model more deterministic and factual. This parameter is a core hyperparameter in large language models like those powering Einstein GPT, and it significantly influences response accuracy.

Exam trap

Salesforce often tests the misconception that output length or interface settings affect model accuracy, when in fact only prompt clarity, grounding data quality, and model hyperparameters like temperature are the true determinants.

38
Multi-Selectmedium

Which TWO actions are best practices when implementing Einstein Prediction Service?

Select 2 answers
A.Ignore correlated features to simplify the model.
B.Clean the data to handle missing values and outliers.
C.Select relevant features that are likely to influence the prediction.
D.Include all available fields in the dataset for maximum information.
E.Use the default field mapping without review.
AnswersB, C

Data cleaning improves model accuracy.

Why this answer

Option B is correct because data quality directly impacts the accuracy and reliability of Einstein Prediction Service models. Cleaning data to handle missing values and outliers ensures that the training data is representative and reduces the risk of skewed predictions, which is a fundamental prerequisite for any machine learning model within Salesforce's AI framework.

Exam trap

Salesforce often tests the misconception that more data always leads to better predictions, but in practice, irrelevant or noisy features degrade model performance, making feature selection and data cleaning critical.

39
Multi-Selecteasy

Which TWO capabilities are available in Einstein GPT for Sales?

Select 2 answers
A.Sentiment analysis of customer emails
B.Automated lead enrichment
C.Generating Apex code
D.Summarizing call transcripts
E.Generating personalized email drafts
AnswersD, E

Einstein GPT can summarize conversations for quick review.

Why this answer

Correct: B and D. Option A: Sentiment analysis is not a primary feature of Einstein GPT for Sales (it's more in Service). Option C: Automated data entry is not a direct GPT feature.

Option E: Code generation is for developers, not sales.

40
Multi-Selectmedium

A company is deploying Einstein Prediction Builder to predict equipment failure. Which three considerations are essential for building an accurate prediction model? (Choose 3)

Select 3 answers
A.Missing values in features should be handled appropriately.
B.The dataset should span a sufficient time period to capture patterns.
C.All input features must be numerical.
D.The model should be retrained only once after initial deployment.
E.The prediction horizon must be clearly defined.
AnswersA, B, E

Missing data can bias the model.

Why this answer

Option A is correct because missing values in features can introduce bias or cause errors in the predictive model. Einstein Prediction Builder automatically handles missing data through imputation, but understanding how missing values are treated is essential for model accuracy, as inappropriate handling can distort relationships between features and the target outcome.

Exam trap

Salesforce often tests the misconception that all input features must be numerical for machine learning models, but Einstein Prediction Builder natively supports non-numerical data types through automated preprocessing.

41
Multi-Selecteasy

A sales team is implementing Einstein Lead Scoring. Which two actions should they take to ensure the model is effective? (Choose 2)

Select 2 answers
A.Include only demographic data for scoring.
B.Set a fixed score threshold for all users.
C.Disable the model for low-volume leads.
D.Ensure the training data includes both converted and unconverted leads.
E.Regularly review and provide feedback on lead conversions.
AnswersD, E

Balanced data is necessary.

Why this answer

Option D is correct because Einstein Lead Scoring requires training data that includes both converted and unconverted leads to build a predictive model that can distinguish between leads likely to convert and those that are not. Without unconverted leads, the model cannot learn the negative patterns, leading to biased predictions and poor accuracy.

Exam trap

Salesforce often tests the misconception that Einstein Lead Scoring can work effectively with only positive examples (converted leads), but the model fundamentally requires both positive and negative examples to learn the difference between high- and low-quality leads.

42
MCQhard

Refer to the exhibit. An admin configures Einstein Next Best Action with the above JSON. The expected behavior is to recommend the top 5 actions for open leads with a score of at least 70. However, only 2 recommendations appear for some leads. Which is the most likely cause?

A.The filter on Lead Status is incorrectly excluding actions.
B.The scoreThreshold of 70 excludes many actions, so fewer than 5 meet the criteria.
C.The recommendation strategy is misconfigured for this object.
D.The maxRecommendations is set to 2 instead of 5.
AnswerB

Score threshold filters out low-scoring actions.

Why this answer

Option B is correct because the scoreThreshold of 70 filters out any actions with a score below 70. If fewer than 5 actions meet this threshold, the system returns only those that qualify, resulting in fewer than 5 recommendations. The maxRecommendations setting defines the upper limit, but the actual number returned is constrained by the scoreThreshold.

Exam trap

Salesforce often tests the interaction between scoreThreshold and maxRecommendations, where candidates mistakenly assume maxRecommendations is the sole determinant of the number of recommendations, overlooking that scoreThreshold can reduce the count below that limit.

How to eliminate wrong answers

Option A is wrong because the filter on Lead Status is not mentioned in the JSON exhibit; the issue is with the score threshold, not a status filter. Option C is wrong because the recommendation strategy is correctly configured for the object; the JSON shows valid strategy settings, and the problem is purely about scoring. Option D is wrong because maxRecommendations is set to 5 in the JSON (as stated in the expected behavior), not 2; the reduced count is due to the scoreThreshold, not a misconfiguration of maxRecommendations.

43
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

Option C is correct because 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.

44
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

Option D is correct because 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.

45
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.

46
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

Option C is correct because 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.

47
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.

48
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.

49
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

Option D is correct because 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.

50
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.

51
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

Option D is correct because 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.

52
MCQhard

An organization uses Einstein Search to power a portal's search functionality. Users report that search results are not ranking relevant documents highly. Which configuration change is most likely to improve relevance?

A.Enable stemming and synonyms.
B.Tune the search algorithm by promoting frequently accessed content.
C.Increase the number of indexed fields.
D.Decrease the index refresh frequency.
AnswerB

Promoting popular content improves relevance.

Why this answer

Option B is correct because search relevance is improved by promoting popular or authoritative content. Option A is wrong because more fields may add noise. Option C is wrong because refresh frequency affects freshness but not ranking algorithm.

Option D is wrong because stemming and synonyms help recall but not necessarily ranking.

53
MCQmedium

An admin creates a predictive model in Einstein Prediction Builder to forecast customer churn. The model shows high accuracy on test data but poor performance in production. What is the most likely cause?

A.Improper feature scaling in the training pipeline
B.The model is overfitted to the training data
C.Target leakage in the training dataset
D.Data drift between training and production environments
AnswerD

Changes in customer behavior or data collection can make the model less effective.

Why this answer

Option D is correct because the model's high accuracy on test data but poor performance in production is a classic symptom of data drift. In Einstein Prediction Builder, the model was trained on historical data that may not reflect current customer behavior patterns, leading to a mismatch between training and production distributions. This is not a model training issue but a data environment shift.

Exam trap

Salesforce often tests the distinction between overfitting (which affects test data) and data drift (which affects production data), trapping candidates who confuse high test accuracy with model generalization.

How to eliminate wrong answers

Option A is wrong because improper feature scaling would typically cause poor performance on both test and production data, not specifically a drop in production only. Option B is wrong because overfitting would manifest as high training accuracy but low test accuracy, not high test accuracy with poor production performance. Option C is wrong because target leakage would inflate accuracy on both training and test sets, not just training, and would not explain a production-only degradation.

54
MCQhard

A developer is implementing retrieval augmented generation (RAG) for a customer service bot. Which component is essential for supplying real-time data to the prompt?

A.A fine-tuned large language model
B.A prompt template in Prompt Builder
C.A static knowledge base
D.A vector database for embedding and retrieval
AnswerD

RAG relies on retrieving relevant chunks of data using vector similarity search, which then become part of the prompt.

Why this answer

Correct: A vector database stores embeddings for efficient retrieval of relevant context. Option A: A fine-tuned LLM is static. Option B: Prompt Builder is for templates.

Option D: A knowledge base alone doesn't provide real-time retrieval augmentation unless indexed.

55
MCQmedium

Refer to the exhibit. A sales manager sees that an account has an Einstein Score of 78 with a confidence of 0.65. What is the most appropriate interpretation?

A.The score indicates the account has been contacted 78 times, with a 65% satisfaction rate.
B.The account is predicted to have a 78% chance of converting, and the model is 65% confident in that prediction.
C.The account is in the top 78% of scoring accounts, with a 65% chance of being accurate.
D.The account is predicted to convert, but the model's confidence is relatively low, suggesting the prediction should be verified.
AnswerD

Moderate confidence warrants human review.

Why this answer

Option D is correct because the Einstein Score is a predictive lead scoring model that outputs a conversion probability (0 to 100), and the confidence score (0 to 1) indicates the model's certainty in that prediction. A confidence of 0.65 is below the typical threshold (e.g., 0.75 or higher), meaning the prediction is less reliable and should be manually verified before acting on it.

Exam trap

Salesforce often tests the distinction between the prediction score (what is predicted) and the confidence score (how sure the model is), leading candidates to misinterpret the confidence as an accuracy percentage or to conflate the two values into a single probability.

How to eliminate wrong answers

Option A is wrong because the Einstein Score is not a count of contacts or a satisfaction rate; it is a predicted conversion probability. Option B is wrong because it conflates the score (78) with a percentage chance of converting, but the score is already a probability (78%), and the confidence (0.65) is the model's certainty in that probability, not an additional percentage. Option C is wrong because the score does not represent a percentile rank (top 78%); it is an absolute probability, and the confidence is not an accuracy percentage but a measure of model certainty.

56
MCQmedium

A sales representative uses Einstein Activity Capture to log emails automatically. However, some critical emails are not being captured. What is the most likely reason?

A.The sender or recipient is not a Salesforce user with a license.
B.The emails were sent from a non-Outlook or Gmail client.
C.The Einstein Activity Capture feature is disabled for that specific user.
D.The emails contain attachments that exceed the size limit.
AnswerA

Only Salesforce users with licenses are captured.

Why this answer

Einstein Activity Capture relies on Salesforce user licenses to associate email activities with records. If the sender or recipient is not a licensed Salesforce user, the system cannot link the email to a user identity, causing it to be skipped during capture. This is the most common reason for missing emails because the feature is designed to log activities only for licensed users.

Exam trap

Salesforce often tests the misconception that Einstein Activity Capture requires a specific email client (like Outlook or Gmail), but the real limitation is the Salesforce user license requirement for the sender or recipient.

How to eliminate wrong answers

Option B is wrong because Einstein Activity Capture supports multiple email clients, including Outlook, Gmail, and Exchange/Google Workspace via server-side sync, so non-Outlook or Gmail clients are not a barrier. Option C is wrong because if the feature were disabled for that specific user, no emails would be captured at all, not just some critical ones. Option D is wrong because Einstein Activity Capture does not enforce a specific attachment size limit; it captures the email metadata and body, and attachments are handled separately without causing the email to be skipped.

57
MCQhard

Refer to the exhibit. An admin runs a preprocess script before training an Einstein model. Why is normalization applied to the 'AnnualRevenue' and 'NumberOfEmployees' columns?

A.To detect outliers in the data
B.To ensure both features contribute equally to the model
C.To remove rows with missing values
D.To reduce the number of features from 30 to 2
AnswerB

Equalizing scales prevents one feature from having undue influence.

Why this answer

Normalization scales features like 'AnnualRevenue' and 'NumberOfEmployees' to a comparable range (e.g., 0–1 or with zero mean and unit variance). Without normalization, a feature with larger numeric values (e.g., revenue in millions) would dominate distance-based calculations in models like k-nearest neighbors or gradient descent, causing the model to undervalue the smaller-scale feature. By normalizing, both features contribute equally to the model's learning process, which is essential for many machine learning algorithms used in Einstein.

Exam trap

Salesforce often tests the distinction between data preprocessing steps (normalization, scaling) and other data preparation tasks (outlier detection, missing value handling, dimensionality reduction), and the trap here is that candidates confuse normalization with outlier detection or feature reduction because both involve numerical transformations.

How to eliminate wrong answers

Option A is wrong because detecting outliers is typically done using statistical methods (e.g., Z-score, IQR) or visualization, not normalization; normalization itself does not identify outliers. Option C is wrong because removing rows with missing values is a data cleaning step (e.g., using dropna() or imputation), not a purpose of normalization. Option D is wrong because reducing the number of features from 30 to 2 is dimensionality reduction (e.g., PCA or feature selection), not normalization, which preserves all features.

58
Multi-Selectmedium

Which TWO of the following are ethical considerations when deploying AI in Salesforce?

Select 2 answers
A.Maximizing model complexity for better accuracy
B.Providing transparency in AI-generated outcomes
C.Ensuring data privacy and compliance with regulations
D.Using only historical data without review for biases
AnswersB, C

Transparency helps users understand how decisions are made, building trust.

Why this answer

Option B is correct because transparency in AI-generated outcomes is a core ethical principle, especially in Salesforce's Einstein platform, where users must understand how predictions (e.g., lead scoring or opportunity insights) are made. Salesforce provides tools like 'Why This Prediction?' to explain model outputs, ensuring trust and accountability. Without transparency, users cannot validate or challenge AI decisions, leading to potential bias or misuse.

Exam trap

Salesforce often tests the misconception that maximizing accuracy (Option A) is always ethical, when in fact it can compromise interpretability and fairness, which are key to responsible AI deployment.

59
MCQmedium

A service organization wants to use Einstein Reply Recommendations to suggest responses to customer chats. The feature is enabled, but agents report that no recommendations appear. The admin has ensured the permission set is assigned and the chat data is flowing. What should the admin examine next?

A.The number of closed cases with successful chat histories.
B.The model training schedule.
C.The language settings for the chat channels.
D.The user's profile settings for chat.
AnswerC

Language support is a prerequisite for recommendations to appear.

Why this answer

Einstein Reply Recommendations require the chat channel language to be set to a supported language (e.g., English, Spanish, French, German, Portuguese, or Japanese). If the language setting is unsupported or mismatched, the model cannot generate suggestions, even if permissions and data flow are correct. This is a common misconfiguration because the feature silently fails when the language is not recognized.

Exam trap

Salesforce often tests the misconception that model training or data volume is the primary cause of missing recommendations, when in fact the language setting is a prerequisite that must be configured correctly before any recommendations can appear.

How to eliminate wrong answers

Option A is wrong because the number of closed cases with successful chat histories does not affect the real-time generation of reply recommendations; Einstein uses live chat transcripts and historical data for training, but the feature's immediate availability depends on language and model readiness, not case closure counts. Option B is wrong because the model training schedule determines when the model is updated, but recommendations can still appear immediately after initial training if the language is supported; a missing or unscheduled training would cause outdated or no suggestions, but the primary blocker here is language settings, not the training cadence. Option D is wrong because the user's profile settings for chat control agent interface permissions (e.g., ability to send messages), not the underlying Einstein model's ability to generate recommendations; the admin already confirmed the permission set is assigned, so profile settings are not the issue.

60
MCQmedium

A retail company uses Einstein Prediction Service to forecast customer churn. To improve model accuracy, which data preparation step is most critical?

A.Select only the top three features based on correlation.
B.Clean the dataset by handling missing values and outliers.
C.Use a different algorithm like neural networks.
D.Increase the dataset size by collecting more customer records.
AnswerB

Proper data cleaning ensures the model learns accurate patterns.

Why this answer

Handling missing values and outliers is the most critical data preparation step for Einstein Prediction Service because the underlying gradient boosting models (like XGBoost) are sensitive to data quality issues. Missing values can introduce bias or cause the model to misinterpret patterns, while outliers can disproportionately influence split decisions, reducing predictive accuracy for churn scenarios.

Exam trap

Salesforce often tests the misconception that feature selection or algorithm changes are the primary levers for accuracy, when in reality data cleaning is the foundational step that directly impacts model reliability in Einstein Prediction Service.

How to eliminate wrong answers

Option A is wrong because selecting only the top three features based on correlation ignores feature interactions and non-linear relationships that Einstein's ensemble methods rely on; it also risks discarding weakly correlated but collectively predictive features. Option C is wrong because the question asks about data preparation, not algorithm selection; changing the algorithm does not address data quality issues and Einstein Prediction Service already uses optimized algorithms (e.g., gradient boosting) that require clean input. Option D is wrong because simply increasing dataset size without cleaning existing data amplifies noise and bias; more records with missing values or outliers degrade model performance rather than improve accuracy.

61
MCQeasy

In Salesforce Data Cloud, which AI capability is used to automatically generate audience segments based on customer behavior patterns?

A.Prompt Builder
B.Einstein AI (Data Cloud's machine learning capabilities)
C.Einstein Discovery
D.Einstein GPT
AnswerB

Data Cloud uses Einstein AI to analyze customer data and automatically create predictive segments.

Why this answer

Einstein AI in Salesforce Data Cloud provides machine learning capabilities that automatically analyze customer behavior patterns, such as purchase history and engagement metrics, to generate predictive audience segments. This enables marketers to target specific groups without manual rule creation, leveraging Data Cloud's unified data model and Einstein's propensity scoring.

Exam trap

Salesforce often tests the distinction between generative AI tools (like Einstein GPT or Prompt Builder) and predictive machine learning capabilities (like Einstein AI), leading candidates to confuse content generation with automated segmentation.

How to eliminate wrong answers

Option A is wrong because Prompt Builder is a tool for creating and managing prompts for generative AI models, not for automatically generating audience segments based on behavior patterns. Option C is wrong because Einstein Discovery is a separate analytics tool focused on identifying trends and root causes in data, not on generating audience segments from customer behavior. Option D is wrong because Einstein GPT is a generative AI assistant for content creation and summarization, not a machine learning engine for segment generation.

62
Multi-Selecteasy

Which TWO of the following are key principles of trustworthy AI according to Salesforce's AI ethics guidelines?

Select 2 answers
A.Profitability
B.Complexity
C.Transparency
D.Explainability
E.Accountability
AnswersC, D

Transparency ensures users understand how AI decisions are made.

Why this answer

Transparency is a core principle of trustworthy AI because it requires that AI systems operate in a way that is open and understandable, allowing stakeholders to see how decisions are made. Salesforce's AI ethics guidelines emphasize transparency to ensure that users can trust the system's outputs and that any biases or limitations are visible.

Exam trap

Salesforce often tests the distinction between 'accountability' (a broader governance concept) and 'explainability' (a specific technical principle), leading candidates to mistakenly select accountability when the question explicitly asks for the two key principles from Salesforce's guidelines.

63
MCQhard

Refer to the exhibit. A Salesforce admin runs the Einstein model list command and sees the output. Which model is currently available for use in predictive scoring?

A.All models are available for scoring.
B.Lead Score Model
C.Case Deflection
D.Opportunity Win Rate
AnswerB

The status is 'Deployed', meaning it is ready for scoring.

Why this answer

Option A is correct because only the model with status 'Deployed' is ready for production use. Option B is incorrect because 'Training' status means the model is not yet ready. Option C is incorrect because 'Error' status indicates a problem preventing deployment.

Option D is incorrect because not all models are available.

64
MCQmedium

A sales manager sees that the Einstein Lead Score for a high-profile lead is low but expects it to be high. What should the manager do to investigate the discrepancy?

A.Retrain the model to improve its accuracy for that lead.
B.Override the score manually to reflect their judgment.
C.Disable Einstein Lead Scoring for that lead record.
D.Use the Einstein Lead Score Insights to analyze the factors that contributed to the score.
AnswerD

Insights show top reasons influencing the score.

Why this answer

Option C is correct because Einstein Leaderboard provides user-level analytics to compare individual scores and understand distributions. Option A is wrong because changing the score manually defeats the purpose. Option B is wrong as disabling the model is drastic.

Option D is wrong because retraining may not be needed for a single case.

65
Multi-Selectmedium

A data scientist is evaluating Salesforce's Einstein features for predictive analytics. Which three statements accurately describe Einstein Discovery? (Select three answers.)

Select 3 answers
A.It can generate natural language explanations of model insights.
B.It is limited to 1000 rows of data per prediction.
C.It can automatically build regression and classification models from your data.
D.It can be used to create stories that explain key drivers of a metric.
E.It requires a separate data preparation tool before use.
AnswersA, C, D

Natural language explanations are a key feature.

Why this answer

Option A is correct because Einstein Discovery includes a natural language generation (NLG) engine that automatically produces plain-English explanations of model insights, such as key drivers and predictions. This allows non-technical users to understand the output without needing to interpret raw statistical data.

Exam trap

Salesforce often tests the misconception that Einstein Discovery requires external data preparation or has a small data limit, when in fact it is designed for enterprise-scale data and includes integrated data wrangling.

66
MCQhard

A Salesforce admin is troubleshooting Einstein Object Detection in a custom object. The model is predicting values, but the confidence score remains below 80% for most predictions. What should the admin investigate first?

A.The number of fields used as input features.
B.The API version used in the integration.
C.The permission set for the Einstein AI feature.
D.The model training data size and distribution of values.
AnswerD

Insufficient or unrepresentative data lowers confidence.

Why this answer

Low confidence scores in Einstein Object Detection typically indicate that the model has insufficient or imbalanced training data. Einstein AI requires a minimum number of labeled records (e.g., at least 100 per class) and a balanced distribution across predicted values to learn effectively. Without adequate data size and diversity, the model cannot generalize well, resulting in confidence scores below 80%.

Exam trap

Salesforce often tests the misconception that low confidence is caused by configuration issues like permissions or API versions, when the root cause is almost always inadequate or imbalanced training data.

How to eliminate wrong answers

Option A is wrong because the number of fields used as input features does not directly cause low confidence scores; Einstein Object Detection automatically selects relevant features from the object's fields, and adding more fields does not inherently improve confidence. Option B is wrong because the API version used in the integration affects compatibility and feature availability, not the model's prediction confidence; confidence is a function of training data quality, not API version. Option C is wrong because the permission set for the Einstein AI feature controls access to the feature, not the model's performance; if the feature is enabled and predictions are returned, permissions are not the cause of low confidence.

67
MCQmedium

Refer to the exhibit. A Salesforce admin runs an audit command for an Einstein model. What conclusion can be drawn from the output?

A.Token usage indicates the average response length is 300 tokens
B.The model experienced significant slowdowns
C.The model's average response time of 350ms is within typical performance expectations
D.The model has a high error rate and needs retraining
AnswerC

350ms latency is reasonable for a real-time AI model.

Why this answer

The output shows an average response time of 350ms for the Einstein model, which is within the typical performance expectation of under 500ms for real-time AI inference in Salesforce. This indicates the model is responding efficiently without significant latency issues, making option C correct.

Exam trap

The trap here is that candidates may misinterpret average response time as an indicator of slowdowns or errors, when in fact it is a performance metric that must be compared against typical thresholds (e.g., <500ms) to draw accurate conclusions.

How to eliminate wrong answers

Option A is wrong because token usage indicates the average number of tokens consumed per request, not the average response length in tokens; the output does not provide token usage data. Option B is wrong because the average response time of 350ms does not indicate significant slowdowns; slowdowns would typically be reflected in response times exceeding 1000ms or high latency percentiles. Option D is wrong because a high error rate would be shown in the error rate metric, not in response time data; the output does not mention error rates or suggest the model needs retraining.

68
MCQmedium

Refer to the exhibit. A bot developer sees this error during Einstein Bot deployment. What is the correct action to resolve the issue?

A.Reduce the minimum required phrases in bot settings
B.Add at least 5 training phrases to the 'OrderStatus' intent
C.Remove the 'OrderStatus' intent from the bot
D.Increase the confidence threshold for all intents
AnswerB

This directly addresses the error.

Why this answer

The error indicates that the 'OrderStatus' intent has fewer than the required minimum number of training phrases. Einstein Bot requires at least 5 training phrases per intent to ensure reliable natural language processing (NLP) model training. Adding at least 5 training phrases to the 'OrderStatus' intent satisfies this requirement and resolves the deployment error.

Exam trap

Salesforce often tests the specific minimum training phrase requirement (5 phrases per intent) as a hard rule in Einstein Bot deployment validation, and candidates may mistakenly think the error is about confidence thresholds or bot settings rather than insufficient training data.

How to eliminate wrong answers

Option A is wrong because reducing the minimum required phrases in bot settings would lower the NLP model's training data quality, potentially causing poor intent recognition; the error specifically demands a minimum of 5 phrases, not a reduction. Option C is wrong because removing the 'OrderStatus' intent would eliminate the functionality the bot is designed to provide, rather than fixing the underlying training data deficiency. Option D is wrong because increasing the confidence threshold for all intents does not address the missing training phrases; it would only adjust the score required to match an intent, not resolve the deployment validation error.

69
MCQhard

A developer is creating a prompt template for Einstein GPT to summarize customer case details. The prompt must include the case subject, description, and last 3 comments, but only when the case priority is High. Which approach best achieves this in Prompt Builder?

A.Hardcode example cases in the prompt and rely on the model to generalize
B.Include all fields in the prompt and use a token limiter to truncate the response
C.Create a static prompt and manually edit it for each High-priority case
D.Use merge fields with a conditional IF statement to include fields only when priority is High
AnswerD

Prompt Builder supports merge fields and conditional logic to dynamically include data based on field values.

Why this answer

Option D is correct because Prompt Builder supports conditional merge fields using IF statements, allowing dynamic inclusion of case subject, description, and last 3 comments only when the case priority is High. This approach ensures the prompt is concise and relevant, avoiding unnecessary tokens or manual edits.

Exam trap

Salesforce often tests the misconception that static prompts or token limiters are sufficient for dynamic content filtering, when in fact conditional merge fields are the only built-in mechanism for rule-based inclusion in Prompt Builder.

How to eliminate wrong answers

Option A is wrong because hardcoding example cases does not dynamically adapt to real-time case data; the model would generalize from static examples rather than using actual Salesforce case fields, leading to inaccurate summaries. Option B is wrong because including all fields unconditionally wastes tokens and may cause the model to process irrelevant data, and a token limiter truncates the response rather than conditionally excluding fields. Option C is wrong because manually editing the prompt for each High-priority case is inefficient, error-prone, and defeats the purpose of automation in Prompt Builder.

70
MCQhard

Refer to the exhibit. A developer configured a grounding policy for Einstein GPT. What is the effect of the fallbackBehavior set to 'USE_MODEL_KNOWLEDGE'?

A.The AI will rely on its pre-trained knowledge when no grounding data meets the relevance threshold
B.The AI will return all retrieved grounding data in the response
C.The AI will not generate a response if no grounding data is found
D.The AI will ignore the grounding policy and only use model knowledge
AnswerA

This is the defined fallback: use the model's internal knowledge if grounding data is insufficient.

Why this answer

When fallbackBehavior is set to 'USE_MODEL_KNOWLEDGE', the Einstein GPT grounding policy instructs the AI to fall back to its pre-trained (model) knowledge if the retrieved grounding data does not meet the configured relevance threshold. This ensures the AI still generates a response based on its internal training rather than returning no answer or ignoring the policy entirely.

Exam trap

Salesforce often tests the distinction between 'fallback' and 'ignore' — the trap here is assuming 'USE_MODEL_KNOWLEDGE' means the grounding policy is disregarded, when in fact it is a controlled fallback within the policy's logic.

How to eliminate wrong answers

Option B is wrong because setting fallbackBehavior to 'USE_MODEL_KNOWLEDGE' does not cause the AI to return all retrieved grounding data; it only triggers a fallback to model knowledge when relevance is insufficient. Option C is wrong because the AI will still generate a response using its pre-trained knowledge rather than refusing to respond when no grounding data meets the threshold. Option D is wrong because the grounding policy is not ignored; the fallback is a defined behavior within the policy, not a bypass of the policy itself.

71
MCQmedium

An admin sets up Einstein Sentiment scoring for case comments. After a week, they notice that most comments are scored as 'Neutral' even when customer sentiment is clearly negative. What should the admin check first?

A.Increase the model confidence threshold to reduce false positives
B.Switch to Einstein Bot for sentiment analysis
C.Verify that case comments contain at least 50 words each
D.Retrain the sentiment model with industry-specific training data
AnswerD

Custom training improves relevance to domain language and expressions.

Why this answer

Option D is correct because Einstein Sentiment is a pre-trained model that may not accurately interpret sentiment in industry-specific contexts. Retraining the model with domain-specific training data (e.g., using Salesforce's Intent and Sentiment API with custom datasets) adjusts the model to recognize sentiment nuances in that industry, improving accuracy beyond the generic baseline.

Exam trap

Salesforce often tests the misconception that adjusting confidence thresholds or switching tools can fix model accuracy issues, when the correct first step is to retrain the model with relevant data.

How to eliminate wrong answers

Option A is wrong because increasing the model confidence threshold would make the model more conservative, likely increasing 'Neutral' scores rather than reducing them; it addresses false positives, not the underlying issue of misclassifying clearly negative sentiment. Option B is wrong because Einstein Bot is a chatbot tool for automating conversations, not a sentiment analysis engine; it cannot replace or fix the sentiment scoring model. Option C is wrong because Einstein Sentiment does not require a minimum word count of 50; it can analyze shorter comments, and the issue is model accuracy, not input length.

72
MCQeasy

A sales team wants to use Einstein Lead Scoring to prioritize leads. What is the primary benefit of using Einstein Lead Scoring over manual scoring?

A.It uses historical data to predict which leads are most likely to convert.
B.It automatically sends personalized emails to leads.
C.It ensures all leads are contacted within 24 hours.
D.It replaces the need for any manual lead qualification process.
AnswerA

Einstein Lead Scoring leverages machine learning on past lead conversions to assign a score.

Why this answer

Einstein Lead Scoring uses historical data and machine learning models to analyze patterns from past leads and their conversion outcomes. This allows it to assign a predictive score to each new lead, indicating the likelihood of conversion, which is more accurate and data-driven than manual scoring based on subjective criteria.

Exam trap

Salesforce often tests the misconception that AI features like Einstein Lead Scoring fully automate human tasks, when in reality they are designed to augment and prioritize, not replace, manual processes.

How to eliminate wrong answers

Option B is wrong because Einstein Lead Scoring does not automatically send emails; that function is handled by Einstein Engagement Scoring or automated email campaigns, not lead scoring. Option C is wrong because lead scoring prioritizes leads based on conversion likelihood, not on a time-based SLA like contacting within 24 hours. Option D is wrong because Einstein Lead Scoring augments, not replaces, manual qualification; human judgment is still needed for tasks like lead nurturing and complex decision-making.

73
MCQmedium

Refer to the exhibit. A Salesforce admin configured the Einstein Trust Layer policy shown. What is the effect of this policy on AI model usage?

A.All fields in the org will be masked to protect customer privacy.
B.AI models will not be able to use the configured fields, and model insights are disabled.
C.AI models can still use the fields but feature importance insights are blocked.
D.AI models receive masked data for those fields, but feature importance insights are still available.
AnswerD

Masking hides actual values; insights are independent.

Why this answer

The Einstein Trust Layer policy configured to mask specific fields ensures that sensitive data is replaced with masked values before being sent to the AI model. This preserves data privacy while still allowing the model to generate predictions and insights. Feature importance insights remain available because they are computed from the masked data, not the original values.

Exam trap

The trap here is that candidates often assume masking blocks all AI functionality, but feature importance insights are still available because they rely on patterns in the masked data, not the original values.

How to eliminate wrong answers

Option A is wrong because the policy only masks the configured fields, not all fields in the org. Option B is wrong because masking does not disable model insights; the AI model can still use the masked data to generate predictions and insights. Option C is wrong because feature importance insights are not blocked; they are still computed and available even when fields are masked.

74
MCQmedium

A company deploys Einstein Recommendation Builder on its e-commerce site. The recommendations are not personalized. What is the most likely cause?

A.The model has not been trained with enough user behavior data.
B.The company did not hire a data scientist to tune the model.
C.The recommendation engine is not syncing in real-time with the website.
D.The product catalog is too large for the model to process.
AnswerA

Personalization requires sufficient historical data.

Why this answer

Einstein Recommendation Builder relies on user interaction data to personalize. If insufficient data exists, recommendations become generic. Option A is correct.

Option B is wrong because real-time sync is not required. Option C is wrong because the builder can work without a data scientist. Option D is wrong because the model can recommend products beyond categories.

75
Multi-Selecthard

Which THREE of the following are best practices for training an Einstein Bot?

Select 3 answers
A.Train with only one intent to avoid confusion
B.Test the bot with sample conversations before deployment
C.Use exact match phrases only
D.Use a large and diverse set of training phrases for each intent
E.Include negative examples to improve accuracy
AnswersB, D, E

Testing ensures the bot performs as expected in real scenarios.

Why this answer

Option B is correct because testing an Einstein Bot with sample conversations before deployment allows you to validate the bot's intent recognition, dialog flow, and response accuracy in a controlled environment. This practice helps identify and fix issues with phrase matching, slot filling, and escalation paths, ensuring the bot performs reliably in production.

Exam trap

Salesforce often tests the misconception that more training data is always better, but the trap here is that candidates may overlook the importance of diversity and negative examples, thinking that exact matches or a single intent simplify training, when in fact they cripple the bot's NLP accuracy.

Page 1 of 2 · 93 questions totalNext →

Ready to test yourself?

Try a timed practice session using only AI Fundamentals questions.