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.

← AI Fundamentals practice sets

AI Associate AI Fundamentals • Complete Question Bank

AI Associate AI Fundamentals — All Questions With Answers

Complete AI Associate AI Fundamentals question bank — all 0 questions with answers and detailed explanations.

93
Questions
Free
No signup
Certifications/AI Associate/Practice Test/AI Fundamentals/All Questions
Question 1mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 2easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 3hardmultiple choice
Read the full AI Fundamentals 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?

Question 4easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 5mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 6hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 7easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 8mediummulti select
Read the full AI Fundamentals explanation →

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

Question 9hardmulti select
Read the full AI Fundamentals explanation →

Which THREE are valid considerations when deploying an Einstein Bot?

Question 10easymulti select
Read the full AI Fundamentals explanation →

Which TWO data types can be used as input for Einstein Vision?

Question 11mediummultiple choice
Read the full AI Fundamentals explanation →

Based on the exhibit, what does the accuracy of 0.85 indicate?

Exhibit

Refer to the exhibit.

```json
{
  "aiModel": {
    "type": "EinsteinPredictionService",
    "object": "Opportunity",
    "field": "Amount",
    "predictionField": "WinProbability",
    "trainingData": {
      "records": 5000,
      "features": ["Stage", "CloseDate", "Amount", "LeadSource"],
      "outcomeField": "IsWon"
    },
    "status": "TrainingComplete",
    "accuracy": 0.85
  }
}
```
Question 12hardmultiple choice
Read the full AI Fundamentals explanation →

Based on the exhibit, what is the primary issue with this Einstein Bot conversation?

Exhibit

Refer to the exhibit.

```
User: What is my order status?
Bot: I can help with order status. Please provide your order number.
User: I don't have it.
Bot: Sorry, I cannot proceed without an order number.
User: Can you look up by my email?
Bot: I cannot look up by email. Please contact support.
```
Question 13mediummultiple choice
Read the full NAT/PAT explanation →

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?

Question 14easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 15hardmultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

Refer to the exhibit.

{
  "type": "EinsteinNextBestAction",
  "recommendationStrategy": "Most Likely to Convert",
  "filters": {
    "object": "Lead",
    "field": "Status",
    "operator": "equals",
    "value": "Open"
  },
  "maxRecommendations": 5,
  "scoreThreshold": 70
}
Question 16hardmultiple choice
Read the full AI Fundamentals explanation →

A global manufacturing company uses Sales Cloud and has implemented Einstein Opportunity Scoring to prioritize deals. The scoring model was trained on historical data and initially performed well. Over the past month, the scores have become less accurate, with many high-scoring opportunities not closing and some low-scoring ones closing. The admin notices that the sales team has been using a new discounting strategy that heavily influences deal outcomes. The admin wants to improve model performance without manual intervention. Which action should the admin take?

Question 17mediummultiple choice
Read the full NAT/PAT explanation →

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

Question 18easymultiple choice
Read the full AI Fundamentals explanation →

A marketing manager uses Einstein recommendations on their website, but customers are receiving suggestions for products they already purchased. What is the most likely cause?

Question 19easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 20mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 21mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 22mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 23hardmultiple choice
Read the full AI Fundamentals explanation →

A company wants to deploy an Einstein Prediction Builder model to predict lead conversion within 30 days. They have historical data from the past 12 months. Which data preprocessing step is most critical to ensure the model learns correctly?

Question 24hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 25hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 26easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 27easymulti select
Read the full AI Fundamentals explanation →

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

Question 28mediummulti select
Read the full AI Fundamentals explanation →

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

Question 29hardmulti select
Read the full AI Fundamentals explanation →

A data analyst is reviewing an Einstein Discovery story and notices that one input feature has a very high influence on the predicted outcome. Which two conclusions are justified based on this observation? (Choose 2)

Question 30easymultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

{
  "predictionField": "Churn__c",
  "recordCount": 1500,
  "modelStatus": "Trained",
  "accuracy": 0.85,
  "auc": 0.72,
  "featuresUsed": ["UsageRate", "SupportTickets", "ContractLength", "Region"],
  "dataDrift": {
    "detected": true,
    "magnitude": 0.23
  }
}
Question 31mediummultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

# Salesforce CLI command output
$ sfdx force:data:record:get -s Object -i 001XX000003GJYp -u myOrg
{
  "attributes": {"type": "Account", "url": "/services/data/v55.0/sobjects/Account/001XX000003GJYp"},
  "Id": "001XX000003GJYp",
  "Name": "Acme Corp",
  "Einstein_Score__c": 78,
  "Einstein_Score_Confidence__c": 0.65,
  "Last_Scored_Date__c": "2024-10-15"
}
Question 32hardmultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

