Salesforce AI Associate AI Associate (AI Associate) — Questions 451506

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

Page 6

Page 7 of 7

451
MCQeasy

A Salesforce admin wants to use Einstein Recommendations to suggest products. What is a key requirement for the data used to train the recommendation model?

A.Product prices must be stored in a custom currency field.
B.User profiles must include demographic data.
C.A minimum of 1,000 user-product interactions must exist.
D.Product descriptions must be at least 100 characters long.
AnswerC

Einstein Recommendations typically requires at least 1,000 interactions to generate meaningful recommendations.

Why this answer

Einstein Recommendations requires a minimum of 1,000 user-product interactions (such as views, clicks, or purchases) to train a statistically significant collaborative filtering model. This threshold ensures the algorithm can identify meaningful patterns in user behavior and generate accurate product suggestions.

Exam trap

The trap here is that candidates often assume Einstein Recommendations requires product metadata (like prices or descriptions) or user demographics, but the core requirement is purely a minimum volume of user-product interaction data.

How to eliminate wrong answers

Option A is wrong because product prices are not required for the collaborative filtering algorithm used by Einstein Recommendations; the model focuses on user-product interactions, not monetary values. Option B is wrong because demographic data is optional and not a key requirement; Einstein Recommendations primarily relies on behavioral data (interactions) rather than user profile attributes. Option D is wrong because product descriptions are irrelevant to the training data; the model uses interaction events, not text content, to generate recommendations.

452
Multi-Selectmedium

To comply with Salesforce's AI ethics principles when using Einstein Bots, which two practices should be implemented?

Select 2 answers
A.Allow users to escalate to a human agent.
B.Use the bot to make all customer decisions autonomously.
C.Store all conversation transcripts indefinitely.
D.Disclose that the user is interacting with a bot.
E.Minimize data collection to only what is necessary.
AnswersA, D

Human oversight ensures accountability.

Why this answer

Disclosing bot identity (transparency) and allowing human escalation (accountability) are key ethical practices.

453
MCQeasy

A company wants to use Einstein Bots to handle customer support queries. Which preparation is most important before deploying the bot?

A.Train all agents on how to monitor the bot.
B.Set up a new email channel for the bot.
C.Ensure the knowledge base articles are well-organized and cover common issues.
D.Create a custom object to store bot conversations.
AnswerC

Einstein Bots use Knowledge to answer queries.

Why this answer

Option C is correct because Einstein Bots rely on a well-organized knowledge base to retrieve accurate answers for customer queries. Without properly structured articles covering common issues, the bot cannot effectively resolve tickets, leading to poor deflection rates and user frustration. This preparation directly impacts the bot's ability to understand and respond to natural language inputs using Salesforce's NLP and article matching.

Exam trap

Salesforce often tests the misconception that operational tasks (like agent training or data storage) are more critical than content preparation, leading candidates to overlook the foundational role of knowledge base organization in bot success.

How to eliminate wrong answers

Option A is wrong because training agents to monitor the bot is a post-deployment operational task, not a prerequisite for deployment; the bot's core functionality depends on knowledge base readiness, not agent oversight. Option B is wrong because Einstein Bots operate on existing channels like web chat or messaging services (e.g., Facebook Messenger), not a dedicated email channel; setting up a new email channel is irrelevant and not required for bot deployment. Option D is wrong because storing bot conversations in a custom object is an optional reporting or compliance feature, not a mandatory preparation; the bot uses standard Salesforce objects like Case and Chat Transcript by default.

454
MCQmedium

A sales team is using Einstein Lead Scoring, but the scores for new leads seem inconsistent and not reflecting recent conversion patterns. The admin checks the model and finds it was trained three months ago. Which action should the admin take to improve model accuracy?

A.Retrain the Einstein Lead Scoring model with the latest lead data.
B.Manually override the lead scores for a sample of leads.
C.Increase the field history retention period for lead fields.
D.Adjust field-level security to allow the model to access more fields.
AnswerA

Retraining with recent data improves model accuracy.

Why this answer

Option C is correct because retraining the model with recent data will capture current conversion patterns. Option A is wrong because increasing field history retention does not retrain the model. Option B is wrong because field-level security does not affect scoring.

Option D is wrong because adjusting scoring ranges manually defeats the purpose of machine learning.

455
MCQhard

A large enterprise is using Einstein Lead Scoring and notices that the model score is not updating for leads created via a web-to-lead form. The leads have all required fields populated. The admin has verified that the model is active and the data source includes the Lead object. What could be causing the score to remain static?

A.The data source excludes leads created by web-to-lead
B.Web-to-lead leads are not supported by Einstein AI
C.The model is not yet activated
D.The model has not scored enough leads to start scoring new ones
AnswerD

Einstein requires a critical mass of scored records to calibrate the model before scoring new leads.

Why this answer

Option D is correct because Einstein Lead Scoring requires a minimum number of scored leads (typically 500) before it begins scoring new leads. Until that threshold is met, the model remains in a 'training' or 'pending' state and will not update scores for any leads, including those from web-to-lead forms. The admin has confirmed the model is active and the Lead object is included, so the most likely cause is that the model has not yet processed enough leads to start scoring.

Exam trap

Salesforce often tests the concept that Einstein AI models require a minimum data threshold before they become operational, and candidates mistakenly assume that an 'active' model immediately scores all leads, ignoring the training/pending state requirement.

How to eliminate wrong answers

Option A is wrong because the data source for Einstein Lead Scoring includes all leads in the Lead object by default; there is no option to exclude leads based on creation method (e.g., web-to-lead). Option B is wrong because Einstein AI fully supports leads created via web-to-lead forms; there is no restriction on lead source. Option C is wrong because the admin has already verified that the model is active, so the model is not in an 'inactive' or 'not yet activated' state.

456
MCQeasy

A company wants to use its data from Salesforce to train an Einstein AI model. However, they need to exclude records where the customer has opted out of data use. Which field should they configure in the Data Manager?

A.A checkbox field named Data Use Opt-Out
B.The Record Type of the object
C.A picklist field on the object
D.A formula field that evaluates to true
AnswerA

Salesforce Data Manager uses a checkbox field to mark records that should be excluded from AI training.

Why this answer

Option A is correct because the Data Manager in Einstein AI uses a standard checkbox field named 'Data Use Opt-Out' to identify records that should be excluded from model training. When this checkbox is true, the system automatically filters out those records during data preparation, ensuring compliance with data privacy requirements.

Exam trap

Salesforce often tests the misconception that any field indicating consent can be used, but the Data Manager specifically requires a checkbox field named 'Data Use Opt-Out' to automatically filter records.

How to eliminate wrong answers

Option B is wrong because the Record Type field is used for business process differentiation and page layouts, not for indicating data usage consent; it has no built-in mechanism to exclude records from AI training. Option C is wrong because a picklist field, while it could theoretically store opt-out status, is not recognized by the Data Manager as a standard field for data exclusion; the system specifically looks for the checkbox field. Option D is wrong because a formula field that evaluates to true is not a standard field type that the Data Manager can interpret for opt-out filtering; the Data Manager requires a native checkbox field to trigger exclusion logic.

457
MCQeasy

