NEW
Font size
WorksheetsAgentforce Specialist Use Case Question
Total questions: 35
Worksheet time: 18mins
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 US$25,000. Which type of agent should an Agentforce Specialist build to support this use case?
Employee Agent to orchestrate internal logistics and finance
Service Agent to resolve the case end-to-end and create a new opportunity for the sales team
Sales Agent to handle the upsell and large-deal escalation
Which statement explains why a company might prefer a hybrid search index in Data Cloud for Agentforce?
A. Vector embeddings in hybrid search are prefiltered by keyword matches, reducing computational overhead and improving response accuracy.
B. Hybrid search indexes support both literal keyword matches and semantic recall, useful when queries mix specific terms and intent.
C. Hybrid search indexes process queries faster than vector search because they eliminate the need for semantic embedding.
What is the purpose of applying filters in a custom retriever configuration?
Filters automatically encrypt and mask sensitive fields in the search index to ensure that only non confidential information is retrieved for public queries.
Filters reformat and aggregate multiple documents into a single summary output to streamline and unify retriever output for more efficient and accurate AI grounding.
Filters narrow the search results by applying up to 10 conditions based on fields defined in the search index, thereby enhancing the relevancy of the content returned.
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.
Use keywords such as "Always" and "Never" to write clear logic in Topic Instructions to verify user identity before providing any case information.
Store the verification status in a custom variable and set a global instruction that the agent should check this variable before sharing case information.
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.
Universal Containers wants to allow its service agents to query the current fulfillment status of an order with natural language. There is an existing autolaunched flow to query the information from Oracle ERP, which is the system of record for the order fulfillment process. How should an Agentforce Specialist apply the power of conversational AI to this use case?
Configure the Integration Flow standard action in Agent Builder.
Create a custom agent action which calls a flow.
Create a Flex prompt template in Prompt Builder.
Universal Containers recently rolled out Einstein Generative AI capabilities and has created a custom prompt to summarize case records. Users have reported that the generated case summaries are not returning the appropriate information. What is a possible explanation for the poor prompt performance?
The prompt template version is incompatible with the chosen large language model (LLM).
The Einstein Trust Layer is incorrectly configured.
The data being used for grounding is incorrect or incomplete.
Universal Containers (UC) wants to build an Agentforce Service Agent that provides the latest, active, and relevant policy and compliance information to customers. The agent must: - Semantically search HR policies, compliance guidelines, and company procedures. - Ensure responses are grounded on published knowledge. - Allow Knowledge updates to be reflected immediately without manual reconfiguration. What should UC do to ensure the agent retrieves the right information?
Enable the agent to search all internal records and past customer inquiries.
Set up an Agentforce Data Library to store and index policy documents for AI retrieval.
Manually add policy responses into the AI model to prevent hallucinations.
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?
No action is needed, as past cases are used to answer the question.
Create a data model object (DMO) based on Case object and create an index on it.
Create an unstructured data model object (UDMO) based on Case object and create an index on it.
Cloud Kicks (CK) recently finished the development of a new prompt template that uses its own large language model (LLM). CK is deploying a prompt template from a sandbox to a production org, and is receiving an error. When trying to deploy the change set, CK is getting an error related to the LLM used in the prompt template. What is the cause of the error?
The prompt does not specify that it is a custom LLM.
BYOLLM is not yet supported for in prompt templates in production.
The name of the LLM does not match in sandbox and production.
Universal Containers (UC) is setting up a new Agentforce Service Agent. The company has sensitive medical product research stored internally and wants to ensure the agent cannot access it. What should UC do?
Follow the principle of least privilege and avoid granting permission to view the Medical Product object or related fields.
Disable the Agentforce Service Agent's ability to use any Salesforce custom object or related fields.
Assign the Agentforce Service Agent user the lowest possible role in the organization's hierarchy to block access.
Universal Containers (UC) is building a Flex prompt template. UC needs to use data returned by the flow in the prompt template. Which flow element should UC use?
A. Add Flex Instructions
B. Add Flow Instructions
C. Add Prompt Instructions
What is the role of the large language model (LLM) in understanding intent and executing an agent action?
A. Determine a user's topic access and sort actions by priority to be executed.
B. Find similar requested topics and provide the actions that need to be executed.
C. Identify the best matching topic and actions and the correct order of execution.
What is an Agentforce Specialist able to do when the 'Enrich event logs with conversation data' setting in the Agentforce configuration is enabled?
Generate details reports on all agent conversations over any time period.
View session data including user input and agent responses for sessions.
View the user click path that led to each agent action.
Universal Containers (UC) needs to create a prompt template that provides a detailed product description based on the latest product data. The description will be used in marketing materials to ensure consistency and accuracy. Which prompt template type should UC use?
Sales Email
Field Generation
Record Summary
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 AI agents?
AIAgentInteractionMessage
AIAgentSession
AIAgentInteraction
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?
Prompt Execute User
Prompt Template Manager
Prompt Template User
An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom agent action?
SOQL
Flows
Apex trigger
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?
A. Agentforce Session Tracing
B. Utterance Analysis
C. Agentforce Analytics
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?
Store customer identity information in conversation variables created by the first agent and have other agents read those same conversation variables.
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.
Implement a custom object to temporarily store verification status and have each agent query it via SOQL actions during execution.
In the context of retriever and search indexes, what best describes the data preparation process in Data Cloud?
Data preparation entails aggregating, normalizing, and encoding structured datasets to ensure compliance with data governance and security protocols.
Data preparation focuses on real time data ingestion and dynamic indexing to generate dynamic grounding reference data without preprocessing steps.
Data preparation involves loading, chunking, vectorizing, and storing content in a search-optimized manner to support retrieval from the vector database.
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?
Configure a messaging Lightning web component using standard or custom Lightning Type for Agentforce.
Configure MuleSoft to establish a secure API tunnel between the agent and the Digital Experience site.
Create an Omni-Channel flow that routes messages to the agent.
Universal Containers (UC) is preparing to use the Agentforce Testing Center to ensure the reliability of a new agent. UC has a CSV file with test cases and is reviewing the documentation to understand best practices and limitations. Which best practice should the company follow to avoid modifying CRM data while running tests in the Testing Center?
Use the Testing Center only in the sandbox environment.
Limit the number of test cases to 50 per test to minimize data changes.
Run tests in the production environment to ensure real-time data accuracy.
Universal Containers needs to restrict access to refund processing actions so only customers with Active account status can initiate refunds. How should an Agentforce Specialist apply the restriction deterministically?
Create a Flex Prompt Template that has instructions to check for account status.
Include step-by-step instructions at the topic level and action level explaining the rules and examples.
Create a context variable for the account status field and apply a conditional filter AccountStatus equals "Active" to refund actions.
Coral Cloud Resorts needs to ensure its booking agent executes actions in a specific sequence: First retrieve available sessions, then verify customer eligibility, and finally create the booking. The current implementation allows the large language model (LLM) to execute these actions in any order, causing booking failures.
Configure topic, classification description, and action instructions with priority levels and sequence indicators to guide the reasoning engine in selecting the correct action order automatically.
Write comprehensive topic instructions detailing the exact sequence of actions using numbered steps and explicit ordering requirements for the reasoning engine to follow during booking workflows.
Create custom variables that store completion status for each step, then implement conditional filters on subsequent actions requiring previous variables to be populated, ensuring deterministic execution order.
Universal Containers (UC) stores case details and updates in several custom fields and custom objects related to the case. UC would like its Agentforce Service Agent to be able to provide information in these fields and related records as part of an answer back to its customers when the customer is asking for updates. Which best practice should UC follow to grant access to this information for the Agentforce Service Agent?
Create a new permission set with the Einstein Agent License and enable Read access to the custom fields and custom objects, and assign it to the Agentforce Service Agent user.
Update the Object and Field access in the Einstein Agent User Profile so that the Agentforce Service Agents will always get the necessary access.
Update the Object and Field access in the AgentforceServiceAgentUserPsg permission set group that is already assigned to the Agentforce Service Agent user.
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?
Agent API
Agent to-Agent (A2A)
Model Context Protocol (MCP)
Universal Containers (UC) has registered an external service and created a template-triggered prompt flow that invokes the external service to fetch data from a REST API. UC now needs to make the response data from the external service usable inside a prompt template as a merge field when the template runs. How should UC meet this requirement?
Use External Service Record merge fields.
Convert the JSON to an XML merge field.
Use the 'Add Prompt Instructions' flow element.
Coral Cloud Resorts is uploading thousands of new HTML knowledge articles files for a resort launch. To ensure Agentforce retrieves accurate responses quickly, which chunking strategy should be used when creating a new index?
Semantic-based passage extraction
Section aware chunking
Conversation-based chunking
An Agentforce Specialist needs to enable the use of Sales Email prompt templates for the sales team. The Agentforce Specialist has already created the templates in Prompt Builder. According to best practices, which steps should the Agentforce Specialist take to ensure the sales team can use these templates?
A. Assign the Prompt Template Manager permission set and enable Sales Emails in Setup.
B. Assign the Data Cloud Admin permission set and enable Sales Emails in Setup.
C. Assign the Prompt Template User permission set and enable Sales Emails in Setup.
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?
Use semantic search to interpret synonyms of clauses dynamically.
Use hybrid search to blend keyword and semantic recall.
Use keyword search for exact term matching on structured fields like clause numbers.
Universal Containers (IJC) is preparing and defining success criteria for Agentforce Testing Center test cases,
Which details should IJC specify as the expected output to ensure the tests accurately reflect the agent's functionality?
A. Expected Topic API Name
B. Expected Flow API Name
C. Expected Prompt Template Narne
Which scenario best illustrates the use of Model Context Protocol (MCP) in an enterprise A1 deployment?
A, A sales agent discovering other agents' capabilities using Agent Cards
O B, A customer service agent engaging another agent in real time conversation to resolve tickets
C. A legal assistant agent using MCP to dynamically find a document classification API to analyze case files
How does Agentforce select the correct action to resotve a user's request?
O 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,
O B, The reasoning engine identifies the agent action to be executed by its name and action input instructions.
C. The large language model (LLM) selects the right topic and action, if they exist. II there are no matches, the LLM
attempts to answer the users request.
O 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,
O B, The reasoning engine identifies the agent action to be executed by its name and action input instructions.
C. The large language model (LLM) selects the right topic and action, if they exist. II there are no matches, the LLM
attempts to answer the users request.
Universal Containers is setting up the data library configuration within the Agentforce Builder.
What is true regarding Agentforce Data Libraries?
A. An agent can have only one data library assigned to it,
Bi Only data library owners can assign it to the agent.
C. Each data category can only have one data library.
The Agentforce Specialist for Cloud Kicks wants to create an agent that will allow the sales staff to schedule their daily tasks, and
assist in providing detailed explanations behind prices and deals of the products.
Following Salesforce best practices, which type of agent should the Agentforce Specialist create?
A. Service Agent
B. Employee Agent
C. Sales Agent
