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

Welcome To DumpsPedia

Agentforce-Specialist Sample Questions Answers

Questions 4

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.

Buy Now
Questions 5

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.

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

Universal Containers (UC) noticed an increase in customer contract cancellations in the last few months. UC is seeking ways to address this issue by implementing a proactive outreach program to

customers before they cancel their contracts and is asking the Salesforce team to provide suggestions.

Which use case functionality of Model Builder aligns with UC ' s request?

Options:

A.

Product recommendation prediction

B.

Customer churn prediction

C.

Contract Renewal Date prediction

Buy Now
Questions 8

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.

Buy Now
Questions 9

An Agentforce is creating a custom action in Agent.

Which option is available for the Agentforce Specialist to choose for the custom copilot action?

Options:

A.

Apex trigger

B.

SOQL

C.

Flows

Buy Now
Questions 10

Universal Containers wants to create a prompt template that consistently extracts a customer’s specific product model number and quantity from an email inquiry to draft a response back to the customer.

Which best practice should UC implement to achieve this goal?

Options:

A.

Incorporate open-ended questions to encourage detailed responses

B.

Provide clear, positive instructions and use few-shot examples

C.

Use a high temperature setting to increase creative output

Buy Now
Questions 11

An Agentforce wants to use the related lists from an account in a custom prompt template.

What should the Agentforce Specialist consider when configuring the prompt template?

Options:

A.

The text encoding (for example, UTF-8, ASCII) option

B.

The maximum number of related list merge fields

C.

The choice between XML and JSON rendering formats for the list

Buy Now
Questions 12

Choose 1 option.

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

Options:

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.

Buy Now
Questions 13

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.

Buy Now
Questions 14

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

Buy Now
Questions 15

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.

Buy Now
Questions 16

Choose 1 option.

Universal Containers has multiple Salesforce orgs, each with a unique customer service agent where a verification agent must pass

customer identity data to downstream agents handling account modifications. The customer ID must remain secure and persistent across agent handoffs without exposure to large language model (LLM) modification.

What is the most appropriate configuration?

Options:

A.

Implement a custom object to temporarily store verification status and have each agent query it via SOQL actions during execution.

B.

Store customer identity information in conversation variables created by the first agent and have other agents read those same conversation variables.

C.

Use the Agent API to start the downstream agent ' s session and pass the verified customer ID as a read-only context variable, ensuring security and preventing LLM alteration.

Buy Now
Questions 17

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.

Buy Now
Questions 18

Universal Containers (UC) is implementing Einstein Generative AI to improve customer insights and interactions. UC needs audit and feedback

data to be accessible for reporting purposes.

What is a consideration for this requirement?

Options:

A.

Storing this data requires Data Cloud to be provisioned.

B.

Storing this data requires a custom object for data to be configured.

C.

Storing this data requires Salesforce big objects.

Buy Now
Questions 19

The marketing team at Universal Containers is looking for a way personalize emails based on customer behavior, preferences, and purchase history.

Why should the team use Agent as the solution?

Options:

A.

To generate relevant content when engaging with each customer

B.

To analyze past campaign performance

C.

To send automated emails to all customers

Buy Now
Questions 20

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

What should the Agentforce Specialist consider?

Options:

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.

Buy Now
Questions 21

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?

Options:

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.

Buy Now
Questions 22

What is a key benefit of the Agent-to-Agent (A2A) protocol?

Options:

A.

Provides a standardized framework for cross-vendor agent discovery and communication

B.

Allows auto-onboard third-party agents without additional contracts, trust scores, or shared identity controls

C.

Provides a standardized runtime engine for internal agent discovery and communication

Buy Now
Questions 23

During configuration, Universal Containers (UC) forgot to grant Knowledge access to the Agentforce Service Agent.

Which permission must UC add for the agent to interact with Knowledge articles and answer customer questions effectively?

Options:

A.

Allow View Knowledge and Run Flows

B.

Access Knowledge records and fields, and Allow View Knowledge

C.

Access Custom Objects and Manage External Users

Buy Now
Questions 24

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?

Options:

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.

Buy Now
Questions 25

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.

Buy Now
Questions 26

Which configuration must An Agentforce complete for users to access generative Al-enabled fields in the Salesforce mobile app?

Options:

A.

Enable Mobile Generative AI.

B.

