Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertificationsAI AssociateExam Questions

Salesforce · Free Practice Questions · Last reviewed May 2026

AI Associate Exam Questions and Answers

24real exam-style questions organised by domain, each with the correct answer highlighted and a plain-English explanation of why it's right — and why the others are wrong.

40 exam questions
70 min time limit
Pass: 65/1000 / 1000
4 exam domains
OverviewDomain BlueprintStudy GuideAll QuestionsSample by Domain
1. AI Fundamentals2. AI Capabilities in CRM3. Ethical Considerations of AI4. Data for AI
1

Domain 1: AI Fundamentals

All AI Fundamentals questions
Q1
mediumFull explanation →

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

A

Select only the top three features based on correlation.

B

Clean the dataset by handling missing values and outliers.

Proper data cleaning ensures the model learns accurate patterns.

C

Use a different algorithm like neural networks.

D

Increase the dataset size by collecting more customer records.

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

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

A

The org must be on Enterprise Edition or higher.

B

The user's email must be hosted on a supported platform (Gmail, Outlook).

Einstein Activity Capture integrates with supported email providers.

C

The user must have an Einstein AI license.

D

The user must manually enable email logging in personal settings.

Why: Einstein Activity Capture requires that user emails be hosted on a supported platform (Gmail or Outlook/Exchange) because the feature uses server-side synchronization via APIs (Google Workspace APIs or Microsoft Graph) to automatically log emails and events into Salesforce. Without a supported email host, the service cannot connect to the mail server to capture activity data.
Q3
hardFull explanation →

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

A

Train the bot with additional intents and example phrases for complex scenarios.

More training data improves NLU accuracy.

B

Route all complex requests directly to human agents without bot interaction.

C

Increase the confidence threshold for intent matching to avoid misclassification.

D

Reduce the number of dialogue options to simplify the bot's logic.

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

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.

Automation increases efficiency.

D

It can only classify images of specific disaster types.

Why: 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.
Q5
mediumFull explanation →

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

A

The model has not been trained with enough user behavior data.

Personalization requires sufficient historical data.

B

The company did not hire a data scientist to tune the model.

C

The recommendation engine is not syncing in real-time with the website.

D

The product catalog is too large for the model to process.

Why: Einstein Recommendation Builder relies on user interaction data to personalize. If insufficient data exists, recommendations become generic. Option A is correct. Option B is wrong because real-time sync is not required. Option C is wrong because the builder can work without a data scientist. Option D is wrong because the model can recommend products beyond categories.
Q6
hardFull explanation →

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.

Multiple email addresses can cause duplicates.

D

Update the email client to the latest version.

Why: 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.

Want more AI Fundamentals practice?

Practice this domain
2

Domain 2: AI Capabilities in CRM

All AI Capabilities in CRM questions
Q1
easyFull explanation →

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

Users must authorize Salesforce to access their email and calendar.

Why: 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.
Q2
mediumFull explanation →

A company uses Einstein Lead Scoring and finds that leads with high scores are not converting. What should the admin do to improve prediction accuracy?

A

Increase the scoring model's maximum score

B

Retrain the model with more recent conversion data

Retraining with current data improves the model's relevance.

C

Disable field-level security for scoring fields

D

Lower the lead conversion threshold

Why: Option B is correct because retraining the model with more recent conversion data allows the Einstein Lead Scoring model to adapt to changing patterns in lead behavior and conversion criteria. When high-scoring leads fail to convert, it indicates that the historical data used to train the model no longer reflects current conversion dynamics, so refreshing the training dataset improves prediction accuracy by aligning the model with recent outcomes.
Q3
hardFull explanation →

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

A

Retrain the Opportunity Scoring model

B

Verify that users have the 'View Einstein Scores' permission

C

Check that there are at least 50 won and 50 lost opportunities with populated fields

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

D

Wait 48 hours for the model to update

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

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

A

Einstein Case Classification

B

Einstein Reply Recommendations

