Practice Free Salesforce Agentforce Specialist Exam Online Questions
Universal Containers is auditing its AI architecture and needs to ensure that its developers are
restricted to using only specifically approved large language models.
How should an Agentforce Specialist manage and prevent unapproved models from being accessed across the organization?
- A . Apply an Attribute-Based Access Control policy within the Einstein Trust Layer to block prompts from routing to unapproved large language models
- B . Write a strict system instruction within Agent Builder stating, “Never use external models for reasoning”
- C . Ensure only approved large language models are enabled in the Model Provider section under Einstein Setup
Universal Containers recently added a custom flow for processing returns and created a new Agent Action.
Which action should the company take to ensure the Agentforce Service Agent can run this new flow as part of the new Agent Action?
- A . Recreate the flow using the Agentforce agent user.
- B . Assign the Manage Users permission to the Agentforce Agent user.
- C . Assign the Run Flows permission to the Agentforce Agent user.
Universal Containers would like to route SMS text messages to a service rep from an Agentforce Service Agent.
Which Service Channel should the company use in the flow to ensure it’s routed properly?
- A . Live Agent
- B . Route Work Action
- C . Messaging
Before activating a custom copilot action, An Agentforce would like is to understand multiple real-world user utterances to ensure the action being selected appropriately.
Which tool should the Agentforce Specialist recommend?
- A . Model Playground
- B . Agent
- C . Copilot 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.
Universal Containers needs to ensure that its agent can immediately process customer returns by validating order eligibility before proceeding with the return process. UC wants to maintain a natural conversational flow for customers while ensuring that the order validation step is strictly followed.
What should the Agentforce Specialist do to achieve the desired outcome?
- A . Use Salesforce Flow to guide the large language model in handling order validation and the return process.
- B . Use a custom Apex @InvocableMethod to handle the entire return process.
- C . Use procedural instructions in Agent Script to enforce the order validation step.
An Agentforce created a custom Agent action, but it is not being picked up by the planner service in the correct order.
Which adjustment should the Al Specialist make in the custom Agent action instructions for the planner service to work as expected?
- A . Specify the dependent actions with the reference to the action API name.
- B . Specify the profiles or custom permissions allowed to invoke the action.
- C . Specify the LLM model provider and version to be used to invoke the action.
An Agentforce created a custom Agent action, but it is not being picked up by the planner service in the correct order.
Which adjustment should the Al Specialist make in the custom Agent action instructions for the planner service to work as expected?
- A . Specify the dependent actions with the reference to the action API name.
- B . Specify the profiles or custom permissions allowed to invoke the action.
- C . Specify the LLM model provider and version to be used to invoke the action.
What is automatically created when a custom search index is created in Data Cloud?
- A . A retriever that shares the name of the custom search index.
- B . A dynamic retriever to allow runtime selection of retriever parameters without manual configuration.
- C . A predefined Apex retriever class that can be edited by a developer to meet specific needs.
After creating a foundation model in Einstein Studio, which hyperparameter should An Agentforce use to adjust the balance between consistency and randomness of a response?
- A . Presence Penally
- B . Variability
- C . Temperature