A company uses an AI chatbot that automatically responds to customer service inquiries. When a customer questions the bot's response, there is no mechanism for the customer to appeal or speak to a human. What ethical principle is being violated?

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

Accountability requires human oversight and the ability to override AI decisions.

Why this answer

Option D is correct because human oversight and the ability to escalate to a human is essential for accountability. Option A is wrong because privacy may be fine. Option B is wrong because the bot may be accurate but lack fairness due to no recourse.

Option C is wrong because the bot may be transparent about what it does.

458
MCQhard

A healthcare organization uses Salesforce to develop an AI model for patient readmission prediction. They must comply with HIPAA regulations. The dataset includes patient names, addresses, medical record numbers, and detailed clinical notes. The data scientist plans to train a supervised model using historical readmission outcomes. What is the most important data governance step before model training?

A.Use only aggregated data that does not include any patient-level details.
B.De-identify all protected health information (PHI) by removing or masking identifiers.
C.Obtain written patient consent for every record used in training.
D.Store the data in a separate, encrypted environment with access controls.
AnswerB

De-identification ensures compliance with HIPAA and protects patient privacy, allowing safe use of data for AI.

Why this answer

Option B is correct because HIPAA mandates that protected health information (PHI) must be de-identified before it can be used for model training without patient authorization. Removing or masking identifiers such as names, addresses, and medical record numbers ensures the dataset no longer contains individually identifiable information, allowing the organization to comply with the HIPAA Privacy Rule while still using clinical notes for predictive modeling.

Exam trap

Salesforce often tests the misconception that security controls like encryption or access controls alone satisfy HIPAA compliance, when in fact de-identification is the primary requirement for using PHI in AI model training without patient consent.

How to eliminate wrong answers

Option A is wrong because using only aggregated data would remove the granular patient-level details needed to train a supervised model for readmission prediction, which requires individual outcomes to learn patterns. Option C is wrong because obtaining written patient consent for every record is impractical for large historical datasets and is not required under HIPAA if PHI is properly de-identified. Option D is wrong because while storing data in an encrypted environment with access controls is a good security practice, it does not address the core HIPAA requirement to de-identify PHI before using it for model training; encryption alone does not make data non-PHI.

459
MCQeasy

When using Einstein Lead Scoring, which data source is most critical for generating accurate lead scores?

A.Lead source (e.g., Webinar, Trade Show)
B.Lead field update timestamps
C.Email open rates from marketing campaigns
D.Converted lead records with attached opportunities
AnswerD

The model learns from past conversions; opportunities show which leads actually became customers.

Why this answer

Converted lead records with attached opportunities are the most critical data source because Einstein Lead Scoring uses supervised machine learning to analyze historical patterns in leads that successfully converted into opportunities. By training on these converted records, the model learns which lead attributes and behaviors are predictive of conversion, enabling it to assign accurate scores to new leads. Without this historical conversion data, the model lacks the ground truth needed to distinguish high-quality leads from low-quality ones.

Exam trap

Salesforce often tests the misconception that any single lead attribute (like source or email engagement) is the most critical input, when in fact the model's accuracy depends entirely on having historical conversion data to learn from.

How to eliminate wrong answers

Option A is wrong because lead source is just one of many features Einstein Lead Scoring evaluates, but it is not the most critical data source; the model requires historical conversion outcomes to weight such features properly. Option B is wrong because lead field update timestamps indicate recency of activity but do not provide the conversion outcome data needed to train the predictive model. Option C is wrong because email open rates from marketing campaigns are behavioral signals that can be used as features, but they are insufficient without converted lead records to establish which behaviors actually correlate with successful conversions.

460
Multi-Selecthard

A data scientist is using Einstein Discovery to analyze sales data. The model results show a high correlation between two predictor variables. Which TWO actions should the data scientist take?

Select 2 answers
A.Apply regularization.
B.Combine them into a single feature.
C.Include both to capture more information.
D.Increase the sample size.
E.Remove one of the correlated variables.
AnswersB, E

Creates a new variable that captures the combined effect.

Why this answer

Removing one correlated variable or combining them reduces multicollinearity.

461
MCQhard

A data scientist notices that a Salesforce Einstein model's performance degrades over time. The model was trained on data from the last year. What is the most likely cause?

A.Concept drift
B.Underfitting
C.Data leakage
D.Overfitting
AnswerA

Concept drift describes changes in the relationship between predictors and target over time, leading to performance decay.

Why this answer

Option D is correct because concept drift occurs when the underlying data distribution changes over time, causing model degradation. Overfitting and underfitting are training issues, not time-dependent; data leakage would cause overestimation initially.

462
Multi-Selecteasy

Which TWO actions promote transparency in AI decision-making?

Select 2 answers
A.Use black-box models that maximize accuracy.
B.Document the model's limitations and potential biases.
C.Keep the AI algorithms proprietary to protect intellectual property.
D.Only share the final results of the AI system.
E.Provide clear explanations for significant AI decisions.
AnswersB, E

Transparency includes being honest about what the model cannot do.

Why this answer

Options A and B are correct. Providing explanations and documenting limitations help users understand and trust the AI. Keeping algorithms proprietary (C) reduces transparency.

Black-box models (D) are inherently opaque. Only sharing results (E) hides the process.

463
MCQeasy

Refer to the exhibit. An admin created a prediction using Einstein Prediction Builder. The prediction is configured to calculate a score on the Lead object. What does the JSON indicate about the model?

A.It predicts a numeric value
B.It predicts the value of a text field
C.It is currently retraining the model
D.It predicts a binary outcome (e.g., convert or not)
AnswerD

Binary classification yields two possible results.

Why this answer

Option D is correct because Einstein Prediction Builder for the Lead object, when configured to predict a binary outcome like 'convert or not,' outputs a JSON payload containing a 'probability' field (e.g., 0.85) and a 'predictedValue' field (e.g., 'Converted' or 'Not Converted'). The JSON shown indicates a classification model that assigns a probability to one of two discrete classes, which is the hallmark of binary classification. The presence of a 'predictedValue' field with a categorical label confirms it is not a regression (numeric) or multi-class text prediction.

Exam trap

Salesforce often tests the distinction between regression (numeric prediction) and classification (binary outcome) by showing a JSON with a 'probability' field, leading candidates to mistakenly think it predicts a numeric value when the 'predictedValue' field clearly indicates a categorical label.

How to eliminate wrong answers

Option A is wrong because predicting a numeric value (regression) would produce a JSON with a single numeric 'value' field and no categorical 'predictedValue' or 'probability' fields, whereas the exhibit shows a 'predictedValue' with a string label. Option B is wrong because predicting a text field (e.g., a free-form string) would require a different model type (like Einstein Text Prediction) and the JSON would contain a 'text' or 'value' field, not a binary 'predictedValue' with two possible states. Option C is wrong because the JSON does not include any retraining status indicators such as 'retrainingInProgress: true' or 'modelStatus: retraining'; the model is deployed and serving predictions, as shown by the presence of a score.

464
MCQeasy

A company uses Einstein Prediction Builder to score leads. The model systematically gives lower scores to leads from a particular geographic region, even though those leads often convert. Which action should the company take to address this ethical concern?

