Last Updated On : 7-Apr-2026
Salesforce Certified Agentforce Specialist - AI-201 Practice Test
Prepare with our free Salesforce Certified Agentforce Specialist - AI-201 sample questions and pass with confidence. Our Agentforce-Specialist practice test is designed to help you succeed on exam day.
Salesforce 2026
Universal Containers would like to route SMS text messages to a service rep from an Agentforce Service Agent. Which Service Channel should the company use in the flow to ensure it’s routed properly?
A. Messaging
B. Route Work Action
C. Live Agent
Explanation:
Comprehensive and Detailed In-Depth Explanation: UC wants to route SMS text messages from an
Agentforce Service Agent to a service rep using a flow. Let’s identify the correct Service Channel.
Option A: Messaging In Salesforce, the "Messaging" Service Channel (part of Messaging for In-App and
Web or SMS) handles text-based interactions, including SMS. When integrated with Omni-Channel Flow,
the "Route Work" action uses this channel to route SMS messages to agents. This aligns with UC’s
requirement for SMS routing, making it the correct answer.
Option B: Route Work Action "Route Work" is an action in Omni-Channel Flow, not a Service Channel. It
uses a channel (e.g., Messaging) to route work, so this is a component, not the channel itself, making it
incorrect.
Option C: Live Agent "Live Agent" refers to an older chat feature, not the current Messaging framework
for SMS. It’s outdated and unrelated to SMS routing, making it incorrect.
Option D: SMS ChannelThere’s no standalone "SMS Channel" in Salesforce Service Channels—SMS is
encompassed within the "Messaging" channel. This is a misnomer, making it incorrect.
Why Option A is Correct: The "Messaging" Service Channel supports SMS routing in Omni-Channel Flow,
ensuring proper handoff from the Agentforce Service Agent to a rep, per Salesforce
documentation.
📲 To route SMS messages through Agentforce Service Agents using a Flow, Universal Containers should use the Messaging Service Channel — it's designed specifically for handling this kind of communication.
Implementation Steps:
1. Enable Messaging for SMS in Omni-Channel Setup.
2. Configure the Messaging Flow to:
. Accept inbound SMS.
. Route to the AgentForce Service Agent.
3. Set up Omni-Channel Skills-Based Routing for agents.
An AgentForce Specialist wants to troubleshoot an agent that is hallucinating weblinks. The agent has an action that uses a prompt template, which is using a knowledge retriever, to generate the output text that the agent will use. Which process is appropriate to find the root cause of the hallucination behavior?
A. Examine the topic name and classification description for hallucination guardrails.
B. Examine the prompt instructions and contents of the chunks shown in the resolved prompt output.
C. Examine the topic instructions and ensure the word "ALWAYS" is used in the hallucination guardrails.
Explanation:
🧭 Summary:
When an Agent “hallucinates” weblinks or other irrelevant content, it means the model generated output not grounded in retrieved data. Since this Agent uses a prompt template with a knowledge retriever, the issue likely lies in how retrieved content and instructions are presented within the prompt. Reviewing the final resolved prompt and retrieved chunks reveals whether the model had accurate context to generate the response.
✅ Correct Option:
🟩 B. Examine the prompt instructions and contents of the chunks shown in the resolved prompt output.
This approach helps trace whether hallucinations come from unclear instructions or irrelevant retrieved content. The resolved prompt output shows what data the Agent actually received, enabling diagnosis of poor retrieval or confusing guidance that may have led to hallucinated weblinks.
❌ Incorrect Options:
🟥 A. Examine the topic name and classification description for hallucination guardrails.
The topic name and classification guardrails don’t directly affect hallucinations. They help route the query to the right process but won’t expose issues within the retrieval or generation logic that cause fabricated content.
🟥 C. Examine the topic instructions and ensure the word "ALWAYS" is used in the hallucination guardrails.
The presence or absence of the word “ALWAYS” won’t stop hallucinations. It’s about content grounding, not rule enforcement wording. Overemphasis on phrasing misses the deeper cause—poorly aligned retrieval or prompt context.
📘 Reference:
Salesforce Help: Troubleshoot Agent Hallucinations
Salesforce Help: Use Prompt Templates with Knowledge Retrieval
Universal Containers implemented Agent for its users. One user complains that Agent is not deleting activities from the past 7 days. What is the reason for this issue?
A. Agent Delete Record Action permission is not associated to the user.
B. Agent does not have the permission to delete the user's records.
C. Agent does not support the Delete Record action.
Explanation:
🧭 Summary:
The issue stems from a misunderstanding of what Salesforce Agent supports. The Agent in Salesforce can perform various record-related actions—like creating or updating records—based on configured permissions and flows. However, not every type of record manipulation is available. In this case, deletion is specifically not supported as an Agent action, which is why activities from the past 7 days aren’t being removed.
✅ Correct Option:
🟩 C. Agent does not support the Delete Record action.
Salesforce Agent currently doesn’t allow record deletion actions in its supported functionality. Even if the user has the right permissions, the Agent platform itself doesn’t execute record deletions, ensuring data integrity and reducing accidental loss of data through automation.
❌ Incorrect Options:
🟥 A. Agent Delete Record Action permission is not associated to the user.
This isn’t relevant because there’s no “Delete Record Action” permission specific to the Agent. The issue isn’t a missing permission—it’s a lack of feature support. Adding or modifying permissions won’t resolve the problem.
🟥 B. Agent does not have the permission to delete the user's records.
While permission settings can restrict actions, in this case, the Agent wouldn’t be able to delete any records at all, regardless of permissions, since deletion isn’t part of its functional scope.
📘 Reference:
Salesforce Help: Supported Agent Actions
When a verified customer in a help center says, “I want to upgrade my service plan,” an AI agent needs to
complete the following tasks:
Verify identity and entitlement.
Create a new quote
Calculate a prorated upgrade amount.
Escalate to an Account Executive (AE) only if the reorder exceeds USD 25,000.
Which type of agent should an AgentForce Specialist build to support this use case?
A. Service Agent to resolve the case end-to-end and create a new opportunity for the sales team
B. Sales Agent to handle the upsell and large-deal escalation
C. Employee Agent to orchestrate internal logistics and finance
Explanation:
Summary:
This scenario blends service verification with sales actions like quoting and escalation for high-value upsells, highlighting the need for an agent tuned to revenue growth. In Agentforce, selecting the right agent type streamlines workflows across channels, ensuring secure handling of customer data while automating routine tasks and handing off complex deals, ultimately shortening cycles and lifting conversions.
Correct Option:
✅ B. Sales Agent to handle the upsell and large-deal escalation.
Perfect for this flow, as it verifies entitlements via CRM, generates quotes with prorated calcs, and triggers AE escalations for deals over $25K—core upsell mechanics. Agentforce Sales Agents, like SDRs, nurture opportunities 24/7 using trusted data, reducing manual handoffs and boosting win rates by focusing reps on big closes.
Incorrect Options:
❌ A. Service Agent to resolve the case end-to-end and create a new opportunity for the sales team.
Service Agents excel at resolving issues like tickets but aren't optimized for proactive quoting or value-based escalations; they'd likely defer the opportunity creation, delaying upsells. In Agentforce, this shifts sales burden back to humans, missing the autonomous revenue push needed here.
❌ C. Employee Agent to orchestrate internal logistics and finance.
These are internal tools for staff tasks like HR or IT, not customer-facing upsells—they lack built-in quoting or escalation for external interactions. Agentforce Employee Agents support workflows behind the scenes but wouldn't directly engage verified customers, risking compliance gaps in entitlement checks.
Reference:
Explore Agentforce: Your Guide to Autonomous Agents (Salesforce Trailhead)
What is a Sales Agent? Types, Roles, & More
Coral Cloud Resorts is implementing Agentforce retrieval. Customers sometimes type ambiguous terms (for example, “package” could mean vacation package or baggage). Which retrieval strategy best balances precision and contextual disambiguation?
A. Use hybrid search, which combines keyword matching for precision with semantic embeddings for context.
B. Use semantic search only, which captures intent but may struggle with ambiguous terms when no context is provided.
C. Use keyword search only, which prioritizes exact term matching but risks missing contextual meaning.
Explanation:
Summary:
In Agentforce implementations, handling ambiguous customer queries like "package" requires a retrieval strategy that merges exact matching for reliability with intent understanding for relevance. This approach ensures accurate results in dynamic scenarios, such as resort bookings, by leveraging Salesforce Data Cloud's capabilities to ground AI responses in trusted data, reducing errors and boosting user satisfaction without over-relying on one method.
Correct Option:
✅ A. Use hybrid search, which combines keyword matching for precision with semantic embeddings for context.
This strategy shines in ambiguous situations by fusing keyword search's exact-match precision—ideal for specific terms like "baggage"—with semantic embeddings that grasp broader context, such as vacation intent. In Agentforce, it powers Retrieval-Augmented Generation (RAG) for more accurate, context-aware responses, as seen in Data Cloud integrations. Result: Fewer misinterpretations and higher retrieval quality for customer interactions.
Incorrect Options:
❌ B. Use semantic search only, which captures intent but may struggle with ambiguous terms when no context is provided.
While great for understanding overall meaning, pure semantic search falters on vague queries lacking clues, potentially pulling unrelated content like general "packages" instead of baggage specifics. In Agentforce, it misses the precision needed for domain jargon, leading to less reliable RAG outputs and requiring extra user clarification, which slows service.
❌ C. Use keyword search only, which prioritizes exact term matching but risks missing contextual meaning.
This method locks onto literal words, nailing precision for "package" but ignoring nuances—like vacation vs. luggage—resulting in irrelevant or incomplete results. For Agentforce, it limits AI's ability to disambiguate without semantic layers, often forcing escalations and frustrating users in natural-language chats.
Reference:
How Data Cloud Hybrid Search Combines Keyword and Vector Retrieval to Elevate the Search Experience
Agentforce and RAG: Best Practices for Better Agents
| Agentforce-Specialist Exam Questions - Home | Previous |
| Page 5 out of 59 Pages |