Salesforce AI Associate AI Associate (AI Associate) — Questions 601675

1000 questions total · 14pages · All types, answers revealed

Page 8

Page 9 of 14

Page 10
601
MCQhard

A multi-national company wants to use Einstein Activity Capture to automatically log emails from Outlook to Salesforce. They have a requirement that emails to certain external domains (e.g., competitors) must never be logged. How should they configure this?

A.Use a Process Builder to delete the logged emails
B.Configure excluded addresses in Einstein Activity Capture settings
C.Use Einstein Email Insights to filter out those domains after logging
D.Create a validation rule on the Email Message object
AnswerB

Activity Capture allows setting excluded addresses/domains to prevent emails from being logged to Salesforce.

Why this answer

Option B is correct because Einstein Activity Capture provides a native configuration to exclude specific email addresses or domains from being logged. By adding competitor domains to the 'Excluded Email Addresses' list in the Activity Capture settings, the system prevents those emails from ever being captured, ensuring compliance without post-processing workarounds.

Exam trap

The trap here is that candidates may confuse post-capture automation (like Process Builder or validation rules) with pre-capture configuration, assuming any Salesforce tool can prevent logging, when only the native exclusion list in Activity Capture settings works at the sync layer.

How to eliminate wrong answers

Option A is wrong because Process Builder runs after the email is already logged, meaning the data has been captured and stored, which violates the requirement to never log such emails; deletion is reactive and inefficient. Option C is wrong because Einstein Email Insights analyzes email content after logging, not preventing capture, and is designed for sentiment analysis, not exclusion. Option D is wrong because validation rules on the Email Message object cannot prevent the initial capture by Einstein Activity Capture, as the capture occurs before the record is created in Salesforce.

602
MCQhard

A company uses Einstein Recommendation Builder in Experience Cloud to suggest products. They notice that users who frequently purchase from one category are not getting relevant recommendations. What is the most likely cause?

A.There is insufficient interaction data for the product category
B.The recommendation field is not added to the page layout
C.Einstein Vision is required for product image analysis
D.The recommendation model was trained on too many records, causing overfitting
AnswerA

Recommendations require historical interaction data; a lack of data for a category prevents good suggestions.

Why this answer

Recommendation Builder relies on user interactions (views, purchases) to train models. Lack of interaction data for a category would lead to poor recommendations. The other options are less likely or unrelated.

603
MCQmedium

An administrator is configuring Einstein Lead Scoring. After activation, lead scores are visible in the lead record page. However, some leads that are clearly not interested (e.g., bounced email) are scored 90+. What is the MOST likely reason?

A.Einstein Lead Scoring only works for imported leads
B.The lead score field is not added to the page layout
C.The administrator did not exclude bounced leads from the training population
D.The model requires at least 2000 converted leads to be accurate
AnswerC

Training data should include leads that had a chance to convert; excluding bounced leads prevents the model from learning from irrelevant records.

Why this answer

Einstein Lead Scoring uses historical conversion data. If the history includes leads that converted despite bounces or the model learns from patterns that don't match current behavior, scores may be inaccurate. But the question describes a scenario where the model is not trained on the correct audience.

The best answer is that the administrator did not exclude inappropriate records from the training set.

604
Multi-Selectmedium

A company is deploying an AI system to recommend products to customers. To comply with GDPR's right to explanation, which TWO practices should they implement? (Choose 2)

Select 2 answers
A.Store all recommendation logs for at least 10 years
B.Provide a list of the most influential factors for each recommendation
C.Allow customers to opt out of all AI recommendations
D.Use only anonymized data for recommendations
E.Offer a human review process if a customer requests an explanation
AnswersB, E

Score factors give customers insight into why a recommendation was made.

Why this answer

Option B is correct because GDPR's right to explanation requires that individuals can understand the logic behind automated decisions. Providing a list of the most influential factors for each recommendation directly addresses this by offering transparency into the model's decision-making process, such as feature importance scores from a tree-based or linear model.

Exam trap

The trap here is that candidates confuse the right to explanation with the right to object or data minimization, leading them to select opt-out or anonymization options instead of the transparency and human review practices.

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

606
Multi-Selectmedium

A sales rep wants to use Einstein Email Insights to prioritize which emails to respond to first. Which TWO statements about Einstein Email Insights are true?

Select 2 answers
A.It is a chatbot that answers email-related questions
B.It automatically sends reply suggestions
C.It uses AI to identify high-priority emails
D.It logs all emails to Salesforce automatically
E.It surfaces emails that need attention in Sales Cloud
AnswersC, E

Yes, Einstein Email Insights highlights emails that are likely important.

Why this answer

Option C is correct because Einstein Email Insights uses AI to analyze email content and sender behavior, automatically identifying high-priority emails based on factors like sender importance, email sentiment, and response patterns. This prioritization helps sales reps focus on the most critical communications first, directly supporting efficient workflow management in Sales Cloud.

Exam trap

The trap here is that candidates often confuse Einstein Email Insights with Einstein Reply Recommendations or Einstein Activity Capture, leading them to incorrectly select options about reply suggestions or automatic email logging.

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

608
MCQhard

An organization is deploying an AI system for loan decisions. They want to ensure human oversight. Which is the best implementation?

A.The system operates fully autonomously but logs decisions for audit.
B.The system makes decisions automatically, with post-hoc review only for high-value loans.
C.The system provides recommendations, and a human must approve all decisions.
D.The system only flags edge cases for human review.
AnswerD

Edge-case review balances efficiency with oversight.

Why this answer

Option D is correct because flagging edge cases for human review efficiently focuses oversight on the most uncertain or risky decisions. Option A is wrong because post-hoc review for high-value loans may miss issues in other cases. Option B is wrong while thorough, it may be too slow for low-risk decisions.

Option C is wrong because full autonomy reduces human involvement.

609
MCQmedium

A financial services company uses Einstein Bots to answer customer inquiries. A customer asks the bot to explain why their loan application was rejected. The bot provides a response based on AI predictions. Which Salesforce Trusted AI Principle is MOST directly addressed by the bot's ability to explain the decision?

A.Honesty
B.Accuracy
C.Transparency
D.Safety
AnswerC

Transparency requires that AI systems provide explanations for their decisions, making the reasoning clear to users.

Why this answer

Transparency in AI means that decisions should be explainable and understandable to users. Providing an explanation for a loan rejection directly supports the principle of Transparency, which requires AI systems to be open about their reasoning.

610
MCQhard

A credit scoring company develops an AI model that includes social media activity as a factor. The model awards higher scores to individuals with many online connections and consistent posting. Consumer advocates argue that this penalizes individuals with limited internet access or those who value privacy. The company defends the model, stating that it predicts creditworthiness better than traditional models. However, a regulatory body is investigating potential discrimination. The company wants to address ethical concerns without completely abandoning the model. Which approach is most appropriate?

A.Remove social media data from the model immediately.
B.Increase the weight of traditional factors like income and payment history.
C.Conduct a thorough analysis to determine whether social media activity is a legitimate, non-discriminatory predictor of creditworthiness.
D.Continue using the current model but offer an alternative traditional scoring option.
AnswerC

Validating the factor's relevance and fairness ensures the model is both ethical and effective.

Why this answer

Option B is correct because validating the relevance of social media data through rigorous analysis ensures that the factor is both fair and predictive. Option A abandons an innovative feature without evidence of harm. Option C may not be enough if the feature is irrelevant.

Option D is too narrow.

611
MCQmedium

A sales rep wants to quickly generate a summary of a phone call recorded in Salesforce for their records. Which Einstein feature can automatically generate call summaries from recorded conversations?

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

Conversation Insights provides call analysis including summaries and next steps.

Why this answer

Einstein Conversation Insights is the correct feature because it uses natural language processing (NLP) to automatically analyze recorded phone calls and generate concise summaries, key topics, and action items. This allows sales reps to quickly capture call outcomes without manual note-taking, directly within Salesforce.

