UiPath Certification UiPath Orchestrator 3 — Questions and Answers
Question 1: What is the 'Personal Workspace' in UiPath Orchestrator?
- A private folder automatically provisioned for each user to test and develop automations (Correct answer)
- A robot license type
- A shared team development environment
- An offline mode for Studio
Correct answer: A private folder automatically provisioned for each user to test and develop automations
Personal Workspaces give each Orchestrator user their own isolated folder for attended automation and personal process management.
Question 2: How does UiPath Orchestrator handle 'long-running transactions' that exceed a robot's session time?
- It kills the job automatically
- It pauses the job and resumes it on the next available robot using persistence (Correct answer)
- It marks the queue item as failed
- It splits the transaction into smaller chunks automatically
Correct answer: It pauses the job and resumes it on the next available robot using persistence
Long-running workflows with persistence enabled can be suspended and resumed across different robot sessions using Orchestrator's persistence service.
Question 3: Which UiPath Orchestrator feature lets you store encrypted username/password pairs for robot use?
- Text Assets
- Integer Assets
- Credential Assets (Correct answer)
- Boolean Assets
Correct answer: Credential Assets
Credential Assets store username and password pairs encrypted in Orchestrator and are retrieved securely by robots at runtime using Get Credential.
Question 4: What is an 'Environment' in older UiPath Orchestrator versions (pre-modern folders)?
- A grouping of robots that could be assigned processes for job execution (Correct answer)
- A virtual machine configuration
- A NuGet package version tag
- A scheduler configuration
Correct answer: A grouping of robots that could be assigned processes for job execution
In the classic folder model, Environments grouped robots together so a process could be deployed and run across all robots in that group.
Question 5: What does the 'Heartbeat' mechanism in UiPath Robot to Orchestrator communication indicate?
- The robot is executing a job
- The robot is alive and connected to Orchestrator (Correct answer)
- The robot is waiting for a queue item
- The robot license is about to expire
Correct answer: The robot is alive and connected to Orchestrator
Robots send periodic heartbeat signals to Orchestrator to indicate they are online and available, allowing Orchestrator to detect disconnected machines.
Question 6: Which Orchestrator API authentication method is recommended for server-to-server integrations?
- Basic authentication with username/password
- OAuth 2.0 with external application credentials (Correct answer)
- API key passed as a query parameter
- Cookie-based session tokens
Correct answer: OAuth 2.0 with external application credentials
Orchestrator recommends OAuth 2.0 with client credentials (external application registration) for secure server-to-server API access.
What is the 'Personal Workspace' in UiPath Orchestrator?