Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 37 pages
Exam (elaborations)

UIPath RPA Certification

Document preview thumbnail
Preview 4 out of 37 pages

Solution Architect - answer-Is in charge of defining the Architecture of the RPA solution. Translates the requirements captured by the functional analysts, creating the architecture and design artifacts. They lead, advises, and are responsible for the developers' team delivery. Business Analyst - answer-Is responsible for mapping of the AS IS and proposed TO BE processes. Hold knowledge of the business process that gets automated, general business process theory and RPA capabilities. They are responsible with listing the process requirements for automation, clarifying the inputs and expected outputs, creating RPA documentation (Process Design Documents, Process maps. Implementation Manager/Project Manager - answer-Forms and manages the RPA team, does resource planning and teams availability, in order to hit automation goals. Most of the times is the Single Point of Contact (SPOC) for questions, RPA initiatives, or parallel RPA product projects. RPA Developers - answer-On complex projects, several will collaborate to automate all processes Infrastructure and IT Security admin - answer-With good technical and security skills, they are responsible for setting up and maintaining hardware & software resources for uipath product installations. They set up accounts for all the devs, end users and robots Process owner - answer-Is the key stakeholder and beneficiaries of the RPA solution. Usually Senior Management level, with some 10-15+ years of experience, possibly split across domains. Multiple people can have this role, based on department (Finance, IT, HR, etc). RPA Support - answer-Manage the robots after the processes have been moved to production, with support from the original RPA devs who have performed the automation. May have multiple levels of support: L1- Client, L2- client/ partner, (L0 - Super users; L3 - uipath) Main properties of variables - answer--Name (Should be descriptive as possible) -Type (What kind of data can be stored in the variable) -Default value -Scope (Part of the workflow in which the variable can be used) Three ways to create variables - answer--From the variables panel -From assign (Ctrl+k) -From the properties panel (in field where variable is needed & Ctrl+k) Variable - answer-Containers that can hold multiple data entries (values) of the same data type. They pass data between activities inside workflows. They can change through external input, data manipulation or passing from one activity to another. - answer-1) From the body of an activity (Select create in argument or create out argument / Ctrl + M) 2) From the properties panel (Select create in argument or create out argument / Ctrl + M) 3) From the arguments panel Argument - answer-Store data dynamically, they have the same data types and they support the same methods. They pass data between workflows, and they have an additional property for this - the direction from/to which the data is passed. The direction can be In, Out and In/Out. Data types - answer--Numeric (used to store numbers) -Boolean (true or false) -Date and Time -String (Used to store text) -Collection (array, list, dictionary) -genericvalue (Int, String, Boolean, datetime) Collection data type - answer-Used for handling and processing complex data -Array (store multiple values of the same data type. Size is determined at creation) -List (store multiple values of the same data type. Unlike arrays, their size is dynamic) -Dictionary (Used to store objects in the form of [key, value] pairs, each of which can be of a separate data type) Variable types - answer--Text (can store only strings) -Boolean (true or false) -Number (Int32) -Array (Store multiple values of same type) -Date and time -Data table (Store big pieces of information, and act as a database or a simple spreadsheet with rows and columns) -genericvalue (Store any kind of data, variables auto-converted to perform certain actions) Queueitem variables - answer-Variable that stores an item which has been extracted from a container of items, a queue. This extraction is generally made with the purpose of further using the queue items in various scenarios. Each entry read by the queueitem variable is stored in a queue item and added to the designated queue in Orchestrator. Selector attributes panel - answer--Displays all the available attributes of a selected node (from the Selector Editor panel). -You can add or eliminate some of the node attributes by selecting or clearing the check box in front of each attribute. -Additionally, you can change the value of each attribute yet this modification is retained only if the new selector points at the originally selected UI object. Control flow - answer-The order in which individual statements, instructions, or function calls are executed or evaluated in a software project Sequence - answer-Process flows in a clear succession. Decision trees are rarely used. Activities are easier to read and maintain, thus, they are highly recommended for simple, linear workflows Flowchart - answer-Individual activities are a bit more difficult to read and edit, but the flows between them are much clearer. Used when decision points and branching are needed in order to accommodate complex scenarios, workarounds and decision mechanisms. State machine - answer-An abstract machine consisting of a finite number of pre-defined states and transitions between these states. At any point, based on the external inputs and conditions verified, it can be in only one of the states. It can be used with a finite number of clear and stable states to go through. State activity sections - answer--Entry (Enables you to add entry trigger for selected state) -Exit (Enables you to add xit trigger for selected state) -Transition (Displays transitions linked to selected state) Transitition sections (state activity) - answer--Trigger (Add a trigger for the next state) -Condtion (Add a condition under which an activity or sequence is to be executed -Action If statement - answer--The condition that is verified (with 2 potential outcomes - true or false) -The set of actions to be executed when the condition is true (the Then branch) -The set of actions to be executed when the condition is false (the Else branch) Loops - answer-Repititions of a set of operations based on a given condition Three important loop types - answer--Do while (Executes a specific sequence while a condition is met. Condition is evaluated after each execution of the statements. When the specified condition is no longer met, the project exits the loop) -While (Executes a specific sequence while a condition is met. Condition is evaluated before each execution of the statements) -For each (Performs an activity or a series of activities on each element of a collection) Switch - answer-The Switch activity enables you to select one choice out of multiple, based on the value of a specified expression. By default, the activity uses the integer argument, but you can change it from the Properties panel, from the typeargument list. Data manipulation - answer-Process of modifying, structuring, formatting, or sorting through data in order to facilitate its usage and increase its management capabilities Concat (String) - answer-Type of string that concentrates the representation of two specified objects [String.Concat(varname1,varname2)] Contains (String) - answer-Type of string that checks whether a specific substring occurs within a string. Returns true or false [varname.Contains("text")]

