Salesforce AI Associate AI Associate (AI Associate) — Questions 175

506 questions total · 7pages · All types, answers revealed

Page 1 of 7

Page 2
1
MCQhard

A company uses Einstein GPT to generate email responses. They want to automatically audit generated responses for potentially harmful or biased language before sending. Which Salesforce feature should they use?

A.Einstein Trust Layer.
B.Permission Set.
C.Einstein Analytics.
D.Data Mask.
AnswerA

Trust Layer provides content moderation and safety features.

Why this answer

Einstein Trust Layer is the correct feature because it provides a governance layer that automatically audits AI-generated content for toxicity, bias, and harmful language before the email is sent. It intercepts the output from Einstein GPT and applies content safety filters, ensuring compliance with responsible AI practices without requiring manual review.

Exam trap

Salesforce often tests the misconception that any 'Einstein' feature (like Analytics) can handle AI governance, but the Trust Layer is the only dedicated service for auditing and filtering AI outputs for safety and bias.

How to eliminate wrong answers

Option B is wrong because Permission Sets control user access and permissions to objects, fields, and features, not content auditing or AI safety checks. Option C is wrong because Einstein Analytics (now Tableau CRM) is a business intelligence and analytics platform for data visualization and insights, not a tool for auditing AI-generated text for harmful language. Option D is wrong because Data Mask is a security feature that obfuscates sensitive data in non-production environments, not a mechanism to audit or filter AI-generated content for bias or toxicity.

2
MCQmedium

Refer to the exhibit. A company has the Einstein LLM policy shown. What is the primary ethical gap in this policy?

A.It blocks employment decisions but allows content generation which could be biased
B.It does not include fairness audits for allowed use cases
C.It requires human review for clinical diagnosis but not for legal advice
D.It allows LLM for summarization without requiring human review for high-risk summaries
AnswerD

Summarization could include sensitive content; missing human review is a gap.

Why this answer

Option B is correct because the policy allows using LLM for summarization without specifying oversight for sensitive areas like medical summaries. Option A is wrong because fairness audits are covered. Option C is wrong because content generation is allowed.

Option D is wrong because human review is required for some use cases.

3
MCQhard

A financial institution uses an AI system to approve loan applications. The system denies loans to applicants from certain postal codes at a higher rate. The model includes 'postal code' as a feature. Which ethical consideration is most directly violated?

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

Disparate impact based on postal code violates fairness principles.

Why this answer

The AI system's use of 'postal code' as a feature leads to disparate impact on applicants from certain areas, directly violating the ethical principle of fairness. Fairness requires that AI models do not discriminate against protected groups or perpetuate systemic biases, even if the feature itself is not a protected attribute. By denying loans at a higher rate based on postal code, the system is likely engaging in proxy discrimination, which is a core fairness violation.

Exam trap

Salesforce often tests the distinction between fairness and transparency, where candidates mistakenly choose transparency because they think the model's use of postal code is 'hidden' or not explainable, but the core violation is the discriminatory outcome, not the lack of explanation.

How to eliminate wrong answers

Option B (Privacy) is wrong because the issue is not about unauthorized access or misuse of personal data, but about biased outcomes from a legitimate feature. Option C (Accountability) is wrong because the question focuses on the ethical violation of the model's behavior, not on who is responsible for its deployment or oversight. Option D (Transparency) is wrong because the problem is not a lack of explainability or interpretability of the model's decisions, but the discriminatory impact of those decisions.

4
MCQmedium

A company deployed an AI model for lead scoring. After several months, they notice that leads from certain geographic regions consistently receive higher scores than leads from other regions with similar demographic profiles. The company wants to ensure ethical AI usage. What should they do first?

A.Adjust the scoring thresholds for each region to equalize scores.
B.Retrain the model using a more diverse and balanced training dataset.
C.Ignore the discrepancy since the model overall accuracy is high.
D.Remove the geographic region feature from the model completely.
AnswerB

Retraining with diverse data reduces bias by ensuring the model learns from representative examples across all regions.

Why this answer

Option B is correct because retraining with more diverse data addresses potential bias at the source. Option A ignores the issue. Option C adjusts thresholds without fixing root cause.

Option D removes a feature that may be relevant but could still leak bias through correlated features.

5
MCQhard

A financial services company uses Salesforce Service Cloud with Einstein Bots to handle account balance inquiries. The bot currently uses a standard intent 'CheckBalance' which recognizes phrases like 'What is my balance?' and 'Show my account balance.' The company wants to expand the bot to also answer questions about recent transactions, such as 'What were my last five deposits?' and 'Show my recent withdrawals.' The system administrator has added a new intent called 'RecentTransactions' and mapped it to a new flow. However, during testing, the bot often misclassifies 'CheckBalance' requests as 'RecentTransactions' when the user mentions a specific amount or date. Which action should the administrator take to resolve this misclassification?

A.Add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it.
B.Reduce the confidence threshold for both intents to allow more matches.
C.Disable the 'RecentTransactions' intent and handle transaction requests using a flow without intents.
D.Create a new Einstein Bot specifically for transaction inquiries and route users there.
AnswerA

Providing more training data for the existing intent helps the model distinguish between similar phrases.

Why this answer

Adding sample utterances that include amounts and date ranges to the 'CheckBalance' intent provides the Einstein Bot's natural language processing (NLP) model with more training data to distinguish between balance inquiries and transaction requests. This improves intent classification accuracy by reducing overlap in the phrases the bot recognizes, directly addressing the misclassification issue.

Exam trap

The trap here is that candidates may think lowering the confidence threshold or creating separate bots will fix misclassification, but the correct approach is to enrich the training data for the existing intents to improve the NLP model's accuracy.

How to eliminate wrong answers

Option B is wrong because reducing the confidence threshold would cause the bot to match intents more loosely, likely increasing misclassifications rather than resolving them. Option C is wrong because disabling the 'RecentTransactions' intent would prevent the bot from handling transaction inquiries at all, which contradicts the expansion goal. Option D is wrong because creating a separate bot for transactions adds unnecessary complexity and does not fix the root cause of intent confusion; the same misclassification could occur if users are routed incorrectly.

6
MCQhard

A company is deploying an AI system that makes recommendations to users. To ensure ethical use, they should:

A.Allow users to opt out and understand how decisions are made.
B.Make recommendations without oversight.
C.Maximize engagement regardless of user well-being.
D.Use only internal data.
AnswerA

Respects autonomy and transparency.