Enable Mobile Prompt Responses.

C.

Enable Dynamic Forms on Mobile.

Buy Now
Questions 27

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.

Buy Now
Questions 28

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.

Buy Now
Questions 29

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.

Buy Now
Questions 30

Universal Containers wants to use an existing prompt template inside Flow as part of automation.

Options:

A.

Invocable Apex

B.

Einstein for Flow

C.

Flow action

Buy Now
Questions 31

Choose 1 option.

Universal Containers wants to systematically validate agent responses before deployment using a scalable testing process.

Which Testing Center approach should the company implement?

Options:

A.

Upload a structured CSV test template and run batch test cases in Testing Center.

B.

Manually interact with the agent in Builder until responses seem correct.

C.

Use pilot users in production to flag incorrect responses post-launch.

Buy Now
Questions 32

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?

Options:

A.

Expected Topic API Name

B.

Expected Flow API Name

C.

Expected Prompt Template Name

Buy Now
Questions 33

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.

Buy Now
Questions 34

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

Buy Now
Questions 35

Universal Containers is configuring its Agentforce Testing Center to evaluate an agent handling customer complaints. The company wants to assess if the agent successfully demonstrates empathy and follows a proprietary “De-escalation Framework” before offering a resolution.

Where should the Agentforce Specialist utilize a large language model (LLM)-as-judge to achieve an appropriate evaluation?

Options:

A.

Adjust the fixed criteria of the standard Coherence quality evaluation to control the LLM-as-judge evaluation.

B.

Enable the default Instruction Adherence evaluation which natively uses LLM-as-judge.

C.

Create a custom evaluation with a tailored prompt outlining the framework’s criteria.

Buy Now
Questions 36

Which use case is best supported by Salesforce Agent ' s capabilities?

Options:

A.

Bring together a conversational interface for interacting with AI for all Salesforce users, such as developers and ecommerce retailers.

B.

Enable Salesforce admin users to create and train custom large language models (LLMs) using CRM data.

C.

Enable data scientists to train predictive AI models with historical CRM data using built-in machine learning capabilities

Buy Now
Questions 37

The Agentforce Specialist of Northern Trail Outfitters reviewed the organization ' s data masking settings within the Configure Data Masking menu within Setup. Upon assessing all of the fields, a few additional fields

were deemed sensitive and have been masked within Einstein ' s Trust Layer.

Which steps should the Agentforce Specialist take upon modifying the masked fields?

Options:

A.

Turn off the Einstein Trust Layer and turn it on again.

B.

Test and confirm that the responses generated from prompts that utilize the data and masked data do not adversely affect the quality of the generated response

C.

Turn on Einstein Feedback so that end users can report if there are any negative side effects on AI features.

Buy Now
Questions 38

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?

Options:

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.

Buy Now
Questions 39

What should Universal Containers consider when deploying an Agentforce Service Agent with multiple topics and Agent Actions to production?

Options:

A.

Deploy agent components without a test run in staging, relying on production data for reliable results. Sandbox configuration alone ensures seamless production deployment.

B.

Ensure all dependencies are included, Apex classes meet 75% test coverage, and configuration settings are aligned with production. Plan for version management and post-deployment activation.

C.

Deploy flows or Apex after agents, topics, and Agent Actions to avoid deployment failures and potential production agent issues requiring complete redeployment.

Buy Now
Questions 40

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.

Buy Now
Questions 41

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.

Buy Now
Questions 42

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?

Options:

A.

Enable data encryption on the address field

B.

Review the platform event logs

C.

Inspect the AI audit trail

Buy Now
Questions 43

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.

Buy Now
Questions 44

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

Buy Now
Questions 45

Once a data source is chosen for an Agentforce Data Library, what is true about changing that data source later?

Options:

A.

The data source can be changed through the Data Cloud settings.

B.

The Data Retriever can be reconfigured to use a different data source.

C.

The data source cannot be changed after it is selected.  

Buy Now
Questions 46

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.

Buy Now
Questions 47

An Agentforce Specialist is setting up Salesforce Knowledge as the data source for a Data Library and must select “Identifying Fields” to help Agentforce locate the right information. The Knowledge article contents are rich, detailed, and quite long.

What should the Agentforce Specialist use as Identifying Fields?

Options:

A.

The main contents of the article to ensure the most relevant article is used.

B.

Any text or text area fields that provide a concise summary of the article.

C.

Any standard or custom formula field that contains a suitable concatenated key.

Buy Now
Questions 48

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?

Options:

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.

Buy Now
Questions 49

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.

Buy Now
Questions 50

Universal Containers has a custom Agent action calling a flow to retrieve the real-time status of an order from the order fulfillment system.

For the given flow, what should the Agentforce Specialist consider about the running user ' s data access?

Options:

A.

The flow must have the " with sharing " permission selected m the advanced settings for the permissions, field-level security, and sharing settings to be respected.

B.

The custom action adheres to the permissions, held-level security, and sharing settings configured in the flow.. The Agent will always run flows in system mode so the running user ' s data access will not affect the data returned.

Buy Now
Questions 51

A customer wants to analyze complete agent interactions, from the initial user request through to the final resolution, to better understand agent behavior and response quality.

Which Agentforce feature should an Agentforce Specialist recommend?

Options:

A.

Agent Inspection

B.

Agent Insights

C.

Agent Optimization

Buy Now
Questions 52

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

Buy Now
Questions 53

In the context of retriever and search indexes, what best describes the data preparation process in Data Cloud?

Options:

A.

Data preparation focuses on real-time data ingestion and dynamic indexing to generate dynamic grounding reference data without preprocessing steps.

B.

Data preparation entails aggregating, normalizing, and encoding structured datasets to ensure compliance with data governance and security protocols.

C.

Data preparation Involves loading, chunking, vectorizing, and storing content in a search-optimized manner to support retrieval from the vector database.

Buy Now
Questions 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

Buy Now
Questions 55

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. What is one criterion that Agentforce for Sales uses to match similar opportunities?

Options:

A.

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

B.

Matched opportunities are limited to the same account.

C.

Matched opportunities were created in the last 12 months.

Buy Now
Questions 56

Universal Containers tests out a new Einstein Generative AI feature for its sales team to create personalized and contextualized emails for its customers. Sometimes, users find that the draft email contains placeholders for attributes that could have been derived from the recipient’s contact record. What is the most likely explanation for why the draft email shows these placeholders?

Options:

A.

The user does not have permission to access the fields.

B.

The user’s locale language is not supported by Prompt Builder.

C.

The user does not have Einstein Sales Emails permission assigned.

Buy Now
Questions 57

Universal Containers has configured an agent to handle customer return requests. When a customer initiates a return, the agent must calculate a specific restocking fee. The agent needs to quote this exact fee to the customer and then reuse that same fee amount when summarizing the final refund. The Agentforce Specialist needs to ensure the agent uses deterministic logic to calculate the fee and consistently reuses the exact same value without guessing or hallucinating.

How should the specialist configure the agent to achieve this behavior?

Options:

A.

Execute a flow as an agent action to calculate the fee, and make the flow’s output directly available to the agent response. The agent will be able to continue to use this value from memory

B.

Define a context variable for the fee. Execute a flow as an agent action to calculate the fee, assign the flow’s output to that context variable, and have the agent reference that variable in its responses

C.

Provide the mathematical formula for the restocking fee in the agent’s system instructions and instruct it to remember the result for reuse

Buy Now
Questions 58

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.

Buy Now
Questions 59

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?

Options:

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.

Buy Now
Questions 60

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.

Buy Now
Questions 61

Universal Containers (UC) wants to enable its sales team to get insights into product and competitor names mentioned during calls. How should UC meet this requirement?

Options:

A.

Enable Einstein Conversation Insights, connect a recording provider, assign permission sets, and customize insights with up to 25 products.

B.

Enable Einstein Conversation Insights, assign permission sets, define recording managers, and customize insights with up to 50 competitor names.

C.

Enable Einstein Conversation Insights, enable sales recording, assign permission sets, and customize insights with up to 50 products.

Buy Now
Questions 62

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.

Buy Now
Questions 63

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.

Buy Now
Questions 64

Choose 1 option.

A developer is using the Salesforce CLI to deploy agent components from a sandbox to production. They recently made a change to several topics, instructions, and actions.

Which metadata component should the developer include in their package.xml file that contains all of the topics and actions an agent will interact with?

Options:

A.

genAiPlannerBundle

B.

EinsteinAiPlannerBundle

C.

BotBundle

Buy Now
Questions 65

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?

