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?
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?
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?
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?
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?
An Agentforce is creating a custom action in Agent.
Which option is available for the Agentforce Specialist to choose for the custom copilot action?
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?
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?
Choose 1 option.
How does Agentforce select the correct action to resolve a user ' s request?
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?
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?
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?
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?
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?
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?
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?
An Agentforce wants to ground a new prompt template with the User related list.
What should the Agentforce Specialist consider?
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?
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?
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?
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?
Which configuration must An Agentforce complete for users to access generative Al-enabled fields in the Salesforce mobile app?
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?
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?
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?
Universal Containers wants to use an existing prompt template inside Flow as part of automation.
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?
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?
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.
Universal Containers (UC) plans to automatically populate the Description field on the Account object.
Which type of prompt template should UC use?
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?
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?
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?
What should Universal Containers consider when deploying an Agentforce Service Agent with multiple topics and Agent Actions to production?
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?
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?
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?
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?
Once a data source is chosen for an Agentforce Data Library, what is true about changing that data source later?
Universal Containers wants to use an external large language model (LLM) in Prompt Builder.
What should An Agentforce recommend?
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?
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?
Universal Containers’ service team wants to customize the standard case summary response from Agentforce. What should the Agentforce Specialist do to achieve this?
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?
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?
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?
In the context of retriever and search indexes, what best describes the data preparation process in Data Cloud?
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?
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?
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?
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?
An Agentforce configured Data Masking within the Einstein Trust Layer.
How should the Agentforce Specialist begin validating that the correct fields are being masked?
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?
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?
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?
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?
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?
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?
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?
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?
Universal Containers wants to leverage the Record Snapshots grounding feature in a prompt template. What preparations are required?
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)?
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?
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?
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?
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?
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?
Universal Containers is rolling out a new generative AI initiative.
Which Prompt Builder limitations should the Agentforce Specialist be aware of?
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?
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?
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?
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?
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?
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?
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?
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?
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?
Universal Containers (UC) would like to implement the Sales Development Representative (SDR) Agent. Which channel consideration should UC be aware of while implementing it?
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?
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?
How should an organization use the Einstein Trust layer to audit, track, and view masked data?
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?
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?
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?
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?
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?
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?
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?
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?
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?
Based on the user utterance, ' Show me all the customers in New York ' , which standard Agent action will the planner service use?
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?
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?
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?
Which element should an Agentforce Specialist use in an Omni-Flow to route conversations to an agent?
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?
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?
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?
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?
For an Agentforce Data Library that contains uploaded files, what occurs once it is created and configured?
What is an appropriate use case for leveraging Agentforce Sales Agent in a sales context?
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?
Where should the Agentforce Specialist go to add/update actions assigned to a copilot?
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?
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?