Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free UiPath UiPath-ARDv1 Practice Exam with Questions & Answers | Set: 4

Questions 31

A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

UiPath-ARDv1 Question 31

In addition, the developer configured the following properties of the Read Range activity:

UiPath-ARDv1 Question 31

Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?

Options:
A.

OutputDataTable.Rows.Count = 1

Contains the values of cells "A2" and "B2"

B.

OutputDataTable.Rows.Count = 2

Contains the values of cells "A1" and "B1"

C.

OutputDataTable.Rows.Count = 2

Contains the values of cells "A2" and "B2"

D.

OutputDataTable.Rows.Count = 10,000

Contains the values of cells "A2" and "B2"

UiPath UiPath-ARDv1 Premium Access
Questions 32

UiPath-ARDv1 Question 32

Based on the exhibit that represents the "Deadline" in the yyyy-mm-dd format, what is the correct sequence in which the Queue Items are processed by a single Performer workflow?

NOTE: Drag the Queue Item Name found on the “Left” and drop on the correct Process Order found on the “Right”

UiPath-ARDv1 Question 32

Options:
Questions 33

If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?

Options:
A.

Element

B.

Selector

C.

ClippingRegion

D.

WaitForReady

Questions 34

During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:

1.The loading of the label text element takes longer than 30 seconds.

2.The loading of the button takes longer than 30 seconds.

3.The retrieving of the data or clicking the button must be tried until successful.

Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?

Options:
A.

Use the Get Text activity with the default timeout and set the ContinueOnError property to "True". Use the Click activity in the Retry Scope activity.

B.

Use the Get Text activity with the default properties in a Retry Scope activity. Use the Click activity with the default properties in a Retry Scope activity.

C.

Modify the Get Text activity by increasing the timeout property. Use the Click activity to click the button with the default settings.

D.

Use the Get Text activity with the default timeout and set the WaitForReady property to "None" in a Retry Scope activity.

Modify the Click activity by increasing the timeout property and set the ContinueOnError property to "True".

Questions 35

A developer published a library component for use within UiPath Studio.

In order to successfully add this library as a dependency to the project, what should be used?

Options:
A.

Invoke Com Method activity

B.

Imports Panel

C.

Invoke Method activity

D.

Manage Packages Window

Questions 36

What are the differences between partial selectors and full selectors?

Options:
A.

Partial selectors are recommended when switching between multiple windows.

Full selectors do not include information about the top-level window.

B.

Partial selectors do not include information about the top-level window.

Full selectors are recommended to perform multiple actions in the same window.

C.

Partial selectors are recommended to perform multiple actions in the same window.

Full selectors include information about the top-level window.

D.

Partial selectors include information about the top-level window.

Full selectors are recommended to perform multiple actions in the same window.

Questions 37

A developer is running a process in UiPath Studio based on Robotic Enterprise (RE) Framework 2021.10. One asset defined in the project does not exist in the Orchestrator folder provided in the Config.xlsx file.

What is the behavior at runtime?

Options:
A.

A warning message stating that the asset is missing is logged and then the process is stopped.

B.

No exception is thrown and neither will a message be logged, the process continues.

C.

The process throws an exception in the Initialization state because the asset is not found, then the process is stopped.

D.

A warning message stating that the asset is missing is logged and then the process continues.

Questions 38

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?

Options:
A.

Library

B.

Iterative Process

C.

Transactional Process

D.

Linear Process

Questions 39

A developer created the following sequence:

UiPath-ARDv1 Question 39

The following reflects the Catches block for the Try Catch activity:

UiPath-ARDv1 Question 39

The Variable tab appears below:

UiPath-ARDv1 Question 39

The Properties for the Retry Scope activity are shown below:

UiPath-ARDv1 Question 39

The Properties for the On Element Appear activity are as follows:

UiPath-ARDv1 Question 39

Based on the configurations shown in the exhibits, which output is displayed in the Output panel when the target exists at runtime and it is not visible on the screen?

Options:
A.

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

B.

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

C.

Value of counter is: 4

D.

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Snipping tool-option New Pop-up exists

Value of counter is: 4

Questions 40

A process uses the Robotic Enterprise (RE) Framework without access to Orchestrator. Based on best practices, what is the recommended way to ensure a transaction will be retried in the event of an Application Exception while processing that transaction?

Options:
A.

Use a Retry Scope activity within the Process Transaction state

B.

Use a Try Catch activity with a Retry Scope activity in the Catch block defined for Application Exceptions

C.

Set the MaxRetryNumber in the Config.xlsx file to a number greater than 0

D.

Create a Queue in Orchestrator with the "Max # of retries" greater than 0