Content preview

Uipath RPA Certification Exam 2024
Automation first three-pronged approach - answer--A robot for every person
-Open and free collaboration
-Robots learn skills

Uipath Studio - 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
the built-in recorder, drag & drop activities and best practice templates.

Uipath Orchestrator - 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

Uipath supported automotation types - answer--Attended
-Hybrid
-Unattended

Attended robot - answer-Triggered by user events, and operates alongside a human, on the
same workstation. Started from robot tray or command prompt

Unattended robot - answer-Run unattended in virtual environments and can automate any
number of processes

Project Panel - answer-Displays the contents of the automation project, enabling the project
organization through creation of subfolders and management of dependencies. Also allows
importing workflows and opening file locations

Output panel - answer-Displays valuable information about the execution of the automated
process: messages logged, errors, and warnings

Variables panel - answer-Enables creating variables and changing their attributes

Arguments panel - answer-Enables creating variables and changing attributes of arguments that
store data which are passed between projects

Imports panel - answer-Allows viewing the imported namespaces, and also adding new ones

Namespace - answer-Classes of activities or variables that can be used in a project

Properties panel - answer-Allows viewing and changing the properties of a selected activity. The
information shown is contextual, as different activities can have different properties

,Outline panel - answer-Displays the project hierarchy, all available variables and nodes. You can
go to a specific activity by selecting it

Process - answer-A set of interrelated or interacting activites that transform inputs into
outputs.

Components of a process - answer--Inputs
-Process Flows
-Source applications
-Outputs

Inputs - answer-The data that goes in the process

Process flows - answer-The sequences of sub-processes or activities used to perform the sub-
processes or activities of the process

Outputs - answer-The result generated by the process

What a procedure explains - answer--Who is responsible for each part of the process
-When each part of the process needs to occur
-How to handle exceptions
-The specifications applicable to each part of the process

Factors driving automation potential - answer--Rule based (Decisions are made based on
business rules and pre-defined logic)

-Process type

-Standard input (Content is positioned in the same place even if the input types are different)