A.Switch to a different AI vendor.
B.Ignore the bias because the model is proprietary.
C.Retrain the model with a balanced dataset that includes more leads from the under-scored region.
D.Remove the region field from the model entirely.
AnswerC

Retraining with balanced data directly addresses the bias by giving equal representation.

Why this answer

Retraining with a balanced dataset helps mitigate bias by ensuring the model learns from a representative sample, aligning with fairness principles.

465
MCQeasy

A company uses Einstein Prediction Builder to recommend products. They notice the model often recommends high-priced items to users in affluent areas, potentially excluding others. What should the AI Associate do first?

A.Remove the model from production immediately.
B.Ignore the issue because the model predictions are accurate overall.
C.Add more features about customer income.
D.Check the training data for representation and bias.
AnswerD

Addressing data bias is the first step per Salesforce ethical AI guidelines.

Why this answer

The correct first step is to check the training data for representation and bias because the model's tendency to recommend high-priced items to affluent areas suggests the training data may be skewed or contain historical biases. Einstein Prediction Builder relies on historical data to learn patterns, and if the data over-represents affluent users or under-represents others, the model will perpetuate those biases. Auditing the data for fairness and representation is the foundational step before any remediation, as per responsible AI practices.

Exam trap

Salesforce often tests the misconception that adding more features or immediately removing the model is the right fix, when the correct first step is always to audit the training data for bias and representation.

How to eliminate wrong answers

Option A is wrong because removing the model from production immediately is a drastic, premature action without first diagnosing the root cause; the issue may be fixable through data adjustments or retraining. Option B is wrong because ignoring the issue violates ethical AI principles and could lead to discriminatory outcomes, even if overall accuracy is high, as fairness is a separate metric from accuracy. Option C is wrong because adding more features about customer income could exacerbate bias or introduce privacy concerns, and the core problem is likely in the existing data distribution, not a lack of features.

466
Multi-Selectmedium

Which TWO actions align with ethical AI practices in Salesforce?

Select 2 answers
A.Using only internal data for training
B.Automating all decisions without human review
C.Monitoring models for bias
D.Using customer data without explicit consent
E.Providing explanations for AI predictions
AnswersC, E

Bias monitoring ensures fairness over time.

Why this answer

Options B and C are correct. Providing explanations for AI predictions ensures transparency, and monitoring models for bias is a core ethical practice. Option A is wrong because using data without consent violates privacy.

Option D is wrong because automating all decisions removes human oversight. Option E is wrong because restricting to internal data may limit inclusivity.

467
MCQhard

A company uses Einstein Prediction Builder to predict whether a lead will convert. The model's confidence score is low, and the admin wants to improve accuracy. What is the most effective action?

A.Create multiple prediction models and average their scores
B.Add more custom fields as predictor fields
C.Increase the amount of historical data for training
D.Increase the frequency of model retraining
AnswerC

More data generally improves model accuracy.

Why this answer

Option B is correct because increasing the amount of high-quality historical data provides more examples for the model to learn from, improving accuracy. Option A is incorrect because more features can improve accuracy but only if they are relevant; just adding any field may cause noise. Option C is incorrect because Einstein models train automatically on your data, and you cannot directly increase training frequency.

Option D is incorrect because training multiple models is not supported and doesn't improve the single model.

468
MCQhard

A data scientist discovers that an AI model used for loan approval predicts high default risk disproportionately for a specific demographic group. What is the first step to address this issue?

A.Use a different algorithm
B.Audit the training data for bias
C.Remove demographic features from the model
D.Retrain the model with more data
AnswerB

Auditing helps identify and mitigate bias in data.

Why this answer

Option B is correct because auditing the training data for bias helps identify if the model learned biased patterns. Option A is wrong because retraining with more data may not solve the bias if the new data also contains bias. Option C is wrong because removing demographic features may not eliminate bias if other correlated features exist.

Option D is wrong because changing the algorithm does not address biased data.

469
MCQeasy

A retail company has implemented a Salesforce AI lead scoring model to prioritize high-value customers. After three months, the model's AUC-ROC score is only 0.55, indicating poor performance. The data scientist reviews the training data and finds that 20% of the records are exact duplicates due to multiple data imports from different sources. The duplicates have inconsistent target labels (some labeled 'converted', others 'not converted'). What should the data scientist do to improve model performance?

A.Downsample duplicates to reduce their impact but keep all records.
B.Use the duplicates as a separate class to indicate noisy data.
C.Remove all duplicate records and keep only one instance per duplicate group, resolving label conflicts by majority vote.
D.Keep all duplicates because they represent multiple interactions; increase model complexity to handle them.
AnswerC

This cleans the data, removes noise, and provides consistent labels, likely improving model performance.

Why this answer

Duplicate records with conflicting labels confuse the model. Removing duplicates and resolving label conflicts (e.g., by majority vote) is the most effective step to clean the data and improve performance.

470
MCQhard

A bank uses Einstein to approve loan applications. The model is trained on data that includes zip codes. Analysis shows that applicants from low-income zip codes are disproportionately rejected, even when their credit profiles are similar. What is the most likely ethical issue?

A.Privacy violation due to zip code use
B.Use of a proxy for protected attributes
C.Lack of transparency in decision-making
D.Unreliable model performance
AnswerB

Zip code can proxy for race/income, leading to unfair discrimination.

Why this answer

The correct answer is C because zip code can be a proxy for race or socioeconomic status, leading to proxy discrimination. Option A is wrong because transparency is not the primary issue here. Option B is wrong because reliability is about accuracy, not bias.

Option D is wrong because privacy is not violated by using zip code alone.

471
MCQeasy

A retail company uses Salesforce Data Cloud to power Einstein AI for personalized product recommendations. They have integrated customer data from multiple sources: ERP (order history), marketing automation (email engagement), and web analytics (browsing behavior). The data model includes a unified Customer__dlm object with fields: Age__c, TotalSpend__c, LastPurchaseDate__c, EmailEngagementScore__c, and WebSessionCount__c. The AI model is configured to predict "LikelyToPurchaseNextWeek__c" (Boolean). The data team has noticed that the predictions are less accurate for new customers (those with less than 30 days of data). The model was trained on all customer data without any filtering. The team wants to improve model performance without increasing training frequency. What should they do?

A.Increase the training window from Last_90_Days to Last_180_Days to include more data.
B.Include a new feature such as 'DaysSinceFirstPurchase__c' to capture customer maturity.
C.Change the model from classification to regression to predict a probability instead of binary.
D.Exclude new customers from the training set to focus on established customers.
AnswerB

This feature directly differentiates new and established customers, helping the model adapt.

Why this answer

Option A is correct because adding a feature that captures customer tenure (e.g., days since first purchase) allows the model to learn patterns specific to new vs. established customers, improving accuracy. Option B is incorrect because increasing the training window does not address the lack of tenure information. Option C is incorrect because excluding new customers would bias the model and ignore a valuable segment.

Option D is incorrect because changing to regression would not solve the underlying issue and changes the problem scope.

472
MCQhard

A Salesforce admin is configuring Einstein Search for an organization with users in multiple countries. Which ethical consideration is most important?

A.Stop word exclusion.
B.Query performance optimization.
C.Tokenization settings.
D.Language bias in the search results.
AnswerD

