Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Salesforce Agentforce-Specialist Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update Exam Practice Test

Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update Questions and Answers

Question 1

An Agentforce configured Data Masking within the Einstein Trust Layer.

How should the Agentforce Specialist begin validating that the correct fields are being masked?

Options:

A.

Use a Flow-based resource in Prompt Builder to debug the fields’ merge values using Flow Debugger.

B.

Request the Einstein Generative AI Audit Data from the Security section of the Setup menu.

C.

Enable the collection and storage of Einstein Generative AI Audit Data on the Einstein Feedback setup page.

Question 2

Choose 1 option.

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?

Options:

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.

Question 3

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?

Options:

A.

Use sales Email standard templates

B.

Create a t field Generation prompt template type

C.

Create a Sales Email prompt template type.

Question 4

Universal Containers Is Interested In Improving the sales operation efficiency by analyzing their data using Al-powered predictions in Einstein Studio.

Which use case works for this scenario?

Options:

A.

Predict customer sentiment toward a promotion message.

B.

Predict customer lifetime value of an account.

C.

Predict most popular products from new product catalog.

Question 5

Universal Containers (UC) has a new AI project.

What should UC consider when adding a related list on the Account page to be used in the prompt template?

Options:

A.

Prompt Builder must be used to assign the fields from the related list as a JSON format.

B.

After selecting a related list from the Account, use the field picker to choose merge fields in Prompt Builder.

C.

The fields for the related list are based on the default page layout of the Account for the current user.

Question 6

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?

Options:

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 7

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?

Options:

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 8

A company’s support agent is inconsistently executing a mandatory fraud check action before processing refunds. In some conversations the fraud check fires, but in others the agent skips directly to issuing the refund. Upon review, an Agentforce Specialist recommends placing the instruction guideline with run @actions.fraud_check followed by run @actions.process_refund.

What is the effect of this configuration change?

Options:

A.

The fraud-check action will be more strongly suggested to the large language model (LLM), but it may still be skipped if the LLM determines it is not relevant to the conversation.

B.

The fraud-check action will execute after the large language model (LLM) check if it missed it in the process step execution, but the agent will lose its ability to use an empathetic tone.

C.

The fraud-check action will be forced to execute before the refund action in every conversation, because procedural instructions provide deterministic control over the execution order.

Question 9

How is Data Cloud leveraged by the Answer Questions with Knowledge action in Agentforce?

Options:

A.

Data Cloud is not required; the articles can be accessed directly from the CRM by the agent.

B.

Data Cloud stores and manages the Indexed Knowledge articles.

C.

Data Cloud provides the real-time data streams that update the Knowledge articles.  

Question 10

Universal Containers implements three custom actions to get three distinct types of sales summaries for its users. Users are complaining that they are not getting the right summary based on their utterances. What should the Agentforce Specialist investigate as the root cause?

Options:

A.

Review that the custom action Is assigned to an Agent.

B.

Review the action Instructions to ensure they are unique.

C.

Ensure the input and output types are correctly chosen.

Question 11

Universal Containers (UC) wants to use Generative AI Salesforce functionality to reduce Service Agent handling time by providing recommended replies based on the existing Knowledge articles. On which AI capability should UC train the service agents?

Options:

A.

Service Replies

B.

Case Replies

C.

Knowledge Replies

Question 12

A company needs to ensure customers always receive answers based on the most current version of support documentation.

What should an Agentforce Specialist recommend?

Options:

A.

Use a file-based Agentforce Data Library (ADL) and enable the version management setting to ensure the agent always retrieves the latest document.

B.

Use a knowledge-based Agentforce Data Library (ADL); knowledge articles have native versioning built in, so agents automatically retrieve the current published version.

C.

Use either Agentforce Data Library (ADL) type; both automatically serve the most recent content once the search index rebuilds.

Question 13

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?

Options:

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 14

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.

Options:

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 15

Choose 1 option.

Coral Cloud Resorts wants to cover a broad range of user phrasing when testing its FAQ agent.

Which Testing Center feature meets that need?

Options:

A.

Al-generated synthetic test utterances based on natural language variations

B.

Uploading only a small set of manually written prompts

C.

Relying on live customer logs to capture phrasing diversity after deployment

Question 16

An Agentforce is creating a custom action for Agentforce.

Which setting should the a ensure the action performs as expected?

Options:

A.

Action Name

B.

Action Input

C.

Action Instructions

Question 17

Choose 1 option.

Universal Containers (UC) wants to empower its marketing team with Al capabilities that help employees quickly find campaign data, generate creative content, and manage project tasks. The solution should also allow marketers to receive personalized support, surface relevant information, and complete work directly in Salesforce.

Which Al solution should UC implement?

Options:

A.

Sales Coach Agent

B.

Service Agent

C.

Employee Agent

Question 18

Cloud Kicks uses a third-party agent for research and an Agentforce agent for customer service.

Which purpose-built protocol allows cross-vendor agents to communicate?

Options:

A.

Model Context Protocol (MCP)

B.

Application Programming Interface (API)

C.

Agent-to-Agent (A2A)

Question 19

Universal Containers’ service team wants to customize the standard case summary response from Agentforce. What should the Agentforce Specialist do to achieve this?

Options:

A.

Create a custom Record Summary prompt template for the Case object.

B.

Summarize the Case with a standard Agent action.

C.

Customize the standard Record Summary template for the Case object.

Question 20

An administrator wants to check the response of the Flex prompt

template they ' ve built, but the preview button is greyed out.

What is the reason for this?

Options:

A.

The records related to the prompt have not been selected.

B.

The prompt has not been saved and activated,

C.

A merge field has not been inserted in the prompt.

Question 21

Universal Containers (UC) wants to improve the productivity of its sales team with generative AI technology. However, UC is concerned that public AI virtual assistants lack adequate company data to general useful responses.

Which solution should UC consider?

Options:

A.

fine-tune the Einstein AI model with CBM data.

B.

Build Al model with Einstein discovery and deploy to sales users.

C.

Enable Agentforce and deploy to sales users.

Question 22

Universal Containers’ current AI data masking rules do not align with organizational privacy and security policies and requirements.

What should An Agentforce recommend to resolve the issue?

Options:

A.

Enable data masking for sandbox refreshes.

B.

Configure data masking in the Einstein Trust Layer setup.

C.

Add new data masking rules in LLM setup.

Question 23

Universal Containers (UC) uses an agent to handle customer service inquiries. UC recently partnered with an external logistics provider that operates its own distinct, autonomous AI agent. When a customer requests a complex international shipping reroute, the UC agent needs to securely communicate, negotiate routing terms, and delegate the execution of the reroute directly to the logistics provider’s AI agent.

Which open standard multi-agent protocol is specifically designed to facilitate this autonomous task delegation and negotiation between independent AI agents?

Options:

A.

Agent-to-Agent (A2A) Protocol

B.

Model Context Protocol (MCP)

C.

OpenAPI Specification (OAS)

Question 24

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?

Options:

A.

Run a report on the Platform Debug Logs.

B.

Query the Agent log data using the Metadata API.

C.

Run Agent Analytics.

Question 25

Universal Containers uses Agentforce to manage its customer service operations. However, the company uses a completely separate, third-party AI agent system to manage its warehouse logistics. UC wants the Agentforce customer service agent to be able to seamlessly request shipping reroutes and collaborate autonomously with the warehouse agent.

Which open standard protocol is specifically designed to facilitate this exact type of cross-platform collaboration?

Options:

A.

Model Context Protocol

B.

Advanced Data Retrieval standard

C.

Agent-to-Agent protocol

Question 26

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?

Options:

A.

Make Less Formal

B.

Enhance Friendliness

C.

Optimize for Clarity

Question 27

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?

Options:

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 28

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?

Options:

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

Question 29

Universal Containers needs to bring individual customer warranties from an external system into Data Cloud. They want Agentforce to return warranty-related responses only for accounts whose warranty status is active.

Which search approach should the Agentforce Specialist configure to ensure warranty-related information is retrieved correctly?

Options:

A.

Depend on Agentforce instructions to enforce warranty constraints and include only WarrantyStatus = Active results.

B.

Store the account ' s warranty status in an Agentforce custom variable to dynamically filter warranties during retrieval.

C.

Use Hybrid Search and apply pre-filtering in a new custom retriever for matching accounts and where the WarrantyStatus = Active field,

Question 30

What is best practice when refining Agent custom action instructions?

Options:

A.

Provide examples of user messages that are expected to trigger the action.

B.

Use consistent introductory phrases and verbs across multiple action instructions.

C.

Specify the persona who will request the action.

Question 31

An Agentforce Specialist is creating a prompt template to assist support reps in drafting responses to customer complaints.

To ensure the responses are empathetic and helpful, what is a key element to include in the prompt template?

Options:

A.

A direct instruction to the large language model (LLM) to role-play as a character

B.

A list of keywords related to customer complaints

C.

The entire history of the customer ' s previous interactions with the company

Question 32

Choose 1 option.

Universal Containers (UC) plans to answer questions based on similar cases that have been successfully resolved in the past.

What should UC consider when implementing this approach?

Options:

A.

No action is needed, as past cases are used to answer the question.

B.

Create a data model object (DMO) based on Case object and create an index on it.

C.

Create an unstructured data model object (UDMO) based on Case object and create an index on it.

Question 33

Choose 1 option.

Universal Containers deploys a new Agentforce Service Agent into the company ' s website but is getting feedback that the Service

Agent is not providing answers to customer questions that are found in the company’s Salesforce Knowledge articles.

What is the likely issue?

Options:

A.

The Agentforce Service Agent user was not given the Allow View Knowledge permission set.

B.

The Agentforce Service Agent user is not assigned the correct Agent Type License.

C.

The Agentforce Service Agent user needs to be created under the standard Agent Knowledge profile.

Question 34

At Universal Containers, a sales manager is tackling a tough challenge as several new junior sales reps struggle with objection

handling and price negotiations for complex deals. The manager lacks the time to personally guide each sales rep through their specific customer scenarios before their critical meetings. The junior sales reps have asked for a tool that would allow them to

practice their pitches by simulating tough conversations and receive personalized feedback that is specific to the commerce opportunity they are working on.

Which Salesforce solution should an Agentforce Specialist recommend?

Options:

A.

Employee Coach

B.

SDR Agent

C.

Sales Coach

Question 35

An Al Specialist is tasked with creating a prompt template for a sales team. The template needs to generate a summary of all related opportunities for a given Account.

Which grounding technique should the Al Specialist use to include data from the related list of opportunities in the prompt template?

Options:

A.

Use the merge fields to reference a custom related list of opportunities.

B.

Use merge fields to reference the default related list of opportunities.

C.

Use formula fields to reference the Einstein related list of opportunities.

Question 36

How does Secure Data Retrieval ensure that only authorized users can access necessary Salesforce data for dynamic grounding?

Options:

A.

Retrieves Salesforce data based on the ' Run As " users permissions.

B.

Retrieves Salesforce data based on the user’s permissions executing the prompt.

C.

Retrieves Salesforces data based on the Prompt template ' s object permissions.

Question 37

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?

Options:

A.

Action Triggers

B.

Instructions

C.

Output Types

Question 38

When creating a custom retriever in Einstein Studio, which step is considered essential?

Options:

A.

Select the search index, specify the associated data model object (DMO) and data space, and optionally define filters to narrow search results.

B.

Define the output configuration by specifying the maximum number of results to return, and map the output fields that will ground the prompt.

C.

Configure the search index, choose vector or hybrid search, choose the fields for filtering, the data space and model, then define the ranking method.

Question 39

Choose 1 option.

Universal Containers (UC) wants to ensure its compliance team can retrieve exact matches of policy clause numbers from a

structured legal document library.

Which search type should UC implement?

Options:

A.

Use keyword search for exact term matching on structured fields like clause numbers.

B.

Use hybrid search to blend keyword and semantic recall.

C.

Use semantic search to interpret synonyms of clauses dynamically.

Question 40

Universal Containers (UC) plans to automatically populate the Description field on the Account object.

Which type of prompt template should UC use?

Options:

A.

Field Generation prompt template

B.

Flex Prompt template

C.

Sales Email prompt template

Question 41

What is the main purpose of Prompt Builder?

Options:

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 42

A company built a custom Apex action invoked by an Employee Agent to fetch data from an external API. The callout method uses the current user’s Salesforce session ID to authenticate the callout. The external callout works perfectly in the UI, but silently fails when the agent triggers it.

What is the architectural best practice to fix this?

Options:

A.

Explicitly extend the Apex class security to the logged-in user’s profile.

B.

Ensure the Employee Agent is assigned the Agentforce Service Agent User permission set group.

C.

Replace the session ID retrieval with a Named Credential.

Question 43

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?

Options:

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 44

Universal Containers is implementing a Retrieval-Augmented Generation (RAG) solution where the knowledge store contains Spanish articles, but users will query the agent in French and English. The Agentforce Specialist needs to ensure the retriever can accurately find relevant articles despite the language differences.

What should the specialist do to meet this requirement?

Options:

A.

Use the multilingual-e5-large embedding model for French and Spanish language users.

B.

Use the multilingual-e5-large embedding model for French and English language users.

C.

Use the multilingual-e5-large embedding model to handle all languages.