Exam trap

The trap here is that candidates may confuse Einstein Conversation Insights with Sales GPT because both involve AI-generated text, but Sales GPT is designed for content creation from prompts, not for processing recorded audio conversations.

How to eliminate wrong answers

Option B (Sales GPT) is wrong because it is a generative AI tool for drafting emails, creating content, and summarizing text, but it does not natively process recorded audio or generate call summaries from phone conversations. Option C (Einstein Activity Capture) is wrong because it automatically logs emails and events into Salesforce but does not analyze or summarize recorded call audio. Option D (Einstein Email Insights) is wrong because it focuses on analyzing email content to surface insights and recommendations, not on processing voice recordings or generating call summaries.

612
MCQmedium

A company wants to use Einstein Bots to handle common customer service inquiries. Which feature should be enabled to allow the bot to escalate to a live agent when it cannot resolve the issue?

A.Einstein Case Classification
B.Einstein Reply Recommendations
C.Omni-Channel Flow
D.Einstein Article Recommendations
AnswerC

Omni-Channel Flow can route unresolved bot conversations to live agents.

Why this answer

Option D is correct because Omni-Channel Flow routes work to agents. Option A is wrong because Einstein Case Classification categorizes cases, not escalates. Option B is wrong because Einstein Article Recommendations suggests knowledge articles.

Option C is wrong because Einstein Reply Recommendations suggests responses, not escalation.

613
MCQhard

A company uses Einstein Conversation Insights to analyze sales call recordings. They want to identify calls where the competitor name 'Acme Corp' is mentioned and track the talk time of the sales rep vs. customer. How can they achieve this?

A.Use Einstein Article Recommendations to suggest articles about Acme Corp
B.Use Einstein Email Insights to search for Acme Corp in emails
C.Enable Einstein Lead Scoring to score leads mentioning Acme Corp
D.Configure Einstein Conversation Insights to track the keyword 'Acme Corp' and use the talk-time analysis feature
AnswerD

Conversation Insights supports keyword tracking and has talk-time metrics for rep vs customer.

Why this answer

Option D is correct because Einstein Conversation Insights is specifically designed to analyze sales call recordings, track keywords (like 'Acme Corp'), and provide talk-time analysis to compare sales rep vs. customer speaking time. This directly matches the requirement to identify competitor mentions and measure talk-time distribution.

Exam trap

The trap here is that candidates may confuse Einstein Conversation Insights with other Einstein features like Email Insights or Lead Scoring, which serve different data sources (email vs. voice) and purposes (scoring vs. conversation analysis).

How to eliminate wrong answers

Option A is wrong because Einstein Article Recommendations suggests knowledge articles to users based on context, not for analyzing call recordings or tracking competitor mentions. Option B is wrong because Einstein Email Insights analyzes email content, not sales call recordings, and cannot track talk time. Option C is wrong because Einstein Lead Scoring assigns scores to leads based on conversion likelihood, not for analyzing call recordings or tracking specific keywords in conversations.

614
Multi-Selectmedium

Which TWO data sources can be used with Einstein Prediction Builder?

Select 2 answers
A.Files uploaded to Salesforce Files.
B.Data Cloud objects using the harmonized data model.
C.Standard Salesforce objects like Account and Opportunity.
D.Chatter feed posts.
E.Dashboard and report snapshots.
AnswersB, C

Data Cloud objects are supported.

Why this answer

Einstein Prediction Builder requires structured data that can be mapped to a prediction objective. Data Cloud objects using the harmonized data model provide a unified, standardized schema that Prediction Builder can consume directly, enabling predictions across multiple Salesforce and external data sources. Standard Salesforce objects like Account and Opportunity are also supported because they contain the fields and relationships needed to train predictive models.

Exam trap

Salesforce often tests the misconception that any data in Salesforce (like files or Chatter posts) can be used directly with Einstein Prediction Builder, when in fact only structured, field-level data from objects or harmonized Data Cloud objects is supported.

615
MCQmedium

A company uses Einstein Prediction Builder to predict customer churn. The model's accuracy is low. The admin reviews the training data and notices that only 2% of records are churned. What should the admin do to improve the model?

A.Remove the churned records.
B.Increase the amount of training data.
C.Use oversampling techniques.
D.Change the prediction field.
AnswerC

Oversampling balances the classes and improves model sensitivity.

Why this answer

Option C is correct because when a dataset has severe class imbalance (only 2% churned records), the model becomes biased toward predicting the majority class (non-churned), leading to low accuracy despite high apparent performance. Oversampling techniques, such as SMOTE or random oversampling, artificially increase the number of churned records in the training set to balance the classes, allowing Einstein Prediction Builder to learn patterns for the minority class more effectively.

Exam trap

Salesforce often tests the misconception that adding more data always improves model performance, but here the trap is that candidates overlook class imbalance and choose 'Increase the amount of training data' (Option B) without realizing that more data with the same imbalance does not solve the problem.

How to eliminate wrong answers

Option A is wrong because removing the churned records would eliminate the minority class entirely, making it impossible for the model to learn to predict churn, and would result in a model that always predicts non-churn. Option B is wrong because simply increasing the amount of training data without addressing the class imbalance will likely maintain the same 2% churn ratio, providing more majority-class examples but not improving minority-class learning. Option D is wrong because changing the prediction field would alter the target variable itself, which does not fix the underlying class imbalance issue and would require redefining the business problem.

616
MCQeasy

A developer is creating a custom AI model on Salesforce. To ensure the model is fair across demographic groups, which activity should be included in the development process?

A.Feature selection using correlation matrix.
B.Bias testing using a diverse test dataset.
C.Cross-validation to avoid overfitting.
D.Hyperparameter tuning with grid search.
AnswerB

This evaluates model performance across demographics.

Why this answer

Bias testing using diverse datasets directly evaluates fairness across groups.

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

618
MCQmedium

You are an admin at a financial services firm. The firm wants to use Einstein Next Best Action to offer personalized product recommendations to customers on its service portal. The data includes customer profiles, transaction history, and support case history. The Einstein Next Best Action strategy is configured with a recommendation that shows a 'Savings Account' offer to customers who have a checking account. However, the recommendation is not appearing for any customers. You check the Data Flow and see that the 'Account' object data is flowing correctly. The recommendation's filter condition is: AND( Has_Checking_Account__c = true, Age__c > 18 ). You verify that many customers meet these conditions. What is the most likely reason the recommendation is not appearing?

A.The 'Account' object is not supported by Einstein Next Best Action
B.The recommendation is not activated or published
C.The customer data is not being refreshed in real time
D.The filter condition is syntactically incorrect
AnswerB

Recommendations must be activated and published to be served to customers.

Why this answer

The most likely reason the recommendation is not appearing is that it has not been activated or published. In Einstein Next Best Action, recommendations must be explicitly activated or published to become available for serving to customers; configuration alone does not make them live. Since the data flow is correct and the filter conditions are valid, the missing activation step is the typical cause of a recommendation not showing.

Exam trap

The trap here is that candidates may focus on data flow or filter syntax issues, but the real test is understanding that activation is a required step in Einstein Next Best Action to make recommendations live.

How to eliminate wrong answers

Option A is wrong because the 'Account' object is fully supported by Einstein Next Best Action, as it is a standard Salesforce object that can be used in recommendation strategies. Option C is wrong because Einstein Next Best Action does not require real-time data refresh; it works with batch-synced data, and the Data Flow showing correct data indicates the data is available. Option D is wrong because the filter condition AND( Has_Checking_Account__c = true, Age__c > 18 ) is syntactically correct in Salesforce formula syntax and would not cause the recommendation to fail silently.

619
MCQhard

An autonomous vehicle AI is trained in simulation but performs poorly in rain and snow. The development team decides to deploy anyway, arguing that bad weather is rare. What ethical concern is most critical?

