Pre-Summer Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

Practice Free Agentforce-Specialist Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update Exam Questions Answers With Explanation

We at Crack4sure are committed to giving students who are preparing for the Salesforce Agentforce-Specialist Exam the most current and reliable questions . To help people study, we've made some of our Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update exam materials available for free to everyone. You can take the Free Agentforce-Specialist Practice Test as many times as you want. The answers to the practice questions are given, and each answer is explained.

Question # 6

Choose 1 option.

Before activating a custom agent action, an AgentForce Specialist would like to evaluate multiple real-world user utterances to ensure the action is being selected appropriately.

Which tool should the AgentForce Specialist recommend?

A.

Testing Center

B.

AgentForce Builder

C.

Prompt Builder

Question # 7

Choose 1 option.

Universal Containers needs to create Data Cloud reports to understand agent behavior.

Which data lake object (DLO) represents an overarching container capturing contiguous interactions with one or more Al agents?

A.

AlAgentInteraction

B.

AlAgentInteractionMessage

C.

AlAgentSession

Question # 8

Choose 1 option.

Universal Containers (UC) is preparing and defining success criteria for Agentforce Testing Center test cases.

Which details should UC specify as the expected output to ensure the tests accurately reflect the agent ' s functionality?

A.

Expected Topic API Name

B.

Expected Flow API Name

C.

Expected Prompt Template Name

Question # 9

Universal Containers is using AgentForce for Sales to find similar opportunities to help close deals faster. The team wants to understand the criteria used by the Agent to match opportunities.

A.

Matched opportunities were created in the last 12 months.

B.

Matched opportunities have a status of Closed?Won from the last 12 months.

C.

Matched opportunities are limited to the same account.

Question # 10

Universal Containers (UC) is using related list merge fields in a prompt template associated with an Account object in Prompt Builder.

What should UC consider?

A.

The Activities related list on the Account object is not supported because it is a polymorphic field.

B.

If person accounts have been enabled, merge fields will not be available for the Account object.

C.

Prompt generation will yield no response when there is no related list associated with an Account in runtime.

Question # 11

Choose 1 option.

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.

Question # 12

Universal Containers (UC) wants to implement an AI-powered customer service agent that can:

Retrieve proprietary policy documents that are stored as PDFs.

Ensure responses are grounded in approved company data, not generic LLM knowledge.What should UC do first?

A.

Set up an Agentforce Data Library for AI retrieval of policy documents.

B.

Expand the AI agent ' s scope to search all Salesforce records.

C.

Add the files to the content, and then select the data library option.

Question # 13

What is automatically created when a custom search index is created in Data Cloud?

A.

A retriever that shares the name of the custom search index.

B.

A dynamic retriever to allow runtime selection of retriever parameters without manual configuration.

C.

A predefined Apex retriever class that can be edited by a developer to meet specific needs.

Question # 14

Universal Containers (UC) wants to make a sales proposal and directly use data from multiple unrelated objects (standard and custom) in a prompt template. How should UC accomplish this?

A.

Create a prompt template passing in a special custom object that connects the records temporarily.

B.

Create a prompt template-triggered flow to access the data from standard and custom objects.

C.

Create a Flex template to add resources with standard and custom objects as inputs.

D.

Use a Record Snapshot to combine data from unrelated objects into a single prompt.

Question # 15

Cloud Kicks is developing a prompt template in a sandbox and has created multiple saved versions during testing. Cloud Kicks is now preparing to move the template to production.

What is a consideration when deploying the template to production?

A.

Deploying a template requires all previous versions to be manually activated before deployment can succeed

B.

Deploying a template automatically removes all prior versions and replaces them with the deployed version in production

C.

Deploying a prompt template includes all versions of the prompt template that are in the source org to the target org

Question # 16

After an agent selects a topic, what is an important factor the reasoning engine uses to select the action?

A.

The priority given to each action

B.

The explicit order of actions in the topic

C.

The name and instructions of the actions

Question # 17

An insurance company needs a Service Agent to ground its responses based on company-specific PDFs and a comprehensive knowledge base.

Which type of retriever should the Agentforce Specialist use to meet this requirement?

A.

Dynamic retriever

B.

Individual retriever

C.

Ensemble retriever

Question # 18

An Agentforce wants to include data from the response of external service invocation (REST API callout) into the prompt template.

How should the Agentforce Specialist meet this requirement?

A.

Convert the JSON to an XML merge field.

B.

Use External Service Record merge fields.

C.

Use “Add Prompt Instructions” flow element.

Question # 19

Universal Containers is deploying two agents simultaneously: an internal Sales Productivity Agent for employees and a customer-facing Service Agent on its Experience Cloud site. An Agentforce Specialist is configuring permissions and needs to understand the correct security context for each.

Which statement accurately describes the execution model?

A.

The customer-facing Service Agent inherits the security context of the Experience Cloud site’s guest user profile by default, requiring guest profile object permissions to be configured for all actions the agent executes.

B.

The internal Sales Productivity Agent executes actions using the authenticated Salesforce employee’s own permissions, while the customer-facing Service Agent executes actions as a dedicated Einstein Service Agent User with its own permission set.

C.

Both the internal Sales Productivity Agent and the customer-facing Service Agent execute actions as a dedicated Einstein Service Agent User with its own permission set that is configured as required for the agent.

Question # 20

Choose 1 option.

Coral Cloud Resorts is uploading thousands of new HTML knowledge articles files for a resort launch.

To ensure Agentforce retrieves accurate responses quickly, which chunking strategy should be used when creating a new index?

A.

Semantic-based passage extraction

B.

Conversation-based chunking

C.

Section-aware chunking