Question 45

An Agentforce Specialist builds a new Service Agent that uses a custom action built on a flow. The agent has been tested in a sandbox and is now ready to deploy.

What is a key consideration regarding the activation status of the agent in the production environment?

Options:

A.

The agent will be activated automatically only if the flow is also active.

B.

The agent must be manually activated in production, regardless of its status in the sandbox.

C.

The agent will automatically be activated upon successful deployment.

Question 46

Universal Containers would like to route a service agent conversation to a human agent queue. Which tool connects the service agent to the human agent queue for escalation?  

Options:

A.

Outbound Omni-Channel Flow

B.

Screen Flow

C.

Prompt Flow  

Question 47

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

What should An Agentforce recommend?

Options:

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 48

Universal Containers (UC) wants to ensure the effectiveness, reliability, and trust of its agents prior to deploying them in production. UC would like to efficiently test a large and repeatable number of utterances. What should the Agentforce Specialist recommend?

Options:

A.

Leverage the Agent Large Language Model (LLM) UI and test UC ' s agents with different utterances prior to activating the agent.

B.

Deploy the agent in a QA sandbox environment and review the Utterance Analysis reports to review effectiveness.

C.

Create a CSV file with UC ' s test cases in Agentforce Testing Center using the testing template.

Question 49

The support team at Coral Cloud Resorts needs to create a Flex prompt template that summarizes complex case histories for agent handoffs. The goal is to ensure summaries are concise and follow a specific three-part structure: Issue, Steps Taken, and Next Action.

What should an Agentforce Specialist recommend to ensure consistent data output?

Options:

A.

Use chain-of-thought reasoning.

B.

Define the desired output structure with explicit headings in the instruction.

C.

Use a prompt template-triggered flow to format responses.

Question 50

Pacific Distribution Co. is implementing a system to manage partner order support and inventory inquiries. The company needs to ensure that large documents are processed effectively to improve retrieval accuracy when agents respond to partner queries. Understanding how documents are broken down and indexed is crucial for this implementation.

What is a key characteristic of the chunking process?

Options:

A.

Chunking breaks large documents into smaller units called passages.

B.

The chunking process returns entire documents to the large language model for processing.

C.

Chunking strategies are interchangeable and do not affect the retrieval process.

Question 51

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?

Options:

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 52

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

Options:

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 53

The VP of Service at Universal Containers requires a report showing weekly deflection rate trends and escalation volumes for the Agentforce Service Agent over the past 90 days.

Which approach should the Agentforce Specialist recommend?

Options:

A.

Enable Agentforce Health Monitoring to configure escalation rate alert thresholds and export the resulting trend data into a Tableau dashboard aligned with the VP of Service’s reporting requirements

B.

Use Agent Analytics within Agentforce Observability, which provides Tableau-powered dashboards with prebuilt deflection rate, escalation volume, and abandonment metrics calculated from agent session data stored in Data 360

C.

Query the OTEL-compliant Session Tracing Data Model in Data 360 using CRM Analytics to build a custom dashboard with deflection rate calculations and week-over-week escalation comparisons tailored to UC’s reporting standards

Question 54

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.

What does a safety category score of 1 indicate in the Einstein Generative Toxicity Score?

Options:

A.

Not safe

B.

Safe

C.

Moderately safe

Question 55

Universal Containers (UC) is deploying several prompt templates to assist its support agents using Salesforce’s standard foundation models. Leadership requires the generated responses to consistently reflect an empathetic and highly professional tone. UC only permits the use of standard foundational large language models (LLMs).

What is the most effective prompt engineering technique the Agentforce Specialist should implement in Prompt Builder to fulfill this requirement?

Options:

A.

Configure the prompt template tone with a dataset of past interactions using different writing styles, intensifiers, and punctuation to permanently alter the LLM default tone.

B.

Include a direct instruction asking the LLM to role-play as a specific character, for example, “Act as an empathetic customer support agent,” to provide context and establish the tone.

C.

Include multiple-choice picklist questions within the prompt template to systematically test and correct the LLM’s understanding of the desired context before generating the output.

Question 56

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?

Options:

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 57

Universal Containers is testing an agent with a “Reset Password” action restricted by the guard available when @variables.isVerified == True. During a single conversation turn, the large language model successfully sets the isVerified flag to true using @utils.setVariables, but fails to invoke the “Reset Password” action immediately afterward.

What must the Agentforce Specialist consider regarding how the reasoning engine evaluates action availability?

Options:

A.

