UIPATH CERTIFICATION Exam
Questions and Answer
Which of the following three (3) fields are mandatory when creating a variable in the
variable panel? - Correct Answers -Name
Variable type
Scope
Which of the following is a VB.NET data type that measures the duration between two
variables of the type DateTime. - Correct Answers -TimeSpan
Which of the following types of collection is the best option when you have to extract the
unique ID's of employees from a database? - Correct Answers -Arrays are the best
option when you have to extract the unique IDs of employees from a database.
Which of the following are the three ways to create a new variable in UiPath Studio? -
Correct Answers -Press Ctrl+K in an activity input field that requires a variable.
Select the Create new Variable option in the Variables panel.
Press Ctrl+K in an input field that requires a variable in the Properties panel.
By performing right-click in the input field and selecting the create variable option.
Match the following UiPath Platform components with the descriptions provided: -
Correct Answers -UiPath Studio - Designing automation workflows.
UiPath Orchestrator - Managing and monitoring the execution of automation.
UiPath Robot - Executing automation workflows.
UiPath Automation Hub - Discovering automation opportunities and managing their
journey from discovery to implementation.
By default, what are the three places where the SetTransactionStatus workflow is
invoked in a REFramework project? - Correct Answers -In the 'System Exception'
section in the catch section of process transaction state.
In the 'Try' block of the process transaction state.
In the 'Business Rule Exception
Common things between attended and unattended robot - Correct Answers -They are
both developed using UiPath Studio.
They have access to the same set of core UiPath activities.
Processes for both are packaged and deployed as application NuGets.
They use the same logging, monitoring and tracing frameworks.
, The same tools are used to debug and troubleshoot both attended and unattended
automations.
what is Block User Input? - Correct Answers -to block the user interfere the operation
while processes in attendent robot. If user enter speasial key, user has the control of
mouse again.
consists of a conditional expression and a collection of cases, with a corresponding set
of activities? - Correct Answers -Switch
How does the Parallel Activity perform its execution asynchronously? - Correct Answers
-From top to bottom, left to right
Which one of the following activities enables your project to take multiple different
courses of action, depending on whether a series of specified conditions are met? -
Correct Answers -Else If activity lets you add multiple conditions using the drop-down
options Else If and Else.
What is the importance of control flow? - Correct Answers -
UI automation is the process of automating application user interfaces by simulating
human input and output actions through specific UI activities.
The first step in automating UIs is understanding the logical sequence of steps that a
human user would take. The second step consists in translating these steps into UiPath
Studio activities and configuring them.
The complexity of the UI or of the application is irrelevant. All desktop applications can
be automated by using universal or application tailored activities. - Correct Answers -UI
AUTOMATION
output methods - Correct Answers -1.The FullText method is the default method and
good enough in most cases. It is the fastest, it can extract hidden text, it has 100%
accuracy, and can work in the background.
2.The Native method is compatible with applications that use Graphics Design Interface
(GDI), the Microsoft API used for representing graphical objects. It doesn't extract
hidden text and it cannot work in the background; and just like FullText, it doesn't
support virtual environments
3.OCR (or Optical Character Recognition) is the only output method that works with
virtual environments and with "reading" text from images. Its technology relies on
recognizing each character and its position. On the other hand, it cannot work in the
background, it cannot extract hidden text, and its speed is by far the lowest.
Which targeting methods does the Unified targeting method use to identify the Required
UI Element? - Correct Answers -Selector
Fuzzy Selector
Image
Questions and Answer
Which of the following three (3) fields are mandatory when creating a variable in the
variable panel? - Correct Answers -Name
Variable type
Scope
Which of the following is a VB.NET data type that measures the duration between two
variables of the type DateTime. - Correct Answers -TimeSpan
Which of the following types of collection is the best option when you have to extract the
unique ID's of employees from a database? - Correct Answers -Arrays are the best
option when you have to extract the unique IDs of employees from a database.
Which of the following are the three ways to create a new variable in UiPath Studio? -
Correct Answers -Press Ctrl+K in an activity input field that requires a variable.
Select the Create new Variable option in the Variables panel.
Press Ctrl+K in an input field that requires a variable in the Properties panel.
By performing right-click in the input field and selecting the create variable option.
Match the following UiPath Platform components with the descriptions provided: -
Correct Answers -UiPath Studio - Designing automation workflows.
UiPath Orchestrator - Managing and monitoring the execution of automation.
UiPath Robot - Executing automation workflows.
UiPath Automation Hub - Discovering automation opportunities and managing their
journey from discovery to implementation.
By default, what are the three places where the SetTransactionStatus workflow is
invoked in a REFramework project? - Correct Answers -In the 'System Exception'
section in the catch section of process transaction state.
In the 'Try' block of the process transaction state.
In the 'Business Rule Exception
Common things between attended and unattended robot - Correct Answers -They are
both developed using UiPath Studio.
They have access to the same set of core UiPath activities.
Processes for both are packaged and deployed as application NuGets.
They use the same logging, monitoring and tracing frameworks.
, The same tools are used to debug and troubleshoot both attended and unattended
automations.
what is Block User Input? - Correct Answers -to block the user interfere the operation
while processes in attendent robot. If user enter speasial key, user has the control of
mouse again.
consists of a conditional expression and a collection of cases, with a corresponding set
of activities? - Correct Answers -Switch
How does the Parallel Activity perform its execution asynchronously? - Correct Answers
-From top to bottom, left to right
Which one of the following activities enables your project to take multiple different
courses of action, depending on whether a series of specified conditions are met? -
Correct Answers -Else If activity lets you add multiple conditions using the drop-down
options Else If and Else.
What is the importance of control flow? - Correct Answers -
UI automation is the process of automating application user interfaces by simulating
human input and output actions through specific UI activities.
The first step in automating UIs is understanding the logical sequence of steps that a
human user would take. The second step consists in translating these steps into UiPath
Studio activities and configuring them.
The complexity of the UI or of the application is irrelevant. All desktop applications can
be automated by using universal or application tailored activities. - Correct Answers -UI
AUTOMATION
output methods - Correct Answers -1.The FullText method is the default method and
good enough in most cases. It is the fastest, it can extract hidden text, it has 100%
accuracy, and can work in the background.
2.The Native method is compatible with applications that use Graphics Design Interface
(GDI), the Microsoft API used for representing graphical objects. It doesn't extract
hidden text and it cannot work in the background; and just like FullText, it doesn't
support virtual environments
3.OCR (or Optical Character Recognition) is the only output method that works with
virtual environments and with "reading" text from images. Its technology relies on
recognizing each character and its position. On the other hand, it cannot work in the
background, it cannot extract hidden text, and its speed is by far the lowest.
Which targeting methods does the Unified targeting method use to identify the Required
UI Element? - Correct Answers -Selector
Fuzzy Selector
Image