Question # 21

Amid their busy schedules, sales reps at Universal Containers dedicate time to follow up with prospects and existing clients via email regarding renewals or new deals. They spend many hours throughout the

week reviewing past communications and details about their customers before performing their outreach.

Which standard Copilot action helps sales reps draft personalized emails to prospects by generating text based on previous successful communications?

A.

Agent Action: Find Similar Opportunities

B.

Agent Action: Draft or Revise Sales Email

C.

Agent Action: Summarize Record

Question # 22

The Agentforce Specialist for Coral Cloud Resorts wants to create an agent that will automate the resolution of a large portion of guest complaints related to their vacation experiences. The agent will be able to offer upgrades, hotel credit, and other complimentary options. The agent will also be in charge of escalating the case to a human when a guest has suffered a major disruption (such as cancellation).

Following Salesforce best practices, which type of agent should the Agentforce Specialist create?

A.

Sales A Agent with a Flex prompt template

B.

Custom Agent with a Flex prompt template

C.

Service Agent with a Flex prompt template

Question # 23

What is the primary function of the planner service in the Agent system?

A.

Generating record queries based on conversation history

B.

Offering real-time language translation during conversations

C.

Identifying copilot actions to respond to user utterances

Question # 24

Universal Containers deployed the new Agentforce Sales Development Representative (SDR) Into production, but sales reps are saying they can ' t find it. What is causing this issue?  

A.

Sales rep users profiles are missing the Allow SDR Agent permission.

B.

Sales rep users do not have access to the SDR Agent object.

C.

Sales rep users are missing the Use SDR Agent permission set.  

Question # 25

Universal Containers (UC) currently tracks Leads with a custom object. UC is preparing to implement the Sales Development Representative (SDR) Agent. Which consideration should UC keep in mind?

A.

Agentforce SDR only works with the standard Lead object.

B.

Agentforce SDR only works on Opportunities.

C.

Agentforce SDR only supports custom objects associated with Accounts.

Question # 26

Global Finance Corp (GFC) is expanding its Agentforce rollout from a basic customer service agent to a suite of specialized agents handling Fraud Detection, Loan Origination, and Billing. GFC operates entirely within a single, global Salesforce instance. The CIO wants to ensure that as the number of specialized agents scales, the company maintains strict, centralized control over security guardrails and user context, ensuring customers do not have to repeat themselves when their request spans multiple departments. What is a reasonable architectural approach to achieve this level of scalability and control?

A.

Use the Model Context Protocol (MCP) to federate multiple external, third-party agents directly into the existing Agentforce Service console.

B.

Implement a Multi-Org, Multi-Agent (MOMA) architecture connected via the Agent-to-Agent (A2A) protocol to safely isolate each department’s agent.

C.

Deploy a Single-Org, Multi-Agent (SOMA) architecture using a primary Orchestrator agent to manage shared context natively and route subtasks to the specialized agents.

Question # 27

What is the main purpose of Prompt Builder?

A.

A tool for developers to use in Visual Studio Code that creates prompts for Apex programming, assisting developers in writing code more efficiently.

B.

A tool that enables companies to create reusable prompts for large language models (LLMs), bringing generative AI responses to their flow of work

C.

A tool within Salesforce offering real-time Al-powered suggestions and guidance to users, Improving productivity and decision-making.

Question # 28

Choose 1 option.

Which scenario best illustrates the use of Model Context Protocol (MCP) in an enterprise Al deployment?

A.

A legal assistant agent using MCP to dynamically find a document classification API to analyze case files

B.

A customer service agent engaging another agent in real-time conversation to resolve tickets

C.

A sales agent discovering other agents’ capabilities using Agent Cards

Question # 29

Which business requirement presents a good use case for leveraging Einstein Prompt Builder?

A.

Forecast future sales trends based on historical data.

B.

Identify potential high-value leads for targeted marketing campaigns.

C.

Send reply to a request for proposal via a personalized email.

Question # 30

Universal Containers is interested in using Call Explorer to quickly gain insights from meetings recorded by its sales team.

What should the Agentforce Specialist be aware of before enabling this feature?

A.

Call Explorer operates independently of Salesforce Knowledge, requiring no prior setup.

B.

Custom Call Explorer actions need to be built before it can be configured.

C.

Call Explorer requires the Einstein Conversation Insights permission set to be enabled.

Question # 31

What is true of Agentforce Testing Center?

A.

Running tests risks modifying CRM data in a production environment.

B.

Running tests does not consume Einstein Requests.

C.

Agentforce Testing Center can only be used in a production environment.

Question # 32

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

Question # 33

A Salesforce Administrator wants to generate personalized, targeted emails that incorporate customer interaction data. The admin wants to leverage large language models (LLMs) to write the emails, and wants to reuse templates for different products and customers.

Which solution approach should the admin leverage?

A.

Use sales Email standard templates

B.

Create a t field Generation prompt template type

C.

Create a Sales Email prompt template type.

Question # 34

Choose 1 option.

How does Agentforce select the correct action to resolve a user ' s request?

A.

Each topic contains a list of the matching action’s user utterances so that the agent can map the user request to the right topic and action.

B.

The large language model (LLM) selects the right topic and action, if they exist. If there are no matches, the LLM attempts to answer the user ' s request.

C.

The reasoning engine identifies the agent action to be executed by its name and action input instructions.

Question # 35

Coral Cloud Resorts wants visibility into credit usage associated with testing.

Which feature supports this?

A.

Agentforce Analytics

B.

B. Digital Wallet

C.

Testing Center

Question # 36

A service manager wants to use Salesforce Prompt Builder to help agents summarize customer case notes after a support call. The summary should:

Capture the customer’s issue, troubleshooting steps taken, and next actions.

Be no longer than five sentences.

Use plain language with no technical jargon.

If no next action is identified, the summary should explicitly state “No next action required.”

Which key prompt constructs meet this requirement?

A.

Role, Task, LLM Clarity Score, and Format

B.

Role, Task, Token Size Limit, and Format

C.

Task, Context, Constraints, and Format

Question # 37

An Agentforce turned on Einstein Generative AI in Setup. Now, the Agentforce Specialist would like to create custom prompt templates in Prompt Builder. However, they cannot access Prompt Builder in the Setup menu.

What is causing the problem?

A.

The Prompt Template User permission set was not assigned correctly.

B.

The Prompt Template Manager permission set was not assigned correctly.

C.

The large language model (LLM) was not configured correctly in Data Cloud.

Question # 38

An Agentforce Specialist wants to ensure their custom agent action performs as expected in conversations.

What should the Agentforce Specialist focus on when creating action instructions?

A.

Write concise agent action instructions and test in Agentforce Builder.

B.

Ensure the agent action label matches the utterance’s intent.

C.

Include comprehensive detailed descriptions and perform smoke testing.

Question # 39

A sales manager is using Agent Assistant to streamline their daily tasks. They ask the agent to Show me a list of my open opportunities.

How does the large language model (LLM) in Agentforce identify and execute the action to show the sales manager a list of open opportunities?

A.

The LLM interprets the user ' s request, generates a plan by identifying the apcMopnete topics and actions, and executes the actions to retrieve and display the open opportunities

B.

The LLM uses a static set of rules to match the user ' s request with predefined topics and actions, bypassing the need for dynamic interpretation and planning.

C.

Using a dialog pattern. the LLM matches the user query to the available topic, action and steps thenperforms the steps for each action, such as retrieving a fast of open opportunities.

Question # 40

Universal Containers aims to streamline the sales team ' s daily tasks by using AI.

When considering these new workflows, which improvement requires the use of Prompt Builder?

A.

Populate an Al-generated time-to close estimation to opportunities

B.

Populate an AI generated summary field for sales contracts.

C.

Populate an Al generated lead score for new leads.

Question # 41

Universal Containers wants to be able to detect with a high level confidence if content generated by a large language model (LLM) contains toxic language.

Which action should an Al Specialist take in the Trust Layer to confirm toxicity is being appropriately managed?

A.

Access the Toxicity Detection log in Setup and export all entries where isToxicityDetected is true.

B.

Create a flow that sends an email to a specified address each time the toxicity score from the response exceeds a predefined threshold.

C.

Create a Trust Layer audit report within Data Cloud that uses a toxicity detector type filter to display toxic responses and their respective scores.

Question # 42

Universal Containers (UC) uses a file upload-based data library and custom prompt to support AI-driven training content. However, users report that the AI frequently returns outdated documents. Which corrective action should UC implement to improve content relevancy?

A.

Switch the data library source from file uploads to a Knowledge-based data library, because Salesforce Knowledge bases automatically manage document recency, ensuring current documents are returned.

B.

Configure a custom retriever that includes a filter condition limiting retrieval to documents updated within a defined recent period, ensuring that only current content is used for AI responses.

C.

Continue using the default retriever without filters, because periodic re-uploads will eventually phase out outdated documents without further configuration or the need for custom retrievers.

Question # 43

An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom Agent action?

A.

Apex Trigger

B.

SOQL

C.

Flows

Question # 44

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.

Question # 45

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.

Question # 46

When configuring a prompt template, an Agentforce Specialist previews the results of the prompt template they ' ve written. They see two distinct text outputs: Resolution and Response. Which information does the Resolution text provide?

A.

It shows the full text that is sent to the Trust Layer.

B.

It shows the response from the LLM based on the sample record.

C.

It shows which sensitive data is masked before it is sent to the LLM.

Question # 47

Choose 1 option.

Universal Containers needs to restrict access to refund processing actions so only customers with Active account status can initiate refunds.

How should an Agentforce Specialist apply the restriction deterministically?

A.

Create a Flex Prompt Template that has instructions to check for account status.

B.

Create a context variable for the account status field and apply a conditional filter AccountStatus equals " Active " to refund actions.

C.

Include step-by-step instructions at the topic level and action level explaining the rules and examples.

Question # 48

Universal Containers is developing an Agentforce Service Agent to handle a complex, multi-step customer onboarding process. To better organize the conversational logic, the Agentforce Specialist splits the process across two distinct subagents and places the setup configuration for the second step inside the before_reasoning block of the new subagent. During testing, when the agent transitions to this new subagent mid-conversation, the conversation occasionally stalls or behaves unexpectedly.

What is the risk the Agentforce Specialist must consider regarding the execution timing of before_reasoning?

A.

The before_reasoning block will only run once and sets the immutable variables.

B.

The before_reasoning block runs at the start of the next turn after a transition.

C.

The before_reasoning block only runs on the very first turn after the agent launches.

Question # 49

Pinnacle Healthcare is enhancing its agent and Agent Script implementation to improve patient scheduling and care coordination. The head of compliance has identified a need to ensure deterministic behavior for agents when verifying patient information before scheduling appointments. The process must enforce compliance by gating downstream actions, for example, scheduling, until patient verification is complete.

What is the most appropriate approach the Agentforce Specialist should recommend while adhering to standard configuration guidelines?

A.

Call a custom Apex @InvocableMethod to enforce the verification logic and dynamically update the scheduling action availability.

B.

Use @utils.setVariables to update a mutable session variable for patient verification status and gate scheduling actions with available when.

C.

Use template expressions in the action descriptions to dynamically display instructions based on the verification status.

Question # 50

Choose 1 option.

Universal Containers has created an Employee Agent.

Which step should an Agentforce Specialist take to connect the agent with a Slack channel?

A.

Create a connection between Salesforce and the Slack workspace.

B.

Create an Omni-Channel flow and connection between Salesforce and the Slack workspace.

C.

Create an embedded service deployment and connection between Salesforce and the Slack workspace.

Question # 51

Choose 1 option.

An Agentforce Specialist needs to create a prompt template that extracts the customer ' s name, phone number, and case number

from a block of text, and nothing else.

How should the Agentforce Specialist structure the prompt to ensure the large language model (LLM) doesn ' t include extra

conversation or text?

A.

Ask the LLM to extract and only output the important information in the text.

B.

Use well-defined output instructions and provide desired output examples.

C.

Ensure in the prompt that the LLM has been told to only use name value pairs in the response.

Question # 52

After configuring and saving a Salesforce Agentforce Data Library (regardless of the data source), which components are automatically created and available in Data Cloud?

A.

A data pipeline, an indexing engine, and a query processor

B.

A data connector, an analytics dashboard, and a workflow rule

C.

A data stream, a search index, and a retriever

Question # 53

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.

Question # 54

How does an Agent respond when it can’t understand the request or find any requested information?

A.

With a preconfigured message, based on the action type.

B.

With a general message asking the user to rephrase the request.

C.

With a generated error message.

Question # 55

Universal Containers has deployed a Service Agent to production that handles billing, returns, and technical support across 12 subagents, formerly known as topics. Following a business process change, the Agentforce Specialist updates the Billing subagent instructions to include a new refund escalation path. Within days, the customer experience team reports that billing interactions are intermittently routing to the General FAQ subagent instead.

Which approach is most effective in helping to diagnose the cause and confirm the full extent of the impact?

A.

Enable Utterance Analysis in the production org to review conversation logs for misrouted interactions, then iteratively adjust the Billing subagent instructions in Agent Builder until the misrouting rate falls below an acceptable threshold.

B.

Replicate each suspected failure scenario manually in Agentforce Builder’s Conversation Preview, document the subagent selection results, and update the Billing subagent instructions before redeploying the agent.

C.

Re-run the stored test suite in Agentforce Testing Center against the modified agent, review Subagent Pass % and Action Pass % metrics to isolate regressions, then extend the suite to cover the refund escalation path.

Question # 56

A service agent is looking at a custom object that stores travel information. They recently received a weather alert and now need to cancel flights for the customers that are related with this itinerary. The service agent needs to review the Knowledge articles about canceling and

rebooking the customer flights.

Which Agent capability helps the agent accomplish this?

A.

Execute tasks based on available actions, answering questions using information from accessible Knowledge articles.

B.

Invoke a flow which makes a call to external data to create a Knowledge article.

C.

Generate a Knowledge article based off the prompts that the agent enters to create steps to cancel flights.

Question # 57

Universal Containers (UC) wants to enable its sales team with automatic post-call visibility into mention of competitors, products, and other custom phrases.

Which feature should the Agentforce Specialist set up to enable UC ' s sales team?

A.

Call Summaries

B.

Call Explorer

C.

Call Insights

Question # 58

What is the purpose of applying filters in a custom retriever configuration?

A.

Filters narrow the search results by applying up to 10 conditions based on fields defined in the search index, thereby enhancing the relevancy of the content returned.

B.

Filters automatically encrypt and mask sensitive fields in the search index to ensure that only non-confidential information is retrieved for public queries.

C.

Filters reformat and aggregate multiple documents into a single summary output to streamline and unify retriever output for more efficient and accurate Al grounding.

Question # 59

Universal Containers recently deployed a customer service agent to handle common inquiries. After a month of usage, the support manager wants to analyze the agent’s performance. They need to view aggregated metrics such as the escalation rate to human agents, average session duration, and which topics have the lowest resolution scores so they can prioritize which agent actions need optimization.

Which native Salesforce capability should the Agentforce Specialist use to provide these insights and guide the optimization strategy?

A.

Agentforce Observability, leveraging Agent Analytics dashboards and the Session Tracing Data Model to review aggregate performance and drill into specific underperforming interactions.

B.

The Einstein Trust Layer Audit Trail, exporting the raw JSON logs to measure the token usage and temperature settings of every user session.

C.

The Salesforce Optimization report, scheduling a monthly scan to identify deprecated subagents and unused agent actions across the org.

Question # 60

Choose 1 option.

An administrator at Universal Containers has successfully deployed a new agent from a sandbox to production using a change set.

The agent uses a prompt template that invokes a Salesforce flow to perform a complex calculation. In production, when users interact with the agent, it fails with an error message every time the flow is supposed to run. The flow was included in the change set and is present in production.

What is the most likely cause of this issue?

A.

The flow was not manually activated in the production org after the deployment.

B.

The user in production does not have permission to run the flow.

C.

The change set did not include the dependent Apex classes for the flow.

Question # 61

Universal Containers has deployed Agentforce to handle customer order tracking, returns, and loyalty support. The agent needs to balance conversational flexibility for customer inquiries with guaranteed execution of identity verification steps before accessing the account information. The development team is evaluating how to structure the agent’s instruction pattern to meet both requirements.

Which statement correctly describes hybrid reasoning in Agentforce Agent Script?

A.

Hybrid reasoning uses multiple large language model (LLM) models simultaneously, with one model handling conversational responses and another model executing deterministic business logic through Flow integration.

B.

