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

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

Questions 21

Where in the Robotic Enterprise (RE) Framework template project is the SetTransactionStatus.xaml invoked?

Options:
A.

In the Finally section of the Try Catch activity in the End Process state.

B.

In the Try section of the Try Catch activity in the Process Transaction state.

C.

In the Finally section of the Try Catch activity in the Process Transaction state.

D.

In the Try section of the Try Catch activity in the End Process state.

UiPath UiPath-ARDv1 Premium Access
Questions 22

A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required – XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.

Which expression exclusively matches the ticket number pattern from the subject line?

UiPath-ARDv1 Question 22

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 23

You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input.

Which input method(s) will automatically empty the target input fields?

Options:
A.

"SendWindowMessages" only

B.

"Default" and "SimulateType"

C.

"SimulateType" only

D.

"SimulateType" and "SendWindowMessages"

Questions 24

A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT".

Which expression is used to reference this element?

Options:
A.

DT.Rows(0).ID

B.

DT.Rows(1).ID

C.

DT.Rows(0).Item("ID")

D.

DT.Rows(1).Item("ID")

Questions 25

A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox.

Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?

Options:
A.

Get Exchange Mail Messages

B.

Get POP3 Mail Messages

C.

Get Outlook Mail Messages

D.

Get IMAP Mail Messages

Questions 26

A developer was reviewing an Orchestration process whose "main" attribute is set to Main.xaml in project.json.

However, the process is not pausing as intended. What is a possible cause for this issue?

Options:
A.

UI activities were not used in the process.

B.

"Wait for Form Task and Resume" activity was called in Main.xaml.

C.

Process created a task in the Orchestrator.

D.

"Wait for Form Task and Resume" activity was called in GetApproval.xaml.

Questions 27

A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.

If this process is published and run from Orchestrator, what is the expected result?

Options:
A.

Exception Pop-up is displayed on the robot machine.

B.

Job is completed with a "Stopped" state.

C.

Job is completed with a "Successful" state.

D.

Job is completed with a 'Faulted" state.

Questions 28

A developer is creating an automation project which processes personal information of employees.

To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?

Options:
A.

Store all sensitive information in an Excel file that the process can access.

B.

Check the Isolated property when invoking a workflow with sensitive information.

C.

Ensure all personal information variables are of the SecureString variable type.

D.

Check the Private property on the activities that contain sensitive information.

Questions 29

A developer configured the Activity Project Settings for a UI automation and a Click activity in the project shown in the following exhibits:

UiPath-ARDv1 Question 29

UiPath-ARDv1 Question 29

If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?

Options:
A.

10 seconds

B.

15 seconds

C.

20 seconds

D.

30 seconds

Questions 30

A developer wants to ensure that a process they are developing includes coherent logs with meaningful log messages. During the execution of the process, an application exception is caught and stored in a local variable called exception.

Based on UiPath best practices, how should the Log Message activity in the Catch section of this exception be configured?

Options:
A.

Level: Warn

Message: exception.Message + "at" + exception.Source

B.

Level: Error

Message: "Exception occurred at" + exception.Source

C.

Level: Fatal

Message: exception.Message

D.

Level: Info

Message: "Application Exception at" + exception.Source