Why this answer

Option A is correct because allowing users to opt out and understanding decisions respects autonomy and transparency. Option B is wrong maximizing engagement without regard to well-being is unethical. Option C is wrong lack of oversight can lead to harmful outcomes.

Option D is wrong using only internal data may not be sufficient and could raise privacy concerns.

7
MCQeasy

A marketing manager wants to prioritize leads with the highest likelihood of conversion. Which Einstein feature should they use?

A.Einstein Lead Scoring
B.Approval Processes
C.Custom Formula Fields
D.Data Export
AnswerA

Automatically scores leads based on historical data.

Why this answer

Einstein Lead Scoring predicts conversion probability for each lead. Custom formulas are manual, approval processes and data export are not predictive.

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

9
MCQeasy

A company is implementing an AI system to recommend marketing campaigns. To align with Salesforce's ethical AI principles, which practice is most important?

A.Ensure a human reviews AI-generated campaigns before sending
B.Target only high-value customers
C.Maximize open rates by optimizing subject lines
D.Remove human involvement to speed up campaigns
AnswerA

Human review aligns with the principle of human oversight.

Why this answer

The correct answer is D because human oversight ensures that AI recommendations are reviewed for fairness and accuracy. Option A is wrong because maximizing open rates could lead to manipulative practices. Option B is wrong because removing all humans can reduce accountability.

Option C is wrong because targeting only high-value customers may be unfair.

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

11
Multi-Selectmedium

Which THREE are requirements for enabling Einstein features in a Salesforce org?

Select 3 answers
A.An eligible Salesforce edition
B.Custom objects must be created
C.User permissions to view predictions
D.Activation of Einstein API in Setup
E.A minimum threshold of relevant data
AnswersA, C, E

Only certain editions support Einstein.

Why this answer

Einstein features require an eligible Salesforce edition (e.g., Enterprise, Performance, or Unlimited) because the underlying AI infrastructure, including predictive models and data processing pipelines, is only available in these higher-tier editions. Without the correct edition, the necessary licenses and platform capabilities for Einstein are not provisioned.

Exam trap

The trap here is that candidates often confuse 'enabling Einstein features' with 'configuring Einstein API access,' but Salesforce does not expose a standalone API toggle for Einstein; instead, edition eligibility and data thresholds are the foundational requirements.

12
Multi-Selecthard

Which THREE are key considerations for data privacy when using AI models that process customer data? (Choose three.)

Select 3 answers
A.Store data indefinitely for future use
B.Limit data access to authorized personnel only
C.Obtain user consent for data usage
D.Encrypt data in transit and at rest
E.Anonymize personally identifiable information (PII)
AnswersB, C, E

Access controls reduce privacy risks.

Why this answer

Options A, B, and D are correct. Anonymizing PII protects individual identity, obtaining consent ensures legal compliance, and limiting data access reduces exposure risk. Option C is wrong because storing data indefinitely violates privacy principles.

Option E, while good practice, is more about security than privacy specifically, and not always mandatory.

13
MCQmedium

A sales rep wants to generate personalized email drafts for leads using AI. Which feature should the admin enable?

A.Workflow Rules
B.Einstein GPT
C.Process Builder
D.Email Templates
AnswerB

Einstein GPT generates AI-powered drafts from prompts.

Why this answer

Einstein GPT is the correct feature because it is Salesforce's native generative AI tool that can automatically create personalized email drafts for leads by leveraging CRM data and natural language processing. Unlike other options, Einstein GPT is specifically designed for AI-driven content generation within the Salesforce ecosystem.

Exam trap

Salesforce often tests the distinction between traditional automation tools (Workflow Rules, Process Builder) and AI-powered content generation (Einstein GPT), leading candidates to mistakenly choose a familiar automation feature instead of the correct AI-specific one.

How to eliminate wrong answers

Option A is wrong because Workflow Rules are a declarative automation tool for triggering actions based on record changes, not for generating AI-based content. Option C is wrong because Process Builder is a point-and-click automation tool for creating complex business processes, not for generating personalized email drafts using AI. Option D is wrong because Email Templates are static, reusable message formats that require manual selection and do not use AI to dynamically generate personalized content for each lead.

14
Multi-Selecthard

Which THREE components are essential for an ethical AI governance framework within a large enterprise?

Select 3 answers
A.Establish a cross-functional AI ethics board.
B.Conduct regular ethical impact assessments.
C.Define clear accountability for AI outcomes.
D.Minimize human oversight to reduce operational costs.
E.Optimize for accuracy as the primary goal.
AnswersA, B, C

An ethics board brings diverse perspectives to guide AI development and use.

Why this answer

Options A, B, and C are correct. An ethics board provides oversight, impact assessments identify risks, and accountability ensures responsibility. Minimizing human oversight (D) contradicts governance.

Only focusing on accuracy (E) neglects other ethical dimensions.

15
MCQmedium

A company uses Einstein Analytics to predict employee performance and identifies low-performing employees with high confidence. What is a potential ethical concern?

A.Invasion of employee privacy.
B.High computational cost.
C.Difficulty in interpreting the model.
D.Overfitting on historical data.
AnswerA

Predicting performance often uses personal data, raising privacy concerns.

Why this answer

Einstein Analytics uses machine learning models to analyze employee data and predict performance. Identifying low-performing employees with high confidence raises ethical concerns about invasion of privacy because the model may rely on sensitive personal data (e.g., communication patterns, work hours, or behavioral metrics) without explicit employee consent or transparency. This violates principles of data minimization and informed consent, which are core to ethical AI frameworks.

Exam trap

Salesforce often tests the distinction between ethical concerns (privacy, bias, transparency) and technical issues (cost, performance, overfitting), so the trap here is that candidates may confuse a model's high confidence with accuracy or fairness, overlooking that the ethical problem lies in the unauthorized use of personal data to make high-stakes predictions.

How to eliminate wrong answers

Option B is wrong because high computational cost is a technical or financial concern, not an ethical one; it does not address fairness, privacy, or bias. Option C is wrong because difficulty in interpreting the model (lack of explainability) is a separate ethical issue related to transparency, but the question specifically highlights 'high confidence' predictions, which implies the model is interpretable enough to be confident, so the core ethical concern here is privacy, not interpretability. Option D is wrong because overfitting on historical data is a model performance issue that could lead to inaccurate predictions, but it is not the primary ethical concern when the model is already identifying employees with high confidence; privacy invasion is the direct ethical risk.

