Courseiva
Back to Salesforce AI Associate AI Associate questions

Scenario-based practice

Hard Difficulty Questions

Practise Salesforce AI Associate AI Associate practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

20
scenario questions
AI Associate
exam code
Salesforce
vendor

Scenario guide

How to approach hard difficulty questions

These are the questions most candidates get wrong. They require connecting multiple concepts, reading tricky output, or knowing edge-case behaviour that isn't on most study cards. Practising them trains you to operate under uncertainty — a necessary skill on the real exam.

Quick answer

Hard Difficulty Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related AI Associate topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Full question →

A company is building a text classification model for customer support tickets. They have a dataset of 10,000 tickets. The team decides to use active learning for labeling. Which approach best aligns with active learning principles?

Question 2hardmultiple choice
Full question →

A company has international customers and wants Einstein Prediction Builder to forecast deal closure probability. The data includes fields like 'region', 'product line', and 'deal amount'. What is a best practice to ensure the model works for all regions?

Question 3hardmultiple choice
Full question →

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?

Question 4hardmulti select
Full question →

An admin is configuring Einstein Lead Scoring. They want to ensure the lead score is visible in list views and reports. Which TWO settings or actions are required?

Question 5hardmultiple choice
Full question →

A service team uses Einstein Discovery to analyze customer churn. The story shows 'Average Resolution Time' is a key driver. What is the best action?

Question 6hardmulti select
Full question →

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

Question 7hardmultiple choice
Review the full routing breakdown →

A developer is building an Einstein Bot that needs to understand when a customer says 'I want to return a purchase' and route them to the returns process. How should they configure the bot?

Question 8hardmulti select
Full question →

An admin is configuring Einstein Prediction Builder to predict case escalation. Which TWO components must be selected during setup?

Question 9hardmultiple choice
Full question →

A financial services company uses Salesforce AI to detect fraudulent transactions. The dataset has 1 million legitimate transactions and only 1,000 fraudulent ones. The model trained with default parameters achieves 99.9% accuracy but identifies no fraud (precision and recall of 0). The data scientist wants to maximize fraud detection (recall) while minimizing false positives. Which approach is most effective?

Question 10hardmultiple choice
Full question →

A company deploys an AI recommender system that personalizes content. The system is trained on user click data. After deployment, the company notices that the system increasingly recommends sensationalist content, leading to user polarization. Which principle is being violated?

Question 11hardmultiple choice
Full question →

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 12hardmulti select
Full question →

A data scientist is using Einstein Vision and Language Platform for text classification. They need to handle custom entities (NER) and classify text into multiple categories. Which THREE capabilities of the Einstein Platform Services API should they use?

Question 13hardmultiple choice
Full question →

A company uses an NLP model to detect intent in customer messages. The model works well for English but fails for Spanish messages. What is the most likely cause?

Question 14hardmulti select
Full question →

A company wants to build an autonomous AI agent in Salesforce that can handle customer returns, refunds, and exchanges without human intervention. Which THREE components are required to build this agent using Agentforce?

Question 15hardmultiple choice
Full question →

A team is labeling text data for a sentiment analysis model. To ensure consistency and quality, which practice should they prioritize?

Question 16hardmulti select
Full question →

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

Question 17hardmulti select
Full question →

A service organization wants to deploy an Einstein Bot to handle common support inquiries. They need to define the bot's conversational flow and train it to understand user requests. Which THREE components must be configured in the bot builder?

Question 18hardmulti select
Full question →

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

Question 19hardmultiple choice
Full question →

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?

Exhibit

Apex Trigger:
trigger LeadScoringTrigger on Lead (after insert) {
    for(Lead l : Trigger.new) {
        l.Score__c = Einstein_Prediction_API.predict('Lead_Score', l.Id);
    }
}
Question 20hardmulti select
Full question →

Which THREE are key dimensions of data quality that directly impact AI model performance?

These AI Associate practice questions are part of Courseiva's free Salesforce certification practice question bank. Courseiva provides original exam-style AI Associate questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.