A developer needs to create a process that identi es and then processes background veri cation documents from 10 separate vendors. Each vendor has a different document format that must be processed in a unique way. Based on best practices, which activity is recommended for creating a different set of actions for each vendor?
A. Flow Switch
B. Do While
C. Flow Decision
D. For Each
A developer created a robot to do the following:
1.
Launch Internet Explorer
2.
Scrape the data
3.
Store the data in Microsoft Excel
4.
Close Internet Explorer
If 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 Block
What is a benefit of using UiPath Orchestrator queues?
A. Manually audit Queue Items by updating any Item Status to a Revision Status
B. E cient use of resources by enabling Queue Item distribution individually to robots
C. Ensures each queue is only processed by one robot, by default
D. Ability to change the number of retries at the queue level after queue creation
By default, in which activity can a developer add a UI activity that has a full selector?
A. Open Application
B. Attach Window
C. Sequence
D. Attach Browser
A developer published a library to a folder on their machine. After opening a new process and selecting "Manage Packages" in UiPath Studio, what should be con gured to load the library into the process?
A. O cial Feed
B. Default package sources
C. Marketplace Feed
D. User-de ned package sources
A developer created a datatable called "DT" using the Build Data Table activity as shown in the exhibit.

What is the result of the expression, DT.Rows(1)(0).ToString?
A. 25
B. 42
C. Clara
D. Michael
When should an Attended Robot be used? Select the option that applies
A. When a workflow needs to be modified and corrected
B. When the process might be interrupted by exceptions and errors
C. When the processing of some input data relies on human decision
Which of the following are required to have efficient execution of automation projects?
A. Proper exception handling
B. Effective logging mechanisms
C. Recovery abilities
What is UiExplorer used for?
A. To view logs
B. To create stable selector
C. To explore workflow tree
How can you rename a file using StudioX?
A. You cannot rename a file with StudioX
B. Using the Change File action
C. Using the Move File action
D. Using the Rename file action