While configuring an index that points to a sales-ledger.csv file, you need the agent to answer SQL-style questions such as "total revenue per region".Which query type setting in the Contexts panel will make Context Grounding treat the CSV as tabular data and enable cell-level look-ups?
Answer(s): D
Selecting the Structured query type ensures Context Grounding interprets the CSV as tabular data, allowing SQL-style queries and precise cell-level lookups such as calculating total revenue per region.
Four draft system prompts are shown for an "invoice-approval" agent. Based on UiPath guidance for context, instructions, output format, and constraints, which draft is the most robust choice?
Answer(s): C
Chosen draft follows UiPath guidance by clearly defining context (agent role and scope), instructions (step-by- step extraction and decision logic), output format (structured <invoice_status> tags), and constraints (rejecting non-invoice tasks, concise professional tone).
What configuration options are available for escalations to ensure agents use them effectively?
Escalations can be configured with an Action app that includes a unique name and description. This ensures agents understand the specific context in which to use the escalation, improving effectiveness and clarity.
What is the role of indexes in UiPath Agents?
In UiPath Agents, indexes serve as connectors to permissioned knowledge bases, enabling agents to retrieve and ground their responses in relevant, authorized data sources.
When passing runtime data into an Agent, which approach ensures the input argument is actually available inside the user prompt at execution time?
To ensure runtime data is passed correctly, the argument must be created in Data Manager and referenced with double curly braces (e.g., {{CUSTOMER_EMAIL}}). This guarantees the value is substituted into the user prompt at execution.
What should be prepared for workshops aimed at identifying agentic automation opportunities?
For workshops, adjusted or annotated "as-is" process maps should be prepared. These maps highlight inefficiencies and pain points, helping participants identify realistic agentic automation opportunities.
Which situation is an appropriate reason for an agent to raise an escalation during execution?
An escalation should be raised when the agent encounters an unexpected situation it cannot resolve on its own, such as a tool call returning data with an unexpected structure. This ensures human intervention handles exceptions appropriately.
Which of the following best illustrates how to optimize prompt engineering when dealing with domain-specific tasks?
Answer(s): A
For domain-specific tasks, optimizing prompt engineering requires providing sufficient context in the prompt to capture domain nuances and background information, ensuring the model generates accurate and relevant outputs.
Share your comments for UiPath UiAAAv1 exam with other users:
Question 1:The correct answer is C. Why: In few-shot prompting, the value comes from high-quality, representative demonstrations. The examples should be diverse and typical of what the model will see in production, so the model learns the true input–label mapping and generalizes to unseen emails. Why the other options are less appropriate: