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

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

Questions 71

Which emails are deleted if you use Get IMAP Mail Messages with the DeleteMessages property set to true?

Options are :

Options:
A.

Only the emails that were marked as previously read.

B.

There is no DeleteMessages property for the Get IMAP Mail Message activity. This option is available only for Get Exchange Mail Message.

C.

The ones in the list that is retrieved by the Get IMAP Mail Messages activity.

UiPath UiPath-ARDv1 Premium Access
Questions 72

What tags are verified in Internet Explorer to assess if an application is in the Interactive or Complete state?

Options:
A.

The <webctrl> tag is used to check if the Ready state of the HTML document is Complete.

B.

, <ctrl>, , or  tags.

C.

The presence of   tag is verified.

D.

The <webctrl> tag is used to check if the Ready state of the HTML document is set to Complete. Additionally, the Busy state has to be set to "False".

Questions 73

How can you pass DATA between workflows?

Options are :

Options:
A.

By using arguments

B.

By using variables

C.

By using a pipe

Questions 74

Practical exam questions is different for different people, so solution cant be shared but as i have promised that i will help in practical exam, You can mail me at learnautomationr@gmail.com and i will help you to clear practical exam also.

Options are :

Options:
A.

Understood

B.

Answer :Understood

Questions 75

A developer uses an Anchor Base activity to search for the required selector. In the "Anchor Position" property, the "Auto" option is selected. If multiple elements are found at equal distance from the anchor, in which order the target is selected?

Options:
A.

Top, Right, Bottom, Left.

B.

Right, Left, Bottom.

C.

Right, Top, Left, Bottom.

D.

Left, Right, Top.

Questions 76

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

UiPath-ARDv1 Question 76

Options:
A.

Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is valid.

B.

Indicates a new UI element to replace the previous one. The button is enabled only if the selector is valid.

C.

Indicates a new UI element to replace the previous one. The button is enabled only if the selector is invalid.

D.

Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is invalid.

Questions 77

What activity can you use to get a column value from a specific row of a DataTable?

Options are :

Options:
A.

Row Read Cell

B.

Get Row Item

C.

Remove Data

Questions 78

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?

Options:
A.

newTicketNumber = oldTicketNumber.Substring(3)

B.

newTicketNumber = oldTicketNumber.Trim("0"c)

C.

newTicketNumber = oldTicketNumber.TrimStart("0"c)

D.

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

Questions 79

How does the Anchor Base activity work?

Options are :

Options:
A.

It searches for an UiElement at a fixed anchor position.

B.

It searches for an UiElement using a relative coordinate position.

C.

It searches for an UiElement by using another UiElement as anchor.

Questions 80

A foreground process is running on the user's machine. A developer starts a new background process on the same machine while the foreground process is still running. What will happen in such situation?

Options:
A.

The foreground process will be stopped automatically and the background process will run.

B.

The background process will wait for the foreground process to finish, and then will be executed.

C.

There is no possibility to run a background process while a foreground process is running.

D.

The background process will be executed and will run in parallel with the foreground process.