A.Bias against certain weather conditions
B.Insufficient robustness and safety
C.Lack of human accountability
D.Lack of transparency
AnswerB

AI must be safe and robust in all expected conditions.

Why this answer

Option C is correct: Robustness and safety require that AI performs reliably under all foreseeable conditions. Option A is wrong because bias is about demographic fairness. Option B is wrong because transparency is about disclosure.

Option D is wrong because accountability is about oversight.

620
Multi-Selecthard

A company is building an Einstein Bot for customer support. They need to ensure the bot can understand user intents and extract key information. Which THREE components are essential for this? (Choose three)

Select 3 answers
A.NLP training
B.Entities
C.Handoff to agent
D.Intents
E.Dialog flows
AnswersA, B, D

NLP training improves the bot's ability to recognize intents and entities from user input.

Why this answer

NLP training is essential because it enables the Einstein Bot to understand natural language inputs from users. By training the bot with NLP models, it can accurately interpret user intents and extract relevant information from conversations, which is fundamental for effective customer support automation.

Exam trap

The trap here is that candidates may confuse dialog flows as essential for understanding intents, when in fact they are the structural framework that uses intents and entities to guide the conversation, not the components that perform the understanding itself.

621
MCQeasy

A Salesforce admin is configuring an AI model to automatically approve customer refunds under $50. To ensure ethical use, what is the most important action?

A.Train the model on all historical refund data to maximize accuracy
B.Implement a human review process for all AI decisions
C.Set the approval threshold to $100 to cover more cases
D.Disable logging to protect customer privacy
AnswerB

Human oversight ensures fairness and accountability in automated decisions.

Why this answer

The correct answer is D because human oversight is critical for ethical AI, especially when decisions affect customers. Option A is wrong because training on all data may introduce bias. Option B is wrong because it is not always necessary to approve all refunds; the model should be accurate, not overly generous.

Option C is wrong because disabling logging reduces accountability.

622
MCQmedium

An organization uses Einstein to predict sales opportunities. They notice the model performs poorly for small businesses. What is the most ethical approach?

A.Reduce the model's complexity to improve performance.
B.Use a completely different model for small businesses.
C.Retrain the model with more data from small businesses.
D.Ignore small businesses as they contribute little revenue.
AnswerC

More representative data can improve model fairness.

Why this answer

Option B is correct because adding representative data from small businesses addresses the bias. Option A is wrong because ignoring small businesses is unethical. Option C is wrong because using a completely different model may create inconsistent experiences.

Option D is wrong because reducing complexity may not fix the data imbalance.

623
MCQmedium

A company wants to generate personalized product recommendations for each customer based on their purchase history and browsing behavior. Which approach is MOST appropriate?

A.Train a supervised learning model on historical purchase data to predict the next product a customer will buy
B.Use a generative AI model to create new product descriptions for each customer
C.Deploy a reinforcement learning agent that explores different recommendations in real-time
D.Use an unsupervised learning algorithm to cluster customers and recommend popular items in each cluster
AnswerA

Supervised learning can use features like past purchases and browsing to predict the next purchase for each customer.

Why this answer

Supervised learning can predict what a customer might buy next based on labeled data (past purchases). Unsupervised learning can cluster customers but doesn't directly generate recommendations. Reinforcement learning is for dynamic environments, and generative AI creates content, not recommendations.

624
MCQeasy

A sales team uses an AI tool to prioritize leads. The tool is found to give lower scores to leads from certain regions. What ethical principle is most violated?

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

Fairness requires no discrimination.

Why this answer

Option C is correct because fairness requires that AI systems do not discriminate against groups. Option A is wrong because transparency is about openness, not nondiscrimination. Option B is wrong because accountability is about responsibility.

Option D is wrong because privacy is about data protection.

625
MCQhard

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

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

Case Classification automatically classifies cases into fields like Type, Priority, Reason.

Why this answer

Einstein Case Classification is the correct feature because it is specifically designed to automatically categorize incoming support cases into fields like Type, Priority, and Reason using historical data. It uses machine learning models trained on past case records to predict the most likely values for these fields, enabling automated routing and prioritization without manual rules.

Exam trap

The trap here is that candidates often confuse Einstein Prediction Builder (a general-purpose tool) with Einstein Case Classification (a purpose-built solution), assuming any AI prediction feature can handle case categorization, but the exam expects knowledge of the specific, pre-built Einstein feature designed for this exact task.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is a no-code tool for creating custom predictive models on any standard or custom object, but it is not pre-built for case categorization; it requires manual configuration of prediction goals and fields, whereas Case Classification is purpose-built for this exact use case. Option C is wrong because Einstein Article Recommendations suggests relevant knowledge articles to support agents based on case details, but it does not categorize cases into Type, Priority, or Reason fields. Option D is wrong because Einstein Next Best Action recommends the next optimal action (e.g., a prompt, offer, or step) for a user in real time, but it is not designed for batch or automatic categorization of incoming cases.

626
Multi-Selectmedium

A sales manager wants to use Einstein to improve opportunity win rates. They want to understand which factors influence deal closures and receive actionable suggestions. Which TWO Einstein features should they use?

Select 2 answers
A.Einstein Prediction Builder
B.Einstein Discovery
C.Einstein Forecasting
D.Einstein Lead Scoring
E.Einstein Opportunity Scoring
AnswersB, E

Provides statistical analysis, stories, and improvement suggestions for opportunity data.

Why this answer

Einstein Discovery (B) is correct because it analyzes historical data to identify the key factors that influence deal closures, providing actionable insights and recommendations to improve win rates. Einstein Opportunity Scoring (E) is correct because it predicts the likelihood of each opportunity closing and surfaces the specific factors driving that score, enabling the sales manager to focus on high-impact actions.

Exam trap

Cisco often tests the distinction between predictive scoring (Opportunity Scoring) and prescriptive analysis (Discovery), leading candidates to confuse Einstein Forecasting (which predicts future totals) with the factor-level analysis needed here.

627
Multi-Selecteasy

Which TWO considerations are important when labeling data for a supervised learning model?

Select 2 answers
A.Maintaining consistent guidelines.
B.Labeler expertise.
C.Using automated labeling for all tasks.
D.Ignoring inter-labeler agreement.
E.Labeling only a small sample.
AnswersA, B

Clear guidelines ensure labelers apply the same criteria, reducing variability.

Why this answer

Maintaining consistent guidelines (A) is critical because supervised learning models learn patterns from labeled data; inconsistent labels introduce noise and confuse the model, degrading its accuracy. Labeler expertise (B) ensures that domain-specific nuances are correctly captured, which is especially important for tasks like medical imaging or legal document classification where errors have high cost.

Exam trap

Salesforce often tests the misconception that automated labeling is a complete substitute for human labeling, when in reality it requires careful validation and is typically used to augment, not replace, human effort.

628
Multi-Selectmedium

A customer service director wants to implement an AI-powered chat assistant that can answer common questions. To align with Salesforce's Trusted AI principle of Empathy, which THREE design choices should the director make?

Select 3 answers
A.Automate 100% of interactions to provide instant responses
B.Ensure the bot can detect user frustration and escalate to a human agent
C.Allow users to easily opt out of the bot and speak to a human
D.Use a friendly tone and acknowledge the user's feelings when the bot cannot answer
E.Design the bot to always provide a direct answer without asking clarifying questions
AnswersB, C, D

Detecting frustration and offering human support shows empathy.

Why this answer

Empathy means designing for human benefit, including user-centric design, fallback to humans, and considering emotional impact. Automating all responses and using a formal tone are less empathetic.

629
MCQmedium

A support manager wants to automatically suggest relevant knowledge articles when agents open a case. Which Einstein feature should they enable?

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

Correct feature for suggesting knowledge articles to agents.

Why this answer

Einstein Article Recommendations automatically suggests relevant knowledge articles to agents based on the case details, helping resolve cases faster.

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

631
MCQmedium

A data scientist is preparing data for Einstein Discovery. The dataset has 10,000 records with 5 predictors and one outcome. The outcome is binary (1/0). What is the minimum number of positive outcomes typically required for a reliable model?

A.250
B.500
C.100
D.50
AnswerA

50 per predictor * 5 predictors = 250 positive outcomes.

Why this answer

Option A is correct because for binary classification with 10,000 records and 5 predictors, a common rule of thumb in predictive modeling (including Einstein Discovery) is to have at least 10 events per predictor variable (EPV). With 5 predictors, you need at least 50 positive outcomes, but to ensure model stability and reliable training, a minimum of 250 positive outcomes (5% of 10,000) is typically required. This aligns with best practices for avoiding overfitting and achieving adequate statistical power.

Exam trap

Salesforce often tests the 10 events per predictor variable (EPV) rule, but the trap here is that candidates mistakenly apply the EPV rule directly (50 for 5 predictors) without considering the additional requirement for a minimum of 250 positive outcomes to ensure model reliability in Einstein Discovery.

How to eliminate wrong answers

Option B (500) is wrong because it overestimates the minimum requirement; while 500 positive outcomes would certainly be sufficient, the question asks for the minimum typically required, which is lower at 250. Option C (100) is wrong because it underestimates the requirement; with 5 predictors, 100 positive outcomes would only provide 20 events per predictor, which is below the recommended 10 EPV rule for reliable models. Option D (50) is wrong because it represents the bare minimum for 5 predictors under the 10 EPV rule, but in practice, Einstein Discovery and general best practices require a higher minimum (often 250 or 5% of records) to ensure model convergence and avoid instability.

632
MCQeasy

A company uses Einstein Prediction Builder to predict customer churn. They notice the model is less accurate for a particular demographic group. According to ethical AI principles, what should the company do first?

A.Conduct a bias audit to assess the model's fairness across demographics
B.Retrain the model with more data from that demographic group only
C.Ignore the discrepancy as it might be due to random variation
D.Switch to a different AI model without investigating
AnswerA

This is the recommended ethical practice to identify and address bias.

Why this answer

The correct first step is to conduct a bias audit to identify sources of disparity. Option B is correct because ethical AI requires proactive bias detection. Option A (ignore) violates fairness.

Option C (retrain on more data of that group) might introduce bias. Option D (use a different model without audit) ignores the root cause.

633
MCQeasy

A sales rep wants to quickly generate a personalized email to a lead based on their CRM record and recent activity. Which Einstein GPT feature enables this?

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

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

Why this answer

Sales GPT is the correct feature because it is specifically designed for sales use cases, enabling sales reps to generate personalized emails based on CRM data and recent activity. It leverages generative AI to draft contextual content directly within Salesforce, streamlining outreach without requiring manual composition.

Exam trap

The trap here is that candidates confuse Einstein Copilot as a catch-all generative AI tool, but the question specifically asks for a feature that generates personalized emails from CRM records, which is the domain of Sales GPT, not the general-purpose Copilot.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is a conversational AI assistant that answers user questions and performs actions across Salesforce, but it does not specialize in generating personalized sales emails from CRM records. Option B is wrong because Service GPT is tailored for service agents to draft case responses, knowledge articles, and service-related communications, not for sales prospecting or lead outreach. Option D is wrong because Einstein Discovery is a predictive analytics tool that identifies patterns and provides recommendations using historical data, not a generative AI feature for creating email content.

634
MCQmedium

A company deploys an AI-powered email composer for sales reps. The legal team requires that every AI-generated email be reviewed by a human before sending to a customer. Which approach aligns with Salesforce's Trusted AI Principle of Empathy and Human Oversight?

A.Allow the AI to send emails automatically but log all sent emails for audit
B.Use a rule to block specific words in AI-generated emails
C.Send a daily report of all AI-generated emails to the legal team after they are sent
D.Require the sales rep to click 'Approve' before the email is sent
AnswerD

Requiring human approval before sending ensures that a person reviews the content, providing necessary oversight and aligning with the principle of Empathy.

Why this answer

Option D is correct because it directly implements human oversight by requiring the sales rep to click 'Approve' before the email is sent, aligning with Salesforce's Trusted AI Principle of Empathy and Human Oversight. This principle mandates that AI systems should include mechanisms for human review and control, especially in high-stakes communications, ensuring that AI-generated content is vetted for accuracy, tone, and compliance before reaching customers. The approval step creates a clear human-in-the-loop checkpoint, preventing automated sending without human judgment.

Exam trap

Cisco often tests the distinction between preventive controls (like human approval before sending) and detective controls (like logging or reporting), leading candidates to mistakenly choose audit-based options (A or C) that do not satisfy the requirement for pre-send human review.

How to eliminate wrong answers

Option A is wrong because allowing the AI to send emails automatically without prior human review violates the core requirement of human oversight, as audit logs only provide after-the-fact accountability but do not prevent potentially harmful or non-compliant emails from being sent. Option B is wrong because using a rule to block specific words is a reactive, keyword-based filter that cannot assess context, tone, or intent, and does not constitute meaningful human oversight; it is a technical control, not a human review process. Option C is wrong because sending a daily report after emails are sent is a retrospective audit, not a preventive human oversight mechanism; it fails to meet the legal requirement that every email be reviewed before sending.

635
Multi-Selectmedium

A sales operations team wants to improve forecast accuracy by using AI. They currently use manual rollups. Which TWO Einstein features can help achieve this?

Select 2 answers
A.Einstein Forecasting
B.Einstein Opportunity Scoring
C.Einstein Activity Capture
D.Einstein Discovery
E.Einstein Lead Scoring
AnswersA, B

Provides AI-powered forecast predictions beyond manager rollups.

Why this answer

Einstein Forecasting provides AI-enhanced predictions, and Einstein Opportunity Scoring scores individual opportunities to inform forecasts.

636
MCQeasy

A company wants to use AI to automatically recommend the best next action for service agents during a live chat with a customer. Which Einstein feature should be enabled?

A.Einstein Article Recommendations
B.Einstein Bots
C.Einstein Reply Recommendations
D.Einstein Next Best Action
AnswerD

Next Best Action recommends the best action for agents.

Why this answer

Option D, Einstein Next Best Action, is correct because it is specifically designed to recommend the optimal next step for service agents during live interactions. It uses AI to analyze the customer context, conversation history, and business rules to surface the most relevant action, such as offering a discount or escalating the case, directly within the agent's console.

Exam trap

The trap here is that candidates confuse 'Reply Recommendations' (text suggestions) with 'Next Best Action' (broader business actions), as both appear in the Service Console but serve fundamentally different purposes.

How to eliminate wrong answers

Option A is wrong because Einstein Article Recommendations suggests knowledge base articles for agents or customers to read, not actionable next steps during a live chat. Option B is wrong because Einstein Bots are automated chatbots that handle customer interactions without a human agent, not a feature that recommends actions to a live agent. Option C is wrong because Einstein Reply Recommendations suggests pre-written text responses for agents to send in chat, which is a subset of communication assistance, not a broader recommendation of business actions like transfers or promotions.

637
MCQmedium

A healthcare organization is deploying an AI model to predict patient readmission risk. The model was trained on historical data that underrepresented minority populations. During testing, the model shows lower accuracy for those groups. What should the data scientist do first?

A.Remove sensitive attributes like race and gender from the training data.
B.Ignore the disparity because the model's overall accuracy is acceptable.
C.Retrain the model with more complex algorithms to improve accuracy.
D.Re-evaluate the training data to ensure balanced representation and consider re-sampling techniques.
AnswerD

Ensuring data representativeness addresses root cause of bias.

Why this answer