Hybrid reasoning requires Canvas View for declarative instructions and Script View for procedural instructions, as each editor provides different capabilities for the respective instruction types.

C.

Hybrid reasoning combines declarative natural language instructions that allow large language model (LLM) interpretation with procedural instructions using the - > prefix that enforce guaranteed execution order.

Question # 62

A business stakeholder wants to use Al to generate a summary based on Data Cloud data.

Which method(s) should the stakeholder use to access Data Cloud data from Prompt Builder?

A.

Accessing data model objects (DMQs) directly in Flex templates, using Data Cloud related lists, and fetching Data Cloud data using prompt-initiated flows

B.

Using Data Cloud related lists and fetching Data Cloud data using prompt-initiated flows

C.

Using only external APIs to import Data Cloud data into Prompt Builder

Question # 63

What is the main benefit of using a Knowledge article in an Agentforce Data Library?

A.

Only the retriever for Knowledge articles allows for agents to access Knowledge from both inside the platform and on a customer ' s website.

B.

It provides a structured, searchable repository of approved documents so the agent can retrieve reliable information for each inquiry..

C.

The retriever for Knowledge articles has better accuracy and performance than the default retriever.

Question # 64

Universal Containers (UC) is expanding its Agentforce for Service capabilities to include case management. For security purposes,

UC wants the agent to verify a customer ' s identity before providing any case-related information. The verification must be

deterministic-ensuring that no case details are shared unless identity verification has been successfully completed.

Which approach best meets this requirement?

A.

Use keywords such as " Always " and " Never " to write clear logic in Topic Instructions to verify user identity before providing any case information,

B.

Create a variable to store the verification status, set it as output from a “Verify Identity” action, and apply a filter so any case-related actions only run when the variable confirms verification.

C.

Store the verification status in a custom variable and set a global instruction that the agent should check this variable before sharing case information.

Question # 65

What is one key purpose of action instructions when creating a custom agent action in Agentforce?

A.

Action instructions help the reasoning engine decide which action to use.

B.

Action instructions define the temperature of the large language model (LLM) powering the Reasoning Engine.

C.

Action instructions tell the user how to call this action in a conversation.

Question # 66

Universal Containers is building an Agentforce Service Agent to help customers track their purchases. To store the customer’s order number during the conversation, the Agentforce Specialist creates and initializes a variable in Agent Script using the declaration order_id: string = " " , omitting the mutable keyword. During testing, the agent attempts to update this variable with the user’s order number via the @utils.setVariables utility.

What is the result of this variable declaration at runtime?

A.

The variable defaults to mutable; the mutable keyword is optional and has no effect, allowing the agent to successfully update the variable.

B.

The declaration is a syntax error and the agent will fail to deploy.

C.

The variable is treated as read-only; it cannot be updated by actions or @utils.setVariables at runtime because it lacks the mutable keyword.

Question # 67

An Al Specialist is tasked with configuring a generative model to create personalized sales emails using customer data stored in Salesforce. The AI

Specialist has already fine-tuned a large language model (LLM) on the OpenAI platform. Security and data privacy are critical concerns for the client.

How should the Agentforce Specialist integrate the custom LLM into Salesforce?

A.

Create an application of the custom LLM and embed it in Sales Cloud via iFrame.

B.

Add the fine-tuned LLM in Einstein Studio Model Builder.

C.

Enable model endpoint on OpenAl and make callouts to the model to generate emails.

Question # 68

What is a Salesforce Agentforce Specialist able to configure in Data Masking within the Einstein Trust Layer?

A.

The profiles exempt from masking

B.

The encryption keys for masking

C.

The privacy data entities to be masked

Question # 69

Universal Containers has successfully chunked and vectorized its unstructured meeting notes into a Data 360 search index. An Agentforce Specialist needs to connect this data to a prompt template to dynamically refine search criteria and retrieve the most relevant information.

How should the specialist achieve this?

A.

Create a Flex template referencing a data lake object (DLO).

B.

Create a Flex template referencing a retriever in the prompt template.

C.

Create a Flex template referencing the data model object (DMO).

Question # 70

Universal Containers (UC) users are complaining that agent answers are not satisfactory. The agent is using PDF files as a knowledge source.  

How should UC troubleshoot this issue?

A.

Analyze the data mapping between source fields and Data Cloud object fields.

B.

Check that the agent has the PDF file field permission access for the data library.

C.

Verify the retriever ' s filter criteria and data source connection.  

Question # 71

Universal Containers wants to use an Al agent to answer questions about warranties, Warranty information has already been uploaded as unstructured data in Data Cloud. When answering user questions, the results must be filterable by product line and ranked by recent updates.

Which approach should the Agentforce Specialist implement?

A.

Use the default retriever which automatically accounts for regency ranking.

B.

Build a custom retriever in Einstein Studio with product line filters and regency ranking.

C.

Apply semantic embeddings with default metadata filters to achieve the desired result

Question # 72

Universal Containers plans to enable Agentforce in Slack so teams can interact with agents directly in Slack channels.

Which description represents the key steps required to enable Agentforce in Slack?

A.

Enable the default Slack channel Agentforce, and assign Slack agent access to users.

B.

Configure the Slack workflow to invoke the Agentforce API, enabling users to interact with agents through predefined triggers and automated steps,

C.

Configure the Slack agent connection and, in Manage Agentforce, install the agent, then assign agent access to users.

Question # 73

Universal Containers wants to use an external large language model (LLM) in Prompt Builder.

What should An Agentforce recommend?

A.

Use Apex to connect to an external LLM and ground the prompt.

B.

Use BYO-LLM functionality in Einstein Studio.

C.

Use Flow and External Services to bring data from an external LLM.

Question # 74

