Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

A process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level

for the Log Message contained in the System Exception block?

A.

Info

B.

Warn

C.

Fatal

D.

Error

Which database operations can be controlled with Application Access? (Choose 2 answers)

A.

Create

B.

Execute

C.

Update

D.

Query

Which of the following statements is true?

A.

UiPath Robots can be deleted if they have pending or active jobs in UiPath Orchestrator.

B.

Unattended robots can be connected to UiPath Orchestrator without the Windows username.

C.

UiPath Orchestrator consumes the Queue Items uploaded to the UiPath Robot.

D.

Attended robots can be connected to UiPath Orchestrator without Windows Credentials.

A developer is working on a project that uses Git for source control. A fellow team member seeks to compare two versions of a specific workflow within the project. Which option in UiPath Studio offers this functionality?

A.

Show History

B.

Push

C.

Checkout Branch

D.

Pull (Rebase)

What is a recommended way to safely store credential information used in a UiPath automation project?

A.

Store the username and password as hardcoded values with the Private option enabled on activities

B.

Store the username and password in a Config.xlsx Excel file in the Studio project folder

C.

Store the username and password in a single Orchestrator asset

D.

Store the username and password in a Notepad file on the robot's local machine

What is the use of job priorities in unattended automations within UiPath Orchestrator?

A.

To determine which processes should be executed first when dealing with multiple jobs.

B.

To sort and organize tasks within a folder.

C.

To create job dependencies that must be completed before new job execution.

D.

To determine machine resource allocation among processes.

Which two parts are included in an Anchor Base activity?

A.

Anchor and Action

B.

Anchor and Condition

C.

Anchor and Trigger Scope

D.

Anchor and Sequence

What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?

A.

Navigate to Tenant > Folders, click the All Workspaces tab, and then click Check Resources for the desired workspace.

B.

Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click See Usage for the desired workspace.

C.

Navigate to Tenant > Users, click the Personal Workspaces tab, and then click Resources for the desired workspace.

D.

Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click Manage Resources for the desired workspace.

What advantages do pre-built connectors in UiPath Integration Service offer?

A.

Reducing the need for Ul and API automation, allowing developers to work exclusively with connectors.

B.

Simplified integration with popular applications, faster deployment, and integration across all UiPath Platform product solutions.

C.

Providing a fully customizable catalog of connectors for developing proprietary applications.

D.

Replacing all types of authorization and authentication protocols with a single, standardized method.

When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

A.

Initialization -> Process Transaction -> End Process

B.

Initialization -> Get Transaction Data -> Process Transaction -> End Process

C.

Initialization -> Get Transaction Data -> End Process

D.

Initialization -> End Process