UiPath RPA Certification Exam | Robotic
Process Automation, UiPath Studio,
REFramework, Orchestrator, Selectors,
Data Scraping | Verified Answers
Exam Structure:
Subject: Robotic Process Automation (RPA) – UiPath Certification
Source: UiPath RPA Certification Exam – Verified Answers
Format: Multiple Choice & Open-Ended Q&A
1. What type of robot can you provision by using the sign-in feature?
Correct Answer: Only attended robots.
Rationale:
1. The sign-in feature in UiPath Orchestrator is used to connect attended
robots to a user account.
2. Attended robots run on the same machine as the user and are triggered by
user actions.
3. Unattended robots are typically provisioned through machine templates or
directly in Orchestrator.
4. Attended robots require a user to be logged in to execute processes.
2. 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.
, 2|Page
3. Which of the following statements about robots are true?
A) Unattended robots are typically deployed on separate machines
B) Attended robots cannot run automation processes published to
Orchestrator
C) Attended users can run automation jobs using UiPath Assistant
D) You can run jobs from Orchestrator both on attended and unattended
robots
Correct Answer: A and C.
Rationale:
1. Unattended robots are deployed on separate machines (e.g., virtual
machines) and run without human intervention – A is true.
2. Attended robots can run processes published to Orchestrator via UiPath
Assistant – B is false, C is true.
3. Jobs can be started from Orchestrator on unattended robots, but attended
robots require user initiation via Assistant – D is false.
4. Attended robots are designed for human-assisted automation.
4. Building automation projects:
Correct Answer: Studio.
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.
5. Managing automation processes and jobs:
Correct Answer: Orchestrator.
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.
6. Commanding the attended robot:
Correct Answer: Assistant.
, 3|Page
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.
7. Running automation jobs:
Correct Answer: Robot.
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.
8. Managing the users and cloud services:
Correct Answer: Automation Cloud.
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.
9. How can we purposely pause the debugging process on an activity
which may trigger execution issues?
A) By enabling the Highlight Elements function from the Debug tab before
debugging
B) By using the Step Out button from the Debug tab while debugging
C) By using the Step Into button from the Debug tab while debugging
D) By right-clicking the activity, and selecting Toggle Breakpoint to
add and enable the breakpoint
Correct Answer: D.
Rationale:
1. Breakpoints pause execution at a specific activity.
2. Right-clicking an activity and selecting Toggle Breakpoint adds a
, 4|Page
breakpoint.
3. Breakpoints are enabled (red circle) and can be disabled without removal.
4. Step Into (C) and Step Out (B) are used after hitting a breakpoint, not to set
it.
10. How can we enable the activities that are only available by default
in the Classic Experience in Studio?
A) By making sure we select only the activities under the Classic category
when searching inside the Activities panel
B) By right-clicking the project Dependencies and installing the activity
packages that we need
C) By clicking View Options at the top of the Activities panel, and then
selecting Show Classic
D) By making sure that the project.json file isn’t in a Read-Only location
Correct Answer: C.
Rationale:
1. The Activities panel has a View Options menu.
2. Selecting “Show Classic” displays classic activities alongside modern ones.
3. Classic activities are still available for backward compatibility.
4. This setting affects the visibility of activities in the panel.
11. How do we open the project’s location on the machine in Studio?
Correct Answer: By clicking the Project panel and selecting the File
Explorer option.
Rationale:
1. The Project panel shows project files and folders.
2. Right-clicking a file or using the context menu opens options.
3. “Open in File Explorer” reveals the project directory.
4. Useful for accessing external resources or backup files.
12. What debugging action can we use to debug activities one at a time
in Studio?
Correct Answer: ‘Step Into’.
Rationale:
1. Step Into executes the current activity and pauses at the next activity.
2. Allows line-by-line debugging.
3. Step Over executes a called workflow and pauses after it returns.