16
Multi-Selecthard

Which three practices help maintain data quality for AI models in Salesforce? (Choose three.)

Select 3 answers
A.Monitor data freshness with Data Check
B.Disable duplicate matching rules for faster load
C.Use Excel for manual data updates
D.Schedule regular data audits
E.Implement validation rules on critical fields
AnswersA, D, E

Data Check alerts on stale or outdated data that could affect model accuracy.

Why this answer

Option A is correct because Data Check in Salesforce monitors data freshness by tracking when records were last updated, ensuring that AI models use current data. Stale data can degrade model accuracy, so this practice directly supports data quality for AI.

Exam trap

The trap here is that candidates may think disabling duplicate rules speeds up data loading, but they overlook that duplicate records severely degrade AI model performance by introducing bias and noise.

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

18
MCQeasy

A company uses Einstein Sentiment to analyze customer feedback. The tool incorrectly flags negative sentiment for customers with heavy accents. Which ethical issue is present?

A.Privacy violation
B.Bias and discrimination
C.Accountability gap
D.Lack of transparency
AnswerB

The tool discriminates based on accent, which is a form of bias.

Why this answer

Option A is correct because bias against accents is a fairness issue. Option B is wrong because privacy is about data protection. Option C is wrong as transparency involves explaining decisions.

Option D is wrong because accountability is about responsibility.

19
Multi-Selecteasy

A company is implementing Salesforce Einstein AI for lead scoring. Which TWO actions align with ethical AI practices?

Select 2 answers
A.Use historical data without review to train the model.
B.Ensure the model uses only non-sensitive personal data.
C.Limit model access to only senior management.
D.Provide clear documentation on how the model makes predictions.
E.Regularly audit the model for biased outcomes.
AnswersD, E

Transparency in model predictions fosters trust and accountability.

Why this answer

Option A is correct because regular audits help detect and mitigate biases. Option C is correct because transparency in model predictions fosters trust and accountability. Option B is wrong because historical data often contains biases that can be amplified.

Option D is wrong because restricting access limits oversight. Option E is wrong because using only non-sensitive data may not be sufficient to address all ethical concerns.

20
MCQmedium

A company uses Einstein Prediction Builder to predict customer churn. The data includes account creation date, number of support cases, and average payment delay. After training, the model shows low confidence scores. What is the most likely cause?

A.The training dataset includes fewer than 500 records.
B.The data contains many missing values or outliers for the selected fields.
C.The prediction field is set to a numeric type instead of a picklist.
D.The model was trained on data refreshed daily instead of weekly.
AnswerB

Missing values and outliers degrade model performance, leading to low confidence scores.

Why this answer

Option B is correct because low confidence scores in Einstein Prediction Builder often stem from data quality issues such as missing values or outliers. These anomalies distort the model's ability to learn meaningful patterns, leading to uncertain predictions. Clean, complete data is essential for the model to produce high-confidence scores.

Exam trap

Salesforce often tests the misconception that low confidence is caused by dataset size or refresh frequency, when in reality data quality issues like missing values or outliers are the primary culprit in Einstein Prediction Builder.

How to eliminate wrong answers

Option A is wrong because Einstein Prediction Builder does not require a minimum of 500 records; it can work with smaller datasets, though more data generally improves accuracy. Option C is wrong because the prediction field type (numeric vs. picklist) affects the type of prediction (regression vs. classification), not the confidence score directly. Option D is wrong because the refresh frequency (daily vs. weekly) impacts timeliness, not the inherent confidence of the trained model.

21
MCQmedium

A company is deploying an AI model that recommends next best actions for sales reps. They notice that the model's recommendations are biased towards high-revenue opportunities. Which data-related action can help reduce this bias?

A.Use a larger neural network model
B.Encrypt the data before training
C.Oversample the underrepresented segments in the training data
D.Remove all low-revenue opportunities from the training data
AnswerC

Oversampling helps balance the representation.

Why this answer

Oversampling underrepresented segments in the training data directly addresses the class imbalance that causes the model to favor high-revenue opportunities. By increasing the frequency of low-revenue examples, the model learns to treat all segments more equally, reducing bias in its recommendations. This is a standard data-level technique for mitigating bias in AI models.

Exam trap

Salesforce often tests the misconception that model architecture changes (like larger networks) can fix data bias, when in fact the root cause is often data imbalance that must be addressed at the data level.

How to eliminate wrong answers

Option A is wrong because using a larger neural network model does not fix data imbalance; it may even amplify bias if the majority class dominates training. Option B is wrong because encrypting data protects privacy but has no effect on model bias or data distribution. Option D is wrong because removing all low-revenue opportunities would worsen the imbalance, making the model even more biased toward high-revenue opportunities.

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

23
MCQeasy

A company is deploying an AI-powered chatbot for customer service. The chatbot is trained on historical support tickets. Which ethical consideration is MOST important to address before deployment?

A.Minimizing the cost of AI training
B.Ensuring the chatbot responds quickly to all queries
C.Checking for biased or discriminatory patterns in training data
D.Planning for regular model retraining
AnswerC

Bias in training data can lead to unfair or unethical outcomes.

Why this answer

Option C is correct because historical data may contain biased responses, leading to unfair treatment of customers. Option A is wrong because cost is a business consideration, not ethical. Option B is wrong while performance is important, it is secondary to fairness.

Option D is wrong because maintenance is operational.

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

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

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

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

28
MCQeasy

An organization wants to implement AI in a way that builds trust. Which practice is most important?

A.Keeping model details secret.
B.Providing explanations for AI decisions.
C.Using complex models for better performance.
D.Using the cheapest data sources.
AnswerB

Increases transparency and trust.

Why this answer

Option B is correct because providing explanations for AI decisions increases transparency and trust. Option A is wrong complexity can reduce trust if not explainable. Option C is wrong secrecy reduces trust.

Option D is wrong cheap data sources may compromise data quality and ethics.

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

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

31
MCQhard

A company uses Salesforce Data Cloud to unify customer data from multiple sources. After connecting a data stream, they notice that records are missing from the unified profile. What is the most likely cause?

A.The data stream object is not a standard Salesforce object.
B.The data stream is not activated for identity resolution.
C.The data source is not from Salesforce, so it cannot be unified.
D.The reconciliation rule is not configured for the data source.
AnswerD

Reconciliation rules are needed to match records across sources.

Why this answer

