New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Salesforce > AI Specialist > Agentforce-Specialist

Agentforce-Specialist Salesforce Certified Agentforce Specialist (AI-201) Question and Answers

Question # 4

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

How should the Agentforce Specialist meet this requirement?

A.

Convert the JSON to an XML merge field.

B.

Use External Service Record merge fields.

C.

Use “Add Prompt Instructions” flow element.

Full Access
Question # 5

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

A.

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

B.

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

C.

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

Full Access
Question # 6

Universal Containers (UC) has implemented Generative AI within Salesforce to enable summarization of a custom object called Guest. Users have reported mismatches in the generated information.

In refining its prompt design strategy, which key practices should UC prioritize?

A.

Enable prompt test mode, allocate different prompt variations to a subset of users for evaluation, and standardize the most effective model based on performance feedback.

B.

Create concise, clear, and consistent prompt templates with effective grounding, contextual role-playing, clear instructions, and iterative feedback.

C.

Submit a prompt review case to Salesforce and conduct thorough testing In the playground to refine outputs until they meet user expectations.

Full Access
Question # 7

An Agentforce implements Einstein Sales Emails for a sales team. The team wants to send personalized follow-up emails to leads based on their interactions and data stored in Salesforce. The Agentforce Specialist needs to configure the system to use the most accurate and up-to-date information for email generation.

Which grounding technique should the Agentforce Specialist use?

A.

Ground with Apex Merge Fields

B.

Ground with Record Merge Fields

C.

Automatic grounding using Draft with Einstein feature

Full Access
Question # 8

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

A.

SDR Agent must be deployed in the Messaging channel.

B.

SDR Agent only works in the Email channel.

C.

SDR Agent must also be deployed on the company website.

Full Access
Question # 9

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

Which specific use case necessitates the use of Prompt Builder?

A.

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

B.

Creating an Al-generated customer support agent performance score

C.

Estimating support ticket volume based on historical data and seasonal trends

Full Access
Question # 10

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

A.

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

B.

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

C.

Create a prompt‑template‑triggered flow to access the data from five objects.

Full Access
Question # 11

Support agents at Universal Containers are using Agentforce to find troubleshooting information. They've reported that the agent frequently provides knowledge articles that are outdated, even when newer versions of the articles are available. The administrator has confirmed that all articles are correctly chunked and indexed.

Which configuration change in the Data Cloud hybrid search index best addresses this problem?

A.

Disable the keyword index to rely solely on the vector index.

B.

Switch the chunking strategy from section-aware to fixed-size.

C.

Add a ranking factor for regency based on the LastModifiedDate field.

Full Access
Question # 12

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

A.

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

B.

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

C.

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

Full Access
Question # 13

An Agentforce Specialist created a Field Generation prompt template.

What should the Agentforce Specialist do to expose the template to the user?

A.

Use a screen flow to associate the Field Generation prompt template.

B.

Associate the template with the form field on the Lightning page.

C.

Call a template using an autolaunched flow.

Full Access
Question # 14

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

Which approach should the Agentforce Specialist implement?

A.

Use the default retriever which automatically accounts for regency ranking.

B.

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

C.

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

Full Access
Question # 15

Choose 1 option.

What does it mean when a prompt template version is described as immutable?

A.

After a prompt template version is activated, no further changes can be saved to that version.

B.

Only the latest version of a template can be activated.

C.

Every modification on a template will be saved as a new version automatically.

Full Access
Question # 16

Choose 1 option.

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?

A.

The prompt does not specify that it is a custom LLM.

B.

BYOLLM is not yet supported for in prompt templates in production.

C.

The name of the LLM does not match in sandbox and production.

Full Access
Question # 17

Universal Containers (UC) plans to send one of three different emails to its customers based on the customer's lifetime value score and their market segment.

Considering that UC are required to explain why an e-mail was selected, which AI model should UC use to achieve this?

A.

Predictive model and generative model

