表示モード
画像位置
文字位置
理解度の自動記録
Q1Salesforce Agentforce
Q1. Cloud Kicks wants to validate an agent using real data while keeping it isolated from the production environment.
Which environment should the company use in Testing Center?
Show answer
Correct answer: C. Use a sandbox environment cloned from production so that validation can be done safely.
In Testing Center, it is important to run tests safely under conditions close to production data.For that reason, Salesforce recommends using a sandbox environment that is cloned from production.
A sandbox copies production data while remaining isolated from the production environment, so you can perform realistic validation without affecting live operations.
Option A’s Developer org has insufficient data and does not enable realistic testing, and Option B’s direct testing in production is inappropriate because of the risk of data corruption and security issues.
Therefore, C is correct.
Agentforce Testing Center
Q2Salesforce Agentforce
Q2. Cloud Kicks wants to use an external large language model (LLM) in Prompt Builder.
Which approach should Agentforce recommend?
Show answer
Correct answer: B. Use the BYO-LLM capability in Einstein Studio.
Using Einstein Studio’s BYO-LLM (Bring Your Own Large Language Model) capability, you can natively integrate an external large language model within your Salesforce environment.This allows it to work together with Prompt Builder, enabling flexible generative AI implementations that leverage an external LLM.
Option A’s connection via Apex requires heavy implementation effort and is not recommended, and Option C’s Flow or external service is mainly for data integration purposes and is not optimal for leveraging an LLM.
Therefore, using the standard BYO-LLM capability is the most efficient and recommended configuration.
Bring Your Own Large Language Model
Q3Salesforce Agentforce
Q3. A business unit representative wants to use AI to generate a summary based on Data Cloud data.
Which method must this representative use to access Data Cloud data from Prompt Builder?
Show answer
Correct answer: B. Use Data Cloud related lists together with a prompt-triggered flow to retrieve Data Cloud data.
Prompt Builder provides a mechanism for dynamically retrieving data through Data Cloud related lists and prompt-triggered flows.This makes it possible to leverage context-aware generative AI based on unified customer data.
Direct DMO access from a Flex template, as in Option A, is not supported, and using only an external API, as in Option C, is unnecessary.
Therefore, combining the standard related lists and flows is the optimal and recommended approach.
Grounding with Flow Merge Fields
Q4Salesforce Agentforce
Q4. Agentforce needs to enable the use of a sales email prompt template for the sales department.
The Agentforce Specialist has already created the template in Prompt Builder.
Following best practices, what steps must the Agentforce Specialist take so that the sales team can use this template?
Show answer
Correct answer: A. Assign the Prompt Template User permission set, and then enable Sales Emails in Setup.
For the sales team to use the prompt template, granting the permission to use templates (Prompt Template User) is a prerequisite.In addition, enabling the Sales Email feature makes it possible to link email workflows with the prompt template.
The Manager permission in Option B is for creating and managing and is not needed for usage, and the Data Cloud Admin permission in Option C is unrelated to this feature.
Therefore, the combination of granting the appropriate permission and enabling the feature is the best practice.
Enable Prompt Builder
Q5Salesforce Agentforce
Q5. An Agentforce Specialist at Cloud Kicks is setting up a new field generation prompt template.
They proceeded with the following steps.
1. Create a new field generation prompt template.
2. Select Case as the object type.
3. Select the custom field AI_Analysis_c as the target field.
After creating the prompt template, the specialist saved, tested, and activated the template.
However, when opening a case record, the (sparkle) icon does not appear on the edit pencil for the AI Analysis field.
When they edited the field, it behaved no differently from a normal field.
Which important step did this specialist overlook?
Show answer
Correct answer: C. They forgot to edit the Lightning page layout and associate the field with the prompt template.
To use a field generation prompt template, the target field must be explicitly associated with the prompt template on the Lightning page layout.If this setting is not done, the sparkle icon that indicates AI generation does not appear, and the field is treated as a normal field.
Also, activating the template alone is not enough; adding the field to the page layout and configuring the association are required.
Option A’s re-activation is unnecessary, and Option B is incorrect because the Case object is supported.
Therefore, C is correct.
Add a Field Generation Prompt Template to a Lightning Record Page
Q6Salesforce Agentforce
Q6. Cloud Kicks (CK) wants to deploy an AI-powered customer service agent that meets the following requirements.
– It can reference the company’s policy documents stored as PDFs.
– It guarantees that responses are based on approved company data rather than the general knowledge of the LLM.
What should CK do first?
Show answer
Correct answer: A. Configure an Agentforce Data Library for AI search of the policy documents.
Because this requirement calls for answering based on the PDF internal policy documents, it is important to first build a knowledge foundation (Data Library) that the AI can reference.Using the Agentforce Data Library, you can upload PDFs, index them, and provide them to the AI in a searchable form.
This achieves Retrieval-Augmented Generation (RAG), so the AI can answer based on the company’s approved data rather than the LLM’s general knowledge.
Option B is too broad in scope, and Option C is insufficient as a concrete configuration procedure.
What Is a Data Library?
Q7Salesforce Agentforce
Q7. In Model Playground, which settings can Agentforce change on an existing Salesforce-supported foundation model?
Show answer
Correct answer: A. Temperature, frequency penalty, presence penalty
In Model Playground, the main hyperparameters that can be adjusted to control the behavior of the generative AI model are temperature, frequency penalty, and presence penalty.Temperature controls the diversity of the output, frequency penalty suppresses repetition, and presence penalty encourages the generation of new topics.
These allow you to fine-tune the nature of responses.
On the other hand, Top-k sampling is not provided in Salesforce’s standard UI, and the number of output tokens is not a primary adjustment parameter.
Therefore, the correct combination that Agentforce can change is these three hyperparameters.
Create a Model Configuration
Q8Salesforce Agentforce
Q8. Cloud Kicks (CK) is configuring a Data Library and wants to limit indexing to only published knowledge base articles.
CK also wants the agent to display links to the sources that grounded the large language model (LLM) response.
Which configuration is appropriate for CK?
Show answer
Correct answer: C. In the Knowledge settings of the Data Library configuration window, enable “Use published knowledge articles” and select “Show sources.”
This requirement calls for targeting only published knowledge articles while also showing the user the basis for the response.Therefore, enabling “Use published knowledge articles” limits the indexing target to only published content.
In addition, enabling “Show sources” makes it clear which knowledge articles the LLM’s response is based on.
The data categories in Option A are for classification and are insufficient for controlling indexing, and Option B does not meet the requirement because it cannot display sources.
Therefore, C is correct.
Use Salesforce Knowledge
Q9Salesforce Agentforce
Q9. When creating a custom agent action in Agentforce, what is one of the main purposes served by the action instructions?
Show answer
Correct answer: A. The action instructions help the reasoning engine determine which action to use.
Action instructions function as a guide for the reasoning engine to determine which action to execute and when.Specifically, by defining the action’s purpose, input conditions, and execution timing, they correctly connect the user’s intent with the appropriate action.
This allows the AI agent to select the optimal processing according to the situation.
On the other hand, the LLM temperature setting is managed at the system level and is not controlled by the action instructions.
It is also important that this is a setting for internal logic rather than an explanation for users.
Best Practices for Agent Action Instructions
Q10Salesforce Agentforce
Q10. Choose one.
Get Cloudy Consulting recently finished developing a new prompt template that uses its own large language model (LLM).
When the company tried to deploy the prompt template from a sandbox to the production org, an error occurred.
During the change set deployment, an error related to the LLM referenced by the prompt template is displayed.
What is the cause of this error?
Show answer
Correct answer: C. The LLM name does not match between the sandbox and production environments.
A prompt template links to the LLM it references by name or ID. Therefore, if the same LLM configuration (name and ID) does not exist in both the sandbox and production environments, the dependency cannot be resolved and a deployment error occurs.In particular, when using BYO-LLM, the same configuration must be created in advance across environments. A mismatch in the LLM name or configuration is the most typical cause, so it is important to ensure consistency before migration.Option A is not the fundamental cause, and Option B is incorrect because BYO-LLM is available in production.
Prompt Builder
