RPA Practice Test Questions and
Answers 100% Passed
A developer wants to remove the company name from the "UiPath Certification" string. Which
string function will return "Certification"? ✔✔"UiPath Certification".Subs
...
RPA Practice Test Questions and
Answers 100% Passed
A developer wants to remove the company name from the "UiPath Certification" string. Which
string function will return "Certification"? ✔✔"UiPath Certification".Substring(6).Trim
What is the main feature of a flowchart? ✔✔Enables the creation of complex business processes
and connect activities in multiple ways by branching multiple logical operators
Which UiPath Studio panel can be used to change the scope of a variable? ✔✔Variables
A developer wants to move the current version of a project onto the remote repository in order to
collaborate with other developers. Which GIT command should be used to perform this action?
✔✔push
What describes the file access level needed when using the Read Range Workbook activity?
✔✔Works with .xlsx files and Excel does not need to be installed
In order to show only filtered MailMessage variables, which activity should be used? ✔✔Get
Outlook Mail Messages
When using an Excel Application Scope activity, which activity should be used to sort a table
directly in an .xlsx file? ✔✔sortTable
Which type(s) of automation does UiPath support? ✔✔Attended, Hybrid, and Unattended
When using the For Each activity to loop through a list of MailMessage variables, how should the
TypeArgument property be set? ✔✔System.Net.Mail.MailMessage
What are the components of a Dictionary variable? ✔✔key and value
Which function does the Anchor Base activity provide? ✔✔Searches for a UI element by using
other UI elements as anchors and searching the specified area around the anchored element
What are the differences between full selectors and partial selectors? ✔✔Full selectors include
information about the top-level window.Partial selectors are recommended to perform multiple
actions in the same window.
A developer has an input string from a custom form and needs to ensure the string has a valid email
format. How can this be verified? ✔✔use REGEX
What describes a Native screen scraping method? ✔✔Extracts Text Position
Based on best practices, how can another workflow be triggered from within the current one?
✔✔Using the Invoke Workflow File activity
What is the difference between variables and arguments? ✔✔Variables pass the data between
activities inside workflows. Arguments pass the data between workflows
In UiPath Studio, what can be used as an anchor? ✔✔Find Image or Find Element
A developer wants to use only the UiPath Studio 2019.4 default "Package Sources" during their
development. In addition, Studio is connected to Orchestrator. Which options are located in the
default Package Sources? ✔✔Orchestrator, Local, Official, Go!
A user needs to download a report for each month of the year and decides to loop over the months
using a "For Each" activity. Which datatype is best-suited to hold the values of the names of the
months? ✔✔String[] - Array of Strings
Can a package be downloaded from Orchestrator assuming the necessary permissions are granted?
✔✔Yes; any version of a package can be downloaded
What describes a characteristic of a UiPath Robot? ✔✔Only attended and development robots can
be floating robots
What describes the function of UiPath version control? ✔✔Provides a developer an effective way
to develop larger projects that require collaboration between multiple users
What is a characteristic of an "asset"? ✔✔encrypted with the AES 256 algorithm
Which function(s) is available with an attended robot? ✔✔Started from the robot tray or command
prompt
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? ✔✔while
Which activity can be used to retrieve the value from a certain cell, from a DataRow object?
✔✔Get row item
Based on best practice, how many Global Exception Handlers can be set per automation project?
✔✔one per entire project
How can a full list of attributes of UI elements be displayed? ✔✔UI explorer
What is the correct syntax for displaying the current date in the Output panel using a Write Line
activity in a "dd-MM-yyyy" format? ✔✔Now.ToString
A user wants to write a datatable to an .xlsx file; however, the file does not exist. What will happen
if the Write Range activity is used to write a datatable? ✔✔file will be created and data will be
inserted
Which argument type does the selector property accept? ✔✔system.string
During development, a breakpoint is enabled at a particular activity. Later, the developer published
the package to UiPath Orchestrator. When the process runs from a UiPath Robot in an unattended
mode, what is the expected behavior? ✔✔breakpoint will not have any impact
Which job status(es) will prevent the deletion of an associated robot? ✔✔running and pending
What describes an Anchor Base activity in UiPath Studio? ✔✔Used to interact with an element
that has an unstable selector
Which wildcard characters can be used while editing a selector? ✔✔? and *
In UiPath Studio, which argument direction(s) exist? ✔✔in,out,in/out
Which Join Type should you use if you want to keep all rows from both data tables that meet the
Join rule? ✔✔inner
What are the different ways to create a variable in UiPath Studio? ✔✔Type in Variables panel,
press Ctrl+K in activity, press Ctrl+K in Properties
Which method should you use if you want to delete an item from a Dictionary?
✔✔dictionaryName.Remove(Key)
Which of the following is not a capability of Orchestrator? ✔✔publish packages
"Execute Macro" activity can be used only on .xls and .xlsx files. ✔✔False
Your customer has a large enterprise and would like to work on-premise. What license plan would
you recommend? ✔✔Enterprise Server Edition
What are the different methods in UiPath that use the RegEx builder?
✔✔matches,IsMatch,Replace
What happens if the "Find Element" activity does not find the element within the timeout of 5
seconds?
✔✔Throws an exception and stops the execution
What kind of data can be stored in data type "GenericValue"? ✔✔Any kind of data
What is not a best practice of project organization from the list below? ✔✔Keeping the progress
in one big workflow
What is an attribute? ✔✔a characteristic of a tag
If you want to process every item in a collection ind
[Show More]