B.

Generative model

C.

Predictive model

Full Access
Question # 18

An Agentforce Specialist wants to troubleshoot their Agent’s performance. Where should the Agentforce Specialist go to access all user interactions with the Agent, including Agent errors, incorrectly triggered actions, and incomplete plans?

A.

Plan Canvas

B.

Agent Settings

C.

Event Logs

Full Access
Question # 19

Choose 1 option.

When is the Agent-to-Agent (A2A4) protocol an appropriate communication choice?

A.

When agents need to invoke third-party API

B.

When agents need to access tools

C.

When agents need to collaborate

Full Access
Question # 20

Universal Containers wants to keep retrieval accurate as product documentation changes frequently.

Which approach should the company implement?

A.

Leave embedding unchanged even if content is updated.

B.

Rebuild the search index.

C.

Manually delete the stale data chunks.

Full Access
Question # 21

Which element in the Omni-Channel Flow should be used to connect the flow with the agent?

A.

Route Work Action

B.

Assignment

C.

Decision

Full Access
Question # 22

Universal Container (UC) has effectively utilized prompt templates to update summary fields on Lightning record pages. An admin now wishes to incorporate similar functionality into UC's automation process using Flow.

How can the admin get a response from this prompt template from within a flow to use as part of UC's automation?

A.

Invocable Apex

B.

Flow Action

C.

Einstein for Flow

Full Access
Question # 23

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

A.

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

B.

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

C.

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

Full Access
Question # 24

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

Which solution should UC consider?

A.

fine-tune the Einstein AI model with CBM data.

B.

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

C.

Enable Agentforce and deploy to sales users.

Full Access
Question # 25

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

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

A.

Assign the action to a Topic First in Agent Builder.

B.

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

C.

Assign the action to a Topic first on Action Builder.

Full Access
Question # 26

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?

A.

genAiPlannerBundle

B.

EinsteinAiPlannerBundle

C.

BotBundle

Full Access
Question # 27

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

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

A.

Enable data encryption on the address field

B.

Review the platform event logs

C.

Inspect the AI audit trail

Full Access
Question # 28

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

A.

Mask sensitive fields and index only non‑PII data

B.

Depend on the agent’s prompt to avoid exposing PII

C.

Encrypt embeddings, but still index PII records

Full Access
Question # 29

Universal Containers has set up a Service Agent to allow customers to look up their order status. The topic setup includes:

Name: Order Inquiry

Classification Description: Handles user requests to look up order status, including tracking details and delivery estimates for orders placed within the last 90 days.

Scope: Your job is only to assist authenticated users in looking up the status of their orders placed within the last 90 days. If the order is pending delivery, provide the tracking number and estimated delivery date. Do not handle inquiries for orders older than 90 days.

Which information will be used by the Agentforce reasoning engine to choose this topic?

A.

Topic Name and Classification Description

B.

Topic Name and Scope

C.

Classification Description and Scope

Full Access
Question # 30

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?

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.

Full Access
Question # 31

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

A.

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

B.

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

C.

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

Full Access
Question # 32

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

A.

Sales Email

B.

Flex

C.

Field Generation

Full Access
Question # 33

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

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

* How it is masked

* The masked response

What should the Agentforce Specialist recommend?

A.

Ingest the Einstein Shield Event logs into CRM Analytics.

B.

Review the debug logs of the running user.

C.

Enable audit trail in the Einstein Trust Layer.

Full Access
Question # 34

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?

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.

Full Access
Question # 35

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

A.

Query Records

B.

Fetch Records

C.

Select Records  

Full Access
Question # 36

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

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.

Full Access
Question # 37

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

rebooking the customer flights.

Which Agent capability helps the agent accomplish this?

A.

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

B.

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

C.

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

Full Access
Question # 38

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

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

A.

Turn on Agent.

B.

Turn on Einstein Generative AI.

C.

Turn on Prompt Builder.

Full Access
Question # 39