The action is available from the start; the reasoning engine’s intent to solve the user’s issue automatically overrides the available when guard.

B.

The action becomes available immediately; available when conditions dynamically re-evaluate after every variable change within a single turn.

C.

The action remains unavailable for that turn; available when conditions control action visibility to the LLM and evaluate before the reasoning cycle begins, so the action will not be callable until the next turn.

Question 58

An Agentforce created a custom Agent action, but it is not being picked up by the planner service in the correct order.

Which adjustment should the Al Specialist make in the custom Agent action instructions for the planner service to work as expected?

Options:

A.

Specify the dependent actions with the reference to the action API name.

B.

Specify the profiles or custom permissions allowed to invoke the action.

C.

Specify the LLM model provider and version to be used to invoke the action.

Question 59

Universal Containers (UC) plans to implement prompt templates that utilize the standard foundation models. What should UC consider when building prompt templates in Prompt Builder?

Options:

A.

Include multiple-choice questions within the prompt to test the LLM’s understanding of the context.

B.

Ask it to role-play as a character in the prompt template to provide more context to the LLM.

C.

Train LLM with data using different writing styles including word choice, intensifiers, emojis, and punctuation.

Question 60

Which element should an Agentforce Specialist use in an Omni-Flow to route conversations to an agent?

Options:

A.

Route Conversation

B.

Route Work

C.

Route to Agent

Question 61

At Horizon Insurance, the customer service team is reporting that the agent consistently routes claims intake conversations to the Policy Inquiry subagent, even though user intent clearly indicates a claims-related issue. This misrouting persists despite the user clearly expressing the intent to discuss a claim. The Agentforce Specialist added guard conditions, but the problem persists.

What is most likely causing this incorrect routing in Horizon Insurance’s agent?

Options:

A.

Procedural instructions requiring Salesforce Flows to route to the correct subagent

B.

Use of global instructions to define subagent routing for agents in compliance-regulated environments

C.

Overlap in subagent descriptions and entry conditions between the Claims Intake and Policy Inquiry subagents

Question 62

Universal Containers is configuring a customer service agent and needs to restrict a specific “Process Refund” action so that it is only visible to the reasoning engine when a customer’s account is flagged as active. An Agentforce Specialist is writing the available when clause in Agent Script to evaluate the @variables.IsActive variable.

Which operator should the Agentforce Specialist use for this condition?

Options:

A.

The Agentforce Specialist must use the == operator; Agent Script uses == strictly for comparison in conditionals.

B.

Both = and == are valid and interchangeable; the Agentforce Specialist can use either operator to evaluate conditional logic in Agent Script.

C.

The Agentforce Specialist must use the = operator; Agent Script uses = for both variable assignment and condition comparison.

Question 63

An Agentforce Specialist deployed a Service Agent to an Experience Cloud site and enabled Credential-Based User Verification. The specialist notices that all Data Manipulation Language (DML) record updates are showing the “Last Modified By” user as the authenticated Community User instead of the Agent User.

What should the specialist explain to the business about the effect on audit fields?

Options:

A.

Credential-Based User Verification has been enabled, which in turn respects all sharing and field-level security.

B.

The Flow execution mode for the agent is set to System Context Without Sharing.

C.

Token-Based User Verification has been enabled, which in turn respects all sharing and field-level security.

Question 64

Leadership needs to populate a dynamic form field with a summary or description created by a large language model (LLM) to facilitate more productive conversations with customers. Leadership also wants to keep a human in the loop to be considered in their AI strategy. Which prompt template type should the Agentforce Specialist recommend?

Options:

A.

Field Generation

B.

Sales Email

C.

Record Summary

Question 65

Sales reps at Universal Containers should not be able to create or edit prompt templates. Which permission set should an AgentForce Specialist assign to the sales reps?

Options:

A.

Prompt Execute User

B.

Prompt Template Manager

C.

Prompt Template User

Question 66

Universal Containers is considering leveraging the Einstein Trust Layer in conjunction with Einstein Generative AI Audit Data.

Which audit data is available using the Einstein Trust Layer?

Options:

A.

Response accuracy and offensiveness score

B.

Hallucination score and bias score

C.

Masked data and toxicity score

Question 67

Choose 1 option.

An Agentforce Specialist is building a Flex prompt template.

Which best practice should the Agentforce Specialist follow when creating the Flex prompt template?

Options:

A.

Provide the large language model (LLM) with contextual information and give it a role such as a sales or support rep.

B.

