Skip to content
Cloud Study Exams
  • Exam List
  • PRICING
  • Share Your Success Story
  • Contact Us
  • FAQ
  • Login
  • Register

Salesforce Certified Agentforce Specialist 1-10

表示モード
画像位置
文字位置
理解度の自動記録
STATUS FILTER

Choose confidence levels to display

Loading...

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

Log in to save your confidence level.

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

Log in to save your confidence level.

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

Log in to save your confidence level.

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

Log in to save your confidence level.

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

Log in to save your confidence level.

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?

Log in to save your confidence level.

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

Log in to save your confidence level.

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

Log in to save your confidence level.

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

Log in to save your confidence level.

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

Log in to save your confidence level.

This exam Back to question list 次のページ Salesforce Certified Agentforce Specialist 11-20

最近の投稿

  • Microsoft SC-900 Security, Compliance, and Identity Fundamentals Practice Exam Questions & Answers
  • Microsoft SC-500 Cloud and AI Security Engineer Practice Exam Questions & Answers
  • Microsoft SC-401 Information Security Administrator Practice Exam Questions & Answers
  • Microsoft SC-300 Identity and Access Administrator Practice Exam Questions & Answers
  • Microsoft SC-200 Security Operations Analyst Practice Exam Questions & Answers

最近のコメント

No comments to show.

アーカイブ

  • September 2026
  • August 2026

カテゴリー

  • AWS Certified AI Practitioner
  • AWS Certified Cloud Practitioner
  • AWS Certified CloudOps Engineer – Associate
  • AWS Certified Data Engineer – Associate
  • AWS Certified Developer – Associate
  • AWS Certified DevOps Engineer – Professional
  • AWS Certified Generative AI Developer – Professional
  • AWS Certified Machine Learning Engineer – Associate
  • AWS Certified Security – Specialty
  • AWS Certified Solutions Architect – Associate
  • AWS Certified Solutions Architect – Professional
  • Free
  • Google Associate Cloud Engineer
  • Google Associate Data Practitioner
  • Google Associate Google Workspace Administrator
  • Google Cloud Digital Leader
  • Google Generative AI Leader
  • Google Professional Cloud Architect
  • Google Professional Cloud Database Engineer
  • Google Professional Cloud Developer
  • Google Professional Cloud DevOps Engineer
  • Google Professional Cloud Network Engineer
  • Google Professional Cloud Security Engineer
  • Google Professional Data Engineer
  • Google Professional Machine Learning Engineer
  • Google Professional Security Operations Engineer
  • Microsoft AB-100 Agentic AI Business Solutions Architect
  • Microsoft AB-210 Dynamics 365 Sales AI Consultant
  • Microsoft AB-410 Building Intelligent Applications
  • Microsoft AB-620 Designing and Building Integrated AI Agent Solutions in Copilot Studio
  • Microsoft AB-730 AI Business Professional
  • Microsoft AB-731 AI Transformation Leader
  • Microsoft AB-900 Microsoft 365 Copilot Agent Administration Fundamentals
  • Microsoft AI-102 Azure AI Engineer
  • Microsoft AI-103 Azure AI App and Agent Developer
  • Microsoft AI-200 Azure AI Cloud Developer
  • Microsoft AI-300 Machine Learning MLOps Engineer
  • Microsoft AI-900 Azure AI Fundamentals
  • Microsoft AI-901 Azure AI Fundamentals
  • Microsoft AZ-104 Azure Administrator
  • Microsoft AZ-305 Azure Infrastructure Solutions
  • Microsoft AZ-700 Azure Networking Solutions
  • Microsoft AZ-900 Azure Fundamentals
  • Microsoft DP-203 Data Engineering on Azure
  • Microsoft DP-300 Administering Relational Databases on Azure
  • Microsoft DP-420 Azure Cosmos DB Developer
  • Microsoft DP-600 Fabric Analytics Engineer
  • Microsoft DP-700 Fabric Data Engineer
  • Microsoft DP-750 Azure Databricks Data Engineer
  • Microsoft DP-800 SQL AI Developer
  • Microsoft DP-900 Azure Data Fundamentals
  • Microsoft MB-230 Dynamics 365 Customer Service Functional Consultant
  • Microsoft MB-240 Dynamics 365 Field Service Functional Consultant
  • Microsoft MB-280 Dynamics 365 Customer Experience Analyst
  • Microsoft MB-310 Dynamics 365 Finance Functional Consultant
  • Microsoft MB-330 Dynamics 365 Supply Chain Management Functional Consultant
  • Microsoft MB-500 Dynamics 365 Finance and Operations Apps Developer
  • Microsoft MB-800 Dynamics 365 Business Central Functional Consultant
  • Microsoft MB-820 Dynamics 365 Business Central Developer
  • Microsoft MB-910 Dynamics 365 Fundamentals CRM
  • Microsoft MB-920 Dynamics 365 Fundamentals ERP
  • Microsoft MD-102 Endpoint Administrator
  • Microsoft MS-102 Microsoft 365 Administrator
  • Microsoft MS-700 Teams Administrator
  • Microsoft MS-721 Collaboration Communications Systems Engineer
  • Microsoft PL-200 Power Platform Functional Consultant
  • Microsoft PL-300 Power BI Data Analyst
  • Microsoft PL-400 Power Platform Developer
  • Microsoft PL-500 Power Automate RPA Developer
  • Microsoft PL-600 Power Platform Solution Architect
  • Microsoft PL-900 Power Platform Fundamentals
  • Microsoft SC-100 Cybersecurity Architect
  • Microsoft SC-200 Security Operations Analyst
  • Microsoft SC-300 Identity and Access Administrator
  • Microsoft SC-401 Information Security Administrator
  • Microsoft SC-500 Cloud and AI Security Engineer
  • Microsoft SC-900 Security, Compliance, and Identity Fundamentals
  • Premium
  • Salesforce Certified Administrator
  • Salesforce Certified Advanced Administrator
  • Salesforce Certified Agentforce Specialist
  • Salesforce Certified Associate
  • Salesforce Certified Data 360 Consultant
  • Salesforce Certified Data Architect
  • Salesforce Certified Experience Cloud Consultant
  • Salesforce Certified Field Service Consultant
  • Salesforce Certified Marketing Cloud Account Engagement Consultant
  • Salesforce Certified Marketing Cloud Account Engagement Specialist
  • Salesforce Certified Marketing Cloud Email Specialist
  • Salesforce Certified Marketing Cloud Engagement Administrator
  • Salesforce Certified Marketing Cloud Engagement Consultant
  • Salesforce Certified Marketing Cloud Engagement Developer
  • Salesforce Certified Marketing Cloud Engagement Foundations
  • Salesforce Certified Platform App Builder
  • Salesforce Certified Platform Developer I
  • Salesforce Certified Platform Developer II
  • Salesforce Certified Sales Cloud Consultant
  • Salesforce Certified Sales Foundations
  • Salesforce Certified Service Cloud Consultant
  • Salesforce Certified Sharing and Visibility Architect
  • 未分類
Cloud Study Exams
  • HOME
  • Legal Notice
  • Privacy Policy
  • Terms of Service
Copyright © 2024-2026 Cloud Study Exams All Rights Reserved.