UiPath Certification UiPath Orchestrator 2 — Questions and Answers
Question 1: What is a 'Trigger' in UiPath Orchestrator?
- A robot license type
- A rule that automatically starts a job based on a time schedule or queue event (Correct answer)
- A workflow breakpoint
- An Orchestrator API endpoint
Correct answer: A rule that automatically starts a job based on a time schedule or queue event
Triggers automate job execution either on a Cron schedule (Time Trigger) or when a queue reaches a threshold (Queue Trigger).
Question 2: Which Orchestrator feature stores and versions all robot execution logs for auditing?
- Assets
- Packages
- Logs (Correct answer)
- Alerts
Correct answer: Logs
The Logs section in Orchestrator aggregates all robot runtime log messages with timestamps and severity levels for monitoring and auditing.
Question 3: What is a 'Machine Template' in UiPath Orchestrator?
- A robot license group
- A reusable machine configuration that can be associated with multiple host machines (Correct answer)
- A VM snapshot
- A workflow template
Correct answer: A reusable machine configuration that can be associated with multiple host machines
Machine Templates define a named configuration (including runtime slots) that can be linked to one or more physical or virtual host machines.
Question 4: In UiPath Orchestrator, what does setting a Queue Item's status to 'Failed' with 'Application Exception' mean?
- The item should be retried automatically based on queue retry settings (Correct answer)
- The item failed due to a business rule violation and should not be retried
- The item was abandoned by the robot
- The item is waiting for manual review
Correct answer: The item should be retried automatically based on queue retry settings
Application Exceptions indicate transient failures (e.g., system unavailable) that may succeed on retry, triggering Orchestrator's auto-retry logic.
Question 5: What is the purpose of 'Webhooks' in UiPath Orchestrator?
- To connect robots to databases
- To send HTTP POST notifications to external systems when Orchestrator events occur (Correct answer)
- To import queue items from external sources
- To configure SSO authentication
Correct answer: To send HTTP POST notifications to external systems when Orchestrator events occur
Webhooks allow Orchestrator to push real-time event notifications (job started, queue item failed, etc.) to external systems via HTTP POST.
Question 6: Which Orchestrator permission role typically allows a user to start and stop jobs but not manage robots or packages?
- Administrator
- Operator (Correct answer)
- Viewer
- Developer
Correct answer: Operator
The Operator role in Orchestrator grants job execution control (start/stop/monitor) without access to infrastructure management like robots or packages.
What is a 'Trigger' in UiPath Orchestrator?