Ground the large language model (LLM) with account data and create a custom field account summary to store the LLM-generated response.

C.

Ground the large language model (LLM) with a retriever and create a custom field to store the LLM-generated Response.

Question 68

An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?

Options:

A.

Deploy the flows and Apex using normal deployment tools and manually create the agent-related items in production.

B.

Use only change sets because the Salesforce CLI does not currently support the deployment of agent-related metadata.

C.

Deploy flows, Apex, and all agent-related items using either change sets or the Salesforce CLI/Metadata API.

Question 69

Universal Containers (UC) is experimenting with using public Generative AI models and is familiar with the language required to get the information it needs. However, it can be time-consuming for both UC’s sales and service reps to type in the prompt to get the information they need, and ensure prompt consistency. Which Salesforce feature should the company use to address these concerns?

Options:

A.

Agent Builder and Action: Query Records.

B.

Einstein Prompt Builder and Prompt Templates.

C.

Einstein Recommendation Builder.

Question 70

Universal Containers plans to enhance its sales team’s productivity using AI. Which specific requirement necessitates the use of Prompt Builder?

Options:

A.

Creating a draft newsletter for an upcoming tradeshow.

B.

Predicting the likelihood of customers churning or discontinuing their relationship with the company.

C.

Creating an estimated Customer Lifetime Value (CLV) with historical purchase data.

Question 71

Choose 1 option.

What is an Agentforce Specialist able to do when the ‘Enrich event logs with conversation data’ setting in the Agentforce configuration is enabled?

Options:

A.

View the user click path that led to each agent action.

B.

View session data including user input and agent responses for sessions.

C.

Generate details reports on all agent conversations over any time period.

Question 72

What considerations should an Agentforce Specialist be aware of when using Record Snapshots grounding in a prompt template?

Options:

A.

Activities such as tasks and events are excluded.

B.

Empty data, such as fields without values or sections without limits, is filtered out.

C.

Email addresses associated with the object are excluded.

Question 73

Choose 1 option.

Universal Containers (UC) wants to deploy an Agentforce Service Agent to support customers via a web experience. UC uses a

Digital Experience site and wants to enable messaging for logged-in users. The customer needs to pass the membership number

to the agent for which a pre-chat variable is available.

What is a required step to connect the agent to the Digital Experience site using Messaging for In-App and Web?

Options:

A.

Configure a messaging Lightning web component using standard or custom Lightning Type for Agentforce.

B.

Create an Omni-Channel flow that routes messages to the agent.

C.

Configure MuleSoft to establish a secure API tunnel between the agent and the Digital Experience site.

Question 74

Universal Containers (UC) configured a new PDF file ingestion in Data Cloud with all the required fields, and also created the mapping and the search Index. UC Is now setting up the retriever and notices a required fleld is missing.

How should UC resolve this?

Options:

A.

Create a new custom Data Cloud object that includes the desired field.

B.

Update the search index to include the desired field.

C.

Modify the retriever ' s configuration to include the desired field..

Question 75

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?

Options:

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 76

Universal Containers’ agent must always look up the customer’s account tier and open cases from Salesforce before deciding how to respond.

Based on Agent Script flow of control, what is true about executing deterministic actions at the very start of a subagent?

Options:

A.

Actions can only be guaranteed to run by placing them in the config block.

B.

Only before_reasoning can guarantee the large language model (LLM) is invoked before an action runs.

C.

The first instruction in reasoning.instructions always runs before the large language model (LLM) is invoked.

Question 77

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?  

Options:

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 78

Universal Containers wants to test agents while preserving real data and isolating from production.

Which environment should the company use with Testing Center?

Options:

A.

Use personal developer orgs unrepresentative of production data,

B.

Use production org directly with test assertions.

C.

Use sandbox environments replicated from production for safe testing,

Question 79

Northern Trail Outfitters (NTO) wants to configure Einstein Trust Layer in its production org but is unable to see the option on the Setup page.

After provisioning Data Cloud, which step must an Al Specialist take to make this option available to NTO?

Options:

A.

Turn on Agent.

B.

Turn on Einstein Generative AI.

C.

Turn on Prompt Builder.

Question 80

Universal Containers (UC) wants to enable its sales team to use AI to suggest recommended products from its catalog. Which type of prompt template should UC use?

Options:

A.

Record summary prompt template

B.

Email generation prompt template

C.

Flex prompt template

Question 81

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?

Options:

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 82

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?

Options:

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 83

Universal Containers wants to automatically populate the Description field on the Account object.

Options:

A.

Sales Email

