RPA practice test
A developer wants to remove the company name from the "UiPath Certification" string. Which string function will return "Certification"?
"UiPath Certification".Substring(6).Trim
Which extension is used for a Library file?
.nupkg
Which wildcard characters can be used while editing a selector?
? and *
What kind of data can be stored in data type "GenericValue"?
Any kind of data
Which type(s) of automation does UiPath support?
Attended, Hybrid, and Unattended
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
Your customer has a large enterprise and would like to work on-premise. What license plan would you recommend?
Enterprise Server Edition
What activity should you use if you want to add to the existing .xslx document?
Excel append range
Which app integration should you use to delete a mail message?
Exchange Mail
What describes a Native screen scraping method?
Extracts Text Position
"Execute Macro" activity can be used only on .xls and .xlsx files.
False
Any user that has access to Orchestrator can create and provision robots and machines.
False
The Highlight Elements option in the Debug mode is enabled by default.
False
In UiPath Studio, what can be used as an anchor?
Find Image or Find Element
If you want to process every item in a collection individually, which control flow should you use?
For Each
What is the correct definition for Full Selector and Partial Selector?
Full selector is best suited for working with multiple workflows. Partial selectors is generated by the desktop recording
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.
Which Screen Scraping method should you use to extract hidden text in the element?
FullText
In order to show only filtered MailMessage variables, which activity should be used?
Get Outlook Mail Messages
What should you use to verify if a checkbox is selected or not?
Get attribute
In case you want to use an Asset from Orchestrator with data type "credential", what activity should you use in UiPath Studio?
Get credentials
Which activity can be used to retrieve the value from a certain cell, from a DataRow object?
Get row item
what can you use to extract text from a hidden browser?
Get text, Get full text, extract structured data
uiPath Studio
Helps you design automation workflows visually
What is not a best practice of project organization from the list below?
Keeping the progress in one big workflow
UiPath Orchestrator
Lets you control, manage and monitor the robots.
What are the three categories in which we can divide business processes?
Linear Iterative Transactional
What can you do in the Watch panel?
Monitor values of variables or arguments and the values of user-defined expressions that are in scope
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
What describes a characteristic of a UiPath Robot?
Only attended and development robots can be floating robots
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!
"... are used in UiPath to extract data from a UI element" is the definition of?
Output actions
Which are the correct steps of RPA Implementations
Prepare RPA, solution design, build , test, stabilize, constant improvement
What describes the function of UiPath version control?
Provides a developer an effective way to develop larger projects that require collaboration between multiple users
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 activity allows you to customize the name of the sender when you are sending an email?
Send Exchange mail message, Send SMTP mail message
What are the different types of Breakpoint available in UiPath Studio?
Simple Breakpoint, conditional breakpoint, simple trace point, conditional trace point
Which function(s) is available with an attended robot?
Started from the robot tray or command prompt
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
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
The Read PDF with OCR activity will throw an error if the following is not specified
The OCR engine that is to be used, FileName
Do while
The condition is evaluated after each execution of the statements
while loop
The condition is evaluated before each execution of the statements
What happens if the AddHeaders option is checked for Read Range Activity?
The first row from the specified range is considered to be the column names
What happens to the variables if you use "Extract as Workflow" option?
They will be turned into arguments automatically
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 is UiExplorer used for?
To create and fine tune selectors and To Explore the UI tree
Global Exception Handler can't be used in a Library
True
If you want to use "Get Cell Color" activity in an Excel file, Microsoft Excel needs to be installed.
True
The UiPath Community Edition Studio can only be connected to the UiPath Orchestrator Community Edition.
True
With Community Edition plan you can't create multiple organization units in Orchestrator
True
You can use the "Element Exists" activity on a UI element that is not visible
True
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 activity should you use if you want to type in password in a browser?
Type secure text
How can a full list of attributes of UI elements be displayed?
UI explorer
What describes an Anchor Base activity in UiPath Studio?
Used to interact with an element that has an unstable selector
Based on best practices, how can another workflow be triggered from within the current one?
Using the Invoke Workflow File activity
Which UiPath Studio panel can be used to change the scope of a variable?
Variables
What is the difference between variables and arguments?
Variables pass the data between activities inside workflows. Arguments pass the data between workflows
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
Can a package be downloaded from Orchestrator assuming the necessary permissions are granted?
Yes; any version of a package can be downloaded
What is an attribute?
a characteristic of a tag
What output would the expression UiPath.Substring(1,4) return? UiPath = "HappyAutomation"
appy
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
By using Data Scraping of a table on a webpage, the extracted data should be stored in the following data type
dataTable
Which method should you use if you want to delete an item from a Dictionary?
dictionaryName.Remove(Key)
What is a characteristic of an "asset"?
encrypted with the AES 256 algorithm
What are the different Mail App integrations that you have by Default in UiPath Studio?
exchange,IBM Notes,IMAP,Outlook,POP3, and SMTP
If you click on an activity in the Call Stack panel it will execute the activity
false
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
The same workflow is using information from 2 ".xls" files and 2 ".xlsx" file, not running in the background. How many Excel Application Scope activities will you use?
four
What are the different ways to execute a process in Orchestrator?
from robot tray, starting a job, and create schedule
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 components of a process?
input,output,processFlow,SourceApplication
What is the correct definition for SMTP Mail activity?
it can only be used to send mail message
What are the components of a Dictionary variable?
key and value
Which steps should you follow in UiPath Studio to install a "PDF" package?
managepackages ->all packages ->type in PDF -> select -> install -> save
What are the different methods in UiPath that use the RegEx builder?
matches,IsMatch,Replace
Based on best practice, how many Global Exception Handlers can be set per automation project?
one per entire project
Which of the following is not a capability of Orchestrator?
publish packages
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 is the correct definition for a "Solution Architect"?
responsible for defining the architecture of the rpa solution
Which job status(es) will prevent the deletion of an associated robot?
running and pending
Unattended robot
runs in virtual environments and can automate any number of processes, without human
When is fine-tuning of a selector not required?
selectors with wildcards
What project type should you use for a simple and linear workflow?
sequence
What activity should you use to sort a DataTable ascending?
sort data table
When using an Excel Application Scope activity, which activity should be used to sort a table directly in an .xlsx file?
sortTable
sort table
sorts a table(column) in ascending or descending order(needs a table)
sort Data table
sorts an input extracted from a datable in excel(dont need a table)
Your customer wants that his employees would make their own small automation solutions but they don't have any coding knowlegde. Which UiPath Studio version should they install?
studioX
Which control flow statement should you use if an invoice has 5 different statusses and 2 sets of actions for each one?
switch
Which argument type does the selector property accept?
system.string
attended robot
triggered by user events, and operates alongside a human, on the same workstation
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
Getting the content of the PDF document is possible by what?
using screen scraping and read PDF
What does "webctrl" tag stands for?
web page control
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
When should you use the "Active Accessibility" UI Framework?
while working with the legacy software