UiPath UiAAAv1 - UiPath Agentic Automation Associate Exam
Page: 1 / 36
Total 176 questions
Question #1 (Topic: Exam A)
A developer is implementing a few-shot structured prompt for an email classification task. The prompt includes examples of email subjects labeled with their respective classifications, such as “Spam” or “Work”. What is the most important aspect to consider when selecting examples for the prompt?
A. Use random and unrelated examples to test the prompt’s robustness.
B. Always use more than 10 examples, regardless of task complexity.
C. Choose examples that are diverse, relevant, and typical of the task’s expected input.
D. Include examples with intentionally incorrect labels to improve training.
Answer: C
Question #2 (Topic: Exam A)
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?
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?
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.
Answer: C
Question #3 (Topic: Exam A)
What are the primary benefits of Context Grounding when querying data across multiple documents?
A. Context Grounding is limited to querying within a single document at a time.
B. Context Grounding only extracts random sentences without contextual understanding.
C. Context Grounding requires manual intervention for identifying connections between data points across documents.
D. Context Grounding understands relationships between data points across documents, enabling tasks like summarization, data comparison, and retrieval of highly relevant information.
Answer: D
Question #4 (Topic: Exam A)
An agent is built to extract customer feedback sentiment. You want to show the LLM how to classify it as ‘Positive’, ‘Neutral’, or ‘Negative’. Which few-shot design is most helpful?
A. Input: “The app is okay I guess.” → Output: “Text”
B. Input: “I love the new design, very intuitive!”
Output: “Positive”
Input: “Nothing special, just works.”
Output: “Neutral”
Input: “Terrible experience, won’t use again.”
Output: “Negative” C. List words like: “great, okay, bad” and map them to tone. D. Use a multiple-choice table with numerical ratings from 1-5.
Output: “Positive”
Input: “Nothing special, just works.”
Output: “Neutral”
Input: “Terrible experience, won’t use again.”
Output: “Negative” C. List words like: “great, okay, bad” and map them to tone. D. Use a multiple-choice table with numerical ratings from 1-5.
Answer: B
Question #5 (Topic: Exam A)
Which configuration area defines what the agent should do after a human resolves the escalation?
A. Inputs description fields
B. Assignment recipient list
C. Agent Memory toggle
D. Outcome behavior section
Answer: D