B.

Flex

C.

Field Generation

Question 84

Universal Containers is auditing its AI architecture and needs to ensure that its developers are restricted to using only specifically approved large language models.

How should an Agentforce Specialist manage and prevent unapproved models from being accessed across the organization?

Options:

A.

Apply an Attribute-Based Access Control policy within the Einstein Trust Layer to block prompts from routing to unapproved large language models

B.

Write a strict system instruction within Agent Builder stating, “Never use external models for reasoning”

C.

Ensure only approved large language models are enabled in the Model Provider section under Einstein Setup

Question 85

A sales rep at Universal Containers is extremely busy and sometimes will have very long sales calls on voice and video calls and might miss key details. They are just starting to adopt new generative AI

features.

Which Einstein Generative AI feature should An Agentforce recommend to help the rep get the details they might have missed during a conversation?

Options:

A.

Call Summary

B.

Call Explorer

C.

Sales Summary

Question 86

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?

Options:

A.

Call Summaries

B.

Einstein Sales Insights

C.

Call Explorer

Question 87

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?

Options:

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 88

Universal Containers (UC) wants to assess Salesforce ' s generative features but has concerns over its company data being exposed to third- party large language models (LLMs). Specifically, UC wants the following capabilities to be part of Einstein ' s generative AI service.

No data is used for LLM training or product improvements by third- party LLMs.

No data is retained outside of UC ' s Salesforce org.

The data sent cannot be accessed by the LLM provider.

Which property of the Einstein Trust Layer should the Agentforce Specialist highlight to UC that addresses these requirements?

Options:

A.

Prompt Defense

B.

Zero-Data Retention Policy

C.

Data Masking

Question 89

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?

Options:

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 90

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

Options:

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 91

An Agentforce Specialist is building a multi-step onboarding workflow using agent actions. The workflow includes four sequential steps: account creation, profile setup, settings configuration, and finalization. After the create_account action executes successfully, the system must immediately send a verification email without requiring an additional user interaction.

Which approach should the specialist use to ensure the verification email is automatically triggered after account creation?

Options:

A.

Use the keyword run within the create_account action to chain the send_verification action as a follow-up.

B.

Add the send_verification logic inside the procedural instructions so it executes before profile setup finishes.

C.

Configure the send_verification action to be available when account_created = True and wait for the agent to call it in the next step.

Question 92

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?

Options:

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 93

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?

Options:

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 94

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?

Options:

A.

Create Account Plan

B.

Find Similar Deals

C.

Create Close Plan

Question 95

Universal Containers (UC) is scaling its Agentforce deployment and needs to securely connect its AI agents to a growing number of external enterprise data systems and local developer environments. Instead of building custom integration logic and bespoke Application Programming Interfaces (APIs) for each new data source, the Agentforce Specialist recommends leveraging the Model Context Protocol (MCP).

What is the primary purpose of using an open standard like MCP in this scenario?

Options:

A.

To standardize the secure connection and delivery of context between the AI models and various local or remote data sources.

B.

To replace the need for Retrieval-Augmented Generation (RAG) by storing all external data natively within the large language model (LLM)’s weights.

C.

To allow the agent to autonomously negotiate task delegation with third-party supply chain agents.

Question 96

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?

Options:

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 97

What is an appropriate use case for leveraging Agentforce Sales Agent in a sales context?

Options:

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 98

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?

Options:

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 99

Universal Containers (UC) implements a custom retriever to improve the accuracy of AI-generated responses. UC notices that the retriever is returning too many irrelevant results, making the responses less useful. What should UC do to ensure only relevant data is retrieved?

Options:

A.

Define filters to narrow the search results based on specific conditions.

B.

Change the search index to a different data model object (DMO).

C.

Increase the maximum number of results returned to capture a broader dataset.

Question 100

A Salesforce Agentforce Specialist is reviewing the feedback from a customer about the ineffectiveness of the prompt template.

What should the Agentforce Specialist do to ensure the prompt template ' s effectiveness?

Options:

A.

Monitor and refine the template based on user feedback.

B.

Use the Prompt Builder Scorecard to help monitor.

C.

Periodically change the templates grounding object.

Question 101

Universal Containers has implemented an agent that answers questions based on Knowledge articles. Which topic and Agent Action will be shown in the Agent Builder?

Options:

A.

General Q & A topic and Knowledge Article Answers action.

B.

General CRM topic and Answers Questions with LLM Action.

C.

General FAQ topic and Answers Questions with Knowledge Action.

Question 102

