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

An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom Agent action?

A.

Apex Trigger

B.

SOQL

C.

Flows

An Agentforce is creating a custom action for Agentforce.

Which setting should the a ensure the action performs as expected?

A.

Action Name

B.

Action Input

C.

Action Instructions

Universal Containers is indexing millions of product manuals where users may ask both structured queries (model numbers) and

natural language questions (for example, “How do I reset my device? " ),

Which retrieval approach should the company use?

A.

Use keyword search only, since model numbers dominate queries.

B.

Use semantic search only, as natural language is always preferred.

C.

Use hybrid search to combine keyword precision with semantic flexibility.

What does it mean when a prompt template version is described as immutable?

A.

Only the latest version of a template can be activated.

B.

Every modification on a template will be saved as a new version automatically.

C.

Prompt template version is activated; no further changes can be saved to that version.

Choose 1 option.

Universal Containers has multiple Salesforce orgs, each with a unique customer service agent where a verification agent must pass

customer identity data to downstream agents handling account modifications. The customer ID must remain secure and persistent across agent handoffs without exposure to large language model (LLM) modification.

What is the most appropriate configuration?

A.

Implement a custom object to temporarily store verification status and have each agent query it via SOQL actions during execution.

B.

Store customer identity information in conversation variables created by the first agent and have other agents read those same conversation variables.

C.

Use the Agent API to start the downstream agent ' s session and pass the verified customer ID as a read-only context variable, ensuring security and preventing LLM alteration.

A customer wants to analyze complete agent interactions, from the initial user request through to the final resolution, to better understand agent behavior and response quality.

Which Agentforce feature should an Agentforce Specialist recommend?

A.

Agent Inspection

B.

Agent Insights

C.

Agent Optimization

Universal Containers (UC) currently tracks Leads with a custom object. UC is preparing to implement the Sales Development Representative (SDR) Agent. Which consideration should UC keep in mind?

A.

Agentforce SDR only works with the standard Lead object.

B.

Agentforce SDR only works on Opportunities.

C.

Agentforce SDR only supports custom objects associated with Accounts.

Universal Containers’ agent must always look up the customer’s account tier and open cases from Salesforce before deciding how to respond.

Based on Agent Script flow of control, what is true about executing deterministic actions at the very start of a subagent?

A.

Actions can only be guaranteed to run by placing them in the config block.

B.

Only before_reasoning can guarantee the large language model (LLM) is invoked before an action runs.

C.

The first instruction in reasoning.instructions always runs before the large language model (LLM) is invoked.

Universal Containers (UC) wants to make a sales proposal and directly use data from multiple unrelated objects (standard and custom) in a prompt template. How should UC accomplish this?

A.

Create a prompt template passing in a special custom object that connects the records temporarily.

B.

Create a prompt template-triggered flow to access the data from standard and custom objects.

C.

Create a Flex template to add resources with standard and custom objects as inputs.

D.

Use a Record Snapshot to combine data from unrelated objects into a single prompt.

Universal Containers (UC) wants to enable its sales team to use AI to suggest recommended products from its catalog. Which type of prompt template should UC use?

A.

Record summary prompt template

B.

Email generation prompt template

C.

Flex prompt template