AI-201関連試験 & AI-201勉強ガイドShikenPASSは、試験に最適な試験AI-201試験ガイドを提供します。 AI-201練習トレントの有効性と信頼性は、専門家によって確認されています。多くのお客様が当社のヘルプでAI-201試験に合格しています。 AI-201テスト資料はホームページで更新され、AI-201認定試験に関連する情報をタイムリーに更新します。最も有効で費用対効果の高いAI-201準備資料を入手できるように、pdf塾でプロモーションを行います。そのため、AI-201トレーニングガイドを安心してお選びいただけます。 Salesforce Certified Agentforce Specialist 認定 AI-201 試験問題 (Q20-Q25):質問 # 20
For an Agentforce Data Library that contains uploaded files, what occurs once it is created and configured?
A. Indexes the uploaded files into Data Cloud
B. Indexes the uploaded files in a location specified by the user
C. Indexes the uploaded files in Salesforce File Storage
正解:A
解説:
In Salesforce Agentforce, a Data Library is a feature that allows organizations to upload files (e.g., PDFs, documents) to be used as grounding data for AI-driven agents. Once the Data Library is created and configured, the uploaded files are indexed to make their content searchable and usable by the AI (e.g., for retrieval-augmented generation or prompt enhancement). The key question is where this indexing occurs. Salesforce Agentforce integrates tightly with Data Cloud, a unified data platform that includes a vector database optimized for storing and indexing unstructured data like uploaded files. When a Data Library is set up, the files are ingested and indexed into Data Cloud's vector database, enabling the AI to efficiently retrieve relevant information from them during conversations or actions.
質問 # 21
Which scenario BEST justifies invoking Apex instead of Flow from an Agentforce agent?
A. User notification
B. Field validation
C. Complex logic requiring external system integration
D. Simple record update
正解:C
解説:
Apex is better suited for complex logic, integrations, and custom error handling.
質問 # 22
How does Secure Data Retrieval ensure that only authorized users can access necessary Salesforce data for dynamic grounding?
A. Retrieves Salesforce data based on the 'Run As" users permissions.
B. Retrieves Salesforce data based on the user's permissions executing the prompt.
C. Retrieves Salesforces data based on the Prompt template's object permissions.
正解:B
解説:
Secure Data Retrieval enforces Salesforce's security model by dynamically grounding data access in the permissions of the user executing the prompt. This ensures compliance with CRUD (Create, Read, Update, Delete) and FLS (Field-Level Security) settings, preventing unauthorized access to sensitive data. For example, if a user lacks access to a specific object or field, the AI model cannot retrieve it for dynamic grounding.
質問 # 23
Where should the Agentforce Specialist go to add/update actions assigned to a copilot?
A. Copilot Detail page, Global Actions, or the record page for the copilot action
B. Copilot Actions page, the record page for the copilot action, or the Copilot Action Library tab
C. Copilot Actions page or Global Actions
正解:B
解説:
To add or update actions assigned to a copilot, An Agentforce can manage this through several areas:
Copilot Actions Page: This is the central location where copilot actions are managed and configured.
Record Page for the Copilot Action: From the record page, individual copilot actions can be updated or modified.
Copilot Action Library Tab: This tab serves as a repository where predefined or custom actions for Copilot can be accessed and modified.
These areas provide flexibility in managing and updating the actions assigned to Copilot, ensuring that the AI assistant remains aligned with business requirements and processes.
質問 # 24
Universal Containers implemented Agentforce for its users. One user complains that an Agent is not deleting activities from the past 7 days. What is the reason for this issue?
A. Agentforce does not have the permission to delete the user's records.
B. Agentforce does not have a standard Delete Record action.
C. Agentforce Delete Record Action permission is not associated to the user.
正解:B
解説:
Universal Containers (UC) uses Agentforce, a specialized AI-driven assistant for Salesforce. A user reports that an Agent is unable to delete recent activities.
Why Agentforce Cannot Delete Records
Agentforce's Standard Actions: Agentforce typically has predefined or "standard" actions like Create, Update, or Summarize records. However, a standard Delete Record action is not part of the default set of Agentforce actions.
Implication: If Agentforce has no built-in delete functionality, it cannot remove activities-even if the user has permission to delete them in the Salesforce UI.