New Year Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Last Attempt UiPath-AAAv1 Questions

UiPath Certified Professional Agentic Automation Associate (UiAAA) Questions and Answers

Question 5

You are building an agent that classifies incoming emails into one of three categories: Urgent, Normal, or Spam. You want to improve accuracy by using few-shot examples in a structured format. Which approach best supports this goal?

Options:

A.

Include three random emails and let the LLM guess the intent.

B.

Use unlabeled prompts followed by ranked categories:

Classify this. "Need update on report." — [1] Urgent [2] Normal [3] Spam

C.

Use examples such as:

Input: "Please address this issue immediately, server is down!" Output: "Urgent"

D.

Show one example and leave the label blank for inference.

Question 6

You want your agent to call an existing UiPath process by adding it in the Tools → Processes. Which prerequisite must be met before the process becomes selectable?

Options:

A.

The process only appears if it exposes at least one String input argument, regardless of where it is deployed, otherwise the Agent tool would be irrelevant for the Agent.

B.

The process must already be published and deployed to a shared Orchestrator folder that you (and the agent) have permission to access.

C.

Any process published anywhere in the tenant automatically appears in the list without additional deployment or permissions.

D.

The process only appears if it exposes at least one String output argument, regardless of where it is deployed, otherwise the Agent tool would be irrelevant for the Agent.

Question 7

When exploring agentic automation discovery, which dimension ensures the solution aligns with the responsibilities and challenges of the individuals involved?

Options:

A.

Focusing solely on task dependencies while neglecting the daily pain points of individuals executing these tasks.

B.

Assessing structured and unstructured knowledge contexts required for the tasks but excluding the personas performing these operations.

C.

Defining the role or persona by considering the people performing the tasks and their needs, challenges, and responsibilities.

D.

Mapping systems, applications, and tools without understanding how they interact with human roles.

Question 8

An agent uses Web Search, Slack integration, and a custom process to resolve IT support tickets. The agent must:

    Retrieve relevant troubleshooting steps from the web.

    Notify the user via Slack if a solution is found.

    Escalate unresolved tickets via a custom process.

Which evaluation strategy ensures comprehensive coverage while avoiding redundancy?

Options:

A.

Use random input sampling across all tools and rely on the default "LLM-as-a-Judge" assertion.

B.

Create more than 30 evaluations for Slack notifications, more than 30 for web searches, and more than 30 for escalation processes.

C.

Group evaluations into sets: Valid web results triggering Slack notifications, Invalid web results triggering escalations, Edge cases.

D.

Create 30 evaluations for Slack notifications, 30 for web searches, and 30 for escalation processes.