Option D is correct because the first step in addressing model bias is to audit the training data for representational imbalance. Re-evaluating the data and applying re-sampling techniques (e.g., oversampling minority groups or undersampling the majority) directly targets the root cause of the disparity—skewed class distributions—before modifying the model or its features.

Exam trap

Salesforce often tests the misconception that removing sensitive attributes or improving model complexity automatically fixes bias, when in fact the data imbalance must be addressed first at the dataset level.

How to eliminate wrong answers

Option A is wrong because simply removing sensitive attributes does not eliminate bias; proxy variables (e.g., ZIP code, income) can still encode race or gender, and the model may still learn biased correlations from remaining features. Option B is wrong because ignoring the disparity violates ethical AI principles and regulatory expectations (e.g., FDA or HIPAA guidelines for healthcare models), and overall accuracy can mask significant harm to underrepresented groups. Option C is wrong because using more complex algorithms (e.g., deeper neural networks) does not fix biased training data; it may even amplify existing disparities by overfitting to the majority class patterns.

638
Multi-Selectmedium

A company is deploying an AI model to automatically classify customer emails into categories (Complaint, Inquiry, Feedback). They have 10,000 labeled emails. Which TWO actions are essential to ensure the model's accuracy? (Select TWO.)

Select 2 answers
A.Train the model until it achieves 100% accuracy on the training set
B.Split the data into training and test sets
C.Use only the most recent 1,000 emails for training to reflect current trends
D.Remove all emails that contain spelling errors
E.Ensure all three categories are adequately represented in the training data
AnswersB, E

Essential to evaluate model performance on unseen data.

Why this answer

Splitting data into train/test sets allows evaluation of generalization. Ensuring balanced representation of categories prevents bias towards majority classes.

639
Multi-Selecthard

Refer to the exhibit. A Salesforce AI Associate is reviewing the AI model evaluation data. Which TWO ethical concerns should the associate identify?

Select 2 answers
A.The demographic parity difference of 0.12 indicates potential bias against a protected group.
B.The model accuracy of 0.95 is too low to be deployed in production.
C.The model was approved by a single individual, which violates the principle of diversity in AI oversight.
D.The disparate impact ratio of 0.85 falls below the acceptable threshold of 0.80, indicating adverse impact.
E.The audit trail shows that bias was detected but does not indicate what remedial actions were taken.
AnswersA, E

A difference of 0.12 is often considered above acceptable limits, raising fairness concerns.

Why this answer

Option B is correct because a demographic parity difference of 0.12 exceeds commonly accepted thresholds (e.g., 0.1), indicating potential bias. Option D is correct because the audit trail shows bias was detected but does not document specific remedial actions, which is a transparency concern. Option A is incorrect because 0.95 accuracy is typically acceptable.

Option C is incorrect because a disparate impact of 0.85 is above the 0.80 threshold, so it does not indicate adverse impact. Option E is incorrect while having a single approver may be noted, but it is not explicitly an ethical concern without context.

640
MCQhard

An insurance company uses an AI model to set auto insurance premiums. The model uses factors including driving history, age, and ZIP code. A regulator finds that premiums in certain low-income neighborhoods are significantly higher than in affluent neighborhoods with similar risk profiles. The company's actuaries argue that the model is actuarially sound because it accurately predicts claims based on historical data. The company wants to comply with ethical guidelines and avoid legal action. Which action should they take?

A.Defend the model based on its actuarial accuracy and historical claims data.
B.Incorporate a fairness constraint that requires similar premiums for similar risk profiles regardless of ZIP code.
C.Cap premium increases in low-income neighborhoods at a fixed percentage.
D.Remove ZIP code from the model inputs entirely.
AnswerB

This ensures fairness while preserving the model's ability to differentiate based on actual risk.

Why this answer

Option B is correct because introducing a fairness check ensures that similar risk levels result in similar premiums across neighborhoods, addressing ethical concerns without discarding valid risk factors. Option A ignores the issue. Option C removes a potentially relevant factor, but may reduce accuracy.

Option D is a band-aid that doesn't fix underlying bias.

641
MCQmedium

A sales operations manager wants to automatically log all emails and events from sales reps' Outlook accounts to Salesforce without manual setup. Which feature should they enable?

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

Activity Capture automatically logs emails and events to Salesforce.

Why this answer

Einstein Activity Capture (D) is the correct feature because it automatically syncs emails and events from Microsoft 365 or Google Workspace into Salesforce without requiring manual setup or user-installed add-ins. It uses a server-side integration that logs activities directly to Salesforce records, meeting the requirement for automatic logging of Outlook emails and events.

Exam trap

The trap here is that candidates confuse Einstein Email Insights (which analyzes email engagement metrics) with Einstein Activity Capture (which automatically logs emails and events), as both involve email but serve fundamentally different purposes.

How to eliminate wrong answers

Option A is wrong because Einstein Conversation Insights analyzes voice and chat conversations to surface insights, not email or calendar events. Option B is wrong because Einstein Lead Scoring uses predictive models to rank leads based on conversion likelihood, not activity logging. Option C is wrong because Einstein Email Insights provides analytics on email engagement (e.g., open rates, click-throughs) but does not automatically log emails or events to Salesforce records.

642
MCQhard

A data scientist evaluates a churn prediction model. On the test set, the model achieves 99% accuracy, but the business reports that the model rarely flags actual churners. Which metric should the data scientist focus on to improve the model?

A.Recall
B.F1 score
C.Accuracy
D.Precision
AnswerA

Recall measures the fraction of actual churners correctly identified; improving recall directly addresses the business issue.

Why this answer

When classes are imbalanced (few churners), accuracy can be misleading. Recall measures how many actual churners are identified, which is the key business concern.

643
Multi-Selectmedium

Which THREE actions align with Salesforce's responsible AI principles?

Select 3 answers
A.Involving diverse stakeholders in AI development.
B.Ensuring human oversight for critical decisions.
C.Continuously monitoring model performance for bias.
D.Using only internal data sources.
E.Prioritizing model accuracy over fairness.
AnswersA, B, C

Diverse perspectives help identify potential ethical issues.

Why this answer

Options A, C, and E are correct. Monitoring for bias (A) ensures ongoing fairness, involving diverse stakeholders (C) reduces blind spots, and human oversight (E) ensures accountability. Option B is wrong because restricting data sources may limit representativeness.

Option D is wrong because accuracy should not override fairness.

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

645
MCQhard

A company uses computer vision to scan receipts for expense reporting. The model performs well on high-resolution scans but poorly on blurry photos. Which improvement is most effective?

A.Decrease the learning rate
B.Add blurry images to the training data
C.Use a larger batch size
D.Increase the model's number of layers
AnswerB

Training on blurry examples teaches the model to handle that variation.

Why this answer

Augmenting training data with blurry images helps the model learn to handle various quality levels.

646
MCQeasy

A sales manager wants to automatically prioritize leads based on their likelihood to convert. Which Salesforce Einstein feature should be used?

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

Why this answer

Einstein Lead Scoring is the correct feature because it is specifically designed to automatically prioritize leads based on their likelihood to convert, using historical data and machine learning models. It assigns a score (0–100) to each lead, enabling sales teams to focus on high-conversion leads without manual intervention.

Exam trap

The trap here is confusing Einstein Lead Scoring with Einstein Opportunity Scoring, as both involve scoring, but the former applies to leads and the latter to opportunities, which are distinct stages in the sales cycle.

How to eliminate wrong answers

Option B is wrong because Einstein Opportunity Scoring prioritizes existing opportunities (deals in progress) based on their likelihood to close, not leads. Option C is wrong because Einstein Prediction Builder is a custom tool for building tailored predictive models on any object or field, not a pre-built lead-scoring solution. Option D is wrong because Einstein Discovery is an analytics and insights tool for discovering patterns in data, not a lead-prioritization feature.

647
MCQmedium