Option D is correct because reconciliation rules in Salesforce Data Cloud define how records from different data sources are matched and merged into a unified profile. If a reconciliation rule is not configured for a data source, records from that source may not be properly linked to existing profiles, leading to missing records in the unified view. This is a common configuration step that must be completed after connecting a data stream.

Exam trap

The trap here is that candidates may confuse identity resolution (matching) with reconciliation (merging), assuming that activating identity resolution alone is sufficient to unify profiles, when in fact a reconciliation rule is required to complete the merge process.

How to eliminate wrong answers

Option A is wrong because Data Cloud supports both standard and custom objects as data stream objects; the object type does not inherently cause records to be missing from unified profiles. Option B is wrong because identity resolution activation is required for matching records across sources, but missing records are more directly caused by the lack of a reconciliation rule that defines how to merge matched records. Option C is wrong because Data Cloud is designed to unify data from any source, including non-Salesforce sources, as long as the data stream is properly configured.

32
MCQhard

A company receives a complaint that their Einstein Next Best Action recommendations are consistently suggesting different products based on the customer's ZIP code, leading to unequal access. What should the company do first?

A.Contact Salesforce support for a refund.
B.Increase the number of recommendations shown.
C.Disable the recommendation engine immediately.
D.Review the training data for geographic bias.
AnswerD

Data bias is a likely cause and should be examined.

Why this answer

Option D is correct because the first step in addressing biased AI recommendations is to investigate the root cause. Geographic bias in training data is a common source of unequal outcomes in machine learning models like Einstein Next Best Action. Reviewing the data allows the company to identify and mitigate the bias before taking any other action.

Exam trap

Salesforce often tests the misconception that the immediate reaction to AI bias should be to disable the system or escalate to support, rather than following a structured troubleshooting process that starts with data review.

How to eliminate wrong answers

Option A is wrong because requesting a refund does not address the underlying bias issue and is not a technical solution. Option B is wrong because increasing the number of recommendations shown does not fix biased recommendations; it may amplify the unequal access. Option C is wrong because disabling the recommendation engine immediately is a drastic step that may disrupt business operations without first understanding the cause of the bias.

33
MCQeasy

Refer to the exhibit. A dataflow is set up to prepare data for a prediction model. The model is expected to predict close probability for all open opportunities. What is wrong with this dataflow?

A.The output target should be a dataset, not a model.
B.The filter on StageName is too restrictive; it excludes non-won opportunities needed for training.
C.The source should be Lead, not Opportunity.
D.The dataflow is missing a transform node to remove null values.
AnswerB

To predict close probability, the model needs examples of both won and lost deals.

Why this answer

The filter excludes all opportunities that are not 'Closed Won'. The model should be trained on both won and lost opportunities to predict close probability. The filter should be removed or include all stages.

34
MCQeasy

A Salesforce admin is training an Einstein Bot to answer customer questions. Which data source should the bot use to provide accurate responses?

A.Chatter posts from the product team.
B.Knowledge articles with a published status.
C.Case records from the last 30 days.
D.Lead and contact reports.
AnswerB

Knowledge articles are designed for self-service.

Why this answer

Knowledge articles with a published status are the correct data source because they contain curated, approved, and structured information that Einstein Bot can reliably use to generate accurate responses. The bot leverages natural language processing to match customer questions against these articles, ensuring answers are based on verified content rather than unstructured or transient data.

Exam trap

Salesforce often tests the distinction between structured, authoritative data sources (like Knowledge articles) and unstructured or operational data (like Chatter or Cases), trapping candidates who assume any Salesforce data can be used for AI responses.

How to eliminate wrong answers

Option A is wrong because Chatter posts are informal, unstructured conversations that lack governance and may contain outdated or incorrect information, making them unsuitable for providing accurate, consistent responses. Option C is wrong because Case records from the last 30 days are transactional, often incomplete, and may include unresolved or duplicate issues, which would lead to unreliable answers. Option D is wrong because Lead and contact reports are designed for sales analytics and customer segmentation, not for answering product or service questions, and they lack the detailed, factual content needed for a knowledge base.

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

36
MCQmedium

A company uses AI to monitor employee productivity. Employees feel surveilled. What ethical principle is being violated?

A.Inclusion
B.Accountability
C.Safety
D.Transparency
AnswerD

Employees have a right to know how and why AI monitors them.

Why this answer

Option A is correct because transparency requires informing employees about AI monitoring. Option B is wrong accountability relates to responsibility for actions. Option C is wrong safety relates to harm prevention.

Option D is wrong inclusion relates to diversity and belonging.

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

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

39
MCQeasy

A company is designing an AI system to screen job applicants. To ensure fairness, which practice should be implemented?

A.Use only one data source for consistency
B.Maximize the model's accuracy on historical hiring decisions
C.Conduct regular fairness audits on model outcomes
D.Remove all demographic data from the training set
AnswerC

Audits help detect and address disparate impact.

Why this answer

Regular fairness audits are essential because they systematically evaluate model outcomes for bias across demographic groups, using metrics like disparate impact or equal opportunity difference. This practice aligns with responsible AI frameworks (e.g., NIST AI Risk Management Framework) and helps detect subtle biases that may emerge from proxy variables or data drift, ensuring the screening process remains equitable over time.

Exam trap

Salesforce often tests the misconception that removing demographic data (option D) is sufficient to ensure fairness, when in reality proxy variables and model behavior must be actively monitored through audits.

How to eliminate wrong answers

Option A is wrong because using only one data source increases the risk of sampling bias and reduces the model's ability to generalize, potentially amplifying existing disparities rather than ensuring fairness. Option B is wrong because maximizing accuracy on historical hiring decisions can perpetuate and even amplify past biases (e.g., gender or racial discrimination) present in the training data, leading to unfair outcomes. Option D is wrong because simply removing demographic attributes does not eliminate bias; models can still learn proxies (e.g., zip code, name, education) that correlate with protected characteristics, a phenomenon known as 'bias through proxy variables'.

40
MCQeasy

Refer to the exhibit. What is the most likely cause of the pipeline failure?

A.Data type mismatch between source and target
B.Insufficient permissions to access the field
C.Connection timeout during data transfer
D.Picklist value does not exist in the target picklist field
AnswerD

The error clearly states the value is not found in the picklist values.

Why this answer

Option C is correct because the error explicitly states "value not found in picklist values" for CustomLeadField__c. This indicates a picklist value mismatch. Insufficient permissions (A) would generate a different error; data type mismatch (B) would show conversion error; connection timeout (D) would show timeout.

