Demo Preview

AI-201 Safe Question Preview

This public preview shows limited demo-safe questions only. Correct answers, full explanations, paid-only media, private IDs, and attempt data are not included.

AI AgentsPrompt EngineeringMultiple ChoiceMulti Select

Preview Questions

Multiple ChoiceAI Agents
Question 1. Which configuration must An Agentforce complete for users to access generative Al-enabled fields in the Salesforce mobile app?
A. Enable Mobile Generative AI.
B. Enable Mobile Prompt Responses.
C. Enable Dynamic Forms on Mobile.
Multi SelectAI Agents
Question 2. Universal Containers is designing an agent to assist with order management and dealer support automation. The agent must verify a dealer’s credentials before granting access to order details. The team has already: Declared a variable is_verified to track verification status. Configured an action that verifies the dealer’s credentials. They plan to restrict access to the order details subagent using a guard condition based on is_verified. What must the team do to ensure the order details subagent becomes available only after a dealer is successfully verified?
A. Add an available when: @variables.is_verified == true condition to the order details subagent.
B. Declare the is_verified variable as immutable so it cannot be modified during the session.
C. Update the is_verified variable to true after the verification action succeeds using @utils.setVariables.
Multiple ChoiceAI Agents
Question 3. Universal Containers (UC) is discussing its AI strategy in an agile Scrum meeting. Which business requirement would lead An Agentforce to recommend connecting to an external foundational model via Einstein Studio (Model Builder)?
A. UC wants to fine-tune model temperature.
B. UC wants a model fine-tuned using company data.
C. UC wants to change the frequency penalty of the model.
Multiple ChoiceAI Agents
Question 4. An Agentforce Specialist is setting up Salesforce Knowledge as the data source for a Data Library and must select “Identifying Fields” to help Agentforce locate the right information. The Knowledge article contents are rich, detailed, and quite long. What should the Agentforce Specialist use as Identifying Fields?
A. The main contents of the article to ensure the most relevant article is used.
B. Any text or text area fields that provide a concise summary of the article.
C. Any standard or custom formula field that contains a suitable concatenated key.
Multiple ChoicePrompt Engineering
Question 5. Universal Containers (UC) wants to enable its sales team to use Al to suggest recommended products from its catalog. Which type of prompt template should UC use?
A. Record summary prompt template
B. Email generation prompt template
C. Flex prompt template