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

Universal Containers recently deployed a customer service agent to handle common inquiries. After a month of usage, the support manager wants to analyze the agent’s performance. They need to view aggregated metrics such as the escalation rate to human agents, average session duration, and which topics have the lowest resolution scores so they can prioritize which agent actions need optimization.

Which native Salesforce capability should the Agentforce Specialist use to provide these insights and guide the optimization strategy?

A.

Agentforce Observability, leveraging Agent Analytics dashboards and the Session Tracing Data Model to review aggregate performance and drill into specific underperforming interactions.

B.

The Einstein Trust Layer Audit Trail, exporting the raw JSON logs to measure the token usage and temperature settings of every user session.

C.

The Salesforce Optimization report, scheduling a monthly scan to identify deprecated subagents and unused agent actions across the org.

How is Data Cloud leveraged by the Answer Questions with Knowledge action in Agentforce?

A.

Data Cloud is not required; the articles can be accessed directly from the CRM by the agent.

B.

Data Cloud stores and manages the Indexed Knowledge articles.

C.

Data Cloud provides the real-time data streams that update the Knowledge articles.  

Universal Containers deploys a new Agentforce Service Agent into the company’s website but is getting feedback that the Agentforce Service Agent is not providing answers to customer questions that are found in the company ' s Salesforce Knowledge articles. What is the likely issue?

A.

The Agentforce Service Agent user is not assigned the correct Agent Type License.

B.

The Agentforce Service Agent user needs to be created under the standard Agent Knowledge profile.

C.

The Agentforce Service Agent user was not given the Allow View Knowledge permission set.

An Agentforce wants to ground a new prompt template with the User related list.

What should the Agentforce Specialist consider?

A.

The User related list should have View All access.

B.

The User related list needs to be included on the record page.

C.

The User related list is not supported in prompt templates.

Coral Cloud Resorts needs to ensure its booking agent executes actions in a specific sequence: first retrieve available sessions, then verify customer eligibility, and finally create the booking. The current implementation allows the large language model (LLM) to execute these actions in any order, causing booking failures.

Which approach should an AgentForce Specialist implement?

A.

Write comprehensive topic instructions detailing the exact sequence of actions using numbered steps and explicit ordering requirements for the reasoning engine to follow during booking workflows.

B.

Create custom variables that store completion status for each step, then implement conditional filters on subsequent actions requiring previous variables to be populated, ensuring deterministic execution order.

C.

Configure topic, classification description, and action instructions with priority levels and sequence indicators to guide the reasoning engine in selecting the correct action order automatically.

Coral Cloud Resorts wants visibility into credit usage associated with testing.

Which feature supports this?

A.

Agentforce Analytics

B.

B. Digital Wallet

C.

Testing Center

Choose 1 option.

Coral Cloud Resorts is uploading thousands of new HTML knowledge articles files for a resort launch.

To ensure Agentforce retrieves accurate responses quickly, which chunking strategy should be used when creating a new index?

A.

Semantic-based passage extraction

B.

Conversation-based chunking

C.

Section-aware chunking

Universal Containers (UC) wants users to populate the Description field on the Account record by clicking a button on the record page, with the option to preview, regenerate, or manually edit the output before it is saved. The solution must use declarative tools only.

Which type of prompt template should UC use?

A.

Field Generation

B.

Flex

C.

Sales Email

Universal Containers (UC) wants to improve the productivity of its sales team with generative AI technology. However, UC is concerned that public AI virtual assistants lack adequate company data to general useful responses.

Which solution should UC consider?

A.

fine-tune the Einstein AI model with CBM data.

B.

Build Al model with Einstein discovery and deploy to sales users.

C.

Enable Agentforce and deploy to sales users.

Universal Containers is building a custom agent and creating a new Apex action that accepts a collection of text values, such as a list of product names, as an input parameter. The Agentforce Specialist is configuring the action’s metadata in Agentforce Assets and needs to properly map this input so the reasoning engine can pass the list of strings correctly.

When defining this input, which complex_data_type_name should the Agentforce Specialist use?

A.

lightning__stringType

B.

apex__String

C.

lightning__textType