41
Multi-Selectmedium

A company is training a customer service chatbot using historical conversation logs. Which TWO data preparation practices should be followed to ensure data quality?

Select 2 answers
A.Exclude all user identifiers to protect privacy
B.Include answers with varied phrasing to enhance language variety
C.Include only successful interactions that were resolved
D.Filter only English conversations for consistency
E.Use conversation logs with complete transcripts
AnswersB, E

Varied phrasing improves model generalization.

Why this answer

Option B is correct because training a chatbot on varied phrasing (e.g., synonyms, different sentence structures) improves its ability to understand and generate natural language responses. This practice enhances the model's robustness and generalization, preventing overfitting to a narrow set of expressions and ensuring it can handle the diverse ways customers phrase their queries.

Exam trap

Salesforce often tests the distinction between data quality practices (e.g., completeness, diversity, accuracy) and data governance practices (e.g., privacy, security), so candidates mistakenly select privacy-related options like Option A when the question explicitly asks about data quality.

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

43
MCQmedium

Refer to the exhibit. A data file for click-through model training has the above content. Which data quality issue is most critical to address before training?

A.The header row is missing a column name for the last field
B.Missing value in the Conversions column for the third row
C.Inconsistent date formats across rows
D.Clicks column is an integer but may need scaling
AnswerB

Missing target values cannot be used for supervised learning and must be handled.

Why this answer

Option B is correct because missing values in the Conversions column directly impact the supervised learning target variable. If the label (conversion) is missing for a training instance, the model cannot learn the correct mapping from features to outcome, leading to biased or incomplete training. This is a critical data quality issue that must be addressed before training, typically via imputation or row removal.

Exam trap

Salesforce often tests the distinction between data quality issues that prevent training (like missing target values) versus issues that are merely preprocessing concerns (like scaling or date formatting), leading candidates to overthink minor formatting problems.

How to eliminate wrong answers

Option A is wrong because the header row missing a column name for the last field is a metadata issue, not a data quality issue; the model can still parse the data as long as the values are present and correctly ordered. Option C is wrong because inconsistent date formats across rows, while potentially problematic for feature engineering, do not directly prevent model training; date parsing can be handled during preprocessing. Option D is wrong because the Clicks column being an integer does not inherently require scaling; scaling is a preprocessing step applied to features to improve convergence, not a data quality issue that must be addressed before training.

44
MCQhard

A company is using Einstein Discovery to predict customer churn. The model was created six months ago and has been making predictions. Recently, the model's accuracy has dropped significantly. The data scientist confirms that the data schema has not changed. What is the most likely reason for the drop in accuracy?

A.The data source is not being refreshed daily
B.The model's features have become irrelevant
C.The model is suffering from concept drift
D.The model needs to be retrained weekly instead of monthly
AnswerC

Concept drift happens when the statistical properties of the target variable change over time.

Why this answer

Concept drift occurs when the statistical properties of the target variable change over time, causing the model's predictions to become less accurate even though the data schema remains unchanged. In Einstein Discovery, models are trained on historical data, and if the underlying patterns of customer churn evolve (e.g., due to market shifts or new competitor behavior), the model's learned relationships become stale. Since the data schema is confirmed unchanged, concept drift is the most likely cause of the accuracy drop.

Exam trap

Salesforce often tests the distinction between data schema changes (which would affect feature availability) and concept drift (which affects the relationship between features and the target), leading candidates to incorrectly choose options about data freshness or feature relevance when the real issue is a shift in the underlying data distribution.

How to eliminate wrong answers

Option A is wrong because the data source not being refreshed daily would cause predictions to be based on outdated records, but the question states the model's accuracy dropped significantly and the schema hasn't changed—concept drift is a more fundamental issue than refresh frequency. Option B is wrong because features becoming irrelevant is a form of feature drift, but the question specifies the data schema hasn't changed, meaning the same features are still available; concept drift refers to the relationship between features and the target changing, not the features themselves. Option D is wrong because retraining weekly instead of monthly might help with drift, but the core reason for the drop is that the model's learned patterns no longer match current behavior—simply increasing retraining frequency without addressing the drift source is a band-aid, not the root cause.

45
MCQhard

A credit scoring AI uses 50 features including zip code, age, and income. The model has high accuracy but denies credit disproportionately to a protected group. An audit reveals that zip code is a proxy for race. What is the best course of action?

A.Remove zip code from the feature set and retrain.
B.Replace zip code with more relevant non-discriminatory features and retrain with fairness constraints.
C.Keep zip code but add a fairness penalty to the loss function.
D.Increase transparency by publishing the model's decision criteria.
AnswerB

Targeted feature engineering and fairness constraints mitigate bias.

Why this answer

Option B is correct because replacing biased proxy with more relevant features can maintain accuracy while reducing discrimination. Option A is wrong because simply removing zip code may not eliminate all proxies. Option C is wrong because retraining with same data yields same bias.

Option D is wrong because transparency alone doesn't fix bias.

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

47
Multi-Selecteasy

Which TWO actions help ensure transparency in AI systems according to Salesforce's ethical AI guidelines?

Select 2 answers
A.Limiting access to model outputs to only a few people.
B.Using complex deep learning models without explanation.
C.Automatically retraining models weekly.
D.Documenting model assumptions and limitations.
E.Providing plain-language explanations of model predictions.
AnswersD, E

Documentation is a transparency best practice.

Why this answer

Option D is correct because documenting model assumptions and limitations is a core transparency practice under Salesforce's ethical AI guidelines. It ensures stakeholders understand the boundaries and potential biases of the AI system, enabling informed trust and accountability.

Exam trap

Salesforce often tests the distinction between operational actions (like retraining) and ethical governance actions (like documentation), leading candidates to mistakenly select technically beneficial but ethically irrelevant options.

48
MCQmedium

During model development, the data scientist realizes the training data is not representative of the intended population. What should they do?

A.Remove the underrepresented groups from the scope.
B.Increase model regularization.
C.Use the data as is, as the model will generalize.
D.Augment data with synthetic samples for underrepresented groups.
AnswerD

Augmentation helps create a more representative dataset.

Why this answer

Option B is correct because augmenting with synthetic data for underrepresented groups helps create a more representative dataset. Option A is wrong because using non-representative data can lead to biased models. Option C is wrong because removing groups from scope can lead to exclusion.

Option D is wrong because regularization does not address representativeness.