Universal Containers (UC) wants to offer personalized service experiences and reduce agent handling time with Al-generated email responses, grounded in Knowledge base.

Which AI capability should UC use?

Options:

A.

Einstein Email Replies

B.

Einstein Service Replies for Email

C.

Einstein Generative Service Replies for Email

Question 103

Universal Containers has a new AI project.

What should An Agentforce consider when adding a related list on the Account object to be used in the prompt template?

Options:

A.

After selecting a related list from the Account, use the field picker to choose merge fields in Prompt Builder.

B.

Prompt Builder must be used to assign the fields from the related list as a JSON format.

C.

The fields for the related list are based on the default page layout of the Account for the current user.

Question 104

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?

Options:

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.

Question 105

Universal Containers has built a Service Agent for its hospitality brand grounded on a Knowledge data library containing 200 FAQ articles covering reservations, amenities, and cancellation policies. The project team estimates that manually authoring test cases to achieve adequate knowledge coverage would take three weeks. A junior administrator proposes that Testing Center can significantly accelerate this process.

Which step should an Agentforce Specialist take to generate a comprehensive initial test suite without manual authoring of individual test cases?

Options:

A.

Upload test cases.

B.

Generate test cases based on the knowledge available to the agent.

C.

Generate test cases based on subagents and actions.

Question 106

Universal Containers is deploying a new customer service agent using Agent Script. The Agentforce Specialist needs to update conversational state, navigate between different subagents formerly known as topics, and hand off conversations to a human agent when necessary. To minimize technical debt, the Agentforce Specialist wants to implement these capabilities without building any custom backend code.

Which statement correctly describes how the Agentforce Specialist can implement these specific requirements?

Options:

A.

The Agentforce Specialist can use @utils.setVariables, @utils.transition, and @utils.escalate directly.

B.

The Agentforce Specialist can use most utilities directly, but @utils.escalate requires a custom Apex class to define the escalation queue.

C.

The Agentforce Specialist can use most utilities out of the box, but @utils.transition requires a flow to define the target subagent at runtime.

Question 107

Universal Containers (UC) has a library of custom-built personalized investment portfolio APIs, and is planning to extend it to agents.

Which method should UC ' s agent choose to dynamically use the best API service?

Options:

A.

Agent-to-Agent (A2A) protocol support

B.

Model Context Protocol (MCP) server support

C.

MuleSoft connector for custom hosted processes

Question 108

What is a valid option for Omni-Channel routing for a messaging channel?

Options:

A.

Agentforce Service Agent

B.

Autolaunched flow

C.

Agentforce Employee Agent

Question 109

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?

Options:

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 110

Coral Cloud Resorts (CCR) wants to configure its agent so that booking actions are only available when a customer ' s membership tier is “Premium” or “Elite”. This business rule must be enforced deterministically.

What should CCR implement?

Options:

A.

Set up custom validation rules on the underlying booking objects to prevent non-eligible customers from completing bookings.

B.

Configure topic instructions that clearly state booking actions should only be used for Premium or Elite customers and include examples.

C.

Create a context variable mapped to the customer ' s membership tier field, then add a conditional filter on MembershipTier.

Question 111

An Agentforce Specialist is building a multi-step onboarding workflow using agent actions. The workflow includes four sequential steps: account creation, profile setup, settings configuration, and finalization. After the create account action executes, the system must immediately send a verification email without requiring an additional user interaction.

Which approach should the specialist use to ensure the verification email is automatically triggered after account creation?

Options:

A.

Add the send verification logic inside the procedural instructions so it executes before profile setup finishes

B.

Configure the send verification action to be available when account_created equals True and wait for the agent to call it in the next step

C.

Use the keyword run within the create account action to chain the send verification action as a follow-up

Question 112

Universal Containers is designing an agent to assist with order management and dealer support automation. The agent must verify a dealer’s credentials before granting access to order details.

The team has already:

Declared a variable is_verified to track verification status.

Configured an action that verifies the dealer’s credentials.

They plan to restrict access to the order details subagent using a guard condition based on is_verified.

What must the team do to ensure the order details subagent becomes available only after a dealer is successfully verified?

Options:

A.

Add an available when: @variables.is_verified == true condition to the order details subagent.

B.

Declare the is_verified variable as immutable so it cannot be modified during the session.

C.

Update the is_verified variable to true after the verification action succeeds using @utils.setVariables.

Question 113

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

Options:

A.

The priority given to each action

B.

The explicit order of actions in the topic

C.

The name and instructions of the actions