UiPath Certification UiPath Orchestrator 1 — Questions and Answers
Question 1: What is UiPath Orchestrator primarily used for?
- Building automation workflows
- Centrally managing, scheduling, and monitoring robots and processes (Correct answer)
- Recording user actions
- Generating test cases
Correct answer: Centrally managing, scheduling, and monitoring robots and processes
Orchestrator is the server-side platform that provisions robots, deploys packages, schedules jobs, and provides centralized logging.
Question 2: In UiPath Orchestrator, what is a 'Tenant'?
- A type of robot license
- An isolated organizational unit within an Orchestrator instance (Correct answer)
- A workflow deployment package
- A database schema
Correct answer: An isolated organizational unit within an Orchestrator instance
A Tenant is a logically isolated partition within Orchestrator that has its own robots, processes, assets, and queues.
Question 3: What is an 'Asset' in UiPath Orchestrator?
- A deployed NuGet package
- A shared configuration value or credential stored centrally for robots to use (Correct answer)
- A robot machine record
- A scheduled job trigger
Correct answer: A shared configuration value or credential stored centrally for robots to use
Assets store reusable data such as strings, integers, credentials, or Windows credentials that robots retrieve at runtime.
Question 4: Which Orchestrator entity represents a logical grouping of robots that can be assigned jobs?
- Package
- Queue
- Folder (Correct answer)
- Machine Template
Correct answer: Folder
Folders (formerly known as Organizational Units) group robots, processes, assets, and queues for access control and management.
Question 5: What does a 'Queue' in UiPath Orchestrator enable?
- Scheduling jobs at specific times
- Storing transaction items for robots to process asynchronously (Correct answer)
- Logging robot output to a file
- Distributing licenses across tenants
Correct answer: Storing transaction items for robots to process asynchronously
Queues allow you to push work items (transactions) that any available robot can pick up and process, enabling scalable parallel work.
Question 6: In UiPath Orchestrator, what is the difference between 'Unattended' and 'Attended' robots?
- Unattended robots require a human to start each job; attended robots run automatically
- Attended robots run with human supervision on a user workstation; unattended robots run fully automatically without human interaction (Correct answer)
- Attended robots use more licenses than unattended robots
- There is no functional difference
Correct answer: Attended robots run with human supervision on a user workstation; unattended robots run fully automatically without human interaction
Attended robots assist users in real time on their desktop, while unattended robots run autonomously on dedicated machines without human intervention.
What is UiPath Orchestrator primarily used for?