49
MCQhard

A financial institution deploys an AI model to approve loan applications. The model uses features like income, credit score, and postal code. An audit reveals that the model denies loans at a higher rate for applicants in certain postal codes, which correlate with minority neighborhoods. What should the institution do to align with ethical AI principles?

A.Continue using the model but monitor the denial rates monthly.
B.Add an explanation to applicants in affected areas about why they were denied.
C.Remove postal code from the model and retrain using only non-biased features.
D.Publish a report on the model's disparate impact and accept it as a business risk.
AnswerC

Removing the biased proxy variable helps reduce discrimination.

Why this answer

Option D is correct because removing the biased feature and using alternative features is a direct way to mitigate bias. Option A is wrong as it does not address the root cause. Option B is wrong because it only adds transparency, not fairness.

Option C is wrong because disclosure does not fix the bias.

50
MCQmedium

A financial institution must ensure that customer data used for AI models does not expose personally identifiable information (PII) to unauthorized users. Which Data Cloud feature should be applied to the data model?

A.Delete PII fields from the data model
B.Use Calculated Insights to aggregate sensitive data only
C.Apply data masking and field-level security on sensitive fields
D.Rely on user permissions to restrict access to the entire object
AnswerC

Protects PII while preserving data utility.

Why this answer

Option B is correct because data masking and field-level security can obscure PII. Option A is wrong because deleting fields removes valuable predictors. Option C is wrong because user permissions alone are insufficient for field-level protection.

Option D is wrong because aggregations don't hide underlying raw data.

51
Multi-Selectmedium

A data analyst is evaluating data quality for an Einstein model. Which TWO dimensions are most critical for model accuracy?

Select 2 answers
A.Uniqueness
B.Accuracy
C.Consistency
D.Completeness
E.Timeliness
AnswersB, D

Incorrect values directly degrade model predictions.

Why this answer

Completeness (no missing values) and accuracy (correct values) are fundamental to model performance.

52
Multi-Selectmedium

Which THREE of the following are required when setting up a data stream from Salesforce to Data Cloud?

Select 3 answers
A.Data Stream object definition
B.Data Transform
C.Data Source connection
D.Data Model mapping
E.Data Action
AnswersA, C, D

Defines the stream's schema and source type.

Why this answer

A is correct because a Data Stream object definition is required to specify the schema and fields for the data being ingested from Salesforce into Data Cloud. Without this definition, Data Cloud cannot interpret the structure of the incoming records, making it impossible to map or transform the data.

Exam trap

Salesforce often tests the distinction between mandatory configuration steps and optional enhancements, so the trap here is that candidates mistake Data Transform or Data Action as required because they are commonly used in data pipelines, but they are not prerequisites for establishing the data stream itself.

53
MCQeasy

To recommend the most relevant action for a service agent during a call, which feature should be used?

A.Flow
B.Einstein Next Best Action
C.Quick Actions
D.Process Builder
AnswerB

Provides AI-driven recommendations in real time.

Why this answer

Einstein Next Best Action is the correct feature because it uses AI to analyze the call context in real time and recommend the most relevant action for a service agent, such as offering a specific discount or knowledge article. Unlike static automation tools, it leverages predictive models to adapt recommendations based on customer data and conversation sentiment, ensuring the agent takes the optimal next step.

Exam trap

Salesforce often tests the misconception that any automation tool (like Flow or Process Builder) can provide AI-driven recommendations, but only Einstein Next Best Action is purpose-built for real-time, context-aware suggestions during a service call.

How to eliminate wrong answers

Option A is wrong because Flow is a declarative automation tool for building guided processes or screen flows, but it does not use AI to dynamically recommend actions based on real-time call context. Option C is wrong because Quick Actions are predefined, one-click actions (e.g., log a call, create a task) that are static and not AI-driven, so they cannot recommend the most relevant action during a call. Option D is wrong because Process Builder is a point-and-click tool for automating standard business processes (e.g., record updates, email alerts) and lacks AI capabilities to generate context-aware recommendations.

54
MCQmedium

A hospital uses an AI triage system to prioritize patients in the emergency department. The AI was trained on historical patient data and assigns priority scores based on vital signs and symptoms. Recently, a study finds that the system consistently assigns lower priority to elderly patients compared to younger patients with similar clinical presentations. The hospital's ethics committee is concerned about age discrimination. The current model achieves high accuracy in predicting outcomes, and doctors have come to rely on it for efficiency. What should the hospital do to address the ethical concern while maintaining clinical effectiveness?

A.Replace the AI triage system with a completely new model built from scratch.
B.Retrain the model with a modified objective that penalizes age-based disparities.
C.Continue using the current model since it has high accuracy and efficiency.
D.Remove age as an input feature from the model.
AnswerB

This approach minimizes bias while retaining the model's predictive power, aligning with fairness and accuracy.

Why this answer

Option A is correct because adjusting the objective function to penalize age bias directly addresses the discrimination while keeping the model effective. Option B removes age, but bias may persist through correlated features. Option C requires building a new model from scratch, which is time-consuming and may not be necessary.

Option D ignores the problem.

55
MCQhard

A company uses Einstein Forecasting for revenue prediction. The historical data shows seasonal spikes every quarter. The model consistently underestimates peak periods. What is the best data preparation step to improve accuracy?

A.Increase the forecast horizon to 12 months.
B.Add a 'quarter' index field (1-4) to the dataset.
C.Remove the spike data points as outliers.
D.Use only the last 6 months of data to reduce noise.
AnswerB

Providing explicit seasonality indicators helps the model learn periodic behavior.

Why this answer

Einstein Forecasting can detect seasonality if the data contains enough history and a seasonality marker. Adding a 'quarter' feature explicitly helps the model capture recurring patterns.

56
Multi-Selectmedium

Which THREE factors should an AI Associate consider when evaluating a model for potential bias?

Select 3 answers
A.The complexity of the model architecture.
B.Whether features are correlated with protected attributes.
C.Disparities in model performance metrics across groups.
D.The date the model was last deployed.
E.Whether the training data is representative of all groups.
AnswersB, C, E

Correlation can lead to proxy discrimination.

Why this answer

Option B is correct because if a feature is correlated with a protected attribute (e.g., race, gender, age), the model may inadvertently learn and perpetuate discriminatory patterns, even if the protected attribute itself is not used as an input. This is a key source of indirect or proxy bias in machine learning systems.

Exam trap

Salesforce often tests the misconception that model complexity or deployment recency are relevant to bias detection, when in fact bias is rooted in data representation and feature correlations with protected attributes.

57
MCQhard

Refer to the exhibit. A data analyst receives an error when trying to use this model configuration for Einstein AI predictions. Which issue is most likely causing the error?

A.The feature field "Usage__c" does not exist in the data source.
B.The split ratio of 0.8 is not allowed for classification.
C.The prediction window is shorter than the training window.
D.The target field "Churn__c" is a text field instead of an integer.
AnswerA

Referencing a non-existent field causes a configuration error.

Why this answer

Option C is correct because the feature field "Usage__c" does not exist in the data source, causing a configuration error. Option A is incorrect because a prediction window shorter than training window is normal. Option B is incorrect because classification targets can be text labels, though numeric is common; this alone would not cause an error.

Option D is incorrect because a split ratio of 0.8 is standard for classification.

58
Multi-Selecthard

Which TWO practices are recommended when using AI for automated decision-making in hiring?

Select 2 answers
A.Use the AI model as the sole decision-maker.
B.Regularly audit the model for adverse impact.
C.Use all available data including protected attributes.
D.Incorporate human review for high-stakes decisions.
E.Ignore adverse impact if the model is accurate.
AnswersB, D

Auditing detects bias.

Why this answer

Option B is correct because regular auditing for adverse impact is a core ethical practice to detect and mitigate bias in AI-driven hiring systems. Audits involve statistical analysis (e.g., the four-fifths rule from the Uniform Guidelines on Employee Selection Procedures) to compare selection rates across protected groups, ensuring the model does not disproportionately disadvantage certain demographics.

Exam trap

Salesforce often tests the misconception that model accuracy alone justifies automated decisions, tempting candidates to pick 'Ignore adverse impact if the model is accurate' (Option E) without recognizing that fairness and ethical compliance are separate, non-negotiable requirements.

59
Multi-Selectmedium

Which TWO of the following are considered core ethical principles in AI according to Salesforce’s AI Ethics?

Select 2 answers
A.Accountability
B.Popularity
C.Transparency
D.Speed
E.Profitability
AnswersA, C

Accountability means humans are responsible for AI outcomes.

Why this answer

Options B and D are correct: Accountability and Transparency are key principles. Option A (Profitability) is not an ethical principle. Option C (Speed) is not a principle.

Option E (Popularity) is not a principle.

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

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

62
MCQhard

Refer to the exhibit. A team is deploying an AI model for credit scoring. The model uses a complex neural network with high accuracy. The team has performed bias testing and used a representative dataset. According to the policy, what is the MOST significant ethical gap?

A.The training data may not be representative
B.Customer consent was not obtained
C.Bias testing was not performed
D.The model lacks explainability, which is not required by the policy
AnswerD

Explainability is optional but critical for ethical credit scoring.

Why this answer

Option D is correct because the policy explicitly requires explainability for high-risk AI models, such as those used in credit scoring. A complex neural network inherently lacks explainability, and the team has not addressed this requirement, making it the most significant ethical gap despite high accuracy and bias testing.

Exam trap

Salesforce often tests the misconception that high accuracy and bias testing alone satisfy ethical requirements, but in high-risk domains like credit scoring, explainability is a mandatory policy requirement that candidates overlook.

How to eliminate wrong answers

Option A is wrong because the team has already used a representative dataset, so the training data being not representative is not a gap. Option B is wrong because the policy does not explicitly require customer consent for model deployment; the focus is on bias testing, fairness, and explainability. Option C is wrong because bias testing was performed, so this is not a gap.

63
MCQeasy

A financial services company deploys an AI system to approve small business loans. The system uses a deep neural network trained on historical loan data. After deployment, an internal audit reveals that the approval rate for minority-owned businesses is 15% lower than for non-minority-owned businesses with similar financial profiles. The company's AI Ethics policy requires that AI systems be fair and transparent. The data science team has access to the training data, model architecture, and feature importance scores. The company wants to understand why the disparity exists and take corrective action. Which approach should the team take first?

A.Analyze the training data to determine if there is sampling bias or labeling bias that caused the model to associate minority ownership with higher risk.
B.Apply a disparate impact analysis to quantify the adverse impact and then adjust the decision threshold.
C.Examine the model's weights and activations to identify which features contribute to the disparity.
D.Retrain the model with a fairness constraint that penalizes disparities in approval rates.
AnswerA

Bias often stems from training data; analyzing data for imbalances or incorrect labels is the first logical step.

Why this answer

Option A is correct because the first step in diagnosing an AI fairness issue is to audit the training data for biases such as sampling bias (e.g., underrepresentation of minority-owned businesses) or labeling bias (e.g., historical loan officers unfairly labeling minority applicants as higher risk). Since the team has access to the training data, analyzing it directly addresses the root cause of the disparity before making model-level changes. This aligns with the AI Ethics policy requirement for transparency, as data bias is a common source of unfair outcomes in deep neural networks trained on historical data.

Exam trap

Salesforce often tests the principle that data bias is the most common root cause of AI fairness issues, tempting candidates to jump to model-level fixes (like threshold adjustment or fairness constraints) instead of first auditing the training data for sampling or labeling bias.

How to eliminate wrong answers

Option B is wrong because applying a disparate impact analysis and adjusting the decision threshold treats the symptom (unequal approval rates) rather than investigating the underlying cause in the data or model; it may also violate transparency requirements if the threshold adjustment is not explainable. Option C is wrong because examining model weights and activations in a deep neural network is a black-box approach that is unlikely to reveal clear, interpretable causes of disparity, especially when feature importance scores are already available and the team should first check the data. Option D is wrong because retraining with a fairness constraint is a corrective action that should be taken only after understanding the source of bias; jumping to this step without data analysis risks introducing new biases or masking the original problem.

64
MCQmedium

Refer to the exhibit. A company uses an AI model for loan approvals. The error log shows a drift warning for a specific zip code, followed by a retraining failure due to insufficient data. What is the MOST ethical concern?

A.The model may produce biased outcomes for underserved groups
B.The system failed to log the error
C.The system ignored the drift warning
D.The retraining process is too slow
AnswerA

Lack of data for a group can lead to biased predictions.

Why this answer

The drift warning indicates that the model's performance has degraded for a specific zip code, likely due to changes in the underlying data distribution. When retraining fails due to insufficient data, the model cannot adapt to these changes, which can lead to biased outcomes for underserved groups in that zip code. This is the most ethical concern because it directly impacts fairness and equity in automated decision-making.

