Free UIAAAV1 Uipath UIAAAV1 Practice Test Question

Loading demo links...

Showing 1–2 of 2 questions

Question 1 (Topic 1)

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?

Select an option, then click Submit answer.

  • Input: “The app is okay I guess.” → Output: “Text”
  • 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”
  • List words like: “great, okay, bad” and map them to tone.
  • Use a multiple-choice table with numerical ratings from 1-5.
Question 2 (Topic 1)

While configuring an Integration Service activity as a tool for your agent in Studio Web, how should you set up the activity so the agent can decide the value of a required field (e.g. Channel ld) at runtime based solely on instructions in the prompt?

Select an option, then click Submit answer.

  • Change every field, including Channel Id, to Variable because an agent cannot infer any field values without explicit arguments.
  • Leave the field’s input method on Prompt (the default) and keep or refine the tool description; this lets the agent infer the value during execution.
  • Change every field, including Channel ld, to Argument because an agent cannot infer any field values without explicit arguments.
  • Declare the field as an output argument in Data Manager so the agent can feed a value back into the tool.