Useful Study Guide & Exam Questions

Here are all the necessary details to pass the UiRPA exam on your first attempt. Get rid of all your worries now and find the details regarding the syllabus, study guide, practice tests, books, and study materials in one place. Through the UiRPA certification preparation, you can learn more on the UiPath RPA Associate, and getting the UiPath Certified RPA Associate (UiRPA) certification gets easy.
Earning the UiPath UiRPA certification is a dream for many candidates. But, the preparation journey feels difficult to many of them. Here we have gathered all the necessary details, like the syllabus and essential UiRPA sample questions, to get to the UiPath Certified RPA Associate (UiRPA) certification on the first attempt.
● Exam Name: UiPath Certified RPA Associate (UiRPA)
● Exam Code: UiRPA
● Exam Price: $150 (USD)
● Duration: 90 mins
● Number of Questions: 60
● Passing Score: 70%
● Schedule Exam: Pearson VUE
UiPath Certified RPA Associate (UiRPA)
● Sample Questions: UiPath UiRPA Sample Questions
● Recommended Practice: UiPath UiRPA Certification Practice Exam
Topic Details
Robotic Process Automation (RPA) Fundamentals
- Describe the processes suitable for automation and the processes executed with the different robot types; for example, attended versus unattended
- Explain the functionality and interactions of UiPath products; Studio, Orchestrator, and Assistant
- Explain the debug functions and how they are used; for example, using Breakpoints
UiPath Studio Overview
- Identify how to manage dependencies
- Understand the significance of connecting an automation project to a version control solution
- Describe the different variables’ types, how they are used, managed, and the best practice for using the variable scope
UiPath Studio – Variables and Arguments
- Describe the functions and differences between variables and arguments; including how arguments are used, managed, and best practices
- Identify and describe how dynamic versus static selectors are used
UiPath Studio – Classic Selectors
- Identify and describe how partial versus full selectors are used
- Identify and describe how and when to use the Anchor Base activity
- Demonstrate and describe the use of a reliable selector and how to use UI Explorer to modify selectors
UiPath Studio – Control Flow
- Describe the functionality of the Control Flow activities (for example: If, Switch, While, Do While, For Each, etc.) and workflow types
- Explain how to use Control Flow activities and workflow types (sequences and flowcharts)
- Explain the importance of error handling and how it can be implemented
UiPath Studio – Data Manipulation
- Describe the importance and reasons why data manipulation is used; for example, conversion from one data type to another data type
- Explain how strings can be manipulated; for example, by using VB string methods and RegEx Builder
- Explain how to iterate and manipulate data on various collections; for example, lists, datatables, dictionaries
UiPath Automation
- Identify and explain how e-mail automation is used
UiPath Certified RPA Associate (UiRPA)
Concepts and Techniques
- Identify and describe Microsoft Excel functions and how Excel activities are used for spreadsheet manipulation
- Describe the functions used to extract data from a .pdf file; for example, reading native text or using OCR
UiPath Orchestrator
Overview
- Identify and describe how UiPath Orchestrator queues and assets are used
- Identify and explain how to publish projects to UiPath Orchestrator
Before jumping into the actual exam, it is crucial to get familiar with the exam structure. For this purpose, we have designed real exam-like sample questions. Solving these questions is highly beneficial to getting an idea about the exam structure and question patterns. For a better understanding of your preparation level, go through the UiRPA practice test questions. Find out the beneficial sample questions below-
01. A developer wants to retrieve all rows in a datatable variable with a "Price" value greater than 1000. Which activity can the developer use?
a) Sort Data Table
b) Output Data Table
c) Lookup Data Table
d) Filter Data Table
02. Based on best practice, how many Global Exception Handlers can be set per automation project?
a) One for the entire project
b) One for each activity in the project
c) One for each workflow in the project
d) An unlimited number in the project
03. A developer wants to create a process that executes three sequences asynchronously. Which activity should be used?
a) Flow Switch
b) Parallel
c) For Each
d) Switch
04. Which feature is unique to the UI Explorer tool when compared to the Selector Editor?
a) Allows the developer to indicate a selector
b) Allows the developer to use wildcards in a selector
c) Allows the developer to view the full UI hierarchy tree
d) Allows the developer to repair a selector
05. In UiPath Studio, which feature is provided by GIT version control?
a) Prevents more than one user from working on a project
b) Identifies errors in project execution or compilation
c) Publishes updated processes to Orchestrator
d) Returns a Studio workflow back to a previous state
06. A developer generated a static selector by selecting "Indicate on screen" inside a Click activity. In addition, the developer needs to view the full list of attributes of the target UI element. What should be used to display the full list?
a) Output panel
b) UI Explorer tool
c) Outline panel
d) "Indicate on Screen" button
07. A developer is reading a CSV file with the Read CSV activity. In order to access data in the output datatable by the column names, which property needs to be enabled in UiPath Studio 2021.10?
a) Has headers
b) PreserveFormat
c) IgnoreQuotes
d) Delimiter
08. Which component of the UiPath platform is used to create workflows?
a) UiPath Assistant
b) UiPath Orchestrator
c) UI Explorer
d) UiPath Studio
09. Which activity can be used to retrieve the value from a specific column, from a DataRow object?
a) Remove Data Row
b) Filter Data Table
c) Get Transaction Item
d) Get Row Item
10. A developer has created a variable of type String called Levels. The developer has assigned the value, "1, 2, 3, 4, 5, 6", to the variable. What is the resulting data type for the expression Levels.Split(","c)(1)?
a) String
b) Double
c) Array of String
d) Int32
Answer 01:- d
Answer 02:- a
Answer 03:- b
Answer 04:- c
Answer 05:- d
Answer 06:- b
Answer 07:- a
Answer 08:- d
Answer 09:- d
Answer 10:- a