C

Omni-Channel Flow

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

D

Einstein Article Recommendations

Why: Option D is correct because Omni-Channel Flow routes work to agents. Option A is wrong because Einstein Case Classification categorizes cases, not escalates. Option B is wrong because Einstein Article Recommendations suggests knowledge articles. Option C is wrong because Einstein Reply Recommendations suggests responses, not escalation.
Q5
easyFull explanation →

Which TWO actions can be performed using Einstein Activity Capture?

A

Automatically log emails from Outlook or Gmail

Einstein Activity Capture syncs emails to Salesforce records.

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

Meetings are logged as events in Salesforce.

Why: 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.
Q6
hardFull explanation →

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

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

The model learns from past conversions.

D

Conversion patterns across different lead sources

Source is a key predictor in the model.

E

Values in standard lead fields like industry and company size

Field values are used as predictors.

Why: 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.

Want more AI Capabilities in CRM practice?

Practice this domain
3

Domain 3: Ethical Considerations of AI

All Ethical Considerations of AI questions
Q1
easyFull explanation →

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.

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

Why: 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.
Q2
mediumFull explanation →

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

A

The sentiment model was trained on a non-representative dataset.

Training data lacking linguistic diversity causes biased sentiment detection.

B

The bot is routing to the wrong department.

C

The escalation threshold is set too low.

D

The bot is not properly connected to the escalation queue.

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

A healthcare organization uses Einstein Discovery to predict patient readmission risk. The model uses protected attributes like race and age as features. Which action best aligns with Salesforce's ethical AI principles?

A

Retain the features but monitor for disparate impact and ensure compliance with regulations.

Ethical AI allows use if monitored and regulated.

B

Remove race and age features entirely to ensure fairness.

C

Replace age with an age group bucket to reduce granularity.

D

Use the model as is because predictions are accurate.

Why: Removing protected attributes is a common step, but if they are proxies for legitimate medical factors, they may be retained with monitoring. Option A is too aggressive. Option C ignores that age can be medically relevant. Option D violates transparency and accountability.
Q4
easyFull explanation →

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.

This reveals if certain groups are systematically scored lower.

Why: 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.
Q5
mediumFull explanation →

An AI Associate is asked to build a model that predicts employee performance. The dataset includes gender, department, and tenure. Which practice could introduce ethical risk?

A

Evaluating model performance across different groups.

B

Excluding gender from the model features.

C

Documenting model limitations and assumptions.

D

Including gender to improve model accuracy.

Using protected attributes can lead to biased outcomes.

Why: Option D is correct because including gender as a feature in a predictive model for employee performance can introduce bias and lead to unfair or discriminatory outcomes. Even if the model's accuracy improves, using protected attributes like gender may violate ethical guidelines and regulations such as GDPR or anti-discrimination laws, as it could perpetuate historical biases or result in disparate impact.
Q6
hardFull explanation →

A financial services firm uses Einstein Next Best Action to offer credit products. The model recommends high-interest loans more often to minority groups. The AI Associate must mitigate this. What is the most effective approach?

A

Remove the model and use a rule-based system.

B

Use SHAP values to explain predictions.

C

Apply post-processing fairness adjustments to the recommendations.

This can equalize outcomes without full retraining.

D

Add a disclaimer that recommendations may be biased.

Why: Option C is correct because post-processing fairness adjustments directly modify the model's output to enforce demographic parity or equal opportunity, reducing biased recommendations without retraining the model. This approach is practical when the firm cannot easily change the underlying training data or model architecture, and it allows the AI Associate to intervene at the decision point to ensure fair lending practices.

Want more Ethical Considerations of AI practice?

Practice this domain
4

Domain 4: Data for AI

All Data for AI questions
Q1
easyFull explanation →

A company wants to use Einstein Prediction Builder to predict customer churn. Which data preparation step is essential before building the model?

A

Ensure the data is in a Salesforce connected data source like Data Cloud.

B