Universal Containers (UC) wants to make a marketing newsletter and directly use data from five unrelated objects (two standard and three custom) in a prompt template. How should UC accomplish this?

A.

Create a Flex template and use the five objects as inputs.

B.

Create a prompt template passing in a special custom object that connects the records temporarily.

C.

Create a prompttemplatetriggered flow to access the data from five objects.

Question # 75

Universal Containers (UC) needs to create a prompt template that provides a detailed product description based on the latest product data. The description will be used in marketing materials to ensure consistency and accuracy. Which prompt template type should UC use?

A.

Record Summary

B.

Sales Email

C.

Field Generation

Question # 76

Universal Containers (UC) wants its AI agent to return responses quickly. UC needs to optimize the retriever ' s configuration to ensure minimal latency when grounding AI responses.  

Which configuration aspect should UC prioritize?

A.

Configure the retriever to operate in dynamic mode so that it modifies the search Index structure at runtime.

B.

Ensure the retriever ' s filters are defined to limit the scope of each search efficiently.

C.

Increase the recency bias setting for the retriever limiting scope to more recent data.  

Question # 77

Universal Containers needs a tool that can analyze voice and video call records to provide insights on competitor mentions, coaching opportunities, and other key information. The goal is to enhance the team ' s performance by identifying areas for improvement and competitive intelligence.

Which feature provides insights about competitor mentions and coaching opportunities?

A.

Call Summaries

B.

Einstein Sales Insights

C.

Call Explorer

Question # 78

An Agentforce wants to ground a new prompt template with the User related list.

What should the Agentforce Specialist consider?

A.

The User related list should have View All access.

B.

The User related list needs to be included on the record page.

C.

The User related list is not supported in prompt templates.

Question # 79

Universal Containers (UC) would like to implement the Sales Development Representative (SDR) Agent. Which channel consideration should UC be aware of while implementing it?

A.

SDR Agent must be deployed in the Messaging channel.

B.

SDR Agent only works in the Email channel.

C.

SDR Agent must also be deployed on the company website.

Question # 80

After a successful implementation of Agentforce Sates Agent with sales users. Universal Containers now aims to deploy it to the service team.

Which key consideration should the Agentforce Specialist keep in mind for this deployment?

A.

Assign the Agentforce for Service permission to the Service Cloud users.

B.

Assign the standard service actions to Agentforce Service Agent.

C.

Review and test standard and custom Agent topics and actions for Service Center use cases.

Question # 81

Universal Containers wants to allow its service agents to query the current fulfillment status of an order with natural language. There is an existing auto launched flow to query the information from Oracle ERP, which is the system of record for the order fulfillment process.

How should An Agentforce apply the power of conversational AI to this use case?

A.

Create a Flex prompt template in Prompt Builder.

B.

Create a custom copilot action which calls a flow.

C.

Configure the Integration Flow Standard Action in Agent.

Question # 82

What is the role of the large language model (LLM) in executing an Agent Action?

A.

Find similar requests and provide actions that need to be executed

B.

Identify the best matching actions and correct order of execution

C.

Determine a user ' s access and sort actions by priority to be executed

Question # 83

Universal Containers wants to assign agents to improve department efficiency.

Which configuration ensures the right tasks are handled by the right agents?

A.

SDR Agent for lead qualification, Service Agent for support tickets, Employee Agent for HR requests

B.

Sales Coach Agent for lead and service Agent for HR requests, and Support tickets to ensure cases are available

C.

One Service Agent to efficiently handle each of these scenarios, which reduces the number of agent types needed for support

Question # 84

Which scenario best demonstrates when an Agentforce Data Library is most useful for improving an AI agent’s response accuracy?

A.

When the AI agent must provide answers based on a curated set of policy documents that are stored, regularly updated, and indexed in the data library.

B.

When the AI agent needs to combine data from disparate sources based on mutually common data, such as Customer Id and Product Id for grounding.

C.

When data is being retrieved from Snowflake using zero-copy for vectorization and retrieval.

Question # 85

A company wants to retrieve patient history details to augment the AI agent response and plans to use the Data Cloud search index feature. What is best practice when considering retrievalaugmented generation (RAG) for information that may contain personally identifiable information (PII)?

A.

Mask sensitive fields and index only nonPII data

B.

Depend on the agent’s prompt to avoid exposing PII

C.

Encrypt embeddings, but still index PII records

Question # 86

Universal Containers plans to enhance the customer support team ' s productivity using AI.

Which specific use case necessitates the use of Prompt Builder?

A.

Creating a draft of a support bulletin post for new product patches

B.

Creating an Al-generated customer support agent performance score

C.

Estimating support ticket volume based on historical data and seasonal trends

Question # 87

Universal Containers implements Custom Agent Actions to enhance its customer service operations. The development team needs to understand the core components of a Custom Agent Action to ensure proper configuration and functionality. What should the development team review in the Custom Agent Action configuration to identify one of the core components of a Custom Agent Action?

A.

Action Triggers

B.

Instructions

C.

Output Types

Question # 88

Choose 1 option.

Universal Containers (UC) is preparing to use the Agentforce Testing Center to ensure the reliability of a new agent. UC has a CSV file with test cases and is reviewing the documentation to understand best practices and limitations.

Which best practice should the company follow to avoid modifying CRM data while running tests in the Testing Center?

A.

Run tests in the production environment to ensure real-time data accuracy.

B.

Limit the number of test cases to 50 per test to minimize data changes.

C.

Use the Testing Center only in the sandbox environment.

Question # 89

How does the AI Retriever function within Data Cloud?

A.

It performs contextual searches over an indexed repository to quickly fetch the most relevant documents, enabling grounding AI responses with trustworthy, verifiable information.

B.

It monitors and aggregates data quality metrics across various data pipelines to ensure only high-integrity data is used for strategic decision-making.

C.

It automatically extracts and reformats raw data from diverse sources into standardized datasets for use in historical trend analysis and forecasting.

Question # 90

What is the primary advantage of creating an individual retriever instead of the default retriever?

A.

Individual retrievers can aggregate multiple data spaces and data model objects (DMOs) into a unified retriever output.

B.

Individual retrievers allow the configuration of filters, specified fields, and how many results are returned.

C.

Individual retrievers automatically generate new search indexes and dynamically update vectors.

Question # 91

Before deploying a Retrieval Augmented Generation solution into production, an Agentforce Specialist wants to evaluate whether their individual custom retrievers are surfacing the most relevant chunks for specific queries without writing any code.

Which tool should the specialist use to test the retriever?

A.

The Retriever Playground

B.

Agentforce Testing Center

C.

Data 360 Query Editor

Question # 92

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

Question # 93

Universal Containers wants to ensure that its AI agent’s responses consistently reflect the company’s unique brand voice and specific quality standards beyond simple pass or fail checks.

How should the Agentforce Specialist configure the Testing Center to evaluate this specific criteria?

A.

Enable the Coherence quality evaluation

B.

Use the default Response Evaluation metric

C.

Create a custom evaluation using a large language model judge

Question # 94

What happens when a chunk of text is vectorized?

A.

It creates numerical representations of chunk content to enable meaning-based retrieval.

B.

It encrypts the content so it can be stored securely within Data 360 data spaces.

C.

It reduces the file size of the original document to reduce Data 360 costs.

Question # 95

Universal Containers’ Agentforce Specialist suspects the Service Agent is systematically misclassifying billing dispute intents under a general inquiry topic, causing incorrect actions to execute. The administrator needs to identify this pattern across sessions without reviewing individual transcripts.

What should the specialist recommend?

A.

Enable Session Tracing in Agentforce Observability and query the Data 360 Session Tracing Data Model directly

B.

Use Agent Optimization in Agentforce Studio, which segments production sessions into moments and generates system intent clusters weekly from cross-session analysis

C.

Upload a representative set of billing dispute utterances to the Agentforce Testing Center and run a batch test comparing expected versus actual topic classifications to identify the scope of the misclassification pattern across production intents

Question # 96

A data science team has trained an XGBoost classification model for product recommendations on Databricks. The Agentforce Specialist is tasked with bringing inferences for product recommendations from this model into Data Cloud as a stand-alone data model object (DMO).

How should the Agentforce Specialist set this up?

A.

Create the serving endpoint in Databricks, then configure the model using Model Builder.

B.

Create the serving endpoint in Einstein Studio, then configure the model using Model Builder.

C.

Create the serving endpoint in Databricks, then configure the model using a Python SDK connector.

Question # 97

Northern Trail Outfitters is testing an agent connected to an Agentforce Data Library. The agent successfully retrieves the correct data from the library, but delivers the response to the user as raw JSON structures instead of grammatically correct conversational language.

Which quality evaluation scores poorly in this scenario?

A.

Coherence

B.

Conciseness

C.

Completeness

Question # 98

Universal Containers has developed an agent for loan origination workflows that must handle both non-determinism and strict regulatory compliance requirements. The agent needs to ensure that identity verification and credit check steps execute in a precise sequence without deviation.

Which statement correctly differentiates these two instruction patterns in Agent Script’s hybrid reasoning approach?

A.

Declarative instructions require Flow execution for business logic, while procedural instructions are native to Agent Script but cannot access external systems or APIs.

B.

Declarative instructions provide conversational flexibility through large language model interpretation, while procedural instructions use the - > prefix to enforce guaranteed execution order with run, if, and transitions.

C.

Declarative instructions only work in Canvas View for visual editing, while procedural instructions require Script View and cannot be represented in the visual interface.

Question # 99

Which useful metrics does Agentforce Observability provide to a customer service team related to a Customer Service Agent?

A.

Call deflection rates, cost per interaction, and memory consumption

B.

Call deflection rates, productivity, and abandoned session rates

C.

Call deflection rates, abandoned session rates, and user intent ratings

Question # 100

What is the importance of Action Instructions when creating a custom Agent action?

A.

Action Instructions define the expected user experience of an action.

B.

Action Instructions tell the user how to call this action in a conversation.

C.

Action Instructions tell the large language model (LLM) which action to use.

Question # 101

An Agentforce at Universal Containers is trying to set up a new Field Generation prompt template. They take the following steps.

1. Create a new Field Generation prompt template.

2. Choose Case as the object type.

3. Select the custom field AI_Analysis_c as the target field.

After creating the prompt template, the Agentforce Specialist saves, tests, and activates it. Howsoever, when they go to a case record, the AI Analysis field does not show the (Sparkle) icon on the Edit pencil. When the Agentforce Specialist was editing the field, it was behaving as a normal field.

Which critical step did the Agentforce Specialist miss?

A.

They forgot to reactivate the Lightning page layout for the Case object after activating their Field Generation prompt template.

B.

They forgot that the Case Object is not supported for Add generation as Feinstein Service Replies should be used instead.

C.

They forgot to edit the Lightning page layout and associate the field to a prompt template

Question # 102

Universal Container ' s internal auditing team asks An Agentforce to verify that address information is properly masked in the prompt being generated.

How should the Agentforce Specialist verify the privacy of the masked data in the Einstein Trust Layer?

A.

Enable data encryption on the address field

B.

Review the platform event logs

C.

