Universal Containers deployed the new Agentforce Sales Development Representative (SDR) Into production, but sales reps are saying they can't find it. What is causing this issue?
Correct Answer:C
Why is "Sales rep users are missing the Use SDR Agent permission set" the correct answer?
If sales reps are unable to find the Agentforce Sales Development Representative (SDR) Agent, the most likely cause is missing permissions. The "Use SDR Agent" permission set is required for users to access and interact with the SDR Agent in Agentforce.
Key Considerations for This Issue:
✑ Permission Set Restriction
✑ Agentforce Role-Based Access Control
✑ Fixing the Issue
Why Not the Other Options?
* A. Sales rep users' profiles are missing the Allow SDR Agent permission.
✑ Incorrect because "Allow SDR Agent" is not a standard permission setting in Agentforce.
✑ Permission is granted via permission sets, not profile-level settings.
* B. Sales rep users do not have access to the SDR Agent object.
✑ Incorrect because there is no separate "SDR Agent object" in Salesforce.
✑ SDR Agents are AI-driven features, not standard CRM objects that require object- level access.
Agentforce Specialist References
✑ Salesforce AI Specialist Material confirms that users require specific permission sets to access Agentforce SDR Agents.
✑ Salesforce Instructions for Certification highlight the role of permission sets in controlling Agentforce access.
An Agentforce turned on Einstein Generative AI in Setup. Now, the Agentforce Specialist would like to create custom prompt templates in Prompt Builder. However, they cannot access Prompt Builder in the Setup menu.
What is causing the problem?
Correct Answer:B
In order to access and create custom prompt templates in Prompt Builder, the Agentforce Specialist must have the Prompt Template Manager permission set assigned. Without this permission, they will not be able to access Prompt Builder in the Setup menu, even though Einstein Generative AI is enabled.
✑ Option B is correct because the Prompt Template Manager permission set is
required to use Prompt Builder.
✑ Option A (Prompt Template User permission set) is incorrect because this permission allows users to use prompts, but not create or manage them.
✑ Option C (LLM configuration in Data Cloud) is unrelated to the ability to access
Prompt Builder.
References:
✑ Salesforce Prompt Builder Permissions: https://help.salesforce.com/s/articleView?id=sf.prompt_builder_permissions.htm
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?
Correct Answer:C
The AI audit trail in Salesforce provides a detailed log of AI activities, including the data used, its handling, and masking procedures applied in the Einstein Trust Layer. It allows the Agentforce Specialist to 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.
Reference:
"How Salesforce Ensures Trust in AI with Einstein Trust Layer | Salesforce" .
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?
Correct Answer:C
For Einstein Sales Emails to generate personalized follow-up emails, it is crucial to ground the email content with the most up-to-date and accurate information. Grounding refers to connecting the AI model with real-time data. The most appropriate technique in this case is Ground with Record Merge Fields. This method ensures that the content in the emails pulls dynamic and accurate data directly from Salesforce records, such as lead or contact information, ensuring the follow-up is relevant and customized based on the specific record.
✑ Record Merge Fields ensure the generated emails are highly personalized using
data like lead name, company, or other Salesforce fields directly from the records.
✑ Apex Merge Fields are typically more suited for advanced, custom logic-driven scenarios but are not the most straightforward for this use case.
✑ Automatic grounding using Draft with Einstein is a different feature where Einstein automatically drafts the email, but it does not specifically ground the content with record-specific data like Record Merge Fields.
References:
✑ Salesforce Einstein Sales Emails Documentation: https://help.salesforce.com/s/articleView?id=release- notes.rn_einstein_sales_emails.htm
Universal Containers needs its sales reps to be able to only execute prompt templates. What should the company use to achieve this requirement?
Correct Answer:B
Salesforce Agentforce leverages Prompt Builder, a powerful tool that allows administrators to create and manage prompt templates, which are reusable frameworks for generating AI-driven responses. These templates can be invoked by users to perform specific tasks, such as generating sales emails or summarizing records, based on predefined instructions and grounded data. In this scenario, Universal Containers wants its sales reps to have the ability to only execute these prompt templates, meaning they should be able to run them but not create, edit, or manage them.
Let??s break down the options and analyze why B. Prompt Template User permission set is the correct Answer
✑ Option A: Prompt Execute Template permission setThis option sounds plausible at first glance because it includes the phrase "Execute Template," which aligns with the requirement. However, there is no specific permission set named "Prompt Execute Template" in Salesforce??s official documentation for Prompt Builder or Agentforce. Salesforce typically uses more standardized naming conventions for permission sets, and this appears to be a distractor option that doesn??t correspond to an actual feature. Permissions in Salesforce are granular, but they are grouped logically under broader permission sets rather than hyper-specific ones like this.
✑ Option B: Prompt Template User permission setThis is the correct answer. In Salesforce, the Prompt Builder feature, which is integral to Agentforce, includes permission sets designed to control access to prompt templates. The "Prompt Template User" permission set is an official Salesforce permission set that grants users the ability to execute (or invoke) prompt templates without giving them the ability to create or modify them. This aligns perfectly with the requirement that sales reps should only execute prompt templates, not manage them. The Prompt Template User permission set typically includes permissions like "Run Prompt Templates," which allows users to trigger templates from interfaces such as Lightning record pages or flows, while restricting access to the Prompt Builder setup area where templates are designed.
✑ Option C: Prompt Template Manager permission setThis option is incorrect because the "Prompt Template Manager" permission set is designed for users who need full administrative control over prompt templates. This includes creating, editing, and deleting templates in Prompt Builder, in addition to executing them. Since Universal Containers only wants sales reps to execute templates and not manage them, this permission set provides more access than required, violating the principle of least privilege—a key security best practice in Salesforce.
How It Works in Salesforce
To implement this, an administrator would:
✑ Navigate to Setup > Permission Sets.
✑ Locate or create the "Prompt Template User" permission set (this is a standard permission set available with Prompt Builder-enabled orgs).
✑ Assign this permission set to the sales reps?? profiles or individual user records.
✑ Ensure the prompt templates are configured and exposed (e.g., via Lightning components like the Einstein Summary component) on relevant pages, such as Opportunity or Account record pages, where sales reps can invoke them.
Why This Matters
By assigning the Prompt Template User permission set, Universal Containers ensures that sales reps can leverage AI-driven prompt templates to enhance productivity (e.g., drafting personalized emails or generating sales pitches) while maintaining governance over who can modify the templates. This separation of duties is critical in a secure Salesforce environment.
References to Official Salesforce Agentforce Specialist Documents
✑ Salesforce Help: Prompt Builder PermissionsThe official Salesforce documentation outlines permission sets for Prompt Builder, including "Prompt Template User" for execution-only access and "Prompt Template Manager" for full control.
✑ Trailhead: Configure Agentforce for ServiceThis module discusses how permissions are assigned to control Agentforce features, including prompt-related capabilities.
✑ Salesforce Ben: Why Prompt Builder Is Vital in an Agentforce World (November 25, 2024)This resource explains how Prompt Builder integrates with Agentforce and highlights the use of permission sets like Prompt Template User to enable end-user functionality.
Universal Containers (UC) needs to save agents time with AI-generated case summaries. UC has implemented the Work Summary feature.
What does Einstein consider when generating a summary?
Correct Answer:A
When generating a Work Summary, Einstein leverages multiple sources of information to provide a comprehensive and accurate case summary for agents.
✑ Conversation Context:
✑ Knowledge Articles:
✑ Cases:
✑ Option A is correct as it includes all three: conversation context, Knowledge articles, and cases.
✑ Option B is incorrect because it limits the grounding to conversation context only, excluding other critical elements.
✑ Option C is incorrect because it omits case data, which Einstein considers for more accurate and contextually rich summaries.
Reference:
"Einstein Work Summary and AI Case Management | Salesforce Trailhead" .