Bias against certain languages can disadvantage users.

Why this answer

Language bias can lead to unequal search quality for non-English speakers, making it a key ethical concern.

473
MCQeasy

A sales manager wants to automatically prioritize leads based on their likelihood to convert. Which Einstein feature should the admin enable?

A.Einstein Lead Scoring
B.Einstein Activity Capture
C.Einstein Prediction Builder
D.Einstein Bot
AnswerA

Einstein Lead Scoring directly scores leads based on conversion likelihood.

Why this answer

Einstein Lead Scoring uses historical data to predict lead conversion probability and assign scores, enabling prioritization.

474
MCQmedium

Refer to the exhibit. A data scientist sees this error when training an Einstein Discovery model for customer churn prediction. What is the most likely reason for the error?

A.The field count (8) exceeds the maximum of 5 allowed fields.
B.The positive examples (180) are insufficient for the number of fields (8).
C.The model name contains a version number, which is not allowed.
D.The dataset has too few records (3200) for 8 fields.
AnswerB

50 per field * 8 = 400; 180 is below the threshold.

Why this answer

Einstein Discovery requires at least 50 positive examples per predictor field. With 8 fields, at least 400 positive examples are needed. Only 180 were provided, causing the error.

475
MCQmedium

A company is developing an AI model to screen job applications. The training data is heavily skewed toward candidates from a specific demographic. What is the most important step the team should take to address potential ethical concerns?

A.Remove all sensitive attributes from the data before training.
B.Ensure the training data is diverse and representative of all demographics.
C.Deploy the model quickly and monitor for complaints.
D.Increase the overall size of the training dataset without regard to distribution.
AnswerB

Diverse data reduces bias and improves fairness.

Why this answer

Option B is correct: Using diverse and representative training data helps mitigate bias. Option A is wrong because simply increasing data size without addressing imbalance may amplify bias. Option C is wrong because removing sensitive attributes can still allow proxies.

Option D is wrong because deploying quickly without validation risks ethical harm.

476
Multi-Selecthard

Which THREE factors influence the prediction accuracy of Einstein Lead Scoring?

Select 3 answers
A.Custom formula fields on the lead object
B.Number of times a lead is viewed by sales reps
C.Historical conversion data of leads
D.Conversion patterns across different lead sources
E.Values in standard lead fields like industry and company size
AnswersC, D, E

The model learns from past conversions.

Why this answer

Option C is correct because Einstein Lead Scoring relies on historical conversion data to identify patterns that distinguish leads likely to convert. By analyzing past leads that converted, the model learns which attributes and behaviors correlate with successful outcomes, directly influencing prediction accuracy.

Exam trap

Salesforce often tests the misconception that any lead-related data, such as custom formula fields or rep viewing counts, directly influences Einstein Lead Scoring, when in fact only historical conversion data and patterns from standard fields like industry and lead source are used.

477
MCQeasy

Refer to the exhibit. An organization implements this AI fairness policy for their Einstein Prediction Builder model. What is the most significant ethical gap in this policy?

A.It does not include enough protected attributes
B.The demographic parity metric is inappropriate for this use case
C.It does not specify a process for reviewing and remediating models that fail the fairness threshold
D.The monitoring schedule is too frequent
AnswerC

Without a remediation process, the policy lacks accountability.

Why this answer

The policy lacks enforcement of human oversight or a process for when the threshold is violated. Option A (It does not specify a process for reviewing models that fail the fairness threshold) is correct because ethical AI requires accountability and remediation. Option B (Protected attributes are too few) - race and gender are key, but not the main gap.

Option C (Monitoring interval) is specified. Option D (Fairness metric choice) - demographic parity is common.

478
MCQmedium

Refer to the exhibit. A data access policy is defined for a customer data set. Which statement best describes this policy?

A.All users can read customer data.
B.Only users in the EU region can read customer data, with emails and phones partially masked.
C.All users can read customer data but only those in the EU can see unmasked emails.
D.Only users in the EU region can read customer data, with emails and phones fully hidden.
AnswerB

The condition 'region eq EU' limits access, and masking method 'partial' obscures part of the data.

Why this answer

Option B is correct because the policy shown in the exhibit applies a row-level security filter that restricts access to customer data based on the user's region, and a column-level masking rule that partially masks email and phone fields. Only users whose region attribute is set to 'EU' can view the rows, and even then, the email and phone columns are obfuscated (e.g., j***@example.com, ***-***-1234). This matches the behavior of a data masking policy combined with a regional access filter, which is a common pattern in data platforms like Snowflake or AWS Lake Formation.

Exam trap

Salesforce often tests the distinction between 'partial masking' and 'full hiding' in data access policies, where candidates mistakenly assume that a regional restriction implies full obfuscation rather than a controlled partial reveal.

How to eliminate wrong answers

Option A is wrong because the policy does not grant read access to all users; it explicitly restricts access to only users in the EU region. Option C is wrong because it claims all users can read customer data, which contradicts the regional filter, and it also states that EU users can see unmasked emails, whereas the policy partially masks emails and phones for all viewers. Option D is wrong because it says emails and phones are fully hidden, but the policy applies partial masking (e.g., showing a portion of the data), not complete suppression.

479
Multi-Selecteasy

Which TWO actions can be performed using Einstein Activity Capture?

Select 2 answers
A.Automatically log emails from Outlook or Gmail
B.Update opportunity amounts based on email content
C.Create tasks from email attachments
D.Generate leads from email signatures
E.Automatically log meetings from calendar events
AnswersA, E

Einstein Activity Capture syncs emails to Salesforce records.

Why this answer

Einstein Activity Capture is designed to automatically log user activities such as emails and meetings from connected email and calendar systems (Outlook, Gmail, Exchange) into Salesforce records. Option A is correct because the feature captures emails sent or received from these providers and logs them as EmailMessage records against the relevant contacts, leads, and opportunities without manual user intervention.

Exam trap

Salesforce often tests the misconception that Einstein Activity Capture can perform advanced data extraction or automation tasks (like updating fields or creating records from email content), when in reality it is limited to logging existing email and calendar events.

480
MCQeasy

A non-profit organization uses Data Cloud to manage donor data from multiple sources (email campaigns, event attendance, donations). They want to use an AI model to predict future donations. The data scientist says the model needs a unified view of each donor with consistent fields. What is the first step the data architect should take in Data Cloud to enable this?

A.Define a Data Model that maps each source's fields to a common donor object
B.Create a Data Stream for each source (email, events, donations)
C.Set up Data Actions to clean data at each source
D.Immediately start training the AI model on raw data from the streams
AnswerA

Provides the unified schema required for the AI model.

Why this answer

Option B is the correct first step. Defining a Data Model that maps fields from each source to a common donor object ensures all data conforms to a single schema, which is foundational for unified views. Option A is necessary but can be done after the model.

Option C is premature without unified data. Option D is too early; cleaning at source is good but not the first step in Data Cloud.

481
MCQmedium

A non-profit organization uses Salesforce AI to help prioritize grant applications. The AI scores applications based on historical funding decisions, project impact, and community need indicators. After deployment, staff notices that applications from rural areas consistently receive lower scores than those from urban areas, even when project quality is similar. The organization's mission is to serve underserved communities, including rural areas. The AI model is trained on historical data that favored larger, urban projects. The ethics committee is meeting to decide next steps. What is the most appropriate action to align ethical AI with the organization's mission?

A.Retrain the model with new criteria that prioritize rural impact
B.Accept the AI scores but provide staff training on bias
C.Manually overrule the AI scores for rural applicants
D.Continue using the model but add explainability reports
AnswerA

Aligning the model with the mission ensures ethical AI.

Why this answer

The correct answer is C because the model output contradicts the mission, so the model should be retrained with updated criteria that emphasize rural support. Option A is wrong because manually overruling is not scalable and may introduce bias. Option B is wrong because accepting the bias violates the mission.

Option D is wrong because providing explanations does not fix the unfair scoring.

482
MCQmedium

A company is preparing data for Einstein Prediction Builder to forecast lead conversion. They have historical data with fields like Lead Source, Industry, Number of Employees, and Converted (boolean). Which data preparation step is most critical?

A.Mix data from all lead sources without normalization
B.Ensure data completeness by handling missing values in Lead Source
C.Use only the last 3 months of data for training
D.Remove all records with outliers in Number of Employees
AnswerB

Completeness is a key data quality dimension; missing values in a predictor reduce model reliability.

Why this answer

Handling missing values in Lead Source is critical because Einstein Prediction Builder requires complete, high-quality data to train accurate predictive models. Missing categorical fields like Lead Source can introduce bias or cause the model to ignore important patterns in lead conversion. Ensuring data completeness through imputation or removal of incomplete records is a standard data preparation step for AI/ML in Salesforce.

Exam trap

Salesforce often tests the misconception that more data or aggressive cleaning (like removing outliers or using only recent data) always improves AI model accuracy, when in fact data completeness and representative sampling are more critical for supervised learning tasks like lead conversion prediction.

How to eliminate wrong answers

Option A is wrong because mixing data from all lead sources without normalization can introduce scale differences and skew model predictions; normalization is often required for numerical features, but the key issue here is that mixing without handling categorical consistency (like Lead Source) can degrade model performance. Option C is wrong because using only the last 3 months of data may not capture seasonal trends or sufficient historical patterns, leading to overfitting or poor generalization; Einstein Prediction Builder benefits from a broader historical window (e.g., 12-24 months) to learn conversion patterns. Option D is wrong because removing all records with outliers in Number of Employees can discard valuable data points that represent legitimate business segments (e.g., large enterprises) and reduce model robustness; outlier treatment should be context-aware, not automatic removal.

483
MCQeasy

Which Salesforce feature automatically flags data quality issues before training an AI model?

A.Flow
B.Validation Rules
C.Duplicate Matching
D.Data Manager (Data Prep Assistant)
AnswerD

Data Manager scans datasets for missing values, outliers, and other issues before modeling.

Why this answer

Option B is correct because the Data Manager (or Data Prep Assistant) in Salesforce provides data quality checks and recommendations. Validation Rules are for entry-time; Duplicate Matching is for deduplication; Flow is for automation.

484
MCQhard

Refer to the exhibit. A data analyst has defined this field mapping for Einstein Prediction Builder. Which data issue would most likely arise from this mapping?

A.The 'LeadSource' field should be mapped to 'Text' instead of 'Category' to preserve verbatim values
B.The 'Amount' field should be mapped to 'Category' to discretize the values
C.The 'Id' field should be excluded as it can cause data leakage and overfitting
D.The 'CloseDate' field should be mapped to 'Text' to avoid date parsing issues
AnswerC

Unique identifiers act as keys and should not be used as predictors.

Why this answer

Option C is correct because including the 'Id' field in Einstein Prediction Builder can cause data leakage and overfitting. The 'Id' field is a unique identifier that has no predictive value for the target outcome, but the model could learn to memorize specific records based on it, leading to poor generalization on unseen data.

Exam trap

Salesforce often tests the concept of data leakage by including a seemingly harmless field like 'Id', tricking candidates into thinking all fields should be mapped, when in fact unique identifiers must be excluded to prevent overfitting.

How to eliminate wrong answers

Option A is wrong because 'LeadSource' is a categorical field with a limited set of values (e.g., 'Web', 'Phone'), so mapping it to 'Category' is appropriate; mapping it to 'Text' would treat each unique value as a separate token, which is not suitable for prediction models. Option B is wrong because 'Amount' is a continuous numeric field, and mapping it to 'Category' would discretize it, losing granularity and potentially reducing model accuracy; it should remain as a numeric field. Option D is wrong because 'CloseDate' is a date field, and mapping it to 'Text' would prevent proper date parsing and feature extraction (e.g., day of week, month); Einstein Prediction Builder handles date fields natively for time-based features.

485
Multi-Selecthard

A Salesforce admin is configuring Einstein Bots. Which TWO actions are essential to maintain ethical AI practices?

Select 2 answers
A.Provide a clear option to escalate to a human agent
B.Log all conversations indefinitely for analysis
C.Disable all feedback loops to avoid data contamination
D.Monitor conversations for biased or offensive responses
E.Let the bot operate without human oversight
AnswersA, D

Human handoff ensures complex issues are handled empathetically.

Why this answer

Options A and C are correct: monitoring for bias (A) and allowing human handoff (C). Option B is wrong because complete autonomy is risky. Option D is wrong because no feedback loop misses quality issues.

Option E is wrong as logging all conversations may violate privacy.

486
MCQeasy

Refer to the exhibit. A data scientist built a model using training data where 80% of leads were won. The model achieved 80% accuracy. What is the main issue with this evaluation?

A.The model lacks confidence scoring
B.The algorithm choice (XGBoost) is inappropriate
C.Accuracy is not a reliable metric because the data is imbalanced
D.The training data size is insufficient
AnswerC

With 80% won leads, a constant 'won' prediction yields 80% accuracy, so accuracy does not measure model's discriminative power.

Why this answer

Correct: Accuracy is misleading due to class imbalance; a model that always predicts 'won' would get 80% accuracy. Option A: Data size is fine. Option B: XGBoost is good for tabular data.

Option D: Confidence score not provided.

487
MCQeasy

A marketing manager wants to use AI to recommend next-best actions for customers based on their previous purchases. Which Einstein feature is most appropriate?

A.Einstein Discovery
B.Einstein Bot
C.Einstein Prediction Builder
D.Einstein Recommendations
AnswerD

Recommendations uses AI to suggest relevant items or actions.

Why this answer

Einstein Recommendations is the correct choice because it is specifically designed to analyze customer purchase history and behavioral data to suggest next-best actions, such as products or content, in real time. It uses collaborative filtering and deep learning models to generate personalized recommendations, directly matching the use case of suggesting actions based on previous purchases.

Exam trap

The trap here is that candidates confuse Einstein Prediction Builder (which outputs a prediction score) with Einstein Recommendations (which outputs a specific action or item), leading them to select Prediction Builder for a 'next-best action' scenario when it only predicts likelihoods, not suggestions.

How to eliminate wrong answers

Option A is wrong because Einstein Discovery is a predictive analytics tool that identifies patterns and explains why outcomes occur, but it does not generate next-best action recommendations for individual customers. Option B is wrong because Einstein Bot is a conversational AI for automating customer service interactions via chatbots, not for analyzing purchase history to recommend actions. Option C is wrong because Einstein Prediction Builder allows users to create custom predictive models (e.g., predicting churn or conversion), but it outputs a prediction score, not a recommended next action.

488
MCQeasy

A sales team uses Einstein Lead Scoring. They notice the model gives low scores to leads from certain industries. The AI Associate suspects bias. What should they do to validate?

A.Run a holdout test to check prediction accuracy.
B.Retrain the model with balanced data.
C.Review the model's confidence intervals.
D.Analyze the distribution of scores across industry segments.
AnswerD

This reveals if certain groups are systematically scored lower.

Why this answer

Option D is correct because analyzing the distribution of scores across industry segments directly validates whether the model exhibits systematic bias. By comparing score distributions, the associate can identify if certain industries are consistently under-scored, which would indicate a biased pattern rather than random variation. This approach aligns with ethical AI practices that require transparency and fairness assessment before any model adjustments.

Exam trap

The trap here is that candidates often confuse model accuracy metrics (like holdout tests) with fairness validation, not realizing that a model can be accurate yet systematically biased against certain subgroups.

How to eliminate wrong answers

Option A is wrong because a holdout test checks prediction accuracy (e.g., AUC, RMSE) but does not reveal how scores are distributed across specific segments like industries; a model can be accurate overall yet still biased against certain groups. Option B is wrong because retraining with balanced data is a corrective action that should only be taken after bias is confirmed; prematurely retraining may mask the underlying issue and waste resources. Option C is wrong because confidence intervals quantify uncertainty around predictions, not the distribution of scores across segments; they do not help detect whether low scores are concentrated in particular industries.

489
Multi-Selecthard

According to Salesforce's AI ethics principles, which three pillars should guide the development of AI applications?

Select 3 answers
A.Accountability.
B.Transparency.
C.Profitability.
D.Scalability.
E.Fairness.
AnswersA, B, E

Accountability for AI outcomes.

Why this answer

Option A is correct because accountability is one of Salesforce's core AI ethics principles, requiring that organizations take responsibility for the outcomes of their AI systems. This principle ensures that there is human oversight and that AI applications are designed with mechanisms for redress and governance, aligning with Salesforce's commitment to ethical AI development.

Exam trap

Salesforce often tests candidates by including plausible-sounding business or technical terms like 'profitability' or 'scalability' as distractors, leading them to confuse operational goals with ethical mandates.

490
MCQmedium

A Salesforce admin implements Einstein Bots for customer service. To ensure the bot does not use biased language, what should the admin do?

A.Use only predefined responses
B.Disable the bot for sensitive topics
C.Review training data for representativeness
D.Monitor conversations regularly
AnswerC

Correct. Diverse and representative training data reduces bias.

Why this answer

Reviewing training data for representativeness helps identify and mitigate bias sources.

491
MCQeasy

Refer to the exhibit. The error log from an AI recommendation system indicates that it cannot explain a decision. Which ethical concern does this directly raise?

A.Bias in recommendations
B.Safety risks
C.Lack of transparency and explainability
D.Lack of human accountability
AnswerC

The error states no explainability, violating transparency.

Why this answer

Option D is correct: Lack of explainability means the system is not transparent. Option A is wrong because bias is not shown. Option B is wrong because safety is not directly indicated.

Option C is wrong because accountability is about oversight, but the issue is lack of explanation.

492
MCQeasy

A manufacturing company uses Salesforce Sales Cloud with Einstein Activity Capture to log emails and events automatically. The sales team has noticed that some emails from Microsoft Outlook are not appearing in the Einstein Activity Capture dashboard, even though the users have configured the connection correctly. The administrator checks the activity capture settings and sees that the data source is enabled and users have the correct permissions. The missing emails are from a specific domain, @supplier.com, which is a known vendor. What should the administrator do to ensure these emails are captured?

A.Increase the sync frequency for Einstein Activity Capture to every 5 minutes.
B.Add the @supplier.com domain to the allowlist in Einstein Activity Capture settings.
C.Instruct users to manually log the supplier emails as activities in Salesforce.
D.Assign the 'Einstein Activity Capture User' permission set to the supplier's email domain.
AnswerB

Domain allowlists in Activity Capture settings control which external emails are captured.

Why this answer

Einstein Activity Capture uses allowlists and blocklists to control which emails are captured. By default, emails from external domains may be excluded to reduce noise. Adding @supplier.com to the allowlist ensures that emails from that domain are explicitly included in the capture process, overriding any default filtering.

Exam trap

The trap here is that candidates may confuse Einstein Activity Capture's domain filtering with permission sets or sync frequency, overlooking the fact that the allowlist is the specific control for including or excluding emails from particular domains.

How to eliminate wrong answers

Option A is wrong because increasing sync frequency does not address the root cause of emails being filtered out by domain; it only changes how often the system checks for new data. Option C is wrong because manually logging emails bypasses the automation that Einstein Activity Capture is designed to provide, and it is not a scalable solution for ongoing capture. Option D is wrong because the 'Einstein Activity Capture User' permission set is assigned to users, not to email domains; domains cannot be assigned permission sets.

493
MCQhard

Universal Containers (UC) uses Einstein Lead Scoring to prioritize leads. They have 500,000 leads in the system. Recently, the model scores have been inconsistent: some leads with low activity receive high scores, while active leads score low. The model was trained 3 months ago. UC updates lead records daily via an external system, but the data is often incomplete (e.g., missing company size). Support has reported slow performance on lead views. The admin notices that the 'Data Refresh Status' for Einstein Lead Scoring shows 'Pending' for 2 weeks. UC wants to improve model accuracy and performance. Which action should the admin take first?

A.Schedule a data transform to cleanse and refresh lead data before model training
B.Increase data retention period for lead records
C.Rebuild the Einstein Lead Scoring model using different fields
D.Increase the model training frequency to weekly
AnswerA

Ensures the model uses accurate, up-to-date data.

Why this answer

Option A is correct because the 'Data Refresh Status' has been 'Pending' for two weeks, indicating that the model is not receiving updated lead data. Scheduling a data transform to cleanse and refresh lead data before model training directly addresses the root cause: incomplete and stale data (e.g., missing company size) leads to inconsistent scores. This action ensures the model trains on clean, current data, improving both accuracy and performance.

Exam trap

The trap here is that candidates may focus on model retraining (Option C or D) without realizing that the core issue is a stalled data refresh, not the model configuration or frequency.

How to eliminate wrong answers

Option B is wrong because increasing the data retention period does not fix the immediate issue of stale or incomplete data; it only keeps older records longer without addressing data quality or refresh delays. Option C is wrong because rebuilding the model with different fields does not resolve the underlying data refresh problem; the model will still train on incomplete or outdated data, leading to inconsistent scores. Option D is wrong because increasing training frequency to weekly does not help if the data itself is not being refreshed; the model would simply train more often on the same stale data, perpetuating inaccuracies.

494
MCQmedium

A team has limited labeled data for a Salesforce predictive model but wants to leverage a pre-trained model from a related task. Which machine learning approach should they use?

A.Transfer learning
B.Unsupervised learning
C.Supervised learning
D.Reinforcement learning
AnswerA

