Winter Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

AI Specialist Agentforce-Specialist Full Course Free

Salesforce Certified Agentforce Specialist (AI-201) Questions and Answers

Question 53

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?

Options:

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.

Question 54

An Al Specialist is tasked with configuring a generative model to create personalized sales emails using customer data stored in Salesforce. The AI

Specialist has already fine-tuned a large language model (LLM) on the OpenAI platform. Security and data privacy are critical concerns for the client.

How should the Agentforce Specialist integrate the custom LLM into Salesforce?

Options:

A.

Create an application of the custom LLM and embed it in Sales Cloud via iFrame.

B.

Add the fine-tuned LLM in Einstein Studio Model Builder.

C.

Enable model endpoint on OpenAl and make callouts to the model to generate emails.

Question 55

Choose 1 option.

Universal Containers needs to create Data Cloud reports to understand agent behavior.

Which data lake object (DLO) represents an overarching container capturing contiguous interactions with one or more Al agents?

Options:

A.

AlAgentInteraction

B.

AlAgentInteractionMessage

C.

AlAgentSession

Question 56

Universal Containers’ Agent Action includes several Apex classes for the new Agentforce Agent. What is an important consideration when deploying Apex that is invoked by an Agent Action?

Options:

A.

The Apex classes must have at least 75% code coverage from unit tests, and all dependencies must be in the deployment package.

B.

Apex classes invoked by an Agent Action may be deployed with less than 75% test coverage as long as the agent is not activated in production.

C.

The Apex classes may bypass the 75% code coverage requirement as long as they are only used by the agent.