A Salesforce Administrator is exploring the capabilities of Agent to enhance user interaction within their organization. They are particularly interested in how Agent processes user requests and the mechanism it employs to deliver responses. The administrator is evaluating whether Agent directly interfaces with a large language model (LLM) to fetch and display responses to user inquiries, facilitating a broad range of requests from users.

How does Agent handle user requests In Salesforce?

A.

Agent will trigger a flow that utilizes a prompt template to generate the message.

B.

Agent will perform an HTTP callout to an LLM provider.

C.

Agent analyzes the user's request and LLM technology is used to generate and display the appropriate response.

Full Access
Question # 40

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

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

A.

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

B.

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

C.

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

Full Access
Question # 41

Choose 1 option.

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

Which prompt template type should UC use?

A.

Sales Email

B.

Record Summary

C.

Field Generation

Full Access
Question # 42

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?

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

Full Access
Question # 43

Choose 1 option.

Universal Containers is setting up the data library configuration within the Agentforce Builder.

What is true regarding Agentforce Data Libraries?

A.

Only data library owners can assign it to the agent.

B.

Each data category can only have one data library.

C.

An agent can have only one data library assigned to it.

Full Access
Question # 44

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

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

A.

Call Summaries

B.

Call Explorer

C.

Call Insights

Full Access
Question # 45

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

A.

Find similar requests and provide actions that need to be executed

B.

Identify the best matching actions and correct order of execution

C.

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

Full Access
Question # 46

Universal Containers is planning a marketing email about products that most closely match a customer's expressed interests.

What should An Agentforce recommend to generate this email?

A.

Standard email marketing template using Apex or flows for matching interest in products

B.

Custom sales email template which is grounded with interest and product information

C.

Standard email draft with Einstein and choose standard email template

Full Access
Question # 47

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 Analytics

B.

Utterance Analysis

C.

Agentforce Session Tracing

Full Access
Question # 48

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

A.

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

B.

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

C.

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

Full Access
Question # 49

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

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

A.

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

B.

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

C.

The agent will automatically be activated upon successful deployment.

Full Access
Question # 50

Choose 1 option.

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?

A.

Use External Service Record merge fields.

B.

Convert the JSON to an XML merge field.

C.

Use the ‘Add Prompt Instructions’ flow element.

Full Access
Question # 51

What is best practice when refining Agent custom action instructions?

A.

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

B.

Use consistent introductory phrases and verbs across multiple action instructions.

C.

Specify the persona who will request the action.

Full Access
Question # 52

Universal Containers (UC) is creating a new custom prompt template to populate a field with generated output. UC enabled the Einstein Trust Layer to ensure AI Audit data is captured and monitored for adoption and possible enhancements. Which prompt template type should UC use and which consideration should UC review?

A.

Field Generation, and that Dynamic Fields is enabled

B.

Field Generation, and that Dynamic Forms is enabled

C.

Flex, and that Dynamic Fields is enabled

Full Access
Question # 53

Universal Containers (UC) is looking to enhance its operational efficiency. UC has recently adopted Salesforce and is considering implementing Agent to improve its processes.

What is a key reason for implementing Agent?

A.

Improving data entry and data cleansing

B.

Allowing AI to perform tasks without user interaction

C.

Streamlining workflows and automating repetitive tasks

Full Access
Question # 54

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?

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.

Full Access
Question # 55

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?

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.

Full Access
Question # 56

Before activating a custom copilot action, An Agentforce would like is to understand multiple real-world user utterances to ensure the action being selected appropriately.

Which tool should the Agentforce Specialist recommend?

A.

Model Playground

B.

Agent

C.

Copilot Builder

Full Access
Question # 57

Choose 1 option.

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

A.

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

B.

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

C.

A sales agent discovering other agents’ capabilities using Agent Cards

Full Access
Question # 58

Choose 1 option.

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

What should UC consider when implementing this approach?

A.

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