Transfer learning adapts a pre-trained model to a new task with limited data.

Why this answer

Option C is correct because transfer learning uses a pre-trained model and fine-tunes it with limited labeled data. Option A is wrong because unsupervised learning does not use labels. Option B is wrong because supervised learning requires large labeled datasets.

Option D is wrong because reinforcement learning is for decision-making, not classification.

495
Multi-Selecthard

Which THREE capabilities are provided by Einstein GPT in Sales and Service?

Select 3 answers
A.Generating report charts and dashboards.
B.Summarizing case conversations from service interactions.
C.Automatically generating personalized customer emails.
D.Creating call scripts for sales reps based on opportunity data.
E.Creating workflow rules based on user behavior.
AnswersB, C, D

GPT can summarize lengthy case threads.

Why this answer

Option B is correct because Einstein GPT leverages generative AI to automatically summarize case conversations from service interactions, enabling agents to quickly grasp key details without reading entire transcripts. This capability is built on Salesforce's proprietary AI models that process natural language from service records to produce concise, actionable summaries.

Exam trap

Salesforce often tests the distinction between generative AI capabilities (like content creation and summarization) and traditional CRM features (like reporting or workflow automation), so candidates mistakenly select options that describe standard Salesforce functions rather than Einstein GPT's specific generative AI outputs.

496
MCQeasy

A company is implementing Einstein Activity Capture. Users have enabled the feature, but emails are not being automatically logged. Which configuration should the administrator verify first?

A.Check that the users' email clients are supported.
B.Verify that Email-to-Salesforce is enabled.
C.Confirm that the Einstein Activity Capture permission set is assigned to users.
D.Ensure users have the 'Log a Task' permission.
AnswerC

The permission set is necessary for the feature to function.

Why this answer

Option C is correct because Einstein Activity Capture requires the dedicated permission set to be assigned to users before it can automatically log emails and events. Without this permission set, the feature is enabled at the org level but users lack the necessary access rights to capture activities, so verifying this assignment is the first logical step.

Exam trap

The trap here is that candidates confuse Einstein Activity Capture with Email-to-Salesforce or client-side logging tools, leading them to check email client support or Email-to-Salesforce settings instead of the permission set assignment.

How to eliminate wrong answers

Option A is wrong because Einstein Activity Capture works with any email client that supports IMAP or Exchange Web Services; it does not require a specific supported client list. Option B is wrong because Email-to-Salesforce is a separate feature for logging emails via a generated address, not a prerequisite for Einstein Activity Capture, which uses server-side sync. Option D is wrong because the 'Log a Task' permission is not required for Einstein Activity Capture; the feature creates activity records automatically without needing manual task logging permissions.

497
MCQhard

A financial services company is deploying Einstein AI and must comply with regulations requiring explainable decisions. Which Einstein capability allows them to understand why an AI model made a specific prediction?

A.Einstein Trust Layer with model explainability features.
B.Data Mask to protect sensitive information.
C.Salesforce Shield with encryption and monitoring.
D.Field Audit Trail to track changes to data.
AnswerA

The Trust Layer includes capabilities to explain predictions.

Why this answer

Option A is correct because the Einstein Trust Layer includes model explainability features that provide insights into why a specific prediction was made, such as highlighting the key input features that influenced the outcome. This directly addresses regulatory requirements for explainable AI decisions by offering transparency into the model's reasoning process.

Exam trap

Salesforce often tests the distinction between data security features (like Data Mask or Shield) and AI explainability features, so candidates mistakenly choose a security-focused option when the question explicitly asks about understanding model predictions.

How to eliminate wrong answers

Option B is wrong because Data Mask is a feature for obfuscating sensitive data in non-production environments, not for explaining AI predictions. Option C is wrong because Salesforce Shield provides encryption, field audit trails, and event monitoring for data security and compliance, but it does not offer model explainability or interpretability for AI predictions. Option D is wrong because Field Audit Trail tracks changes to field values over time for data governance, not for understanding why an AI model made a specific prediction.

498
MCQmedium

An AI system used for medical diagnosis has been shown to have lower accuracy for certain ethnic groups. The development team is considering releasing it anyway because most patients are from the majority group. Which ethical principle is most compromised?

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

Unequal performance across groups violates fairness.

Why this answer

The scenario describes an AI system that performs worse for certain ethnic groups, yet the team plans to release it anyway because the majority group is unaffected. This directly violates the principle of fairness, which requires that AI systems do not discriminate or perpetuate bias against any group. Releasing a model with known accuracy disparities without mitigation prioritizes overall performance over equitable treatment, compromising fairness.

Exam trap

Salesforce often tests fairness by presenting a scenario where a model performs well overall but has known disparities for a subgroup, tempting candidates to choose transparency or accountability because they focus on the team's decision to release rather than the core ethical violation of unequal treatment.

How to eliminate wrong answers

Option A is wrong because transparency refers to openness about how the AI system works, its limitations, and its decision-making process; the scenario does not involve hiding information or lack of explainability, but rather knowingly accepting unequal performance. Option C is wrong because accountability concerns who is responsible for the system's outcomes and decisions; while releasing a biased model may raise accountability issues, the core ethical breach here is the unequal treatment itself, not the assignment of responsibility. Option D is wrong because privacy involves the protection of personal data and informed consent; the scenario does not mention any data misuse, unauthorized access, or violation of patient confidentiality.

499
MCQhard

A company is building an AI model to score sales leads. They have a dataset with historical leads, including whether they converted. The dataset contains 90% male and 10% female leads. The model will be used to prioritize leads for sales follow-ups. What is the primary ethical concern?

A.The training data is imbalanced, which may cause the model to be less accurate for female leads, leading to unfair prioritization.
B.The model will be biased against male leads because they are overrepresented.
C.The dataset is too small to build a reliable model.
D.Using historical data is unethical because it may not reflect current conditions.
AnswerA

Bias in training data leads to biased outcomes.

Why this answer

Option A is correct because the imbalance can lead to the model performing poorly for female leads, causing gender bias. Option B is wrong because the concern is not that accuracy is already biased, but that training data is biased. Option C is wrong because the dataset size is not the main issue; the imbalance is.

Option D is wrong because using historical data is not inherently unethical, but the imbalance is problematic.

500
MCQhard

Refer to the exhibit. A developer wrote a trigger to call an Einstein prediction API on lead insert. When new leads are created, the trigger fails with a 'Too many SOQL queries' error. What is the most likely cause?

A.The trigger is executed before the lead is saved
B.The trigger is querying a related object without an index
C.The trigger is making API calls in a loop, causing governor limit issues
D.The Score__c field is not writeable
AnswerC

Looping API calls can exceed limits.

Why this answer

Option C is correct because the trigger is making synchronous API calls to the Einstein prediction service inside a loop that iterates over each new lead. Each API call counts against the 'Number of callouts' governor limit (default 100 per transaction), and if more leads are inserted than the limit allows, the transaction fails with a 'Too many SOQL queries' error—though the error message is misleading, the root cause is exceeding the callout limit, not SOQL queries. The trigger should batch the API calls or use asynchronous processing to stay within limits.

Exam trap

