UiPath RPA Certification Exam | Robotic Process
Automation, UiPath Studio, Orchestrator,
REFramework, Selectors, Data Scraping, Exception
Handling | Open-Ended Q&A | Verified Answers
Exam Structure:
Subject: Robotic Process Automation (RPA) – UiPath Certification
Source: UiPath RPA Certification Study Guide – Verified Answers
Format: Multiple Choice & Open-Ended Q&A
1. What is the automation first three-pronged approach?
Correct Answer:
A robot for every person
Open and free collaboration
Robots learn skills
Rationale:
1. This is UiPath’s vision for scaling automation across organizations.
2. “A robot for every person” means democratizing automation.
3. “Open and free collaboration” emphasizes community and shared
resources.
4. “Robots learn skills” refers to AI and machine learning integration.
2. What is UiPath Studio used for?
Correct Answer: Helps you design automation workflows visually, quickly,
and with only basic programming knowledge. Where the automated
processes are built in a visual way, using built-in recorder, drag & drop
activities, and best practice templates.
Rationale:
1. Studio is the development environment for creating automation workflows.
2. Visual design lowers the barrier to entry.
, 2|Page
3. Drag-and-drop activities and recorders simplify development.
4. Templates ensure best practices are followed.
3. What is UiPath Orchestrator?
Correct Answer: Lets you control, manage, and monitor the robots. It is
also the place where libraries, reusable components, assets, and processes
used by the robots are stored. A server application accessed via browser,
through which the robotic workforce is controlled, managed, and
monitored.
Rationale:
1. Orchestrator is the centralized management platform.
2. It manages robots, processes, jobs, queues, and assets.
3. Accessed via web browser for remote management.
4. Provides logging, reporting, and security features.
4. What are the supported automation types in UiPath?
Correct Answer: Attended, Hybrid, Unattended.
Rationale:
1. Attended robots run alongside humans, triggered by user events.
2. Unattended robots run without human intervention in virtual
environments.
3. Hybrid combines both attended and unattended capabilities.
4. Each type serves different business needs and use cases.
5. What is an attended robot?
Correct Answer: Triggered by user events and operates alongside a human
on the same workstation. Started from robot tray or command prompt.
Rationale:
1. Attended robots assist humans with repetitive tasks.
2. Require user initiation and supervision.
3. Ideal for processes that need human judgment.
4. Started via system tray or command line.
6. What is an unattended robot?
Correct Answer: Run unattended in virtual environments and can
automate any number of processes.
, 3|Page
Rationale:
1. Unattended robots run without human intervention.
2. Typically deployed on virtual machines or separate servers.
3. Scheduled or triggered by Orchestrator.
4. Suitable for high-volume, rule-based processes.
7. What is the Project Panel?
Correct Answer: Displays the contents of the automation project, enabling
project organization through creation of subfolders and management of
dependencies. Also allows importing workflows and opening file locations.
Rationale:
1. The Project panel shows the project structure.
2. Allows adding, removing, and renaming files.
3. Dependencies (activity packages) are managed here.
4. Right-click options include “Open in File Explorer.”
8. What is the Output Panel?
Correct Answer: Displays valuable information about the execution of the
automated process: messages logged, errors, and warnings.
Rationale:
1. The Output panel displays build and execution logs.
2. Shows errors, warnings, and informational messages.
3. Write Line activities write to the Output panel.
4. Useful for debugging and monitoring execution.
9. What is the Variables Panel?
Correct Answer: Enables creating variables and changing their attributes.
Rationale:
1. Variables are created and managed in the Variables panel.
2. Attributes include Name, Type, Scope, and Default value.
3. Variables store data within a workflow.
4. Shortcut Ctrl+K creates a variable from an input field.
10. What is the Arguments Panel?
Correct Answer: Enables creating variables and changing attributes of
arguments that store data which are passed between projects.
, 4|Page
Rationale:
1. Arguments pass data between workflows.
2. Directions: In, Out, In/Out, Property.
3. Created in the Arguments panel or via Ctrl+M.
4. Essential for modular workflow design.
11. What is the Imports Panel?
Correct Answer: Allows viewing the imported namespaces and also adding
new ones.
Rationale:
1. Namespaces provide access to classes and methods.
2. Default imports include System, System.Collections.Generic, etc.
3. Adding imports extends available functionality.
4. Similar to “using” statements in C#.
12. What is a namespace?
Correct Answer: Classes of activities or variables that can be used in a
project.
Rationale:
1. Namespaces organize code and prevent naming conflicts.
2. Examples: System, System.Data, UiPath.UIAutomation.Activities.
3. Imports panel shows which namespaces are available.
4. Required to use specific activity packages.
13. What is the Properties Panel?
Correct Answer: Allows viewing and changing the properties of a selected
activity. The information shown is contextual, as different activities can
have different properties.
Rationale:
1. The Properties panel displays properties of the selected activity.
2. Properties include input/output values, display name, and timeouts.
3. The panel content changes based on the selected activity.
4. Properties can be edited directly in this panel.
14. What is the Outline Panel?
Correct Answer: Displays the project hierarchy, all available variables, and
nodes. You can go to a specific activity by selecting it.