Inspect the AI audit trail

Question # 103

Universal Containers wants to utilize Agentforce for Sales to help sales reps reach their sales quotas by providing AI-generated plans containing guidance and steps for closing deals. Which feature meets this requirement?

A.

Create Account Plan

B.

Find Similar Deals

C.

Create Close Plan

Question # 104

Universal Containers recently launched a pilot program to integrate conversational AI into its CRM business operations with Agentforce Agents. How should the Agentforce Specialist monitor Agents’ usability and the assignment of actions?

A.

Run a report on the Platform Debug Logs.

B.

Query the Agent log data using the Metadata API.

C.

Run Agent Analytics.

Question # 105

Coral Cloud Resorts wants to handle frequent customer misspellings of package names in queries.

Which approach should the Agentforce Specialist implement?

A.

Hybrid search

B.

Vector search

C.

Keyword search

Question # 106

Universal Containers (UC) is rolling out an AI-powered support assistant to help customer service agents quickly retrieve relevant troubleshooting steps and policy guidelines. The assistant relies on a search index in Data Cloud that contains product manuals, policy documents, and past case resolutions. During testing, UC notices that agents are receiving too many irrelevant results from older product versions that no longer apply. How should UC address this issue?

A.

Modify the search index to only store documents from the last year and remove older records.

B.

Create a custom retriever in Einstein Studio, and apply filters for publication date and product line.

C.

Use the default retriever, as it already searches the entire search index and provides broad coverage.

Question # 107

Universal Containers is building an Agentforce Service Agent to handle order cancellations. The Agentforce Specialist needs to ensure that a critical “Check Cancellation Eligibility” action is executed deterministically on every relevant turn, without relying on the reasoning engine’s discretion to choose the tool. During a code review, a junior developer asks why the Agentforce Specialist called the action using the run @actions.name command instead of simply listing the action under the reasoning.actions block.

What must the Agentforce Specialist explain regarding the difference between these two invocation methods?

A.

Both patterns execute the action on every turn automatically; the difference is purely syntactic, as the run command is simply the newer notation for Agent Script.

B.

The run command is only valid when nested inside reasoning.actions blocks to pass parameters; the Agentforce Specialist must list it under reasoning.actions for the large language model (LLM) to access it.

C.

Listing an action under reasoning.actions makes it a subjective tool that the large language model (LLM) decides whether to call; calling it with the run command forces guaranteed execution every time.

Question # 108

Universal Containers (UC) has a Flex prompt template that has been used for the last three months to answer questions based on user input. Now, UC wants to give a PDF as a second input.

What is the best approach for the Agentforce Specialist to meet this requirement?

A.

Reindex in order to add a new resource to an existing template.

B.

Add a resource anytime by navigating to the Resources section and configuring inputs.

C.

Discard the current Flex template and create a new one with a resource.

Question # 109

Universal Containers is very concerned about security compliance and wants to understand:

Which prompt text is sent to the large language model (LLM)

* How it is masked

* The masked response

What should the Agentforce Specialist recommend?

A.

Ingest the Einstein Shield Event logs into CRM Analytics.

B.

Review the debug logs of the running user.

C.

Enable audit trail in the Einstein Trust Layer.

Question # 110

An Agentforce is tasked to optimize a business process flow by assigning actions to agents within the Salesforce Agentforce Platform.

What is the correct method for the Agentforce Specialist to assign actions to an Agent?

A.

Assign the action to a Topic First in Agent Builder.

B.

Assign the action to a Topic first on the Agent Actions detail page.

C.

Assign the action to a Topic first on Action Builder.

Question # 111

Universal Containers (UC) recently rolled out Einstein Generative AI capabilities and has created a custom prompt to summarize case records. Users have reported that the case summaries generated are not returning the appropriate information. What is a possible explanation for the poor prompt performance?

A.

The prompt template version is incompatible with the chosen LLM.

B.

The data being used for grounding is incorrect or incomplete.

C.

The Einstein Trust Layer is incorrectly configured.

Question # 112

Universal Containers has been building an agent using Canvas. It has created an “Issue Refund” action. Business rules dictate that refunds can only be issued if the customer’s Account Tier is “Platinum.” Currently, the agent relies on its system instructions to check the tier, but it occasionally hallucinates authorization and attempts to call the refund action for Standard customers, resulting in backend errors.

How should the Agentforce Specialist use filters to deterministically ensure the agent cannot process the “Issue Refund” action unless the customer meets the criteria?

A.

Update the agent’s system instructions with a strict rule to manually filter out any refund requests if the customer’s account tier is not Platinum.

B.

Apply a text filter to the Agent Session that automatically blocks the word “refund” from the user’s prompt unless they are a Platinum customer.

C.

Configure an Action Condition filter on the “Issue Refund” action so that it is only available to the agent when Account Tier equals “Platinum.”

Question # 113

An Agentforce Specialist is working declaratively on version 4 of a prompt template, which is significantly different than the previous version 3. A bug is then identified in version 3 and requires a hotfix to be deployed to production immediately by another team. The team will deploy this change as a new version.

What should the specialist do to ensure that their work on the latest version is not lost and does not conflict with the new version?

A.

Create a new prompt template with the bug fix, update all references to the new version, and delete the old prompt template.

B.

Save their work in version 4, and allow the template to be deployed with a new version 5 containing the fix.

C.

Copy and paste version 4 into a backup file or version-control alternative, and allow the other team to overwrite the contents of version 4 with the bug-fixed version.

Agentforce-Specialist PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Agentforce-Specialist PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update
  • Last Update: Jun 3, 2026
  • Questions and Answers: 379
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Agentforce-Specialist Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included