Options:

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.

Buy Now
Questions 66

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.

Buy Now
Questions 67

Universal Containers wants to leverage the Record Snapshots grounding feature in a prompt template. What preparations are required?

Options:

A.

Configure page layout of the master record type.

B.

Create a field set for all the fields to be grounded.

C.

Enable and configure dynamic form for the object.

Buy Now
Questions 68

Universal Containers (UC) is discussing its AI strategy in an agile Scrum meeting.

Which business requirement would lead An Agentforce to recommend connecting to an external foundational model via Einstein Studio (Model Builder)?

Options:

A.

UC wants to fine-tune model temperature.

B.

UC wants a model fine-tuned using company data.

C.

UC wants to change the frequency penalty of the model.

Buy Now
Questions 69

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,

Buy Now
Questions 70

A Service Agent at Universal Containers (UC) is designed to help customers resolve issues by searching against knowledge articles.

Knowledge articles have PDF attachments that add critical details. UC reports that the agent provides excellent summaries of the

knowledge articles, but seems completely unaware of the PDF attachments.

How should an Agentforce Specialist configure the Data Cloud search index to include the content of these attached files?

Options:

A.

Increase article chunk size and token limits for Knowledge indexing so larger contexts capture attachment references.

B.

Enable ' Include Related Attachments’ for Knowledge-- kav and map the ContentDocumentLink unstructured data model object (UDMO).

C.

Use Data Cloud ' s ‘Include Attachments’ option and select the ContentDocumentVersion unstructured data model object (UDMO).

Buy Now
Questions 71

Universal Containers (UC) wants to enable its sales reps to explore opportunities that are similar to previously won opportunities by entering the utterance, " Show me other opportunities like this one. "

How should UC achieve this with Agents?

Options:

A.

Use the standard Agent action.

B.

Create a custom Agent action calling a flow.

C.

Create a custom Agent action calling an Apex class.

Buy Now
Questions 72

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)

Buy Now
Questions 73

Universal Containers wants support agents to use Agentforce to ask questions about its product tutorials and product guides.

What should the Agentforce Specialist do to meet this requirement?

Options:

A.

Create a prompt template for product tutorials and guides.

B.

Add an Answer Questions custom field in the product object for tutorial instructions.

C.

Publish product tutorials and guides as Knowledge articles.

Buy Now
Questions 74

Universal Containers is rolling out a new generative AI initiative.

Which Prompt Builder limitations should the Agentforce Specialist be aware of?

Options:

A.

Rich text area fields are only supported in Flex template types.

B.

Creations or updates to the prompt templates are not recorded in the Setup Audit Trail.

C.

Custom objects are supported only for Flex template types.

Buy Now
Questions 75

Choose 1 option.

Cloud Kicks wants to integrate its agent with its custom website. The goal is for customers to interact with the custom agent chat interface.

Which approach provides the framework for the custom web application to communicate with the agent?

Options:

A.

Agent-to-Agent (A2A)

B.

Model Context Protocol (MCP)

C.

Agent API

Buy Now
Questions 76

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.

Buy Now
Questions 77

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?

Options:

A.

Call Summaries

B.

Call Explorer

C.

Call Insights

Buy Now
Questions 78

Universal Containers (UC) needs to capture and store detailed interaction data for all agents.

Which feature should help UC get a full view of the agent ' s behavior from start to finish, including reasoning engine executions,

actions, prompt and gateway inputs/outputs, error messages, and final responses?

Options:

A.

Agentforce Analytics

B.

Utterance Analysis

C.

Agentforce Session Tracing

Buy Now
Questions 79

How does the AI Retriever function within Data Cloud?

Options:

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.

Buy Now
Questions 80

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?

Options:

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.

Buy Now
Questions 81

Cloud Kicks has long, complex legal agreements. An Agentforce agent must be able to retrieve specific clauses that are often nested within larger sections. The standard chunking method is failing to capture the full context of these clauses.

Which chunking strategy should an administrator use to preserve the structure of the documents?

Options:

A.

Implement a smaller chunk size.

B.

Implement a larger chunk size.

C.

Implement a keyword-based chunking strategy.

Buy Now
Questions 82

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

Buy Now
Questions 83