B.

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

C.

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

Full Access
Question # 59

Choose 1 option.

An AgentForce Specialist wants to troubleshoot an agent that is hallucinating weblinks. The agent has an action that uses a prompt template, which is using a knowledge retriever, to generate the output text that the agent will use.

Which process is appropriate to find the root cause of the hallucination behavior?

A.

Examine the topic name and classification description for hallucination guardrails.

B.

Examine the prompt instructions and contents of the chunks shown in the resolved prompt output.

C.

Examine the topic instructions and ensure the word "ALWAYS" is used in the hallucination guardrails.

Full Access
Question # 60

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

A.

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

B.

Data Cloud stores and manages the Indexed Knowledge articles.

C.

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

Full Access
Question # 61

Choose 1 option.

Universal Containers has PDF maintenance guides in an external folder, not yet in Salesforce. The team wants a standard, clicks-

only setup for the Service Agent to use these documents.

Which approach should the Agentforce Specialist implement?

A.

Paste external PDF links into topic instructions and rely on the model to follow them, avoiding configuration of a retrieval source, index, or retriever action.

B.

Upload the PDFs as File source in the Agentforce Data Library which will build a Search Index, and create a retriever to ground responses from those documents.

C.

Configure Data Cloud to ingest file attachments and create custom index and retriever for product record and attachment data.

Full Access
Question # 62

An Agentforce Specialist is creating a custom agent action. The topic is selected correctly, but the action is not.

Which setting should the Agentforce Specialist test and iterate on to ensure the action performs as expected?

A.

Action Scape

B.

Action Instructions

C.

Classification Description

Full Access
Question # 63

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

A.

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

B.

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

C.

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

Full Access
Question # 64

An Agentforce Service Agent, who has been successfully assisting customers with service requests in Salesforce, is now unable to help customers with issues related to a new product replacement process. The company recently implemented a custom Product Replacement object in Salesforce to track and manage these replacements. Which Agentforce Agent User change must be implemented to address this issue?

A.

The permission set group assigned to the Agent User needs to grant access to the Product Replacement flow.

B.

The permission set assigned to the Agent User needs Read access to the custom Product Replacement object.

C.

The profile assigned to the Agentforce Agent User needs AI training permission to the custom Product Replacement object.

Full Access
Question # 65

Universal Containers (UC) needs to improve the agent productivity in replying to customer chats.

Which generative AI feature should help UC address this issue?

A.

Case Summaries

B.

Service Replies

C.

Case Escalation

Full Access
Question # 66

An Agentforce Specialist is tasked with analyzing Agent interactions, looking into user inputs, requests, and queries to identify patterns and trends. What functionality allows the Agentforce Specialist to achieve this?

A.

Agent Event Logs dashboard.

B.

AI Audit and Feedback Data dashboard.

C.

User Utterances dashboard.

Full Access
Question # 67

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?

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.

Full Access
Question # 68

Universal Containers would like to route SMS text messages to a service rep from an Agentforce Service Agent. Which Service Channel should the company use in the flow to ensure it’s routed properly?

A.

Messaging

B.

Route Work Action

C.

Live Agent

Full Access
Question # 69

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

A.

Field Generation

B.

Sales Email

C.

Record Summary

Full Access
Question # 70

Universal Containers wants its AI agent to answer customer questions with precise and up-to-date information. How does an Agentforce Data Library simplify and enable this?  

A.

It automates the ingestion, taxonomical classification and storage of knowledge in Data Cloud for precision keyword search retrieval to ground prompts and agents with relevant information.

B.

It automates the ingestion, Indexing of data, and creates a default retriever to be used in prompts and agents for grounding with relevant information.

C.

It automates the ingestion and optical character recognition (OCR) processing of any PDF, and indexes them to enable regular SQL query retrieval to ground prompts and agents with relevant information.

Full Access
Question # 71

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)?

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.

Full Access
Question # 72

Choose 1 option.

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

