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

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

Questions 91

Where can we see the logs generated by running robots?

Options are :

Options:
A.

In the Output panel.

B.

In the local Logs folder.

C.

In the Orchestrator logs.

UiPath UiPath-ARDv1 Premium Access
Questions 92

A developer created automation in UiPath to process CVs of job candidates. This process is designed to help the HR team in their daily activities. Every day robot needs to process mails from the HR team sent to its Outlook account. Besides emails from HR, the robot also receives organizational emails and emails from other employees. There are several possible ways to set up the Get Outlook Mail Messages activity for the robot to only extract emails from the HR Team <hr.team@company.com>.

Please choose the incorrect way.

Options:
A.

"[SenderName] = 'HR Team" in the Filter property of the Get Outlook Mail Messages activity.

B.

"[From] = 'HR Team" in the Filter property of the Get Outlook Mail Messages activity.

C.

"[SenderEmailAddress] = 'hr.team@company.com'" in the Filter property of the Get Outlook Mail Messages activity.

D.

"HR Team" in the From property of the Get Outlook Mail Messages activity.

Questions 93

A developer implemented a Dispatcher process using the Robotic Enterprise Framework to upload items to a queue.

According to the requirements from the Finance team, all items with Price>10000$ should be processed starting 1st of July 2021 at 8 am, when Q3 starts.

For that, the developer uses an Add Queue Item activity inside an If. What is the correct setting for that activity?

Options:
A.

Set Postpone property to:

1 7 21 8:0

B.

Set Postpone property to:

DateTime.ParseExact("1 July 2021 08:00","dd mmmm yyyy hh:mm", System.Globalization.CultureInfo.InvariantCulture)

C.

Set Delay property to:

DateTime.ParseExact("1 July 2021 08:00","dd mmmm yyyy hh:mm", System.Globalization.CultureInfo.InvariantCulture)

D.

Set Postpone property to:

7 1 21 8:0

Questions 94

In which types of variable can you store text?

Options are :

Options:
A.

Integer

B.

String

C.

Double

D.

Generic

Questions 95

What happens if the ClickBeforeTyping property in a Type Into activity is selected?

Options are :

Options:
A.

Before typing, a click is performed at the current mouse position.

B.

Before typing, a click is performed on the top left corner of the UiElement.

C.

Before typing, a click is performed at the center of the UiElement.

Questions 96

A developer has created a process that gathers a listing of stock market prices in the following format _USD ().

How should the third line in RegEx Builder be modified to ensure that only items with prices of at least 100 are identified?

UiPath-ARDv1 Question 96

Options:
A.

RegEx: One of

Value: 123456789

Quantifiers: Between 2 and 4

B.

RegEx: Any word character

Value: \w

Quantifiers: Exactly 3

C.

RegEx: Digit

Value: \d

Quantifiers: Exactly 3

(Correct)

D.

RegEx: Literal

Value: [0-9]

Quantifiers: At least one (1 or more)

Questions 97

Which one of the statements below regarding the GetAppCredentials workflow included in UiPath Robotic Enterprise Framework is true?

Options are :

Options:
A.

It first requests the credential from user.

B.

It first tries to fetch a credential from Orchestrator.

C.

It first tries to fetch a credential from the Windows Credential Manager.

Questions 98

Is there any way to hide the execution of one activity in the logs?

Options are :

Options:
A.

Yes, by changing the minLevel property of the "Execution" logger from NLog.config file.

B.

No, but the logs can be manually edited.

C.

Yes, by checking the Private property of the activity that is to be hidden.

Questions 99

Please select the correct statement about Global Exception Handler.

Options:
A.

Every automation project includes a Global Exception Handler.

B.

The Global Exception Handler is available for library projects and processes.

C.

The Global Exception Handler has two arguments that can be removed.

D.

Only one Global Exception Handler can be set per automation project.

Questions 100

Which of the following SQL statements can be executed by using the activity called Execute Non Query?

Options are :

Options:
A.

Insert

B.

Update

C.

Select

D.

Delete