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?