A service manager wants to automatically categorize incoming support cases into appropriate Type, Priority, and Reason fields based on the case description. Which Einstein feature should they use?

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

Einstein Case Classification automatically assigns values to case fields based on the case details.

Why this answer

Einstein Case Classification is the correct feature because it is specifically designed to automatically predict and populate case fields such as Type, Priority, and Reason based on the case description. It uses natural language processing (NLP) to analyze the text and map it to predefined picklist values, enabling automated categorization without manual rules.

Exam trap

The trap here is that candidates often confuse Einstein Case Classification with Einstein Prediction Builder, assuming any predictive task uses the same tool, but Prediction Builder requires custom model creation and is not optimized for text-based case field classification.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder is used to create custom predictive models on standard or custom objects (e.g., predicting lead conversion or opportunity win rate), not for categorizing case fields from text. Option C is wrong because Einstein Article Recommendations suggests relevant knowledge articles to support agents, not automatically classify case fields like Type or Priority. Option D is wrong because Einstein Next Best Action provides guided recommendations and offers based on real-time context, not automated case field categorization from descriptions.

648
MCQhard

A service manager wants to reduce case resolution time by automatically categorizing incoming cases and suggesting relevant knowledge articles. The team has limited data science expertise. Which combination of Einstein features should be used?

A.Einstein Lead Scoring and Einstein Discovery
B.Einstein Bots and Einstein Conversation Insights
C.Einstein Case Classification and Einstein Article Recommendations
D.Einstein Vision and Language Platform
AnswerC

Correct. These two features directly address categorization and article suggestions.

Why this answer

Option C is correct because Einstein Case Classification uses machine learning to automatically categorize incoming cases based on historical data, and Einstein Article Recommendations suggests relevant knowledge articles to agents, directly addressing the goal of reducing case resolution time without requiring extensive data science expertise.

Exam trap

The trap here is that candidates may confuse Einstein's general AI capabilities (like Vision or Discovery) with the specific, out-of-the-box features designed for service use cases, leading them to choose options that require custom model training or address different business processes.

How to eliminate wrong answers

Option A is wrong because Einstein Lead Scoring is designed for prioritizing sales leads, not for categorizing cases or recommending articles, and Einstein Discovery is an analytics tool for uncovering trends, not for automated case routing or knowledge suggestions. Option B is wrong because Einstein Bots handle automated conversations and deflection, not case categorization, and Einstein Conversation Insights analyzes customer interactions for sentiment and trends, not for article recommendations. Option D is wrong because Einstein Vision and Language Platform provides custom image and text classification models but requires significant data science expertise to train and deploy, contradicting the team's limited data science resources.

649
MCQhard

A financial services firm uses an AI model to approve loan applications. They discover that the model denies loans at a higher rate for a certain demographic group, even when financial indicators are similar. What is the primary ethical concern?

A.Bias in training data
B.Low model accuracy
C.Model overfitting
D.Hallucination
AnswerA

Correct. Disparate impact suggests historical biases in data leading to unfair model outcomes.

Why this answer

Bias in training data leads to unfair outcomes for certain groups. This is a fairness and bias issue.

650
MCQmedium

A financial services firm deploys an Einstein AI chatbot that provides investment advice. A customer asks why a particular recommendation was made. The chatbot is unable to provide any reasoning. Which ethical principle is most directly violated?

A.Privacy
B.Reliability
C.Transparency
D.Human oversight
AnswerC

Transparency requires AI systems to provide explanations for their outputs.

Why this answer

The correct answer is B because the chatbot cannot explain its reasoning, violating transparency. Option A is wrong because privacy is not involved in explaining decisions. Option C is wrong because reliability is about accuracy, not explainability.

Option D is wrong because human oversight is about having humans in the loop, not about explaining decisions.

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

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

653
MCQmedium

A data scientist trains a model to predict customer churn. The model achieves 98% accuracy on training data but only 72% on test data. What issue is most likely occurring?

A.Data leakage
B.Underfitting
C.Overfitting
D.Bias in the training data
AnswerC

The large gap between training and test accuracy indicates overfitting.

Why this answer

Overfitting occurs when a model learns training data too well, including noise, and fails to generalize to new data.

654
MCQeasy

A news outlet wants to build an AI model that predicts article popularity using real-time social media mentions. Which data source type should they use to ingest tweets?

A.Calculated Insight
B.Data Transform
C.Data Lake Object
D.Data Stream with Ingestion API connector
AnswerD

Enables real-time streaming from APIs.

Why this answer

Option A is correct because Data Stream with Ingestion API from Twitter allows real-time streaming. Option B is wrong because Data Lake Objects are for batch. Option C is wrong because Calculated Insights are for aggregates.

Option D is wrong because Data Transformations process existing data.

655
MCQeasy

A company wants to implement an AI-powered customer service chatbot that generates responses based on customer inquiries. To comply with GDPR requirements for automated decision-making, what must the company provide to customers?

A.A clear explanation of how the AI reaches its conclusions and the option to request human review.
B.The ability to opt out of all AI interactions entirely.
C.A copy of the AI model's source code upon request.
D.An assurance that no personal data is used in training the AI model.
AnswerA

GDPR requires meaningful information about the logic involved in automated decisions and the right to human intervention.

Why this answer

Under GDPR Article 22, customers have the right to request an explanation of automated decisions and to contest them. Transparency about AI limitations is also part of Salesforce's Honesty principle.

656
MCQhard

An AI system for hiring is deployed. After six months, the HR team notices that the model's recommendations closely mimic past human hires, which were biased. The team wants to correct this. What should be their first step?

A.Shut down the AI system entirely
B.Implement continuous monitoring and a feedback loop to detect and mitigate bias
C.Retrain the model with the same historical data but with more features
D.Make the model's decision process fully transparent to all candidates
AnswerB

Monitoring allows ongoing adjustment to ensure fairness.

Why this answer

Option B is correct: Continuous monitoring and feedback loops can detect and correct drift or bias. Option A is wrong because removing the model does not solve underlying bias. Option C is wrong because past data already contains bias.

Option D is wrong because complete transparency does not automatically correct bias.

657
MCQmedium

When using Einstein Copilot to generate email content, what mechanism ensures that the AI does not use customer data to improve the underlying large language model?

A.Zero data retention
B.PII masking
C.Grounding
D.Toxicity detection
AnswerA

Zero data retention ensures customer data is not used to train base models.

Why this answer

Option A is correct because Einstein Copilot employs a zero data retention policy specifically for the underlying large language model (LLM). This means that any customer data processed during email generation is not stored, logged, or used for model training or fine-tuning, ensuring compliance with data privacy standards. The mechanism explicitly prevents the LLM from learning from or being improved by customer interactions, isolating the AI's behavior from proprietary data.

Exam trap

Cisco often tests the distinction between data privacy mechanisms (like zero data retention) and data processing safeguards (like PII masking or grounding), so the trap here is that candidates confuse masking or grounding with preventing model improvement, when in fact only zero data retention ensures the LLM does not learn from customer data.

How to eliminate wrong answers

Option B is wrong because PII masking is a technique that redacts or obscures personally identifiable information within the input or output, but it does not prevent the underlying LLM from retaining or learning from the data—it only hides sensitive fields during processing. Option C is wrong because grounding refers to the process of linking AI responses to specific, verifiable data sources (like Salesforce records) to improve accuracy and relevance, but it does not address data retention or model improvement from customer data. Option D is wrong because toxicity detection is a safety filter that identifies harmful or offensive content in outputs, but it has no role in preventing the LLM from using customer data for training or retention.

658
MCQhard

An organization uses Einstein Discovery to analyze survey data. The model reveals a correlation between age and satisfaction. What is the responsible use of this insight?

A.Act on the correlation immediately
B.Investigate causality before action
C.Discard the result
D.Publish the result as-is
AnswerB

Correct. Investigation ensures decisions are based on sound reasoning.

Why this answer

Correlation does not imply causation; responsible use involves investigating the underlying cause before acting.

659
MCQhard

An admin notices that Einstein Opportunity Scoring is not generating scores for new opportunities created in the past week. Which troubleshooting step should the admin take first?

A.Retrain the Opportunity Scoring model
B.Verify that users have the 'View Einstein Scores' permission
C.Check that there are at least 50 won and 50 lost opportunities with populated fields
D.Wait 48 hours for the model to update
AnswerC

Einstein models require a minimum of 50 won and 50 lost records to generate scores.

Why this answer

Option C is correct because Einstein Opportunity Scoring requires a minimum of 50 won and 50 lost opportunities with populated fields to generate scores. Without this historical data, the model cannot learn patterns to score new opportunities. The admin should first verify this prerequisite before considering other steps.

Exam trap

Salesforce often tests the prerequisite data requirements for Einstein features, and the trap here is that candidates assume retraining or permissions are the issue, overlooking the minimum data threshold that must be met before scoring can begin.

How to eliminate wrong answers

Option A is wrong because retraining the model is not the first step; the issue is likely a lack of sufficient training data, not a model malfunction. Option B is wrong because the 'View Einstein Scores' permission controls visibility of scores, not the generation of scores; scores are generated regardless of user permissions. Option D is wrong because waiting 48 hours is unnecessary; the model updates daily, but the root cause is insufficient historical data, not a delay in processing.

660
MCQmedium

A company deployed an AI chatbot to handle customer service. The chatbot sometimes generates responses that are biased against certain demographics. The company wants to mitigate this. What is the best first step?

A.Restrict chatbot to only predefined responses.
B.Increase model complexity.
C.Remove all demographic data from training.
D.Conduct an AI ethics audit.
AnswerD

An ethics audit helps identify root causes and establish a mitigation plan.

Why this answer

Option B is correct because conducting an AI ethics audit helps identify the root cause of bias and establish a baseline for mitigation. Option A is wrong because simply removing demographic data may not eliminate bias and could lose important context. Option C is wrong because increasing model complexity often exacerbates bias.

Option D is wrong because restricting to predefined responses limits the chatbot's utility and doesn't address underlying bias.

661
MCQmedium

An AI Associate reviews the bot configuration and test results. Which action best addresses the ethical issue?

A.Increase the fallback threshold for all languages.
B.Collect more data from Spanish-speaking customers and retrain the English model.
C.Disable sentiment analysis for non-English conversations.
D.Add Spanish language support with separate sentiment model and intents.
AnswerD

This directly addresses the language gap.

Why this answer

The bot underperforms for Spanish speakers, so adding a Spanish sentiment model and intents would improve fairness. Option A does not fix the disparity. Option C may not solve the root cause.

Option D is about privacy, not the language issue.

662
MCQmedium

A company deploys an AI system that makes decisions about loan approvals. For transparency, what should they provide to applicants?

A.Explanation of factors considered
B.The training data
C.The full algorithm
D.Confidence scores
AnswerA

Correct. Providing the key factors used in the decision meets transparency requirements.

Why this answer

Option A is correct because transparency in AI-driven loan approvals requires providing applicants with an explanation of the factors considered in the decision, such as credit score, income, or debt-to-income ratio. This aligns with ethical AI principles like explainability and fairness, enabling applicants to understand and potentially contest the decision. Providing the full algorithm or training data would expose proprietary information and potentially violate data privacy regulations like GDPR.

Exam trap

Salesforce often tests the distinction between transparency (explaining the decision) and disclosure (revealing the model internals), trapping candidates who think providing the full algorithm or training data is necessary for transparency.

How to eliminate wrong answers

Option B is wrong because providing the training data would reveal sensitive personal information of other applicants, violate data privacy laws (e.g., GDPR, CCPA), and could introduce bias or security risks without helping the individual understand their specific decision. Option C is wrong because disclosing the full algorithm would expose proprietary intellectual property, enable gaming of the system, and is unnecessary for transparency—explainability focuses on decision factors, not code. Option D is wrong because confidence scores alone do not explain why a decision was made; they only indicate the model's certainty, which lacks the actionable reasoning required for transparency and regulatory compliance.

663
MCQeasy

A company wants to use Einstein Article Recommendations to surface relevant knowledge articles to its support agents. What two data components are required to set up this feature?

A.Email-to-case logs and Knowledge Article feedback
B.Knowledge Article View event data and Case records
C.Knowledge Article categories and Case priority
D.Community user activity and Knowledge Article ratings
AnswerB

Article views show which articles were read; Cases provide context for recommendations.

Why this answer

Einstein Article Recommendations uses historical Knowledge Article View event data to understand which articles agents have found useful in the past, and Case records to provide context about the current issue. By analyzing patterns between case attributes and article views, the AI can predict and surface the most relevant articles for a given case. Without both data components, the recommendation engine cannot learn the association between case details and article usefulness.

Exam trap

Salesforce often tests the distinction between optional enhancement data (like ratings or categories) and the mandatory data sources (view events and case records) required to train the recommendation model.

How to eliminate wrong answers

Option A is wrong because Email-to-case logs are used for email-to-case routing and parsing, not for training article recommendations, and Knowledge Article feedback is a secondary signal, not a required data component. Option C is wrong because Knowledge Article categories and Case priority are metadata fields that can influence recommendations but are not the two required data components; the feature specifically needs view event data and case records. Option D is wrong because Community user activity is unrelated to agent-facing article recommendations, and Knowledge Article ratings are optional feedback, not a core requirement.

664
MCQeasy

Which of the following is an ethical concern when using AI to make decisions about customers?

A.AI models always improve over time without intervention
B.Bias in training data may lead to unfair treatment of certain customer groups
C.AI models require no human oversight
D.Deep learning is too complex for business use
AnswerB

Biased data can cause AI to make discriminatory decisions, a major ethical issue.

Why this answer

Bias in training data can lead to unfair or discriminatory outcomes, a key ethical concern in AI.

665
MCQeasy

A company wants to use Einstein Reply Recommendations in Service Cloud. What data is required to train the model?

A.Knowledge articles only.
B.Email templates.
C.Case comments and chat transcripts.
D.Historical email replies and customer satisfaction ratings.
AnswerC

These capture actual agent-customer interactions used for training.

Why this answer

Einstein Reply Recommendations in Service Cloud uses historical service interactions to suggest relevant replies to agents. The model is trained on case comments and chat transcripts because these contain the natural language patterns and resolutions that agents actually use in real-time service conversations, enabling the AI to learn effective response strategies.

Exam trap

Salesforce often tests the misconception that Einstein Reply Recommendations uses Knowledge articles or email templates, when in fact it relies on unstructured service conversation data like case comments and chat transcripts to learn agent-specific reply patterns.

How to eliminate wrong answers

Option A is wrong because Knowledge articles are structured content used for knowledge-based answers, not the conversational reply patterns needed for Einstein Reply Recommendations. Option B is wrong because email templates are pre-written, static responses that lack the dynamic, contextual language variations found in actual service interactions. Option D is wrong because historical email replies and customer satisfaction ratings are not the primary training data; Einstein Reply Recommendations specifically requires case comments and chat transcripts to learn from direct agent-customer exchanges.

666
MCQeasy

A sales team uses Einstein Lead Scoring. They notice leads from certain industries are always low-scored. What should they do?

A.Retrain the model weekly
B.Ignore the scores
C.Use a different AI system
D.Review training data for bias
AnswerD

Bias in training data can cause unfair scoring across industries.

Why this answer

Option D is correct because low scores for specific industries often indicate bias in the training data, where historical lead data may have underrepresented or mislabeled those industries. Reviewing the training data for bias allows the team to identify and correct such imbalances, ensuring the Einstein Lead Scoring model produces fair and accurate predictions across all segments.

