A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data. Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?
A. In the new state in the Main.xaml that transitions from Init.
B. In the InitAllApplications.xaml workflow.
C. In the Get Transaction Data state in the Main.xaml.
D. In the Ina state of the Main.xaml in the First Run sequence.
What are the recording profiles are available in UiPath Studio?
A. Basic, Desktop, Web, and Citrix
B. Basic and Desktop
C. Automatic recording and Step-by-Step recording
D. Click, Check, Type Into, and Select Item
Which of the following SQL statements can be executed by using the activity called Execute Non Query?
A. Insert
B. Update
C. Select
D. Delete
A developer is creating a process using the Dispatcher and Performer model. The Dispatcher uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue. Which type of design is best-suited for the automation of this Dispatcher?
A. Library
B. Iterative Process
C. Transactional Process
D. Linear Process
What are the differences between a partial selector and a full selector?
A. Partial selectors in activities always take longer to execute. Full selectors can contain wildcards.
B. Partial selectors are recommended when switching between multiple windows. Full selectors can only contain one line.
C. Partial selectors cannot contain wildcards. Full selectors always include the application name.
D. Partial selectors can only be configured on activities inside containers. Full selectors always contain information about the top-level window.
A developer created an attended process which used UI Automation activities on hidden or minimized windows. While the process is running on the user's machine, the user also needs the ability to use the machine. Which activity is configured by default to enable interaction with hidden or minimized windows?
A. Type Secure Text
B. Click
C. Set Text
D. Hover
When debugging a process, you run in Debug mode and are paused at a breakpoint. To execute only one activity at a time, which button should be clicked on the Debug tab of Studio?
A. Step Into
B. Break
C. Slow Step
D. Continue
A developer wants to use the output of a Find Children activity to identify a button with a Click activity. Which property of the Click activity must be manually configured during development to identify the button?
A. ClippingRegion
B. Element
C. Selector
D. WaitForReady
A developer created a Performer process using the Robotic Enterprise (RE) Framework template in UiPath Studio version 2021.10. The process is published to an Orchestrator folder called FolderA and a job is created in Orchestrator from
the package. The value of the "OrchestratorQueueName" setting in Config.xlsx is QueueA and the value of "OrchestratorQueueFolder" is FolderA.
The developer runs the job from Orchestrator with the following argument values: in_OrchestratorQueueName = "QueueB" in_OrchestratorQueueFolder = empty value
Which queue will be consumed by the robot?
A. QueueA from FolderA
B. QueueA from Shared
C. QueueB from FolderA
D. QueueB from Shared
Which Data Table activity has a property setting that adds columns to an input datatable?
A. Build Data Table
B. Output Data Table
C. Merge Data Table
D. Generate Data Table