Define the prediction objective and the target date field.

The prediction objective (e.g., churn) is required to train the model.

C

Create a formula field to calculate the churn probability.

D

Create a new custom object to store the prediction results.

Why: Option B is correct because Einstein Prediction Builder requires you to define the prediction objective (e.g., 'Will this customer churn?') and specify the target date field that marks the event. This step is essential as it tells the model what to predict and over what time window, enabling the automated feature engineering and model training process.
Q2
mediumFull explanation →

A data scientist needs to prepare data for Einstein Discovery. The dataset includes a field 'Customer_Status__c' with values 'Active', 'Inactive', and 'Churned'. How should this field be treated?

A

Create separate boolean fields for each value to improve model accuracy.

B

Remove the field because text fields cannot be used in Einstein Discovery.

C

Keep as a text field and let Einstein Discovery handle it as a categorical predictor.

Einstein Discovery automatically treats text fields as categorical predictors.

D

Convert to numeric values 1, 2, 3 to preserve order.

Why: Option C is correct because Einstein Discovery natively supports text fields as categorical predictors, automatically encoding them for model training. The platform handles string values like 'Active', 'Inactive', and 'Churned' without requiring manual transformation, preserving the semantic meaning and cardinality of the data.
Q3
hardFull explanation →

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.

Reconciliation rules are needed to match records across sources.

Why: 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.
Q4
easyFull explanation →

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.

Knowledge articles are designed for self-service.

C

Case records from the last 30 days.

D

Lead and contact reports.

Why: 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.
Q5
mediumFull explanation →

A company uses Einstein Discovery to identify factors that increase case resolution time. After training, the model shows that 'Case_Origin__c' has high importance. What action should the company take?

A

Remove the field from the model to reduce complexity.

B

Create interaction terms between Case_Origin and other fields.

C

Increase the data quality threshold for Case_Origin records.

D

Investigate the categories within Case_Origin to understand their impact.

Understanding which origins cause delays helps in process improvement.

Why: Option C is correct because the model identifies 'Case_Origin__c' as important; analyzing its categories can reveal which origins cause delays. Option A is wrong because removing the field loses information. Option B is wrong because the model already accounts for interactions. Option D is wrong because the origin is not necessarily a data quality issue.
Q6
hardFull explanation →

A company has set up Einstein Next Best Action with a recommendation strategy. They want to ensure that recommendations are personalized based on the customer's recent behavior. What data should be used?

A

Event data from the website tracked via Google Analytics.

B

Streaming data from Data Cloud that includes recent website interactions.

Data Cloud can ingest streaming events and make them available for real-time decisions.

C

Static profile fields like customer age and location.

D

Historical data from a data warehouse updated daily.

Why: Option B is correct because Einstein Next Best Action requires real-time or near-real-time data to personalize recommendations based on recent customer behavior. Streaming data from Data Cloud captures website interactions as they happen, enabling the recommendation engine to use the most current signals (e.g., page views, clicks) to adjust offers dynamically.

Want more Data for AI practice?

Practice this domain

Frequently asked questions

How many questions are on the AI Associate exam?

The AI Associate exam has 40 questions and must be completed in 70 minutes. The passing score is 65/1000.

What types of questions appear on the AI Associate exam?

Scenario-based questions covering exam objectives with detailed answer explanations.

How are AI Associate questions organised by domain?

The exam covers 4 domains: AI Fundamentals, AI Capabilities in CRM, Ethical Considerations of AI, Data for AI. Questions are weighted by domain — higher-weight domains appear more on your actual exam.

Are these the actual AI Associate exam questions?

No. These are original exam-style practice questions written against the official Salesforce AI Associate exam objectives. They are not copied from the real exam. Courseiva focuses on genuine understanding, not memorisation of braindumps.

Ready to practice all 40 AI Associate questions?

Courseiva tracks your accuracy per domain and routes you toward weak areas automatically. Free, no account required.

Browse all AI Associate questionsTake a timed practice test