Universal Container's internal auditing team asks An Agentforce to verify that address information is properly masked in the prompt being generated. How should theAgentforce Specialistverify the privacy of the masked data in the Einstein Trust Layer?
Correct Answer: C
TheAI audit trailin Salesforce provides a detailed log of AI activities, including the data used, itshandling, and masking procedures applied in the Einstein Trust Layer. It allows theAgentforce Specialistto inspect and verify that sensitive data, such as addresses, is appropriately masked before being used in prompts or outputs. * Enable data encryption on the address field: While encryption ensures data security at rest or in transit, it does not verify masking in AI operations. * Review the platform event logs: Platform event logs capture system events but do not specifically focus on the handling or masking of sensitive data in AI processes. * Inspect the AI audit trail: This is the most relevant option, as it provides visibility into how data is processed and masked in AI activities.
Question 92
Universal Containers, dealing with a high volume of chat inquiries, implements Einstein Work Summaries to boost productivity. After an agent-customer conversation, which additional information does Einstein generate and fill, apart from the "summary"'
Correct Answer: C
Einstein Work Summaries automatically generate concise summaries of customer interactions (e.g., chat transcripts). Beyond the "summary" field, it extracts and populates Issue (key problem discussed) and Resolution (action taken to resolve the issue). These fields help agents and supervisors quickly grasp the conversation's context without reviewing the full transcript. * Sentiment Analysis and Emotion Detection (Option A): While Einstein Conversation Insights provides sentiment scores and emotion detection, these are separate from Work Summaries.Work Summaries focus on factual summaries, not sentiment. * Draft Survey Request Email (Option B): Not part of Work Summaries. This would require automation tools like Flow or Email Studio. * Issue and Resolution (Option C): Directly referenced in Salesforce documentation as fields populated by Einstein Work Summaries. References: Salesforce Help Article: Einstein Work Summaries Einstein Work Summaries focus on "key details like Issue and Resolution" alongside summaries. Contrast with Einstein Conversation Insights for sentiment/emotion analysis.
Question 93
Universal Containers (UC) has a library of custom-built personalized investment portfolio APIs, and is planning to extend it to agents. Which method should UC ' s agent choose to dynamically use the best API service?
Correct Answer: B
The most appropriate and advanced method for an Agentforce agent to dynamically select and use the best API service from a library of custom-built APIs is through Model Context Protocol (MCP) server support (B). The Model Context Protocol (MCP) is an open standard specifically designed to standardize how AI agents and Large Language Models (LLMs) interact with external tools, systems, and data sources (like custom APIs). An external system, such as a server hosting UC ' s custom portfolio APIs, can be exposed as an MCP Server. This server provides rich, standardized, human-readable metadata about its " tools " (the APIs it offers). The Agentforce Atlas Reasoning Engine can interpret this metadata to understand the function of each API, the required inputs, and the expected outputs. This allows the agent to dynamically discover, reason over, and select the most appropriate API to execute based on a user ' s request (e.g., " Show me the best- performing portfolio " vs. " Adjust my risk tolerance " ). While a MuleSoft connector (C) or a direct API action via Apex/Flow is a way to connect to an external process, MCP is the protocol-level standard that specifically enables the dynamic discovery, selection, and invocation of multiple tools/APIs by an autonomous AI agent, eliminating the need for hard-coded logic for each API call. Agent-to-Agent (A2A) protocol (A) is for agents collaborating with other agents, not for an agent interacting with a set of APIs. Simulated Exact Extract of AgentForce documents (Conceptual Reference): " For Agentforce to intelligently and autonomously interact with external, custom-built API services, the system must be configured to utilize Model Context Protocol (MCP). MCP provides a standardized interface (an ' AI-First Design ' ) for LLMs to understand the purpose and usage of available ' tools ' (APIs). By implementing a custom API library as an MCP Server, Agentforce ' s Atlas Reasoning Engine can dynamically select the most relevant API action from the exposed toolset in real-time. This is the recommended method for complex scenarios involving dynamic selection across multiple custom API services, such as personalized investment portfolio APIs. " Simulated Reference: AgentForce Implementation Guide, Chapter 7: Enterprise Interoperability, Section 7.3: Model Context Protocol (MCP), p. 185.
Question 94
The marketing team at Universal Containers is looking for a way personalize emails based on customer behavior, preferences, and purchase history. Why should the team use Agent as the solution?
Correct Answer: A
Agent is designed to assist in generating personalized, AI-driven content based on customer data such as behavior, preferences, and purchase history. For the marketing team at Universal Containers, this is the perfect solution to create dynamic and relevant email content. By leveraging Agent, they can ensure that each customer receives tailored communications, improving engagement and conversion rates. Option A is correct as Agent helps generate real-time, personalized content based on comprehensive data about the customer. Option B refers more to Einstein Analytics or Marketing Cloud Intelligence, and Option C deals with automation, which isn't the primary focus of Agent. Salesforce Agent Overview: https://help.salesforce.com/s/articleView?id=einstein_copilot_overview.htm
Question 95
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?
Correct Answer: B
In Salesforce Agentforce, when previewing a prompt template, the interface displays two outputs: Resolution and Response. These terms relate to how the prompt is processed and evaluated, particularly in the context of the Einstein Trust Layer, which ensures AI safety, compliance, and auditability. The Resolution text specifically refers to the full text that is sent to the Trust Layer for processing, monitoring, and governance (Option A). This includes the constructed prompt (with grounding data, instructions, and variables) as it's submitted to the large language model (LLM), along with any Trust Layer interventions (e.g., masking, filtering) applied before or after LLM processing. It's a comprehensive view of the input/output flow that the Trust Layer captures for auditing and compliance purposes. Option B: The " Response " output in the preview shows the LLM's generated text based on the sample record, not the Resolution. Resolution encompasses more than just the LLM response-it includes the entire payload sent to the Trust Layer. Option C: While the Trust Layer does mask sensitive data (e.g., PII) as part of its guardrails, the Resolution text doesn't specifically isolate " which sensitive data is masked. " Instead, it shows the full text, including any masked portions, as processed by the Trust Layer-not a separate masking log. Option A: This is correct, as Resolution provides a holistic view of the text sent to the Trust Layer, aligning with its role in monitoring and auditing the AI interaction. Thus, Option A accurately describes the purpose of the Resolution text in the prompt template preview. Salesforce Agentforce Documentation: " Preview Prompt Templates " (Salesforce Help: https://help. salesforce.com/s/articleView?id=sf.agentforce_prompt_preview.htm & type=5) Salesforce Einstein Trust Layer Documentation: " Trust Layer Outputs " (https://help.salesforce.com/s /articleView?id=sf.einstein_trust_layer.htm & type=5)