An Agentforce Specialist at Universal Containers observes that the agent frequently directs customers with clear billing inquiries to the general troubleshooting subagent. This misrouting is causing a spike in average handle time and missed service-level agreement targets. The contact center manager requires a solution that is quick to implement but preserves the agent’s ability to handle complex, non-linear conversations.

What is the most appropriate approach to resolve this?

Options:

A.

Update the agent’s global System Instructions to include a list of forbidden keywords for each subagent.

B.

Audit subagent instructions for semantic competition and implement deterministic filters to guide the planner’s selection.

C.

Create a Router sub-flow that uses a Decision element to manually assign every incoming request to a specific subagent.

Buy Now
Questions 84

An Agentforce needs to create a Sales Email with a custom prompt template. They need to ground on the following data.

Opportunity Products Events near the customer Tone and voice examples

How should the Agentforce Specialist obtain related items?

Options:

A.

Call prompt initiated flow to fetch and ground the required data.

B.

Create a flex template that takes the records in question as inputs.

C.

Utilize a standard email template and manually insert the required data fields.

Buy Now
Questions 85

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

Options:

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.

Buy Now
Questions 86

Universal Containers operates a customer self-service portal supported by an Agentforce Service Agent. The compliance team maintains a Salesforce Knowledge base of published product compliance guidelines, service terms, and regulatory procedures, updated regularly by subject matter experts.

What is the most efficient approach to ensure the agent retrieves only current published content using semantic understanding of customer questions, and that outdated articles are never surfaced?

Options:

A.

Build a subagent action using a Salesforce Flow to query the Knowledge articles data model object at runtime and return matching content to the agent, ensuring the agent always retrieves live article data directly from the Knowledge object.

B.

Create an Agentforce Data Library connected to the Salesforce Knowledge base, filtered to published articles only, enabling the agent to ground responses using retrieval-augmented generation powered semantic retrieval that automatically reflects Knowledge updates without requiring agent reconfiguration.

C.

Configure a custom retriever in Einstein Studio connected to a Data 360 search index, applying filters to restrict results to documents tagged as current.

Buy Now
Questions 87

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?

Options:

A.

AlAgentInteraction

B.

AlAgentInteractionMessage

C.

AlAgentSession

Buy Now
Questions 88

How should an organization use the Einstein Trust layer to audit, track, and view masked data?

Options:

A.

Utilize the audit trail that captures and stores all LLM submitted prompts in Data Cloud.

B.

In Setup, use Prompt Builder to send a prompt to the LLM requesting for the masked data.

C.

Access the audit trail in Setup and export all user-generated prompts.

Buy Now
Questions 89

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

Buy Now
Questions 90

An Agentforce at Universal Containers (UC) is building with no-code tools only. They have many small accounts that are only touched periodically by a specialized sales team, and UC wants to maximize the sales operations team ' s time. UC wants to help prep the sales team for the calls by summarizing past purchases, interests in products shown by the Contact captured via Data Cloud, and a recap of past email and phone conversations for which there are transcripts.

Which approach should the Agentforce Specialist recommend to achieve this use case?

Options:

A.

Use a prompt template grounded on CRH and Data Cloud data using standard foundation model.

B.

Fine-Tune the standard foundational model due to the complexity of the data.

C.

Deploy UC ' s own custom foundational model on this data first.

Buy Now
Questions 91

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?

Options:

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.

Buy Now
Questions 92

An Agentforce Specialist is trying to troubleshoot a reported issue from an end user, and they do not see the session in the Processed Sessions tab of Agentforce Observability.

What should the specialist take into consideration?

Options:

A.

The agent has not yet been registered in the Observability app, so no sessions are processed.

B.

The session is queued to be processed and can be viewed on the Unprocessed Sessions tab.

C.

Sessions are batched on a 24-hour rolling process, and the logs must be checked again the next day.

Buy Now
Questions 93

Universal Containers wants to incorporate CRM data as well-formatted JSON in a prompt to a large language model (LLM).

What is an important consideration for this requirement?

Options:

A.

" CRM data to JSON " checkbox must be selected when creating a prompt template.

B.

Apex code can be used to return a JSON formatted merge field.

C.

JSON format should be enabled in Prompt Builder Settings.

Buy Now
Questions 94

Universal Containers needs to ground a new Agentforce agent with structured data stored in an external system without duplicating it in Data 360. This approach is necessary to ensure real-time data accuracy and minimize storage costs.

