UiPath RPA Certification Study Questions |
Robotic Process Automation, UiPath
Studio, Orchestrator, REFramework,
Selectors, Data Scraping | Open-Ended
Q&A | Verified Answers
Exam Structure:
Subject: Robotic Process Automation (RPA) – UiPath Certification
Source: UiPath RPA Certification Study Questions – Verified Answers
Format: Multiple Choice & Open-Ended Q&A
1. What is Studio used for?
Correct Answer: Building automation projects.
Rationale:
1. UiPath Studio is the development environment for creating automation
workflows.
2. It provides drag-and-drop functionality, debugging tools, and activity
packages.
3. Projects are built using sequences, flowcharts, or state machines.
4. Studio is where developers design, test, and publish automation projects.
2. What is Orchestrator used for?
Correct Answer: Managing automation processes and jobs.
Rationale:
1. UiPath Orchestrator is the centralized management platform.
2. It manages robots, processes, jobs, queues, and assets.
3. Orchestrator schedules and monitors automation execution.
4. It provides logging, reporting, and security features.
, 2|Page
3. What is Assistant used for?
Correct Answer: Commanding the attended robot.
Rationale:
1. UiPath Assistant is the user interface for attended robots.
2. Users can launch automation processes from the Assistant.
3. The Assistant provides a tray icon and dashboard for managing
automations.
4. It allows users to trigger processes on demand.
4. What is the Robot used for?
Correct Answer: Running automation jobs.
Rationale:
1. The UiPath Robot executes automation processes.
2. It can run in attended mode (user-triggered) or unattended mode
(Orchestrator-triggered).
3. The Robot interacts with applications and systems to perform tasks.
4. It sends execution logs and results back to Orchestrator.
5. What is the Automation Cloud used for?
Correct Answer: Managing users and cloud services.
Rationale:
1. UiPath Automation Cloud is the cloud-based platform for managing
UiPath services.
2. It provides identity management, user roles, and service provisioning.
3. Automation Cloud hosts Orchestrator, AI Center, and other services.
4. It enables scalable, cloud-based RPA deployments.
6. How can you add activities to your Studio project?
Correct Answer: From the Activities panel.
Rationale:
1. The Activities panel in UiPath Studio displays all available activities.
2. Activities can be dragged and dropped from the Activities panel onto the
Designer panel.
3. You can search for activities by keyword in the Activities panel search bar.
4. Custom activities appear in the Activities panel after installing their
packages.
, 3|Page
7. What happens when we publish an automation process to the
Orchestrator Personal Workspace?
A) A process is created automatically if one doesn’t already exist.
B) A process is created automatically if one doesn’t already exist, and
existing processes must be manually updated.
C) A process is created automatically if one doesn’t already exist, and
existing processes are automatically updated to the latest published
version.
D) If there isn’t already an existing process, we must manually create one in
Orchestrator.
Correct Answer: C.
Rationale:
1. Publishing to Personal Workspace automatically creates the process if
missing.
2. Existing processes are automatically updated to the latest version.
3. No manual intervention is required in Orchestrator.
4. This streamlines the development-to-deployment workflow.
8. What type of robot can you provision by using the sign-in feature?
A) Only unattended robots
B) Both unattended and attended robots
C) Only attended robots
Correct Answer: C.
Rationale:
1. The sign-in feature connects attended robots to a user account.
2. Unattended robots are provisioned through machine templates.
3. Attended robots require a user to be logged in.
4. Unattended robots run without human intervention.
9. Which of the following statements about robots are true?
A) Attended robots cannot run automation processes published to
Orchestrator
B) You can run jobs from Orchestrator both on attended and unattended
robots
C) Unattended robots are typically deployed on separate machines
, 4|Page
D) Attended users can run automation jobs using UiPath Assistant
Correct Answer: C and D.
Rationale:
1. Unattended robots run on separate machines (e.g., virtual machines) – C is
true.
2. Attended users can run jobs via UiPath Assistant – D is true.
3. Orchestrator can start jobs on unattended robots, but attended robots
require user initiation – B is false.
4. Attended robots can run processes published to Orchestrator – A is false.
10. Which actions must be taken to run a job on an attended robot
connected to cloud Orchestrator?
A) The user was added to Automation Cloud.
B) The user has an ‘Automation Developer – Named User’ license type
assigned.
C) An automation process was published in Orchestrator, in a folder to
which the user has access.
D) The user is signed in to Orchestrator.
Correct Answer: A, C, and D.
Rationale:
1. The user must be signed in to Orchestrator.
2. The user must be added to Automation Cloud.
3. A published process must exist in a folder accessible to the user.
4. An Automation Developer license is not required for running jobs (needed
for development).
11. How can we leave out a specific file from the publishing package?
A) By deleting the specific file from the project folder
B) By right-clicking it in the Project panel, and then selecting Ignore
from Publish in Studio
C) By disconnecting from Orchestrator
D) By moving the specific file to a read-only location
Correct Answer: B.
Rationale:
1. Right-clicking a file in the Project panel opens the context menu.
2. Selecting “Ignore from Publish” excludes the file from the published
package.