Salesforce often tests the misconception that 'Too many SOQL queries' always means too many SOQL queries, but in this context it actually masks a callout limit issue—candidates may overlook the fact that API calls count against a different governor limit that produces the same error message.

How to eliminate wrong answers

Option A is wrong because the timing of trigger execution (before vs. after save) does not cause a 'Too many SOQL queries' error; that error is a governor limit issue, not a save-order issue. Option B is wrong because querying a related object without an index would cause a 'Too many rows' or performance warning, not a 'Too many SOQL queries' error—the error specifically indicates the number of SOQL queries (or callouts) exceeded the limit, not a missing index. Option D is wrong because the Score__c field being non-writeable would produce a field-level validation or DML exception, not a governor limit error like 'Too many SOQL queries'.

501
MCQmedium

A healthcare provider uses an AI system to predict patient readmission risk. The system was trained on historical data from the past five years, during which the hospital served a predominantly urban population. Recently, the hospital expanded to rural areas with different demographic and socioeconomic profiles. The AI predictions have been less accurate for rural patients, leading to misallocation of care resources. The AI Ethics committee is reviewing the system for potential bias. The model outputs a risk score from 0 to 100. The data science team has identified that the model uses features such as income, distance from hospital, and insurance type, which may correlate with race and socioeconomic status. The team wants to make the model fairer without retraining from scratch. Which approach best balances fairness and predictive accuracy?

A.Remove the features income, distance, and insurance type from the model and retrain.
B.Continue using the current model but add a disclaimer that predictions may be less accurate for rural patients.
C.Apply a post-processing calibration that adjusts the risk score thresholds separately for urban and rural populations to achieve equal false positive rates.
D.Retrain the model using only the latest year of data that includes rural patients.
AnswerC

Post-processing calibration can equalize error rates across groups without retraining, balancing fairness and accuracy.

Why this answer

Option C is correct because post-processing calibration adjusts the decision thresholds for each subgroup (urban vs. rural) to equalize a fairness metric (e.g., false positive rate) without modifying the underlying model. This approach preserves the predictive signal from the original features while directly addressing the bias caused by distribution shift, making it the most practical solution when retraining from scratch is not feasible.

Exam trap

Salesforce often tests the misconception that removing sensitive features (like income or insurance type) is sufficient to eliminate bias, when in reality proxy variables and correlated features can still perpetuate discrimination, making post-processing or reweighing techniques more effective.

How to eliminate wrong answers

Option A is wrong because simply removing correlated features (income, distance, insurance type) does not guarantee fairness—proxy variables or remaining features can still encode the same biases, and the model may lose important predictive signal, reducing accuracy for all groups. Option B is wrong because adding a disclaimer does not mitigate the misallocation of care resources; it merely acknowledges the problem without taking any corrective action, which fails the ethical requirement to actively reduce bias. Option D is wrong because retraining on only the latest year of data would likely produce a model with insufficient sample size for rural patients, leading to high variance and poor generalization, and it ignores the valuable historical data that could still be useful for urban patients.

502
MCQmedium

A developer notices that an AI model performs differently for different age groups. What should be done?

A.Retrain with more data from all ages.
B.Remove age as a feature.
C.Investigate the cause and evaluate fairness metrics.
D.Ignore it if overall accuracy is high.
AnswerC

This is the proper first step.

Why this answer

Option B is correct because investigating the cause and evaluating fairness metrics is the proper first step. Option A is wrong ignoring can lead to unethical outcomes. Option C is wrong retraining with more data may help but without investigation may not address root cause.

Option D is wrong removing age as a feature may not eliminate bias and could reduce model accuracy.

503
Multi-Selecthard

Which TWO are best practices when implementing Einstein Recommendation Builder?

Select 2 answers
A.Use a dataset that reflects recent customer interactions
B.Disable negative feedback to simplify the model
C.Include all available data, even if it is old or unrelated
D.Use a single dataset that contains the entire history of the org
E.Regularly review and test the recommendation model
AnswersA, E

Recent data provides timely recommendations.

Why this answer

Option A is correct because Einstein Recommendation Builder relies on recent customer interaction data to generate accurate and relevant product or content recommendations. Using stale or outdated data can lead to irrelevant suggestions, as the model learns from historical patterns that may no longer reflect current customer preferences or behaviors.

Exam trap

Salesforce often tests the misconception that 'more data is always better' or that 'simplifying the model by disabling feedback improves performance,' when in reality, data quality and feedback signals are critical for accurate recommendations.

504
MCQeasy

Refer to the exhibit. An admin sees this error in the Einstein activity log. What is the most likely cause?

A.Sentiment analysis is generating PII that data masking cannot hide.
B.The model output should not contain any text.
C.The Einstein Trust Layer is completely disabled.
D.Data masking is configured but not applied to the sentiment analysis model.
AnswerD

Since sentiment analysis is off, the PII leak must be from another component without masking.

Why this answer

The error indicates that sentiment analysis is not enabled, but PII is leaking, likely because data masking is not applied to the model generating the output.

505
Multi-Selectmedium

Which TWO actions are required to prepare data for an Einstein Discovery model?

Select 2 answers
A.Remove all records with missing values in any field.
B.Select exactly 10 predictor fields manually.
C.Ensure the data is stored in a Salesforce object or a connected data source.
D.Create a separate dataset for training and validation.
E.Define the outcome field that the model will predict.
AnswersC, E

Einstein Discovery requires data accessible via Salesforce.

Why this answer

Options A and C are correct. A: Data must be in a supported object (standard or custom). C: The outcome field must be specified.

Option B is not required; Einstein handles missing values. Option D is not required; data can be within Salesforce or connected. Option E is not required; features can be auto-selected.

506
MCQeasy

A sales rep wants to use Einstein Activity Capture to automatically log emails and meetings. Which prerequisite must be met?

A.Chatter must be disabled for the organization
B.Sales Cloud Einstein licenses for all users
C.The feature is automatically enabled once email integration is configured
D.Users must grant access to their email and calendar via OAuth
AnswerD

Users must authorize Salesforce to access their email and calendar.

Why this answer

Einstein Activity Capture requires users to explicitly grant access to their email and calendar via OAuth (Option D). This OAuth-based authentication allows Salesforce to securely sync emails and meetings from the user's email provider (e.g., Gmail, Outlook) into Salesforce records. Without this explicit consent, the feature cannot access or log the user's activity data.

Exam trap

Salesforce often tests the misconception that Einstein Activity Capture is automatically enabled or requires a separate Einstein license, when in reality it requires explicit user-level OAuth consent and is available with standard Salesforce licenses.

How to eliminate wrong answers

Option A is wrong because Chatter does not need to be disabled for Einstein Activity Capture to work; in fact, Chatter can remain enabled and is unrelated to the email/calendar sync process. Option B is wrong because Sales Cloud Einstein licenses are not a prerequisite for Einstein Activity Capture; the feature is available with standard Salesforce licenses and does not require an add-on Einstein license. Option C is wrong because Einstein Activity Capture is not automatically enabled when email integration is configured; it requires explicit setup, including OAuth authorization from each user, and is not a default consequence of email integration.

Page 6

Page 7 of 7

All pages

Practice AI Associate by domain

Target a specific domain to shore up weak areas.

See all domains with question counts →