New Pass1
|
|
Título del Test:
![]() New Pass1 Descripción: New Pass1 |



| Comentarios |
|---|
NO HAY REGISTROS |
|
Universal Containers wants to keep retrieval accurate as product documentation changes frequently. Which approach should the company implement?. Leave embeddings unchanged even if content is updated. Rebuild the search index. Manually delete the stale data chunks. 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?. 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. Employee Agent to orchestrate internal logistics and finance. 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. Which approach should an Agentforce Specialist implement?. 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. 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. 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. Which statement explains why a company might prefer a hybrid search index in Data Cloud for Agentforce?. Hybrid search indexes process queries faster than vector search because they eliminate the need for semantic embedding. Vector embeddings in hybrid search are prefiltered by keyword matches, reducing computational overhead and improving response accuracy. Hybrid search indexes support both literal keyword matches and semantic recall, useful when queries mix specific terms and intent. What is the purpose of applying filters in a custom retriever configuration?. 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. 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. 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?. Service Agent. Sales Agent. Employee Agent. 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?. Classification Description. Action Scope. Action Instructions. Universal Containers deploys a new Agentforce Service Agent into the company's website but is getting feedback that the Service Agent is not providing answers to customer questions that are found in the company's Salesforce Knowledge articles. What is the likely issue?. The Agentforce Service Agent user was not given the Allow View Knowledge permission set. The Agentforce Service Agent user is not assigned the correct Agent Type License. The Agentforce Service Agent user needs to be created under the standard Agent Knowledge profile. Coral Cloud Resorts is about to start testing its concierge agent with guests. Which metrics should be captured to monitor the performance, correctness, and user experience?. Agent performance, token usage, and conversation duration. Response performance, tone, and CSATS. Response times, accuracy and relevance of answers, and resolution success. When is the Agent-to-Agent (A2A) protocol an appropriate communication choice?. When agents need to invoke third-party API. When agents need to access tools. When agents need to collaborate. 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?. Examine the topic name and classification description for hallucination guardrails. Examine the prompt instructions and contents of the chunks shown in the resolved prompt output. Examine the topic instructions and ensure the word "ALWAYS" is used in the hallucination guardrails. Universal Containers has a requirement to provide a sales summary for its sales reps who are using Employee Agents, but they are not happy with the default answer. Which best practice should the Agentforce Specialist recommend?. Create a Record Summary custom prompt template. Create a Knowledge Answer custom prompt template. Update the standard record summary action. Before activating a custom agent action, an Agentforce Specialist would like to evaluate multiple real-world user utterances to ensure the action is being selected appropriately. Which tool should the Agentforce Specialist recommend?. Testing Center. Agentforce Builder. Prompt Builder. 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. Record Summary. Field Generation. An Agentforce Specialist is building a Flex prompt template. Which best practice should the Agentforce Specialist follow when creating the Flex prompt template?. Provide the large language model (LLM) with contextual information and give it a role such as a sales or support rep. Ground the large language model (LLM) with account data and create a custom field account summary to store the LLM-generated response. Ground the large language model (LLM) with a retriever and create a custom field to store the LLM-generated response. 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?. Update the Object and Field access in the AgentforceServiceAgentUserPsg permission set group that is already assigned to the Agentforce Service Agent user. 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. 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. What is the role of the large language model (LLM) in understanding intent and executing an agent action?. Find similar requested topics and provide the actions that need to be executed. Determine a user's topic access and sort actions by priority to be executed. Identify the best matching topic and actions and the correct order of execution. In the context of retriever and search indexes, what best describes the data preparation process in Data Cloud?. Data preparation focuses on real-time data ingestion and dynamic indexing to generate dynamic grounding reference data without preprocessing steps. Data preparation entails aggregating, normalizing, and encoding structured datasets to ensure compliance with data governance and security protocols. Data preparation involves loading, chunking, vectorizing, and storing content in a search-optimized manner to support retrieval from the vector database. 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. Create a context variable for the account status field and apply a conditional filter AccountStatus equals "Active" to refund actions. Include step-by-step instructions at the topic level and action level explaining the rules and examples. 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?. 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. Enable the agent to search all internal records and past customer inquiries. Universal Containers wants to systematically validate agent responses before deployment using a scalable testing process. Which Testing Center approach should the company implement?. Upload a structured CSV test template and run batch test cases in Testing Center. Manually interact with the agent in Builder until responses seem correct. Use pilot users in production to flag incorrect responses post-launch. 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?. Run tests in the production environment to ensure real-time data accuracy. Limit the number of test cases to 50 per test to minimize data changes. Use the Testing Center only in the sandbox environment. 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-to-Agent (A2A). Model Context Protocol (MCP). Agent API. A company wants to retrieve patient history details to augment the AI agent response. The company wants to leverage 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)?. Depend on the agent's prompt to avoid exposing PII. Encrypt embeddings, but still index PII records. Mask sensitive fields and index only non-PII data. Universal Containers' administrator has developed a new agent in a sandbox environment and now wants to deploy it to production. What should the administrator do to deploy an agent?. Manually recreate the agent configuration, topics, and actions in production because change sets cannot be used. Export agent components as JSON files and manually import them into production using the Metadata API. Create an outbound change set with all the necessary agent components, then upload to production. 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?. Add Flex Instructions. Add Flow Instructions. Add Prompt Instructions. 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?. Expected Topic API Name. Expected Flow API Name. Expected Prompt Template Name. 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?. 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. 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. Configure Data Cloud to ingest file attachments and create custom index and retriever for product record and attachment data. 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) needs to create a custom prompt template that can be called from a Lightning web component. Which prompt template type should UC create?. Field Generation. Sales Email. Flex. An administrator at Universal Containers has successfully deployed a new agent from a sandbox to production using a change set. The agent uses a prompt template that invokes a Salesforce flow to perform a complex calculation. In production, when users interact with the agent, it fails with an error message every time the flow is supposed to run. The flow was included in the change set and is present in production. What is the most likely cause of this issue?. The flow was not manually activated in the production org after the deployment. The user in production does not have permission to run the flow. The change set did not include the dependent Apex classes for the flow. 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?. Assign the Agentforce Service Agent user the lowest possible role in the organization's hierarchy to block access. Disable the Agentforce Service Agent's ability to use any Salesforce custom object or related fields. Follow the principle of least privilege and avoid granting permission to view the Medical Product object or related fields. 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?. Implement a custom object to temporarily store verification status and have each agent query it via SOQL actions during execution. 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. What does it mean when a prompt template version is described as immutable?. After a prompt template version is activated, no further changes can be saved to that version. Only the latest version of a template can be activated. Every modification on a template will be saved as a new version automatically. 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?. genAiPlannerBundle. EinsteinAiPlannerBundle. BotBundle. Coral Cloud Resorts wants to cover a broad range of user phrasing when testing its FAQ agent. Which Testing Center feature meets that need?. AI-generated synthetic test utterances based on natural language variations. Uploading only a small set of manually written prompts. Relying on live customer logs to capture phrasing diversity after deployment. Universal Containers (UC) recently attended a major trade show and received thousands of new leads from event badge scans. UC is struggling to follow up with each lead in a timely, personalized way. Leadership wants to: Qualify and nurture leads 24/7. Provide accurate answers to prospect questions. Automatically book meetings with qualified prospects. Free up reps to focus on building relationships and closing deals. Which Agentforce capability should UC implement to meet these goals?. SDR Agent. Sales Coach. Commerce Agent. 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?. Ask the LLM to extract and only output the important information in the text. Use well-defined output instructions and provide desired output examples. Ensure in the prompt that the LLM has been told to only use name value pairs in the response. 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?. Use keywords such as "Always" and "Never" to write clear logic in Topic Instructions to verify user identity before providing any 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. Store the verification status in a custom variable and set a global instruction that the agent should check this variable before sharing case information. 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. Conversation-based chunking. Section-aware chunking. Universal Containers is setting up the data library configuration within the Agentforce Builder. What is true regarding Agentforce Data Libraries?. Only data library owners can assign it to the agent. Each data category can only have one data library. An agent can have only one data library assigned to it. 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?. Create a custom agent action which calls a flow. Configure the Integration Flow standard action in Agent Builder. Create a Flex prompt template in Prompt Builder. An Agentforce Specialist 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 calls by: Summarizing past purchases. Displaying products the contact has shown interest in (with data captured via Data Cloud). Providing a recap of past email and phone conversations that have transcripts. Which approach should the Agentforce Specialist recommend to achieve this goal?. Deploy UC's own custom foundational model on this data first. Use a prompt template grounded on CRM and Data Cloud data using standard foundation models. Fine-tune the standard foundational model due to the complexity of the data. 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?. Utterance Analysis. Agentforce Analytics. Agentforce Session Tracing. 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?. Assign the Prompt Template User permission set and enable Sales Emails in Setup. Assign the Prompt Template Manager permission set and enable Sales Emails in Setup. Assign the Data Cloud Admin permission set and enable Sales Emails in Setup. 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?. AIAgentInteraction. AIAgentInteractionMessage. AIAgentSession. 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 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?. The flow must have the 'with sharing' permission selected in the advanced settings for the permissions, field-level security, and sharing settings to be respected. The agent will always run flows in system mode so the running user's data access will not affect the data returned. The custom action adheres to the permissions, field-level security, and sharing settings configured in the flow. 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 keyword search for exact term matching on structured fields like clause numbers. Use hybrid search to blend keyword and semantic recall. Use semantic search to interpret synonyms of clauses dynamically. Coral Cloud Resorts is implementing Agentforce retrieval. Customers sometimes type ambiguous terms (for example, "package" could mean vacation package or baggage). Which retrieval strategy best balances precision and contextual disambiguation?. Use hybrid search, which combines keyword matching for precision with semantic embeddings for context. Use semantic search only, which captures intent but may struggle with ambiguous terms when no context is provided. Use keyword search only, which prioritizes exact term matching but risks missing contextual meaning. How does Agentforce select the correct action to resolve a user's request?. 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. The large language model (LLM) selects the right topic and action, if they exist. If there are no matches, the LLM attempts to answer the user's request. The reasoning engine identifies the agent action to be executed by its name and action input instructions. 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. Create an Omni-Channel flow that routes messages to the agent. Configure MuleSoft to establish a secure API tunnel between the agent and the Digital Experience site. What is an Agentforce Specialist able to do when the 'Enrich event logs with conversation data' setting in the Agentforce configuration is enabled?. View the user click path that led to each agent action. View session data including user input and agent responses for sessions. Generate details reports on all agent conversations over any time period. Universal Containers (UC) is considering using a Field Generation prompt template type. What should UC check before creating the Field Generation prompt to ensure it is possible for the field to be enabled for generative AI?. That the field chosen is a rich text field with 255 characters or more. That the org is set to API version 59 or higher. That the Lightning page layout where the field will reside has been upgraded to Dynamic Forms. Universal Containers has created an Employee Agent. Which step should an Agentforce Specialist take to connect the agent with a Slack channel?. Create a connection between Salesforce and the Slack workspace. Create an Omni-Channel flow and connection between Salesforce and the Slack workspace. Create an embedded service deployment and connection between Salesforce and the Slack workspace. Universal Containers (UC) has a new AI project. What should UC consider when adding a related list on the Account object to be used in the prompt template?. After selecting a related list from the Account, use the field picker to choose merge fields in Prompt Builder. Prompt Builder must be used to assign the fields from the related list as a JSON format. The fields for the related list are based on the default page layout of the Account for the current user. 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. Universal Containers (UC) wants to empower its marketing team with AI 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 AI solution should UC implement?. Sales Coach Agent. Service Agent. Employee Agent. 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?. Configure custom variables to capture/store customer preferences from action outputs. Rely on natural conversation memory and instruct the agent to look back. Create a context variable to capture/store customer preferences as action outputs. 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?. Apex trigger. SOQL. Flows. Which scenario best illustrates the use of Model Context Protocol (MCP) in an enterprise AI deployment?. A legal assistant agent using MCP to dynamically find a document classification API to analyze case files. A customer service agent engaging another agent in real-time conversation to resolve tickets. A sales agent discovering other agents' capabilities using Agent Cards. Universal Containers' service team wants to customize the standard case summary response from Agentforce. What should the Agentforce Specialist do to achieve this?. Summarize the Case with a standard agent action. Create a custom Record Summary prompt template for the Case object. Customize the standard Record Summary template for the Case object. What is automatically created when a search index is created in Data Cloud?. A default retriever that shares the name of the custom search index. A predefined Apex retriever class that can be edited by a developer to meet specific needs. A dynamic retriever to allow runtime selection of retriever parameters without manual configuration. |





