QuestionQ1
UiPath Platform and Automation ComponentsWhat is the main role of guardrails in tools?
- A Guardrails are designed to apply only after tool execution, without influencing pre-execution conditions.
- B Guardrails are used exclusively to automate all tool corrections without the possibility of triggering human intervention.
- C Guardrails control unexpected behaviors within tool calls deterministically, allowing developers to configure conditions for human intervention and escalations.
- D Guardrails only validate tool inputs during development and do not address unpredictable behaviors at runtime.
QuestionQ2
UiPath Platform and Automation ComponentsWhat is the role of Input Properties in an Action app’s schema when configuring it?
- A They hold agent-context-derived values that are presented to the user and cannot be modified during review.
- B Input Properties allow the user to design controls for dynamic data visualization across app outcomes.
- C Input properties ensure schema validation for custom templates within FormWrapper.
- D They provide additional values for agents to modify and return during review.
Community Discussion
QuestionQ3
Solution DesignAccording to naming best practices, which of the following is the most suitable name for a tool that creates summaries of PDF files?
- A pdfSummary
- B summarize.pdf@tool
- C file_processor
- D pdf_summary
Community Discussion
QuestionQ4
UiPath Platform and Automation ComponentsWhat is the main purpose of the ‘Start and wait for agent’ feature in UiPath Service Tasks?
- A To initiate and wait for an external agent to complete its task before continuing the process.
- B To execute a subprocess within the same project without waiting for completion.
- C To trigger a timer event and pause the process until the timer expires.
- D To initiate and wait for an agent to complete its task before continuing the process.
Community Discussion
QuestionQ5
Solution DesignWhat is one key characteristic of zero-shot prompting?
- A This is necessary for complex or nuanced scenarios.
- B It ensures the model has been fine-tuned for all tasks it encounters.
- C It requires at least one example in the prompt for efficient completion.
- D The model performs tasks without prior examples or training specific to the request.


Community Discussion