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

Salesforce Agentforce-Specialist - Salesforce Certified Agentforce Specialist (AI-201)

Page: 8 / 9
Total 289 questions

Universal Containers is considering leveraging the Einstein Trust Layer in conjunction with Einstein Generative AI Audit Data.

Which audit data is available using the Einstein Trust Layer?

A.

Response accuracy and offensiveness score

B.

Hallucination score and bias score

C.

Masked data and toxicity score

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.

Universal Containers (UC) wants its AI agent to return responses quickly. UC needs to optimize the retriever's configuration to ensure minimal latency when grounding AI responses.  

Which configuration aspect should UC prioritize?

A.

Configure the retriever to operate in dynamic mode so that it modifies the search Index structure at runtime.

B.

Ensure the retriever's filters are defined to limit the scope of each search efficiently.

C.

Increase the recency bias setting for the retriever limiting scope to more recent data.  

What is best practice when refining Agent custom action instructions?

A.

Provide examples of user messages that are expected to trigger the action.

B.

Use consistent introductory phrases and verbs across multiple action instructions.

C.

Specify the persona who will request the action.

Universal Containers has an active standard email prompt template that does not fully deliver on the business requirements. Which steps should an Agentforce Specialist take to use the content of the standard prompt email template in question and customize it to fully meet the business requirements?

A.

Save as New Template and edit as needed.

B.

Clone the existing template and modify as needed.

C.

Save as New Version and edit as needed.

Based on the user utterance, 'Show me all the customers in New York', which standard Agent action will the planner service use?

A.

Query Records

B.

Fetch Records

C.

Select Records  

An Agentforce has created a copilot custom action using flow as the reference action type. However, it is not delivering the expected results to the conversation preview, and therefore needs troubleshooting.

What should the Agentforce Specialist do to identify the root cause of the problem?

A.

In Copilot Builder within the Dynamic Panel, turn on dynamic debugging to show the inputs and outputs.

B.

Copilot Builder within the Dynamic Panel, confirm selected action and observe the values in Input and Output sections.

C.

In Copilot Builder, verify the utterance entered by the user and review session event logs for debug information.

What is a key benefit of the Agent-to-Agent (A2A) protocol?

A.

Provides a standardized framework for cross-vendor agent discovery and communication

B.

Allows auto-onboard third-party agents without additional contracts, trust scores, or shared identity controls

C.

Provides a standardized runtime engine for internal agent discovery and communication

Universal Containers wants to allow its service agents to query the current fulfillment status of an order with natural language. There is an existing autolaunched flow to query the Information from Oracle ERP, which is the system of record for the order fulfillment process.  

How should an Agentforce Specialist apply the power of conversational AI to this use case?

A.

Create a custom Agent action which calls a flow.

B.

Configure the Integration Flow Standard Action in Agent Builder.

C.

Create a Flex prompt template in Prompt Builder.  

A data science team has trained an XGBoost classification model for product recommendations on Databricks. The Agentforce Specialist is tasked with bringing inferences for product recommendations from this model into Data Cloud as a stand-alone data model object (DMO).

How should the Agentforce Specialist set this up?

A.

Create the serving endpoint in Databricks, then configure the model using Model Builder.

B.

Create the serving endpoint in Einstein Studio, then configure the model using Model Builder.

C.

Create the serving endpoint in Databricks, then configure the model using a Python SDK connector.