RPA Associate Practice Exam Questions
and Answers 100% Pass
What is a unique feature of the UI Explorer tool? ✔✔Allows the developer to use wildcards in a
selector
Allows the developer to indicate a selector
Allows
...
RPA Associate Practice Exam Questions
and Answers 100% Pass
What is a unique feature of the UI Explorer tool? ✔✔Allows the developer to use wildcards in a
selector
Allows the developer to indicate a selector
Allows the developer to repair a selector
Allows the developer to view the full UI hierarchy tree!
When reading a CSV file with the Read CSV activity, which property needs to be enabled in order
to access data in the output datatable by the column names in UiPath Studio 2020.10?
✔✔IgnoreQuotes
Delimiter
Has headers!
PreserveFormat
A developer has a workflow in which the value of a counter needs to be evaluated before the body
of the loop is executed. Which Control Flow activity should be used? ✔✔If
Do While
Switch
While!
Which component of the UiPath platform is used to develop workflows? ✔✔UI Explorer
UiPath Agent
UiPath Studio!
UiPath Orchestrator
Which characters can be used as wildcards while editing a selector? ✔✔% and _
_ and *
? and * !
% and !
What is a feature of the Native screen scraping method? ✔✔Extracts hidden text
Supports Citrix
Runs in the background
Extracts the text position!
Based on best practice, how many Global Exception Handlers can be set per automation project?
✔✔One for the entire project!
One for each workflow in the project
An unlimited number in the project
One for each activity in the project
In UiPath Studio, which activities can be used as an anchor? ✔✔Element Exists or Image Exists
Find Image or Find Element!
Get Text or Get Visible Text
Wait Element Vanish or Wait Image Vanish
Which function does the Anchor Base activity provide? ✔✔Confirms the selector for the element
is "True" based on a nearby anchored element
Searches for a UI element by using another UI element as an anchor and searches the specified
area around the anchored element!
Confirms the page is fully loaded and that all elements are in the same place as where the
automation was developedx
Searches for a UI element by attaching to a reliable selector field and sends the tab hotkey until it
is in the desired field
A developer wants to remove the company name from the "UiPath Certification" string. Which
string method will return "Certification"? ✔✔"UiPath Certification".Substring(6)
"UiPath Certification".Substring(6).Trim!
"UiPath Certification".Substring(6,14) x
"UiPath Certification".Substring(14,6)
What is the main feature of a flowchart? ✔✔Determines the project's behavior when encountering
an execution error
Provides the ability to seamlessly go from one activity to another and act as a single Block activity
for linear processes
Enables the creation of complex business processes and connects activities in multiple ways by
branching multiple logical operators!
Provides a condition to facilitate the transition from one state to another
A developer needs to ensure a string has a valid email format. How can this be verified? ✔✔Using
the Format Value activity
Using a Send SMTP Mail Message activity
Using the Contains function with '@.com'
Using Regular Expressions!
What are the differences between variables and arguments? ✔✔Variables must be assigned to an
argument valueArguments always have a direction
Variables pass data between workflow filesArguments pass data between activities inside the same
workflow
Variables pass data between activities inside the same workflowArguments pass data between
workflow files!
Variables always have a directionArguments can be assigned to a variable value
What are the differences between partial selectors and full selectors? ✔✔Partial selectors do not
include information about the top-level window.Full selectors are recommended to perform
multiple actions in the same window.
Partial selectors are recommended to perform multiple actions in the same window.Full selectors
include information about the top-level window.!
[Show More]