-Process expected to change (Are processes or applications used to process a case going to
change within 3-6 months?)

-Unknown exceptions % (Percentage of the total volume received which cannot be processed
without an external factor)

Process types - answer--Manual and repetitive (Process performed by users and most of the
process steps are the same for all cases or transactions)

-Semi-manual and repetitive (Process which is performed by users and also involves an
automation mechanism like Macro, Outlook plug-ins, etc.)

-Automated (Process which is already automated)

,-Manual but Not Repetitive (Process which is performed by users. The process steps for each
case will be different)

Process fitness - answer--Rule-based
-Automatable and/or repetitive process
-Standard input
-Stable

Automation complexity - answer--Number of screens
-Types of applications
-Variations / scenarios
-Types and number of inputs

Low: Easily created and requires small customizations. Desktop and web apps, scraping. 1-2
weeks

Medium: Possibly requires the transfer of data between apps. 3-4 weeks

High: Requires programming skills (string manipulations, working with arrays, data tables,
collections, data formatting, exception handling, terminal emulators). 4-6 weeks.

4 categories of processes - answer--No RPA
-Semi-automation
-High-cost RPA
-Zero-touch animation

No RPA - answer-Processes where change is frequent, the system environment is volatile, and
multiple manual (even non-digital) actions are required

Semi-automation - answer-Processes that can be broken down into steps that can be clearly
automated, and steps that need to stay manual (such as validations or usage of physical
security tokens)

High-cost rpa - answer-Processes that are rather digital and can be automated, but use some
technologies that are complex (such as OCR) or require advanced programming skills

Zero-touch automation - answer-Processes that are digital and involve a highly static system
and process environment, so that they can be easily broken into instructions and simple
triggers can be defined

Six stages of RPA implementations - answer-1) Prepare RPA
2) Solution design
3) Build RPA

, 4) Test RPA
5) Stabilize RPA
6) Constant improvement

Solution design - answer-Each process to be automated is documented ("as is" and "to be"), the
architecture is created and reviewed, the test scenarios and environments are prepared and
the solution design is created and documented for each process

Solution Architect - answer-Is in charge of defining the Architecture of the RPA solution.
Translates the requirements captured by the functional analysts, creating the architecture and
design artifacts. They lead, advises, and are responsible for the developers' team delivery.

Business Analyst - answer-Is responsible for mapping of the AS IS and proposed TO BE
processes. Hold knowledge of the business process that gets automated, general business
process theory and RPA capabilities. They are responsible with listing the process requirements
for automation, clarifying the inputs and expected outputs, creating RPA documentation
(Process Design Documents, Process maps.

Implementation Manager/Project Manager - answer-Forms and manages the RPA team, does
resource planning and teams availability, in order to hit automation goals. Most of the times is
the Single Point of Contact (SPOC) for questions, RPA initiatives, or parallel RPA product
projects.

RPA Developers - answer-On complex projects, several will collaborate to automate all
processes

Infrastructure and IT Security admin - answer-With good technical and security skills, they are
responsible for setting up and maintaining hardware & software resources for uipath product
installations. They set up accounts for all the devs, end users and robots

Process owner - answer-Is the key stakeholder and beneficiaries of the RPA solution. Usually
Senior Management level, with some 10-15+ years of experience, possibly split across domains.
Multiple people can have this role, based on department (Finance, IT, HR, etc).

RPA Support - answer-Manage the robots after the processes have been moved to production,
with support from the original RPA devs who have performed the automation. May have
multiple levels of support: L1- Client, L2- client/ partner, (L0 - Super users; L3 - uipath)

Main properties of variables - answer--Name (Should be descriptive as possible)

-Type (What kind of data can be stored in the variable)

-Default value

Document information

Uploaded on
August 27, 2024
Number of pages
37
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$13.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TOPDOCTOR
5.0
(1)
Sold
10
Followers
5
Items
3390
Last sold
11 months ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions