UiPath Automation Architecture Associate v1 — Question 4
An agent uses Web Search, Slack integration, and a custom process to resolve IT support tickets. The agent must: a. Retrieve relevant troubleshooting steps from the web. b. Notify the user via Slack if a solution is found. c. Escalate unresolved tickets via a custom process.
Which evaluation strategy ensures comprehensive coverage while avoiding redundancy?
Answer options
- A. Use random input sampling across all tools and rely on the default “LLM-as-a-Judge” assertion.
- B. Create 30 evaluations for Slack notifications, 30 for web searches, and 30 for escalation processes.
- C. Group evaluations into sets: Valid web results triggering Slack notifications, Invalid web results triggering escalations, Edge cases.
- D. Create more than 30 evaluations for Slack notifications, more than 30 for web searches, and more than 30 for escalation processes.
Correct answer: C
Explanation
The correct answer, C, groups evaluations to ensure that valid and invalid results are appropriately handled, thus maximizing coverage and minimizing redundancy. Options A and B do not provide a structured approach to avoid overlap, while D suggests an excessive number of evaluations without strategic grouping, which could lead to redundancy.