Which Al solution should UC implement?

A.

Sales Coach Agent

B.

Service Agent

C.

Employee Agent

Full Access
Question # 73

Choose 1 option.

A company wants to retrieve patient history details to augment the Al agent response. [he company wants to leverage the Data Cloud search index feature.

What is best practice when considering retrieval-augrmented generation (RAG) for information that may contain personally

identifiable information (PII)?

A.

Depend on the agent's prompt to avoid exposing PII.

B.

Encrypt embeddings, but still index PII records.

C.

Mask sensitive fields and index only non-PII data.

Full Access
Question # 74

How does the Einstein Trust Layer ensure that sensitive data is protected while generating useful and meaningful responses?

A.

Masked data will be de-masked during response journey.

B.

Masked data will be de-masked during request journey.

C.

Responses that do not meet the relevance threshold will be automatically rejected.

Full Access
Question # 75

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

How should UC resolve this?

A.

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

B.

Update the search index to include the desired field.

C.

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

Full Access
Question # 76

Cloud Kicks (CK) is launching a new partner portal on Experience Cloud, CK wants to provide partners with an agent that can answer questions about product specifications from the knowledge base and allow them to submit a new Lead for a potential customer they've identified. The agent must be accessible only to authenticated partner users on the portal.

Which agent type is required to meet this scenario?

A.

Sales Agent

B.

Commerce Agent

C.

Service Agent

Full Access
Question # 77

Choose 1 option.

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 da?

A.

Assign the Agentforce Service Agent user the lowest possible role in the organization's hierarchy to block access.

B.

Disable the Agentforce Service Agent's ability to use any Salesforce custom object or related fields.

C.

Follow the principle of least privilege and avoid granting permission to view the Medical Product object or related

Full Access
Question # 78

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

Which configuration aspect should UC prioritize?

A.

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

B.

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

C.

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

Full Access
Question # 79

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

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

Full Access
Question # 80

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

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

A.

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

B.

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

C.

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

Full Access
Question # 81

An Agentforce is creating a custom action for Agentforce.

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

A.

Action Name

B.

Action Input

C.

Action Instructions

Full Access
Question # 82

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

A.

Create Account Plan

B.

Find Similar Deals

C.

Create Close Plan

Full Access
Question # 83

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.

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,

Full Access
Question # 84

After creating a foundation model in Einstein Studio, which hyperparameter should An Agentforce use to adjust the balance between consistency and randomness of a response?

A.

Presence Penally

B.

Variability

C.

Temperature

Full Access
Question # 85

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

A.

Action Triggers

B.

Instructions

C.

Output Types

Full Access
Question # 86

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?

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

Full Access
Question # 87

Universal Containers (UC) is Implementing Service AI Grounding to enhance its customer service operations. UC wants to ensure that its AI- generated responses are grounded in the most relevant data sources. The

team needs to configure the system to include all supported objects for grounding.

Which objects should UC select to configure Service AI Grounding?

A.

Case, Knowledge, and Case Notes

B.

Case and Knowledge

C.

Case, Case Emails, and Knowledge

Full Access
Question # 88

When a verified customer in a help center says, “I want to upgrade my service plan,” an AI agent needs to complete the following tasks:

Verify identity and entitlement.

Create a new quote.

Calculate a prorated upgrade amount.

Escalate to an Account Executive (AE) only if the reorder exceeds USD 25,000.

Which type of agent should an AgentForce Specialist build to support this use case?

A.

Service Agent to resolve the case end-to-end and create a new opportunity for the sales team

B.

Sales Agent to handle the upsell and large-deal escalation

C.

Employee Agent to orchestrate internal logistics and finance

Full Access
Question # 89

Universal Containers needs its sales reps to be able to only execute prompt templates. What should the company use to achieve this requirement?

A.

Prompt Execute Template permission set

B.

Prompt Template User permission set

C.

Prompt Template Manager permission set

Full Access