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

UiPath UiPath-ARDv1 - UiPath Advanced RPA Developer v1.0 Exam (UiARD)

Page: 8 / 11
Total 348 questions

You want to build a Dispatcher process to populate an Orchestrator Queue for parallel processing on multiple robots. Which activity should you use to add a queue item for each work item?

Options are :

A.

Add Queue Item

B.

Add Transaction Item

C.

Get Transaction Item

In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues, what should the value of MaxRetryNumber be set to?

Options are :

A.

0

B.

Any value greater than 0

C.

Any value greater than 2

Please choose the correct statement about the usage of wildcards in selectors.

A.

To replace only 1 character in the selector, it is recommended to use an Asterisk (*) wildcard.

B.

A Question mark (?) wildcard is used to replace 0 or 1 characters in the selector.

C.

In UiPath selectors, only 2 types of wildcards can be used: Asterisk (*) and Question mark (?).

D.

Wildcards in selectors are used to deal with stable attributes in a selector.

A developer uses the following selector to extract the title of the invoice opened in the Chrome browser.

Which of the following documents would not be recognized by UiPath?

A.

Invoice 1263 - 12.04.2021.pdf

B.

Invoice - 04.04.2021.pdf

C.

Invoice - 17.05.21.pdf

D.

Invoice 4324 - 2.06.2021.pdf

A developer is using UiExplorer to modify selectors. The "Highlight" button is present in UiExplorer. What is its functionality and when does this button appear?

A.

Highlights the selected element from the Visual Tree in real time. The highlight stays on for 3 seconds.

B.

Brings the target element in the foreground. The button is enabled only if the selector is valid.

C.

Highlights the selected element from the Visual Tree in real time. The highlight stays on until it's switched off.

D.

Brings the target element in the foreground. The button is enabled only if the selector is invalid.

When should the "Add Log Fields" activity be used?

Options are :

A.

When a log message with a maximum number of five visible fields needs to be generated

B.

When the standard log message has to be customized by adding new fields to it

C.

When logs need to be enabled

When requesting a work item from Orchestrator Queues using the Get Transaction Item activity, you need to specify the following:

Options are :

A.

The name of the Queue and the number of items to be retrieved

B.

The name of the Queue, the number of items, and a filtering expression

C.

The name of the Queue which contains that specific work item

A developer automates a project for Finance Team. As the first step, robot needs to capture ticket numbers from a Sharepoint site and then search them in SalesForce application. However, on Sharepoint all ticket numbers contain 7 characters and start with zeros e.g. 0000728, 0011430, 0003219. While in SalesForce, zeros in front are removed e.g. 728, 11430, 3219.

How can robot overcome this inconsistency?

A.

newTicketNumber = oldTicketNumber.Substring(3)

B.

newTicketNumber = oldTicketNumber.Trim("0"c)

C.

newTicketNumber = oldTicketNumber.TrimStart("0"c)

D.

newTicketNumber = oldTicketNumber.Replace("0","")

What happens if the result of a transaction is not set?

Options are :

A.

The status is "In Progress" for 24 hours, and then it switches to Abandoned

B.

It is automatically set to Failed after 24 hours

C.

It is automatically set to Successful after 24 hours

When is it recommended to use full selectors?

A.

When switching between multiple windows.

B.

When the selector is stable.

C.

When performing multiple actions in the same window.

D.

When working with dynamic selectors.