Which Data 360 concept should the team use to accomplish this?

Options:

A.

Establish a semantic index for external content.

B.

Utilize Zero Copy to access external data without ingestion.

C.

Configure a data stream to import the data into Data 360.

Buy Now
Questions 95

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  

Buy Now
Questions 96

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.

Buy Now
Questions 97

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?

Options:

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.

Buy Now
Questions 98

Based on the user utterance, ' Show me all the customers in New York ' , which standard Agent action will the planner service use?

Options:

A.

Query Records

B.

Fetch Records

C.

Select Records  

Buy Now
Questions 99

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.

Buy Now
Questions 100

Universal Containers implemented Agentforce for its users. One user complains that an Agent is not deleting activities from the past 7 days. What is the reason for this issue?

Options:

A.

Agentforce does not have the permission to delete the user ' s records.

B.

Agentforce Delete Record Action permission is not associated to the user.

C.

Agentforce does not have a standard Delete Record action.

Buy Now
Questions 101

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

Buy Now
Questions 102

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

Buy Now
Questions 103

Universal Containers operates in a regulated industry and has deployed an Agentforce customer service agent handling thousands of interactions per week. The operations team notices that a significant number of conversations are resulting in unexpected escalations, but cannot identify which agent subagents, formerly known as topics, or actions are consistently underperforming or misconfigured. Which Agentforce feature allows the team to cluster interaction patterns, identify performance gaps across sessions, and apply quality scoring to pinpoint where the agent’s configuration needs improvement?

Options:

A.

Agentforce Optimization

B.

Agentforce Health Monitoring

C.

Agentforce Session Tracing

Buy Now
Questions 104

A sales manager needs to contact leads at scale with hyper-relevant solutions and customized communications in the most efficient manner possible. Which Salesforce solution best suits this need?  

Options:

A.

Einstein Sales Assistant

B.

Prompt Builder

C.

Einstein Lead follow-up  

Buy Now
Questions 105

Universal Containers is building a custom agent and creating a new Apex action that accepts a collection of text values, such as a list of product names, as an input parameter. The Agentforce Specialist is configuring the action’s metadata in Agentforce Assets and needs to properly map this input so the reasoning engine can pass the list of strings correctly.

When defining this input, which complex_data_type_name should the Agentforce Specialist use?

Options:

A.

lightning__stringType

B.

apex__String

C.

lightning__textType

Buy Now
Questions 106

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

Buy Now
Questions 107

For an Agentforce Data Library that contains uploaded files, what occurs once it is created and configured?

Options:

A.

Indexes the uploaded files in a location specified by the user

B.

Indexes the uploaded files into Data Cloud

C.

Indexes the uploaded files in Salesforce File Storage

Buy Now
Questions 108

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.

Buy Now
Questions 109

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

Buy Now
Questions 110

Where should the Agentforce Specialist go to add/update actions assigned to a copilot?

Options:

A.

Copilot Actions page, the record page for the copilot action, or the Copilot Action Library tab

B.

Copilot Actions page or Global Actions

C.

Copilot Detail page, Global Actions, or the record page for the copilot action

Buy Now
Questions 111

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

Buy Now
Questions 112

Universal Containers wants to implement a customer verification process where sensitive account information can only be accessed after the customer passes identity verification. The agent must enforce this security rule deterministically without allowing the large language model (LLM) to bypass the verification requirement.

What should an Agentforce Specialist recommend as the best solution?

Options:

A.

Use context variables to store verification status in the messaging session and configure the agent to check these variables through natural language prompts during each sensitive action.

B.

Include detailed verification instructions in the agent ' s topic instructions explaining when customers should be verified and rely on the LLM to follow these guidelines consistently across all interactions.

C.

Create a custom variable IsCustomerVerified set by a verification action, then apply a conditional filter using the expression IsCustomerVerified equals true to all sensitive data actions, ensuring deterministic access control that the LLM can ' t alter.

Buy Now
Questions 113

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?

Options:

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.

Buy Now
Exam Code: Agentforce-Specialist
Exam Name: Salesforce Certified Agentforce Specialist (AI-201) Spring 26 Update
Last Update: Jul 10, 2026
Questions: 379

PDF + Testing Engine

$63.24 $180.69

Testing Engine

$48.24 $137.83

PDF (Q&A)

$53.24 $152.11