Error log from Einstein Activity Capture:
[2024-10-20 14:23:45] ERROR: Failed to capture email for contactId=003B0000007v4ZW.
Reason: 'Email address domain not associated with any connected email service.'
[2024-10-20 14:23:46] INFO: Skipping email from noreply@acme.org (domain acme.org not configured).
[2024-10-20 14:23:47] WARN: Email capture quota at 85% for user admin@mycompany.com.
Question 33mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 34hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 35easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 36mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 37easymultiple choice
Read the full NAT/PAT explanation →

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

Question 38hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 39mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 40easymultiple choice
Read the full AI Fundamentals explanation →

What is the primary purpose of Einstein Studio in the Salesforce AI ecosystem?

Question 41hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 42mediummulti select
Read the full AI Fundamentals explanation →

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

Question 43hardmulti select
Read the full AI Fundamentals explanation →

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

Question 44easymulti select
Read the full AI Fundamentals explanation →

Which TWO capabilities are available in Einstein GPT for Sales?

Question 45hardmultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

{
  "groundingPolicy": {
    "dataSources": [
      {"type": "knowledgeArticle", "maxResults": 5},
      {"type": "productCatalog", "maxResults": 3}
    ],
    "fallbackBehavior": "USE_MODEL_KNOWLEDGE",
    "relevanceThreshold": 0.7
  }
}
Question 46mediummultiple choice
Read the full AI Fundamentals explanation →

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

Network Topology
Command: einstein:ai:audit-logmodel-id 42last-hourOutput: {"requests": 150,"latency_avg_ms": 350,"errors": 3,"token_usage": 45000
Question 47easymultiple choice
Read the full AI Fundamentals explanation →

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?

Exhibit

Custom Model Configuration:
- Name: LeadScorer_v2
- Algorithm: XGBoost
- Training Data: 100,000 records (80% won, 20% lost)
- Evaluation Metric: Accuracy
Question 48easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 49easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 50mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 51mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 52hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 53easymultiple choice
Read the full AI Fundamentals explanation →

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?

Question 54mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 55hardmultiple choice
Read the full NAT/PAT explanation →

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

Question 56easymultiple choice
Read the full AI Fundamentals explanation →

A company wants to use Einstein to predict the optimal discount amount for each deal. Which type of machine learning problem does this represent?

Question 57mediummulti select
Read the full AI Fundamentals explanation →

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

Question 58hardmulti select
Read the full AI Fundamentals explanation →

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

Question 59easymulti select
Read the full AI Fundamentals explanation →

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

Question 60easymultiple choice
Read the full AI Fundamentals explanation →

Refer to the exhibit. The prediction API returns a probability of 0.85 for the label 'High Value'. What does this value represent?

Exhibit

{
  "predictions": [
    {
      "probability": 0.85,
      "label": "High Value",
      "features": [
        {"name": "AnnualRevenue", "value": 500000},
        {"name": "Industry", "value": "Technology"}
      ]
    }
  ],
  "modelId": "0M6xxxxxxxxxx"
}
Question 61mediummultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

Error: Intent 'OrderStatus' has fewer than 5 training phrases. Minimum required is 5.
Action: Add more training phrases to intent 'OrderStatus'.
Question 62hardmultiple choice
Read the full AI Fundamentals explanation →

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

Network Topology
$ einstein_preprocessinput leads.csvoutput clean.csvdrop-missingnormalizeProcessing: 10000 records, 30 columns.Output file: clean.csv
Question 63easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 64mediummultiple choice
Read the full AI Fundamentals explanation →

A company notices that Einstein Prediction Builder predictions for 'Churn' are less accurate than expected. Which action should the administrator take first to improve model performance?

Question 65hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 66mediummultiple choice
Read the full NAT/PAT explanation →

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

Question 67easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 68hardmultiple choice
Read the full AI Fundamentals explanation →

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?

Question 69mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 70easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 71hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 72mediummulti select
Read the full AI Fundamentals explanation →

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

Question 73hardmulti select
Read the full AI Fundamentals explanation →

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

Question 74easymulti select
Read the full AI Fundamentals explanation →

According to Salesforce's AI Trust Principles, which TWO practices are essential for ethical AI deployment?

Question 75mediummultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

{
  "policy": {
    "dataMask": {
      "enabled": true,
      "fields": ["Email", "Phone", "SSN"]
    },
    "insights": {
      "featureImportance": true
    }
  }
}
Question 76hardmultiple choice
Read the full AI Fundamentals explanation →

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

Network Topology
|> sfdx force:ml:model:listtargetusername myOrg
Question 77hardmultiple choice
Read the full AI Fundamentals explanation →

A mid-sized company uses Salesforce for sales and service. They have implemented Einstein Prediction Builder on a custom object 'Support_Ticket__c' to predict whether a ticket will be escalated (field: 'Escalated__c' Boolean). The model was trained with 10,000 records and 15 fields including 'Subject', 'Description_Summary__c', 'Priority__c', 'Hours_to_Resolution__c', and others. After deployment, the model's precision for escalated tickets is only 30%, while recall is 80%. The business finds too many false positives. The admin notices that the 'Priority__c' field has many missing values (60% null) and that the field 'Is_Critical__c' (a formula field) was included though it flags tickets as critical only rarely. The data spans 12 months but the last 3 months have a significantly higher escalation rate due to a product bug that has since been fixed. Which course of action will most likely improve the model's precision without harming recall?

Question 78easymultiple choice
Read the full AI Fundamentals explanation →

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?

Question 79mediummultiple choice
Read the full AI Fundamentals explanation →

A marketing manager wants to use Einstein Send Time Optimization. To generate personalized send time recommendations, which data does the model primarily rely on?

Question 80hardmultiple choice
Read the full AI Fundamentals explanation →

A financial services company is deploying Einstein Prediction Builder to predict customer churn. The data includes both numerical and categorical fields. Which step is essential to ensure the model is not biased against protected attributes like race or gender?

Question 81mediummultiple choice
Read the full AI Fundamentals explanation →

A service manager wants to use Einstein Case Classification to automatically categorize incoming cases. What is a prerequisite for training the model?

Question 82easymulti select
Read the full AI Fundamentals explanation →

A company wants to use Einstein Relationship Intelligence to analyze email and calendar data for opportunity insights. Which two conditions must be met? (Select two answers.)

Question 83mediummulti select
Read the full AI Fundamentals explanation →

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

Question 84hardmulti select
Read the full AI Fundamentals explanation →

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

Question 85hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 86mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 87easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 88hardmultiple choice
Read the full AI Fundamentals explanation →

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

Question 89mediummultiple choice
Read the full AI Fundamentals explanation →

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

Question 90easymultiple choice
Read the full AI Fundamentals explanation →

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

Question 91mediummulti select
Read the full AI Fundamentals explanation →

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

Question 92hardmultiple choice
Read the full AI Fundamentals explanation →

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

Exhibit

{
  "status": 0,
  "result": [
    {
      "id": "0XK...",
      "label": "Lead Score Model",
      "type": "LeadConversion",
      "status": "Deployed",
      "accuracy": 0.92,
      "lastTrainedDate": "2024-03-15T10:00:00Z"
    },
    {
      "id": "0XK...",
      "label": "Opportunity Win Rate",
      "type": "OpportunityWinRate",
      "status": "Training",
      "accuracy": null,
      "lastTrainedDate": null
    },
    {
      "id": "0XK...",
      "label": "Case Deflection",
      "type": "CaseDeflection",
      "status": "Error",
      "accuracy": null,
      "lastTrainedDate": "2024-03-10T08:00:00Z",
      "errorMessage": "Insufficient training data. At least 500 records required."
    }
  ]
}
Question 93easymultiple choice
Read the full AI Fundamentals explanation →

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

Practice tests

Scored 10-question sessions with instant feedback and explanations.

AI Associate Practice Test 1 — 10 Questions→AI Associate Practice Test 2 — 10 Questions→AI Associate Practice Test 3 — 10 Questions→AI Associate Practice Test 4 — 10 Questions→AI Associate Practice Test 5 — 10 Questions→AI Associate Practice Exam 1 — 20 Questions→AI Associate Practice Exam 2 — 20 Questions→AI Associate Practice Exam 3 — 20 Questions→AI Associate Practice Exam 4 — 20 Questions→Free AI Associate Practice Test 1 — 30 Questions→Free AI Associate Practice Test 2 — 30 Questions→Free AI Associate Practice Test 3 — 30 Questions→AI Associate Practice Questions 1 — 50 Questions→AI Associate Practice Questions 2 — 50 Questions→AI Associate Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

AI FundamentalsAI Capabilities in CRMEthical Considerations of AIData for AI

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All AI Fundamentals setsAll AI Fundamentals questionsAI Associate Practice Hub