What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
A. Inherited
B. Medium
C. High
D. Low
In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?
A. Entry
B. Transitions
C. Triggers
D. Exit
What is the purpose of credential stores in UiPath Orchestrator?
A. To store non-sensitive data and configuration settings for UiPath Studio projects.
B. To store Orchestrator event logs and related data for auditing purposes.
C. To securely store sensitive data such as Robot credentials and Credential Assets for use in automation processes.
D. To serve as a centralized location for storing pre-built automation workflows and processes.
Which of the following statements is true about the existing UiPath Studio installation packages?
A. The Attended Robot installation package installs only the UiPath Robot.
B. The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot.
C. The Attended Robot installation package installs only UiPath Studio, and Robot.
D. The Automation Developer installation package installs only UiPath Studio, Assistant, and Robot.
What is the purpose of the Capture All Elements feature in Object Repository?
A. To capture all elements of an application from multiple screens simultaneously using the Computer Vision technology.
B. To capture ail the available elements of an application using the Computer Vision technology
C. To capture the selected elements of an application using the Computer Vision technology.
D. To capture the selected elements of an application from multiple screens simultaneously using the Computer Vision technology.
In UiPath Studio, when a developer executes a workflow in Debug mode and the process stops at a breakpoint, which panel enables the developer to assign values to variables prior to resuming the process?
A. Locals Panel and Watch Panel.
B. Immediate Panel and Watch Panel.
C. Watch Panel and Breakpoint Panel.
D. Locals Panel and Immediate Panel.
Which activity is specific for UI synchronization in UiPath Studio?
A. Get Processes
B. Use Application/Browser
C. Check App State
D. Process Start Trigger
When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?
A. Data Service
B. Data Service with Filter
C. File
D. Test Data Queue
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:
The Invoke Method activity has the following properties:
The Parameters property is as follows:
Based on the information shown in the exhibits what is the outcome of the Invoke Method activity?
A. Invoke Method activity will throw an error.
B. Colors will contain items in the following order: "Red", "Green", "Yellow".
C. Colors will contain items in the following order: "Yellow:", "Red", "Green".
D. Colors will contain items in the following order: "Red", "Green"
Given the following conditional breakpoint with count = 0:
Conditional breakpoint settings:
How many times will UiPath be displayed in the Output panel before the process goes into a Paused state in Debug mode?
A. 4
B. 3
C. 2
D. 5