nerdexam
SalesforceSalesforce

AI-201 · Question #248

AI-201 Question #248: Real Exam Question with Answer & Explanation

The correct answer is C: Create an unstructured data model object (UDMO) based on Case object and create an index on. According to the AgentForce Data Configuration and Retrieval Guide, when an organization like Universal Containers wants to enable its AI agent to answer questions using historical case data, the correct implementation is to create an Unstructured Data Model Object (UDMO) based o

AI Features for Service (e.g., Einstein Bots, Next Best Action)

Question

Universal Containers (UC) plans to answer questions based on similar cases that have been successfully resolved in the past. What should UC consider when implementing this approach?

Options

  • ANo action is needed, as past cases are used to answer the question.
  • BCreate a data model object (DMO) based on Case object and create an index on it.
  • CCreate an unstructured data model object (UDMO) based on Case object and create an index on

Explanation

According to the AgentForce Data Configuration and Retrieval Guide, when an organization like Universal Containers wants to enable its AI agent to answer questions using historical case data, the correct implementation is to create an Unstructured Data Model Object (UDMO) based on the Case object, then index that data for retrieval. The documentation clearly explains: "When using previous case records to power AI-driven Q&A or similarity-based retrieval, create a UDMO mapped to the Case object. UDMOs allow the system to process and semantically index unstructured text fields such as Case Description, Resolution, and Comments, enabling the LLM to surface contextually similar resolved cases." This allows the AgentForce retrieval engine to perform semantic searches across historical support data, returning cases that are most contextually relevant to the user's query.

Topics

#Unstructured Data Modeling#Case Similarity#AI for Service#Salesforce Data Cloud

Community Discussion

No community discussion yet for this question.

Full AI-201 PracticeBrowse All AI-201 Questions