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

An Agentforce is considering using a Field Generation prompt template type.

What should the Agentforce Specialist check before creating the Field Generation prompt to ensure it is possible for the field to be enabled for generative AI?

A.

That the field chosen must be a rich text field with 255 characters or more.

B.

That the org is set to API version 59 or higher

C.

That the Lightning page layout where the field will reside has been upgraded to Dynamic Forms

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.

Coral Cloud Resorts (CCR) wants to configure its agent so that booking actions are only available when a customer's membership tier is “Premium” or “Elite”. This business rule must be enforced deterministically.

What should CCR implement?

A.

Set up custom validation rules on the underlying booking objects to prevent non-eligible customers from completing bookings.

B.

Configure topic instructions that clearly state booking actions should only be used for Premium or Elite customers and include examples.

C.

Create a context variable mapped to the customer's membership tier field, then add a conditional filter on MembershipTier.

Universal Containers (UC) wants to enable its sales team with automatic post-call visibility into mention of competitors, products, and other custom phrases.

Which feature should the Agentforce Specialist set up to enable UC's sales team?

A.

Call Summaries

B.

Call Explorer

C.

Call Insights

An Agentforce Agent has been developed with multiple topics and Agent Actions that use flows and Apex. Which options are available for deploying these to production?

A.

Deploy the flows and Apex using normal deployment tools and manually create the agent-related items in production.

B.

Use only change sets because the Salesforce CLI does not currently support the deployment of agent-related metadata.

C.

Deploy flows, Apex, and all agent-related items using either change sets or the Salesforce CLI/Metadata API.

When creating a custom retriever in Einstein Studio, which step is considered essential?

A.

Select the search index, specify the associated data model object (DMO) and data space, and optionally define filters to narrow search results.

B.

Define the output configuration by specifying the maximum number of results to return, and map the output fields that will ground the prompt.

C.

Configure the search index, choose vector or hybrid search, choose the fields for filtering, the data space and model, then define the ranking method.

Universal Containers wants to keep retrieval accurate as product documentation changes frequently.

Which approach should the company implement?

A.

Leave embedding unchanged even if content is updated.

B.

Rebuild the search index.

C.

Manually delete the stale data chunks.

Universal Containers (UC) wants to ensure the effectiveness, reliability, and trust of its agents prior to deploying them in production. UC would like to efficiently test a large and repeatable number of utterances. What should the Agentforce Specialist recommend?

A.

Leverage the Agent Large Language Model (LLM) UI and test UC's agents with different utterances prior to activating the agent.

B.

Deploy the agent in a QA sandbox environment and review the Utterance Analysis reports to review effectiveness.

C.

Create a CSV file with UC's test cases in Agentforce Testing Center using the testing template.

An Agentforce wants to include data from the response of external service invocation (REST API callout) into the prompt template.

How should the Agentforce Specialist meet this requirement?

A.

Convert the JSON to an XML merge field.

B.

Use External Service Record merge fields.

C.

Use “Add Prompt Instructions” flow element.

Universal Containers has a custom Agent action calling a flow to retrieve the real-time status of an order from the order fulfillment system.

For the given flow, what should the Agentforce Specialist consider about the running user's data access?

A.

The flow must have the "with sharing" permission selected m the advanced settings for the permissions, field-level security, and sharing settings to be respected.

B.

The custom action adheres to the permissions, held-level security, and sharing settings configured in the flow.

. The Agent will always run flows in system mode so the running user's data access will not affect the data returned.