- A
Add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it.
Providing more training data for the existing intent helps the model distinguish between similar phrases.
- B
Reduce the confidence threshold for both intents to allow more matches.
Why wrong: Lowering the threshold increases false positives, worsening misclassification.
- C
Disable the 'RecentTransactions' intent and handle transaction requests using a flow without intents.
Why wrong: Disabling the intent removes the feature entirely, not fixing the root cause.
- D
Create a new Einstein Bot specifically for transaction inquiries and route users there.
Why wrong: Separate bots would not resolve misclassification and would fragment the user experience.
Quick Answer
The correct action is to add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it. This works because Einstein Bot's NLP model relies on diverse training examples to accurately map user phrases to intents; when the 'RecentTransactions' intent is new and the 'CheckBalance' intent lacks examples with numbers or dates, the model cannot distinguish between a balance inquiry mentioning an amount and a transaction request. On the Salesforce AI Associate exam, this scenario tests your understanding of intent classification tuning and the importance of representative sample utterances—a common trap is assuming you need to delete or merge intents, when the real fix is enriching existing training data. Remember the memory tip: "If the bot confuses them, feed it more clues"—adding specific phrases with amounts and date ranges sharpens the boundary between overlapping intents.
AI Associate AI Capabilities in CRM Practice Question
This AI Associate practice question tests your understanding of ai capabilities in crm. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A financial services company uses Salesforce Service Cloud with Einstein Bots to handle account balance inquiries. The bot currently uses a standard intent 'CheckBalance' which recognizes phrases like 'What is my balance?' and 'Show my account balance.' The company wants to expand the bot to also answer questions about recent transactions, such as 'What were my last five deposits?' and 'Show my recent withdrawals.' The system administrator has added a new intent called 'RecentTransactions' and mapped it to a new flow. However, during testing, the bot often misclassifies 'CheckBalance' requests as 'RecentTransactions' when the user mentions a specific amount or date. Which action should the administrator take to resolve this misclassification?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it.
Adding sample utterances that include amounts and date ranges to the 'CheckBalance' intent provides the Einstein Bot's natural language processing (NLP) model with more training data to distinguish between balance inquiries and transaction requests. This improves intent classification accuracy by reducing overlap in the phrases the bot recognizes, directly addressing the misclassification issue.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it.
Why this is correct
Providing more training data for the existing intent helps the model distinguish between similar phrases.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Reduce the confidence threshold for both intents to allow more matches.
Why it's wrong here
Lowering the threshold increases false positives, worsening misclassification.
- ✗
Disable the 'RecentTransactions' intent and handle transaction requests using a flow without intents.
Why it's wrong here
Disabling the intent removes the feature entirely, not fixing the root cause.
- ✗
Create a new Einstein Bot specifically for transaction inquiries and route users there.
Why it's wrong here
Separate bots would not resolve misclassification and would fragment the user experience.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may think lowering the confidence threshold or creating separate bots will fix misclassification, but the correct approach is to enrich the training data for the existing intents to improve the NLP model's accuracy.
Detailed technical explanation
How to think about this question
Einstein Bots use machine learning models trained on intent utterances to classify user input. When intents have overlapping vocabulary (e.g., 'balance' and 'transactions' both involving amounts or dates), the model may assign higher probability to the wrong intent. Adding diverse, representative utterances to each intent—including edge cases with numbers and dates—helps the model learn discriminative features, improving the confidence score distribution and reducing false positives.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
AI Capabilities in CRM — study guide chapter
Learn the concepts, then practise the questions
- →
AI Capabilities in CRM practice questions
Targeted practice on this topic area only
- →
All AI Associate questions
506 questions across all exam domains
- →
Salesforce AI Associate AI Associate study guide
Full concept coverage aligned to exam objectives
- →
AI Associate practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI Associate practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
AI Fundamentals practice questions
Practise AI Associate questions linked to AI Fundamentals.
AI Capabilities in CRM practice questions
Practise AI Associate questions linked to AI Capabilities in CRM.
Ethical Considerations of AI practice questions
Practise AI Associate questions linked to Ethical Considerations of AI.
Data for AI practice questions
Practise AI Associate questions linked to Data for AI.
AI Associate fundamentals practice questions
Practise AI Associate questions linked to AI Associate fundamentals.
AI Associate scenario practice questions
Practise AI Associate questions linked to AI Associate scenario.
AI Associate troubleshooting practice questions
Practise AI Associate questions linked to AI Associate troubleshooting.
Practice this exam
Start a free AI Associate practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI Associate question test?
AI Capabilities in CRM — This question tests AI Capabilities in CRM — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Add sample utterances containing amounts and date ranges to the 'CheckBalance' intent to differentiate it. — Adding sample utterances that include amounts and date ranges to the 'CheckBalance' intent provides the Einstein Bot's natural language processing (NLP) model with more training data to distinguish between balance inquiries and transaction requests. This improves intent classification accuracy by reducing overlap in the phrases the bot recognizes, directly addressing the misclassification issue.
What should I do if I get this AI Associate question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More AI Associate practice questions
- A Salesforce admin implements Einstein Bots for customer service. To ensure the bot does not use biased language, what s…
- A data architect is designing a data model for Einstein Discovery. The data includes categorical variables with high car…
- A data analyst is evaluating data quality for an Einstein model. Which TWO dimensions are most critical for model accura…
- Which TWO actions are required to prepare data for an Einstein Discovery model?
- A sales manager wants to automatically prioritize leads based on their likelihood to convert. Which Einstein feature sho…
- A marketing team wants to use Einstein Engagement Scoring to prioritize leads. What is the primary input for this AI fea…
Last reviewed: Jun 24, 2026
This AI Associate practice question is part of Courseiva's free Salesforce certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI Associate exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.