Exam trap

Salesforce often tests the misconception that retraining or replacing the AI system is the solution to bias, when in fact the root cause lies in the training data, not the model or its update frequency.

How to eliminate wrong answers

Option A is wrong because retraining the model weekly does not address the root cause of bias; if the training data itself is biased, more frequent retraining will only perpetuate the same skewed patterns. Option B is wrong because ignoring the scores defeats the purpose of using AI-driven lead scoring and can lead to missed opportunities or misallocated sales efforts. Option C is wrong because switching to a different AI system does not guarantee unbiased scoring; without addressing the underlying data bias, any model trained on the same flawed data will exhibit similar issues.

667
MCQeasy

A support manager wants to automatically categorize incoming cases into Type, Priority, and Reason fields. Which Einstein feature should they enable?

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

Einstein Case Classification automatically populates case fields like Type, Priority, and Reason based on case details.

Why this answer

Einstein Case Classification is the correct feature because it is specifically designed to automatically categorize incoming cases into fields like Type, Priority, and Reason using machine learning models trained on historical case data. This allows the support manager to streamline case routing and prioritization without manual input, directly matching the requirement.

Exam trap

The trap here is that candidates often confuse Einstein Case Classification with Einstein Prediction Builder, thinking any predictive task requires the custom builder, but Case Classification is a purpose-built Einstein feature for this exact use case.

How to eliminate wrong answers

Option B (Einstein Prediction Builder) is wrong because it is a no-code tool for creating custom predictive models on any object or field, not a pre-built solution for categorizing cases into Type, Priority, and Reason. Option C (Einstein Bots) is wrong because it focuses on conversational AI for automating chat interactions and deflecting cases, not on automatically populating case classification fields. Option D (Einstein Article Recommendations) is wrong because it suggests relevant knowledge articles to agents or customers based on case context, rather than categorizing the case itself.

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

669
MCQmedium

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

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

This feature recommends articles during case work.

Why this answer

Einstein Article Recommendations is the correct feature because it uses AI to analyze the context of a case (such as subject, description, and product) and surfaces relevant knowledge articles in real-time for agents. This directly matches the requirement of providing suggestions while agents work on a case, improving resolution speed and accuracy.

Exam trap

The trap here is confusing Einstein Next Best Action with article recommendations, as both provide 'suggestions' — but Next Best Action is for business actions (e.g., offers) while Article Recommendations is specifically for knowledge content.

How to eliminate wrong answers

Option A is wrong because Einstein Case Classification is designed to automatically categorize cases into predefined fields (like type or priority) based on historical data, not to recommend knowledge articles. Option C is wrong because Einstein Discovery is a predictive analytics and insight generation tool that identifies patterns and trends in data, not a real-time article suggestion engine for case workers. Option D is wrong because Einstein Next Best Action delivers guided recommendations or actions (such as discounts or steps) based on customer context, but it does not specifically surface knowledge articles for case resolution.

670
MCQmedium

A manufacturer wants to improve demand forecasting by enriching its CRM orders with external demographic data. The external data is available via a SOAP API. How should the data architect implement this?

A.Configure a Data Action to call the API on a schedule or trigger
B.Use a Data Transform to pull the external data
C.Set up a Data Stream to continuously ingest the external API
D.Create a Calculated Insight to reference the API
AnswerA

Data Actions are built for external API integration.

Why this answer

Option D is correct because a Data Action can call an external API and store the response. Option A is wrong because Data Transform only works on data already in Data Cloud. Option B is wrong because Data Streams are for continuous ingest, not on-demand enrichment.

Option C is wrong because a Calculated Insight cannot fetch external data.

671
MCQhard

An organization wants to use Einstein GPT to generate case summaries. However, they need to ensure that the generated text adheres to company style and includes specific required fields. Which tool should they use to customize the prompts?

A.Einstein Copilot
B.Einstein Next Best Action
C.Einstein Service GPT
D.Prompt Builder
AnswerD

Prompt Builder is designed to create and manage prompt templates for Einstein GPT features like Service GPT.

Why this answer

Prompt Builder is the correct tool because it allows administrators to create and manage custom prompt templates that enforce company style and required fields when generating content with Einstein GPT. Unlike other options, Prompt Builder is specifically designed to tailor generative AI outputs by defining instructions, variables, and guardrails for use cases like case summaries.

Exam trap

The trap here is that candidates may confuse Einstein Service GPT, a prebuilt solution, with the customization capability of Prompt Builder, not realizing that Service GPT uses default prompts and lacks the fine-grained control over required fields and style enforcement.

How to eliminate wrong answers

Option A is wrong because Einstein Copilot is a conversational AI assistant for user interactions, not a tool for customizing generative prompts for case summaries. Option B is wrong because Einstein Next Best Action delivers recommendations and actions based on rules and AI, but it does not handle prompt customization for generative text. Option C is wrong because Einstein Service GPT is a prebuilt solution for service use cases that uses default prompts; it does not provide the granular control over prompt structure and required fields that Prompt Builder offers.

672
MCQmedium

A telecom company uses Einstein Discovery to predict customer churn. The training dataset contains 100,000 records, but only 5% represent churned customers. The model achieves 95% accuracy on a holdout test set, but the recall for churn is only 20%. The business wants to proactively retain at-risk customers, so they need to identify as many churners as possible. What action should the data scientist take to improve churn recall?

A.Increase the regularization parameter to prevent overfitting.
B.Collect more data, especially of churned customers.
C.Oversample the minority class using SMOTE to create synthetic churn examples.
D.Undersample the majority class to match the minority class size.
AnswerC

SMOTE generates synthetic instances of the minority class, balancing the dataset and improving recall without losing information.

Why this answer

Class imbalance causes the model to favor the majority class. Oversampling the minority class (e.g., using SMOTE) balances the dataset, helping the model learn churn patterns better and improve recall.

673
Multi-Selectmedium

A company is implementing Einstein Next Best Action for their customer service agents. They want to ensure that AI recommendations are provided as suggestions but that agents retain the final say. Which TWO practices support this goal of human oversight?

Select 2 answers
A.Disable all AI recommendations and rely solely on agent judgment
B.Train all agents on how AI models work
C.Automate the top recommendations to save agent time
D.Configure the system to require agent confirmation before executing any AI-recommended action
E.Display AI recommendations as optional suggestions that agents can accept or ignore
AnswersD, E

Requiring confirmation ensures that agents have the final say and can override AI suggestions, directly supporting human oversight.

Why this answer

Human oversight can be achieved by requiring agents to confirm before an action is taken, and by clearly presenting AI recommendations as suggestions. Disabling the AI or automating actions removes human involvement. Training agents is helpful but does not directly ensure oversight in the workflow.

674
Multi-Selectmedium

Which TWO are best practices for data labeling in AI projects? (Choose two.)

Select 2 answers
A.Have multiple labelers cross-check annotations
B.Label all available data immediately
C.Label only training data
D.Use automated labeling tools exclusively
E.Use clear labeling guidelines
AnswersA, E

Cross-checking improves label accuracy.

Why this answer

Options B and D are correct. Multiple labelers cross-checking reduces errors, and clear guidelines ensure consistency. Option A is wrong because relying solely on automated tools can introduce inaccuracies.

Option C is wrong because labeling all data immediately may not be feasible or prioritize quality. Option E is wrong because labeling only training data ignores validation/testing needs.

675
MCQmedium

A service manager wants AI to automatically generate a summary of a phone call recording and capture follow-up tasks. Which Einstein feature should they use?

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

Conversation Insights analyzes calls, provides summaries, and captures next steps.

Why this answer

Einstein Conversation Insights analyzes call recordings, provides summaries, and captures next steps.

Page 8

Page 9 of 14

Page 10
Salesforce AI Associate AI Associate AI Associate Questions 601–675 | Page 9/14 | Courseiva