UiPath RPA ASSOCIATE PRACTICE
QUESTIONS AND ANSWERS
A developer wants to remove the company name from the "UiPath Certification" string.
Which string method will return "Certification"? - Correct Answers -"UiPath
Certification".Substring(6).Trim
What is a characteristic of an Orchestrator Asset? - Correct Answers -Asset values can
be defined for each user
Which characters can be used as wildcards while editing a selector? - Correct Answers
-? and *
What are the differences between variables and arguments? - Correct Answers -
Variables pass data between activities inside the same workflow Arguments pass data
between workflow files
A developer created a process that prompts the user for an input company name, opens
a browser and searches the company name, scrapes the search results, and writes the
results to Excel. Which part of the process requires an attended robot?
A. Opening the Web Browser
B. Input Dialog Prompt
C. Scraping Structured Data
D. Writing Data to Excel - Correct Answers -B. Input Dialog prompt
You want to identify a selector in a Type Into activty for a text input field within an
application. How many elements in an application can a selector be valid for at runtime
in order for the Type Into activity to execute as expected?
A. 1 element
B. 2 elements
C. 3 elements
D. 5 elements - Correct Answers -A. 1 element
A developer created a robot to do the following:1. Launch Internet Explorer2. Scrape the
data3. Store the data in Microsoft Excel4. Close Internet ExplorerIf there is an exception
in Step 2 or Step 3, the process should still perform Step 4. Which block of the Try
Catch activity allows Step 4 to execute whether or not there is an exception in Step 2 or
Step 3?
, A. Application Exception Catch Block
B. Business Exception Catch Block
C. Finally Block
D. Try BlockC. - Correct Answers -C. Finally Block
A developer is creating an automation that needs to log into a desktop application. The
automation will enter the password in the application user interface. The password
contains only numbers.What is the recommended variable type to store the password
value? - Correct Answers -SecureString
A developer wants to retrieve all UI elements from a form that is based on a filter
criterion. Which activity should the developer use? - Correct Answers -Find Children
Which data type is used to store data extracted from a Microsoft Excel file using a Read
Range activity? - Correct Answers -DataTable
Which business process is best-suited for automation? - Correct Answers -Scheduling
and sending out a high volume of reminders for patients at a healthcare center
A developer needs to create a variable to store the value of a username. Which variable
field is optional? - Correct Answers -Default
When using the For Each activity to loop through the output of a Get IMAP Mail
Messages activity, how should the TypeArgument property be set? - Correct Answers -
System.Net.Mail.MailMessage
In UiPath Studio, what is the primary feature of a flowchart? - Correct Answers -Ability
to connect activities in multiple ways by branching multiple logical operators
A developer wants to retrieve all rows in a datatable variable with a "Price" value greater
than 1000. Which activity can the developer use? - Correct Answers -Filter Data Table
A developer generated a static selector by selecting "Indicate on screen" inside a Click
activity. In addition, the developer needs to view the full list of attributes of the target UI
element.
What should be used to display the full list? - Correct Answers -UI Explorer tool
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 data type is best-suited to hold the values
of the names of the months? - Correct Answers -Dictionary<Object,String>
Which dependencies are automatically installed when a developer starts a blank
process in UiPath Studio 2021.10? - Correct Answers -UiPath.Mail.Activities and
UiPath.Excel.Activities
QUESTIONS AND ANSWERS
A developer wants to remove the company name from the "UiPath Certification" string.
Which string method will return "Certification"? - Correct Answers -"UiPath
Certification".Substring(6).Trim
What is a characteristic of an Orchestrator Asset? - Correct Answers -Asset values can
be defined for each user
Which characters can be used as wildcards while editing a selector? - Correct Answers
-? and *
What are the differences between variables and arguments? - Correct Answers -
Variables pass data between activities inside the same workflow Arguments pass data
between workflow files
A developer created a process that prompts the user for an input company name, opens
a browser and searches the company name, scrapes the search results, and writes the
results to Excel. Which part of the process requires an attended robot?
A. Opening the Web Browser
B. Input Dialog Prompt
C. Scraping Structured Data
D. Writing Data to Excel - Correct Answers -B. Input Dialog prompt
You want to identify a selector in a Type Into activty for a text input field within an
application. How many elements in an application can a selector be valid for at runtime
in order for the Type Into activity to execute as expected?
A. 1 element
B. 2 elements
C. 3 elements
D. 5 elements - Correct Answers -A. 1 element
A developer created a robot to do the following:1. Launch Internet Explorer2. Scrape the
data3. Store the data in Microsoft Excel4. Close Internet ExplorerIf there is an exception
in Step 2 or Step 3, the process should still perform Step 4. Which block of the Try
Catch activity allows Step 4 to execute whether or not there is an exception in Step 2 or
Step 3?
, A. Application Exception Catch Block
B. Business Exception Catch Block
C. Finally Block
D. Try BlockC. - Correct Answers -C. Finally Block
A developer is creating an automation that needs to log into a desktop application. The
automation will enter the password in the application user interface. The password
contains only numbers.What is the recommended variable type to store the password
value? - Correct Answers -SecureString
A developer wants to retrieve all UI elements from a form that is based on a filter
criterion. Which activity should the developer use? - Correct Answers -Find Children
Which data type is used to store data extracted from a Microsoft Excel file using a Read
Range activity? - Correct Answers -DataTable
Which business process is best-suited for automation? - Correct Answers -Scheduling
and sending out a high volume of reminders for patients at a healthcare center
A developer needs to create a variable to store the value of a username. Which variable
field is optional? - Correct Answers -Default
When using the For Each activity to loop through the output of a Get IMAP Mail
Messages activity, how should the TypeArgument property be set? - Correct Answers -
System.Net.Mail.MailMessage
In UiPath Studio, what is the primary feature of a flowchart? - Correct Answers -Ability
to connect activities in multiple ways by branching multiple logical operators
A developer wants to retrieve all rows in a datatable variable with a "Price" value greater
than 1000. Which activity can the developer use? - Correct Answers -Filter Data Table
A developer generated a static selector by selecting "Indicate on screen" inside a Click
activity. In addition, the developer needs to view the full list of attributes of the target UI
element.
What should be used to display the full list? - Correct Answers -UI Explorer tool
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 data type is best-suited to hold the values
of the names of the months? - Correct Answers -Dictionary<Object,String>
Which dependencies are automatically installed when a developer starts a blank
process in UiPath Studio 2021.10? - Correct Answers -UiPath.Mail.Activities and
UiPath.Excel.Activities