Total 378 Questions
Last Updated On : 8-Jul-2026
What is the correct process to leverage Prompt Builder in a Salesforce org?
A. Select the appropriate prompt template type to use, select one of Salesforce's standard prompts, determine the object to associate the prompt, select a record to validate against, and associate the prompt to an action.
B. Select the appropriate prompt template type to use, develop the prompt within the prompt workspace, select resources to dynamically insert CRM-derived grounding data, pick the model to use, and test and validate the generated responses.
C. Enable the target object for generative prompting, develop the prompt within the prompt workspace, select records to fine-tune and ground the response, enable the Trust Layer, and associate the prompt to an action.
Explanation
When using Prompt Builder in a Salesforce org, the correct process involves several important steps:
Select the appropriate prompt template type based on the use case.
Develop the prompt within the prompt workspace, where the template is created and customized.
Select CRM-derived grounding data to be dynamically inserted into the prompt, ensuring that the AI- generated responses are based on accurate and relevant data.
Pick the model to use for generating responses, either using Salesforce's built-in models or custom ones.
Test and validate the generated responses to ensure accuracy and effectiveness.
Option B is correct as it follows the proper steps for using Prompt Builder.
Option A and Option C do not capture the full process correctly.
Universal Containers (UC) is using standard Service AI Grounding. UC created a custom rich text field to be used with Service AI Grounding.
What should UC consider when using standard Service AI Grounding?
A. Service AI Grounding only works with Case and Knowledge objects.
B. Service AI Grounding only supports String and Text Area type fields.
C. Service AI Grounding visibility works m system mode.
Explanation
Let’s break this down:
✅ Service AI Grounding allows generative AI to ground its responses on specific fields from Salesforce objects like Case and Knowledge. It’s used for:
. Improving answer accuracy.
. Ensuring responses are based on real CRM data.
However, not all field types are supported for grounding. According to Salesforce documentation:
“Service AI Grounding supports only fields of type Text, Text Area, or Long Text Area.”
✅ Rich Text fields are not supported because:
They store HTML or formatting.
The AI grounding process expects plain text data to avoid markup issues.
Using rich text fields could cause:
. Prompt clutter.
. Token limits being exceeded due to hidden HTML tags.
Hence, if UC created a custom rich text field, it cannot be used in standard Service AI Grounding.
Therefore, Option B is correct.
Why the other options are incorrect:
Option A (only works with Case and Knowledge):
While the standard Service AI Grounding feature currently focuses on Case and Knowledge, this statement is incomplete.
The core limitation in this question is about field types, not objects.
Option C (visibility works in system mode):
Service AI Grounding respects user field-level security.
It does not automatically run in system mode unless specifically configured via flows or other backend processes.
The primary issue here is the field type limitation, not visibility mode.
🔗 Reference
Salesforce Help — Service AI Grounding Overview
Salesforce Release Notes — Supported Field Types for Grounding
Universal Containers (UC) wants to use Flow to bring data from unified Data Cloud objects to prompt templates.
Which type of flow should UC use?
A. Data Cloud-triggered flow
B. Template-triggered prompt flow
C. Unified-object linking flow
Explanation:
To bring Data Cloud object data into prompt templates, Universal Containers (UC) should use:
Template-Triggered Prompt Flow
Purpose: Specifically designed to:
Query Data Cloud objects (unified or standard).
Process/transform the data (e.g., filter, format as JSON).
Pass it to a prompt template for AI generation.
Example:
Flow queries Data Cloud for Customer_360__dlm records.
Feeds data into a prompt template to generate a customer summary.
Why Not the Other Options?
A. "Data Cloud-triggered flow":
No such flow type exists. Data Cloud processes use Data Actions or API integrations.
C. "Unified-object linking flow":
A distractor—this is not a valid flow type.
Implementation Steps:
Create a template-triggered flow in Flow Builder.
Use Data Cloud Connector elements to query unified objects.
Call the prompt template with the output.
Reference:
Salesforce Help - Prompt-Triggered Flows
In a Knowledge-based data library configuration, what is the primary difference between the identifying fields and the content fields?
A. Identifying fields help locate the correct Knowledge article, while content fields enrich AI responses with detailed information.
B. Identifying fields categorize articles for indexing purposes, while content fields provide a brief summary for display.
C. Identifying fields highlight key terms for relevance scoring, while content fields store the full text of the article for retrieval.
Explanation
Comprehensive and Detailed In-Depth Explanation: In Agentforce, a Knowledge-based data library (e.g., via Salesforce Knowledge or Data Cloud grounding) uses identifying fields and content fields to support AI responses. Let’s analyze their roles.
Option A: Identifying fields help locate the correct Knowledge article, while content fields enrich AI responses with detailed information. In a Knowledge-based data library, identifying fields(e.g., Title, Article Number, or custom metadata) are used to search and pinpoint the relevant Knowledge article based on user input or context. Content fields(e.g., Article Body, Details) provide the substantive data that the AI uses to generate detailed, enriched responses. This distinction is critical for grounding Agentforce prompts and aligns with Salesforce’s documentation on Knowledge integration, making it the correct answer.
Option B: Identifying fields categorize articles for indexing purposes, while content fields provide a brief summary for display. Identifying fields do more than categorize—they actively locate articles, not just index them. Content fields aren’t limited to summaries; they include full article content for response generation, not just display. This option underrepresents their roles and is incorrect.
Option C: Identifying fields highlight key terms for relevance scoring, while content fields store the full text of the article for retrieval. While identifying fields contribute to relevance (e.g., via search terms), their primary role is locating articles, not just scoring. Content fields do store full text, but their purpose is to enrich responses, not merely enable retrieval. This option shifts focus inaccurately, making it incorrect.
Why Option A is Correct: The primary difference—identifying fields for locating articles and content fields for enriching responses—reflects their roles in Knowledge-based grounding, as per official Agentforce documentation.
What is an appropriate use case for leveraging Agentforce Sales Agent in a sales context?
A. Enable a sates team to use natural language to invoke defined sales tasks grounded in relevant data and be able to ensure company policies are applied. conversationally and in the now or work.
B. Enable a sales team by providing them with an interactive step-by-step guide based on business rules to ensure accurate data entry into Salesforce and help close deals fatter.
C. Instantly review and read incoming messages or emails that are then logged to the correct opportunity, contact, and account records to provide a full view of customer interactions and communications.
Explanation
Agentforce Sales Agent (Einstein Copilot for Sales) is designed to:
✅ Provide a conversational interface
Sales reps can type natural language commands or questions.
For example:
“Show me similar opportunities to this one.”
“Summarize this account’s last 3 meetings.”
“Draft an email to follow up on this deal.”
✅ Invoke defined sales tasks
Sales reps can perform CRM actions like:
. Updating opportunities.
. Creating tasks.
. Finding records.
. Generating proposals or emails.
These actions are grounded in real Salesforce data.
✅ Apply company policies
Prompts can be designed with specific instructions and business rules to:
. Ensure data compliance.
. Follow sales processes.
. Maintain consistency.
✅ All this happens in the normal flow of work, seamlessly integrated into Salesforce UI.
Hence, Option A precisely describes how Sales Agent works and its intended value.
Why the other options are incorrect:
Option B (Interactive step-by-step guide):
Describes more of a Salesforce Flow or Guided Selling process, not the conversational AI functionality of Sales Agent.
Sales Agent is about natural language interaction, not rigid step-by-step wizards.
Option C (Auto-reading and logging messages):
Describes features of Einstein Activity Capture or Sales Engagement tools.
Sales Agent does not automatically read or log incoming emails—it’s about conversational AI.
🔗 Reference
Salesforce Help — Einstein Copilot for Sales Overview
Salesforce Blog — How Einstein Copilot Helps Sales Teams Work Smarter
Universal Containers has a strict change management process that requires all possible configuration to be completed in a sandbox which will be deployed to production. The Agentforce Specialist is tasked with setting up Work Summaries for Enhanced Messaging. Einstein Generative AI is already enabled in production, and the Einstein Work Summaries permission set is already available in production.
Which other configuration steps should the Agentforce Specialist take in the sandbox that can be deployed to the production org?
A. create custom fields to store Issue, Resolution, and Summary; create a Quick Action that updates these fields: add the Wrap Up component to the Messaging Session record paae layout: and create Permission Set Assignments for the intended Agents.
B. From the Epstein setup menu, select Turn on Einstein: create custom fields to store Issue, Resolution, and Summary: create a Quick Action that updates these fields: and add the wrap up componert to the Messaging session record page layout.
C. Create custom fields to store issue, Resolution, and Summary; create a Quick Action that updates these fields: and ado the Wrap up component to the Messaging session record page lavcut.
Explanation:
To configure Work Summaries for Enhanced Messaging in a sandbox for deployment to production, the AgentForce Specialist must:
1. Create Custom Fields
Required to store AI-generated Issue, Resolution, and Summary text (e.g., Case.Einstein_Issue__c, Case.Einstein_Resolution__c).
2. Create a Quick Action
A Lightning Quick Action triggers the AI to generate and save summaries post-interaction.
3. Add the Wrap-Up Component
The "Wrap Up" Lightning component on the Messaging Session page displays the summary and allows edits before saving.
Why Not the Other Options?
A. Includes "Permission Set Assignments":
Not deployable via change sets (assignments are org-specific). The permission set is already in production, per the question.
B. Mentions "Turn on Einstein":
Einstein Generative AI is already enabled in production, so this step is redundant.
Key Notes:
These steps are deployable via change sets (fields, Quick Actions, page layouts).
Omit non-deployable steps (e.g., permission assignments, toggling features already on).
Universal Containers (UC) is using Einstein Generative AI to generate an account summary. UC aims to ensure the content is safe and inclusive, utilizing the Einstein Trust Layer's toxicity scoring to assess the content's safety level.
In the score of 1 indicate?
A. The response is the least toxic Einstein Generative AI Toxicity Scoring system, what does a toxicity category.
B. The response is not toxic.
C. The response is the most toxic.
Explanation
Einstein Generative AI uses the Einstein Trust Layer to evaluate the toxicity of generated content. This feature helps ensure:
. Safe and inclusive language.
. Protection against harmful, offensive, or inappropriate responses.
✅ How the scoring works:
Toxicity scores range from 0 to 1.
0 → The response is not toxic at all.
1 → The response is the most toxic.
A score of 1 indicates that:
1. The generated content is highly toxic.
2. It contains offensive, violent, hateful, or otherwise inappropriate language.
3. It should be blocked, masked, or reviewed before being delivered to the user.
Hence, Option C is correct.
Why the other options are incorrect:
Option A (least toxic):
Incorrect. A score of 0 is the least toxic.
Option B (not toxic):
Incorrect. A score close to 0 indicates “not toxic.” A score of 1 is the most toxic.
🔗 Reference
Salesforce Help — Einstein Trust Layer and Toxicity Detection
Salesforce Blog — How Salesforce Detects and Blocks Toxic Content in Generative AI
Universal Containers, dealing with a high volume of chat inquiries, implements Einstein Work Summaries to boost productivity.
After an agent-customer conversation, which additional information does Einstein generate and fill, apart from the "summary"
A. Sentiment Analysis and Emotion Detection
B. Draft Survey Request Email
C. Issue and Revolution
Explanation:
When Einstein Work Summaries generates a summary after an agent-customer conversation, it automatically populates the following fields (in addition to the "Summary"):
1. Issue
A concise description of the customer’s problem (e.g., "Customer reported login issues with two-factor authentication.").
2. Resolution
A clear explanation of the steps taken to resolve the issue (e.g., "Reset 2FA settings and verified successful login.").
Why Not the Other Options?
A. Sentiment Analysis and Emotion Detection:
While Einstein can analyze sentiment (e.g., via Conversation Insights), this data is not part of the Work Summary fields.
B. Draft Survey Request Email:
This is a separate feature (e.g., post-chat surveys) and isn’t auto-generated by Work Summaries.
Implementation Note:
These fields (Issue, Resolution, Summary) must be:
Custom fields (e.g., Case.Einstein_Issue__c).
Added to the Wrap-Up component on the chat console.
This ensures agents spend less time documenting and more time helping customers.
Universal Containers is planning a marketing email about products that most closely match a customer's expressed interests.
What should An Agentforce recommend to generate this email?
A. Standard email marketing template using Apex or flows for matching interest in products
B. Custom sales email template which is grounded with interest and product information
C. Standard email draft with Einstein and choose standard email template
Explanation
UC’s goal is:
To generate a marketing email about products tailored to the customer’s expressed interests.
This is a classic personalization use case for generative AI.
✅ Why Option B is correct:
1. Einstein Copilot and Prompt Builder allow creating custom email templates that:
Are grounded with CRM data:
. Customer interests (e.g. stored in custom fields, activity data, preference centers).
. Product details.
Dynamically generate personalized email content.
2. By grounding the prompt template with:
Customer-specific data (interests).
Product data.
3. UC can ensure the email:
Mentions products truly relevant to each customer.
Feels personalized and improves engagement.
Hence, the best approach is:
B. Custom sales email template which is grounded with interest and product information.
Why the other options are incorrect:
Option A (Standard template + Apex/flows):
Apex or Flows could fetch data, but:
. You’d have to manually craft email content.
. No generative AI capabilities to tailor the narrative dynamically.
Far more complex and less flexible than using a grounded prompt template.
Option C (Standard email draft with Einstein):
A standard email draft might use general AI assistance but:
. Without grounding, it won’t reliably tailor content to the customer’s interests or product info.
You need a custom prompt grounded in specific data for precise personalization.
🔗 Reference
Salesforce Help — Einstein Sales Emails Overview
Salesforce Help — Prompt Builder for Sales Emails
Salesforce Blog — How Generative AI Transforms Email Personalization
Universal Containers (UC) wants to use the Draft with Einstein feature in Sales Cloud to create a personalized introduction email.
After creating a proposed draft email, which predefined adjustment should UC choose to revise the draft with a more casual tone?
A. Make Less Formal
B. Enhance Friendliness
C. Optimize for Clarity
Explanation:
When using Draft with Einstein to refine an email draft, Universal Containers (UC) should:
Select "Make Less Formal"
This predefined adjustment specifically:
Converts formal language (e.g., "We are pleased to inform you...") to a casual tone (e.g., "Great news! You’ll love this...").
Retains personalization (e.g., {{Contact.FirstName}}) while making the tone conversational.
Why Not the Other Options?
B. "Enhance Friendliness":
Focuses on warmth/positivity (e.g., adding emojis) but doesn’t necessarily make the tone casual.
C. "Optimize for Clarity":
Simplifies complex sentences but doesn’t adjust formality.
Implementation Tip:
Combine with "Shorten" or "Enhance Friendliness" for maximum impact.
Reference:
Salesforce Help - Draft with Einstein
| Page 11 out of 38 Pages |
| 5678910111213141516 |
| Agentforce-Specialist Practice Test Home |
Our new timed 2026 Agentforce-Specialist practice test mirrors the exact format, number of questions, and time limit of the official exam.
The #1 challenge isn't just knowing the material; it's managing the clock. Our new simulation builds your speed and stamina.
You've studied the concepts. You've learned the material. But are you truly prepared for the pressure of the real Salesforce Agentforce Specialist - AI-201 exam?
We've launched a brand-new, timed Agentforce-Specialist practice exam that perfectly mirrors the official exam:
✅ Same Number of Questions
✅ Same Time Limit
✅ Same Exam Feel
✅ Unique Exam Every Time
This isn't just another Agentforce-Specialist practice questions bank. It's your ultimate preparation engine.
Enroll now and gain the unbeatable advantage of: