
100% Real & Accurate AI-201 Questions and Answers with Free and Fast Updates
Get Unlimited Access to AI-201 Certification Exam Cert Guide
NEW QUESTION # 188
An Agentforce Specialist created a Field Generation prompt template. What should the Agentforce Specialist do to expose the template to the user?
- A. Call a template using an autolaunched flow.
- B. Associate the template with the form field on the Lightning page.
- C. Use a screen flow to associate the Field Generation prompt template.
Answer: B
Explanation:
The Field Generation prompt template type is specifically designed to enable generative AI within the context of a Salesforce record field. To expose this functionality to an end-user, the Agentforce Specialist must associate the template with the form field on the Lightning page (B).
This is accomplished using the Lightning App Builder:
The Agentforce Specialist first creates a custom field (often a Long Text Area or Rich Text Area) on the desired object to store the AI-generated output.
In the Lightning App Builder for the object's Record Page, the Specialist selects the field component.
In the properties panel for that field component, there is a setting (often a dropdown) to select an active Field Generation Prompt Template.
Once associated, an Einstein icon (or "Generate" button) appears next to the field on the record page, allowing the user to click it to run the prompt, review the AI-generated content, and then decide to use it to populate the field.
NEW QUESTION # 189
What is An Agentforce able to do when the "Enrich event logs with conversation data" setting in Agent is enabled?
- A. View session data including user Input and copilot responses for sessions over the past 7 days.
- B. Generate details reports on all Copilot conversations over any time period.
- C. View the user click path that led to each copilot action.
Answer: A
Explanation:
When the "Enrich event logs with conversation data" setting is enabled in Agent, it allows An Agentforce or admin to view session data, including both the user input and copilot responses from interactions over the past 7 days. This data is crucial for monitoring how the copilot is being used, analyzing its performance, and improving future interactions based on past inputs.
This setting enriches the event logs with detailed conversational data for better insights into the interaction history, helping Agentforce Specialists track AI behavior and user engagement.
NEW QUESTION # 190
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?
- A. Enable 'Include Related Attachments' for Knowledge-kav and map the ContentDocumentLink unstructured data model object (UDMO).
- B. Increase article chunk size and token limits for Knowledge indexing so larger contexts capture attachment references.
- C. Use Data Cloud's `Include Attachments' option and select the ContentDocumentVersion unstructured data model object (UDMO).
Answer: C
Explanation:
The AgentForce Data Cloud Indexing Guide clearly states that to include content from attached files such as PDFs in Knowledge articles, the correct configuration is to enable "Include Attachments" and map the ContentDocumentVersion unstructured data model object (UDMO).
The documentation specifies: "When indexing Knowledge or Case data, enabling the `Include Attachments' option allows the Data Cloud index to extract and embed content from linked ContentDocumentVersion records, ensuring the agent retrieves relevant information from attachments."
NEW QUESTION # 191
In the context of retriever and search indexes, what best describes the data preparation process in Data Cloud?
- A. Data preparation Involves loading, chunking, vectorizing, and storing content in a search- optimized manner to support retrieval from the vector database.
- B. Data preparation entails aggregating, normalizing, and encoding structured datasets to ensure compliance with data governance and security protocols.
- C. Data preparation focuses on real-time data ingestion and dynamic indexing to generate dynamic grounding reference data without preprocessing steps.
Answer: A
Explanation:
Why is "Loading, Chunking, Vectorizing, and Storing" the correct answer?
Agentforce AI-powered search and retriever indexing requires data to be structured and optimized for retrieval. The Data Cloud preparation process involves:
Key Steps in the Data Preparation Process for Agentforce:
Loading Data
Raw text from documents, emails, chat transcripts, and Knowledge articles is loaded into Data Cloud.
Chunking (Breaking Text into Small Parts)
AI divides long-form text into retrievable chunks to improve response accuracy.
Example: A 1000-word article might be split into multiple indexed paragraphs.
Vectorization (Transforming Text for AI Retrieval)
Each text chunk is converted into numerical vector embeddings.
This enables faster AI-powered searches based on semantic meaning, not just keywords.
Storing in a Vector Database
The processed data is stored in a search-optimized vector format.
Agentforce AI retrievers use this data to find relevant responses quickly.
NEW QUESTION # 192
A customer service representative 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 to this Itinerary. The representative needs to review the Knowledge articles about canceling and rebooking the customer flights. Which Agentforce capability helps the representative accomplish this?
- A. Execute tasks based on available actions, answering questions using information from accessible Knowledge articles.
- B. Generate Knowledge article based off the prompts that the agent enters to create steps to cancel flights.
- C. Invoke a flow which makes a call to external data to create a Knowledge article.
Answer: A
Explanation:
The scenario involves a customer service representative needing to cancel flights due to a weather alert and review existing Knowledge articles for guidance on canceling and rebooking.
Agentforce provides capabilities to streamline such tasks. The most suitable option is Option B, which allows the agent to "execute tasks based on available actions" (e.g., canceling flights via a predefined action) while "answering questions using information from accessible Knowledge articles." This capability leverages Agentforce's ability to integrate Knowledge articles into the agent's responses, enabling the representative to ask questions (e.g., "How do I cancel a flight?") and receive AI-generated answers grounded in approved Knowledge content. Simultaneously, the agent can trigger actions (e.g., a Flow to update the custom object) to perform the cancellations, meeting all requirements efficiently.
NEW QUESTION # 193
A Salesforce Agentforce Specialist is reviewing the feedback from a customer about the ineffectiveness of the prompt template. What should the Agentforce Specialist do to ensure the prompt template's effectiveness?
- A. Periodically change the templates grounding object.
- B. Monitor and refine the template based on user feedback.
- C. Use the Prompt Builder Scorecard to help monitor.
Answer: C
Explanation:
To address the ineffectiveness of a prompt template reported by a customer, the Salesforce Agentforce Specialist should use the Prompt Builder Scorecard (Option B). This tool is explicitly designed to evaluate and monitor prompt templates against key criteria such as relevance, accuracy, safety, and grounding. By leveraging the scorecard, the specialist can systematically identify weaknesses in the template and make data-driven refinements. While monitoring and refining based on user feedback (Option A) is a general best practice, the Prompt Builder Scorecard is Salesforce's recommended tool for structured evaluation, aligning with documented processes for maintaining prompt effectiveness. Changing the grounding object (Option C) without proper evaluation is reactive and does not address the root cause.
NEW QUESTION # 194
An Agentforce is setting up a new org and needs to ensure that users can create and execute prompt templates. The Agentforce Specialist is unsure which roles are necessary for these tasks.
Which permission sets should the Agentforce Specialist assign to users who need to create and execute prompt templates?
- A. Prompt Template Manager for creating templates and Prompt Template User for executing templates
- B. Prompt Template Manager for creating templates and Data Cloud Admin for executing templates
- C. Data Cloud Admin for creating templates and Prompt Template User for executing templates
Answer: A
Explanation:
To effectively manage and use prompt templates, two distinct permission sets are required:
Prompt Template Manager: This permission set allows users to create prompt templates. It provides the necessary access to define templates, which can be shared and utilized across the organization.
Prompt Template User: This permission set is designed for users who need to execute the templates. It provides the ability to interact with pre-designed prompts and generate outcomes based on these templates.
The Data Cloud Admin permission set is not directly relevant to creating or executing prompt templates but is more focused on managing the Data Cloud.
NEW QUESTION # 195
Coral Cloud Resorts (CCR) sees the agent forgot the dietary/activity preferences gathered earlier.
They need those preferences to persist throughout the session. What should CCR implement?
- A. Rely on natural conversation memory and instruct the agent to look back.
- B. Create a context variable to capture/store customer preferences as action outputs.
- C. Configure custom variables to capture/store customer preferences from action outputs.
Answer: B
Explanation:
According to the AgentForce Session Memory and Context Management Guide, when specific customer preferences (such as dietary or activity selections) must persist throughout an interaction, the correct approach is to use a context variable. The documentation states: "Context variables retain information across the user session, enabling the agent to reference prior inputs or outputs without re-asking. They are ideal for persisting customer preferences, authentication data, or ongoing session parameters."
NEW QUESTION # 196
Universal Containers has grounded a prompt template with a related list. During user acceptance testing (UAT), users are not getting the correct responses. What is causing this issue?
- A. The related list is not on the parent object's page layout.
- B. The related list is Read Only.
- C. The related list prompt template option is not enabled.
Answer: A
Explanation:
UC has grounded a prompt template with a related list, but the responses are incorrect during UAT. Grounding with related lists in Agentforce allows the AI to access data from child records linked to a parent object.
NEW QUESTION # 197
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 the 'Add Prompt Instructions' flow element.
- B. Use External Service Record merge fields.
- C. Convert the JSON to an XML merge field.
Answer: B
Explanation:
As outlined in the AgentForce External Services and Prompt Flow Integration Guide, when data is retrieved from a registered external service via REST API, the response payload is stored as External Service Records. These records can then be referenced dynamically within prompt templates through External Service Record merge fields.
This approach allows the large language model (LLM) to use the fetched data as contextual grounding during prompt execution, ensuring that generated responses are accurate and consistent with the latest API results.
NEW QUESTION # 198
Universal Containers' current AI data masking rules do not align with organizational privacy and security policies and requirements. What should An Agentforce recommend to resolve the issue?
- A. Enable data masking for sandbox refreshes.
- B. Add new data masking rules in LLM setup.
- C. Configure data masking in the Einstein Trust Layer setup.
Answer: C
Explanation:
When Universal Containers' AI data masking rules do not meet organizational privacy and security standards, the Agentforce Specialist should configure the data masking rules within the Einstein Trust Layer. The Einstein Trust Layer provides a secure and compliant environment where sensitive data can be masked or anonymized to adhere to privacy policies and regulations.
NEW QUESTION # 199
In addition to Recipient and Sender, which object should An Agentforce utilize for inserting merge fields into a Sales email template prompt?
- A. Recipient Opportunities
- B. User Organization
- C. Recipient Account
Answer: C
Explanation:
Sales Email Template Use Case:
When creating a Sales email template (especially for outreach or follow-up), you often need to reference relevant details about the Account linked to the recipient.
Standard Merge Fields in Salesforce Email Templates:
Recipient (Contact, Lead, or Person receiving the email)
Sender (User sending the email)
Recipient Account (the Account related to that Contact, providing company-level details and other relevant data) Why Recipient Account?
For Sales communications, referencing the Account data (e.g., Account name, industry, or other custom fields) in an email is very common.
This is especially important for B2B scenarios where the Contact is tied to an Account.
"Recipient Opportunities" could be multiple, so it's less direct for standard email merges. The
"User Organization" is more generic internal information, not typically inserted for personalization to the recipient.
NEW QUESTION # 200
An Agentforce Specialist is assisting Universal Containers with troubleshooting an agent. The Agentforce Specialist notices that the agent is not using topic actions in the desired sequence, causing inconsistent outcomes. Which technique should the Agentforce Specialist recommend to ensure deterministic control over the order in which actions are executed?
- A. Specify the order of actions.
- B. Specify custom variables and filters.
- C. Specify the large language model (LLM) provider and version.
Answer: A
Explanation:
The AgentForce Action Sequencing and Deterministic Flow Guide explains that to ensure actions are executed in a specific and predictable order, administrators must explicitly define the order of actions in the topic setup. The documentation states:
"To achieve deterministic control, sequence the topic's actions in the desired order of execution.
This ensures that dependent actions, such as data retrieval followed by record creation, execute consistently and predictably."
NEW QUESTION # 201
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?
- A. 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.
- B. 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.
- 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.
Answer: C
Explanation:
Universal Containers (UC) has a strict change management process that requires all possible configuration be completed in a sandbox and deployed to Production.
Einstein Generative AI is already enabled in Production, and the "Einstein Work Summaries" permission set is already available in Production.
The Agentforce Specialist needs to configure Work Summaries for Enhanced Messaging in the sandbox.
What Can Actually Be Deployed from Sandbox to Production?
Custom Fields: Metadata that is easily created in sandbox and then deployed.
Quick Actions: Also metadata-based and can be deployed from sandbox to production.
Layout Components: Page layout changes (such as adding the Wrap Up component) can be added to a change set or deployment package.
NEW QUESTION # 202
Universal Containers (UC) plans to implement prompt templates that utilize the standard foundation models. What should UC consider when building prompt templates in Prompt Builder?
- A. Include multiple-choice questions within the prompt to test the LLM's understanding of the context.
- B. Ask it to role-play as a character in the prompt template to provide more context to the LLM.
- C. Train LLM with data using different writing styles including word choice, intensifiers, emojis, and punctuation.
Answer: B
Explanation:
UC is using Prompt Builder with standard foundation models (e.g., via Atlas Reasoning Engine).
NEW QUESTION # 203
Universal Containers (UC) wants to make a sales proposal and directly use data from multiple unrelated objects (standard and custom) in a prompt template. How should UC accomplish this?
- A. Create a prompt template passing in a special custom object that connects the records temporarily.
- B. Create a prompt template-triggered flow to access the data from standard and custom objects.
- C. Use a Record Snapshot to combine data from unrelated objects into a single prompt.
- D. Create a Flex template to add resources with standard and custom objects as inputs.
Answer: D
Explanation:
UC needs to incorporate data from multiple unrelated objects (standard and custom) into a prompt template for a sales proposal.
NEW QUESTION # 204
Universal Containers wants to reduce overall customer support handling time by minimizing the time spent typing routine answers for common questions in-chat, and reducing the post-chat analysis by suggesting values for case fields. Which combination of Agentforce for Service features enables this effort?
- A. Einstein Reply Recommendations and Case Classification
- B. Einstein Reply Recommendations and Case Summaries
- C. Einstein Service Replies and Work Summaries
Answer: B
Explanation:
Universal Containers (UC) aims to streamline customer support by addressing two goals:
reducing in-chat typing time for routine answers and minimizing post-chat analysis by auto- suggesting case field values. In Salesforce Agentforce for Service, Einstein Reply Recommendations and Case Classification (Option A) are the ideal combination to achieve this.
Einstein Reply Recommendations: This feature uses AI to suggest pre-formulated responses based on chat context, historical data, and Knowledge articles. By providing agents with ready-to- use replies for common questions, it significantly reduces the time spent typing routine answers, directly addressing UC's first goal.
Case Classification: This capability leverages AI to analyze case details (e.g., chat transcripts) and suggest values for case fields (e.g., Subject, Priority, Resolution) during or after the interaction. By automating field population, it reduces post-chat analysis time, fulfilling UC's second goal.
NEW QUESTION # 205
A support team handles a high volume of chat interactions and needs a solution to provide quick, relevant responses to customer inquiries. Responses must be grounded in the organization's knowledge base to maintain consistency and accuracy. Which feature in Einstein for Service should the support team use?
- A. Einstein Knowledge Recommendations
- B. Einstein Service Replies
- C. Einstein Reply Recommendations
Answer: B
Explanation:
Einstein Service Replies: This feature is designed to generate contextual, AI-powered response suggestions for agents during chat and email interactions. Crucially, these replies can be grounded in your organization's knowledge base, ensuring consistency and accuracy. This aligns perfectly with the requirement for quick, relevant, and consistent responses.
NEW QUESTION # 206
......
Reliable Study Materials for AI-201 Exam Success For Sure: https://www.practicematerial.com/AI-201-exam-materials.html
100% Latest Most updated AI-201 Questions and Answers: https://drive.google.com/open?id=1tsibHzlMaEQlQ8UdKjM7BYPxSRe5CwET