Exam trap

Salesforce often tests the distinction between ethical concerns and operational or technical issues, so candidates may mistakenly choose a performance-related option (like retraining being too slow) instead of recognizing the fairness and bias implications of a model failing to adapt to data drift for a specific population.

How to eliminate wrong answers

Option B is wrong because the error log explicitly shows a drift warning and a retraining failure, meaning the system did log the error. Option C is wrong because the system did not ignore the drift warning; it attempted retraining but failed due to insufficient data. Option D is wrong because the retraining process being too slow is a performance issue, not the primary ethical concern; the core ethical issue is the potential for biased outcomes when retraining cannot occur.

65
MCQeasy

A company launches a chatbot that interacts with customers. The chatbot does not disclose that it is an AI. Which ethical principle is most directly violated?

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

Users have a right to know they are interacting with AI.

Why this answer

Option B is correct: Transparency requires disclosing that the interaction is with AI. Option A is wrong because accountability is about responsibility. Option C is wrong because fairness is about bias.

Option D is wrong because privacy is about data handling.

66
MCQhard

A data integration specialist is using Data Pipelines to combine Salesforce data with an external CSV file. The CSV has a header row but some rows have extra commas, causing parsing errors. What should the specialist do?

A.Use a Data Transform recipe to clean the data before ingestion
B.Edit the CSV manually
C.Increase the pipeline timeout
D.Reject the entire file and request a corrected version
AnswerA

Data Transform recipes can standardize rows, handle extra delimiters, and log errors.

Why this answer

Option B is correct because a Data Transform recipe can handle malformed rows by stripping extra commas or parsing with a delimiter that accommodates quoted fields. Manual editing is inefficient; rejecting the whole file loses data; increasing timeout does not fix parsing.

67
MCQeasy

What is being performed in this command?

A.Feature engineering
B.Batch prediction
C.Model training
D.Data validation
AnswerB

The command predicts on new CSV data.

Why this answer

Option A is correct because the command uses the 'predict' argument to generate predictions on new data using an existing model. Option B is wrong because model training would use 'train' instead of 'predict'. Option C is wrong because data validation is not indicated.

Option D is wrong because feature engineering would produce features, not predictions.

68
MCQeasy

A user asks an Einstein chatbot 'What is my current account balance?' The chatbot has been trained on transactions but is not supposed to reveal account data. Which ethical principle is at risk?

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

Customer financial information is sensitive and must be protected.

Why this answer

Revealing personal financial data violates the principle of privacy.

69
MCQmedium

A nonprofit uses Salesforce AI to prioritize outreach to donors. The model recommends contacting only high-income individuals. Which ethical principle is most compromised?

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

Excluding low-income donors is unfair and contrary to nonprofit mission.

Why this answer

Option C is correct because fairness requires equal treatment and not excluding based on income. Option A is wrong as privacy is not directly violated. Option B is wrong because the model may be transparent but still unfair.

Option D is wrong because accountability is secondary.

70
MCQhard

A financial institution uses Einstein Discovery to analyze loan applications. The model denies loans at a higher rate for a particular ethnicity. The data is unbiased, but the model learned societal biases. Which action BEST aligns with ethical AI practices?

A.Apply fairness constraints and re-evaluate the model
B.Provide an explanation to denied applicants
C.Use the model as is since the data is unbiased
D.Rely on standard performance metrics like accuracy
AnswerA

Fairness constraints help reduce bias and promote equitable outcomes.

Why this answer

Option D is correct because using fairness metrics and adjusting thresholds can mitigate learned bias. Option A is wrong as it may still discriminate. Option B is wrong because explanation alone doesn't fix bias.

Option C is wrong as standard metrics may not capture fairness.

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

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

73
MCQeasy

A Salesforce admin is setting up an AI-powered lead scoring system. To ensure ethical use, what should they prioritize?

A.Ensure the training data includes as many records as possible
B.Set the system to automatically prioritize the highest-scoring leads
C.Regularly audit the model for bias and adjust scoring to ensure fairness across customer segments
D.Use the default model provided by Salesforce without customization
AnswerC

Ongoing audits and adjustments uphold ethical standards.

Why this answer

Ethical AI requires fairness, accountability, and transparency. Option C (regularly auditing for bias and ensuring fair treatment across segments) is the most comprehensive approach. Option A (prioritizing highest scoring leads) may ignore bias.

Option B (using default model) may inherit biases. Option D (focusing only on data volume) does not address ethical concerns.

74
MCQeasy

A company wants to use Einstein Vision for product categorization. To ensure ethical use, they should:

A.Avoid using any images that contain people.
B.Test the model for bias across different demographic groups.
C.Use only high-resolution images.
D.Only use images from a single demographic.
AnswerB

Directly addresses fairness.

Why this answer

Testing for bias across demographic groups helps ensure the model treats all users fairly.

75
MCQeasy

A data scientist is training a model to predict customer churn. To ensure fairness, what should the data scientist do?

A.Focus solely on model accuracy ignoring demographic groups.
B.Ensure the training data is representative of the entire customer base.
C.Remove all demographic attributes from the dataset.
D.Use only historical data without checking for bias.
AnswerB

Representative data reduces the risk of bias.

Why this answer

Option B is correct because ensuring the training data is representative of the entire customer base directly addresses fairness by preventing underrepresentation or overrepresentation of specific demographic groups. A representative dataset helps the model learn unbiased patterns across all segments, reducing the risk of disparate impact. This aligns with the principle of fairness in AI, where the model's predictions should not systematically disadvantage any group.

Exam trap

Salesforce often tests the misconception that simply removing sensitive attributes (like race or gender) is sufficient to ensure fairness, when in reality the model can still learn proxies for those attributes from other correlated features.

How to eliminate wrong answers

Option A is wrong because focusing solely on model accuracy while ignoring demographic groups can lead to a model that performs well overall but has high error rates for minority groups, violating fairness principles. Option C is wrong because simply removing all demographic attributes does not guarantee fairness; the model can still learn proxies for those attributes from other correlated features (e.g., zip code for race), a phenomenon known as 'redundant encoding.' Option D is wrong because using only historical data without checking for bias propagates existing societal biases present in the data, leading to discriminatory outcomes.

Page 1 of 7

Page 2

All pages

Practice AI Associate by domain

Target a specific domain to shore up weak areas.

See all domains with question counts →