Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

An administrator wants to check the response of the Flex prompt

template they ' ve built, but the preview button is greyed out.

What is the reason for this?

A.

The records related to the prompt have not been selected.

B.

The prompt has not been saved and activated,

C.

A merge field has not been inserted in the prompt.

A customer is authenticated and identified as being either bronze, silver, or gold membership level. Those levels define which subagents or actions are available to the agent to perform specific tasks as per the level-based entitlements.

What is the best way to ensure the agent responds appropriately?

A.

Use before reasoning to set custom variables that will be used in filters and flow logic.

B.

Use after reasoning to set custom variables that will be used in filters and flow logic.

C.

Use Agent Router to set custom variables that will be used in filters and flow logic.

Cloud Kicks has long, complex legal agreements. An Agentforce agent must be able to retrieve specific clauses that are often nested within larger sections. The standard chunking method is failing to capture the full context of these clauses.

Which chunking strategy should an administrator use to preserve the structure of the documents?

A.

Implement a smaller chunk size.

B.

Implement a larger chunk size.

C.

Implement a keyword-based chunking strategy.

Which statement explains why a company might prefer a hybrid search index in Data Cloud for Agentforce?

A.

Hybrid search indexes process queries faster than vector search because they eliminate the need for semantic embedding.

B.

Vector embedding in hybrid search are prefiltered by keyword matches, reducing computational overhead and improving response accuracy.

C.

Hybrid search indexes support both literal keyword matches and semantic recall, useful when queries mix specific terms and intent.

Choose 1 option.

Universal Containers has created an Employee Agent.

Which step should an Agentforce Specialist take to connect the agent with a Slack channel?

A.

Create a connection between Salesforce and the Slack workspace.

B.

Create an Omni-Channel flow and connection between Salesforce and the Slack workspace.

C.

Create an embedded service deployment and connection between Salesforce and the Slack workspace.

Universal Containers needs to bring individual customer warranties from an external system into Data Cloud. They want Agentforce to return warranty-related responses only for accounts whose warranty status is active.

Which search approach should the Agentforce Specialist configure to ensure warranty-related information is retrieved correctly?

A.

Depend on Agentforce instructions to enforce warranty constraints and include only WarrantyStatus = Active results.

B.

Store the account ' s warranty status in an Agentforce custom variable to dynamically filter warranties during retrieval.

C.

Use Hybrid Search and apply pre-filtering in a new custom retriever for matching accounts and where the WarrantyStatus = Active field,

Universal Containers needs to provide insights on the usability of Agents to drive adoption in the organization.

What should the Agentforce Specialist recommend?

A.

Agent Analytics

B.

Agentforce Analytics

C.

Agent Studio Analytics

Once a data source is chosen for an Agentforce Data Library, what is true about changing that data source later?

A.

The data source can be changed through the Data Cloud settings.

B.

The Data Retriever can be reconfigured to use a different data source.

C.

The data source cannot be changed after it is selected.  

Universal Containers needs its sales reps to be able to only execute prompt templates. What should the company use to achieve this requirement?

A.

Prompt Execute Template permission set

B.

Prompt Template User permission set

C.

Prompt Template Manager permission set

Universal Containers is building an Agentforce Service Agent to handle order cancellations. The Agentforce Specialist needs to ensure that a critical “Check Cancellation Eligibility” action is executed deterministically on every relevant turn, without relying on the reasoning engine’s discretion to choose the tool. During a code review, a junior developer asks why the Agentforce Specialist called the action using the run @actions.name command instead of simply listing the action under the reasoning.actions block.

What must the Agentforce Specialist explain regarding the difference between these two invocation methods?

A.

Both patterns execute the action on every turn automatically; the difference is purely syntactic, as the run command is simply the newer notation for Agent Script.

B.

The run command is only valid when nested inside reasoning.actions blocks to pass parameters; the Agentforce Specialist must list it under reasoning.actions for the large language model (LLM) to access it.

C.

Listing an action under reasoning.actions makes it a subjective tool that the large language model (LLM) decides whether to call; calling it with the run command forces guaranteed execution every time.