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

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

Questions 61

A developer wants to use the default Robotic Enterprise (RE) Framework without using Orchestrator. What is the minimum requirement to ensure that the project does not access Orchestrator queues?

Options:
A.

Remove the Get Transaction Data state from the Main state machine

Remove the OrchestratorQueueName setting from Config.xlsx

B.

Remove the Get Transaction Data state from the Main state machine

Remove the Get Transaction Item activity from the project

C.

Remove the Get Transaction Item activity from the project

Remove the three SetTransactionStatus activities from the SetTransactionStatus workflow

D.

Remove the OrchestratorQueueName setting from Config.xlsx

Remove the three SetTransactionStatus activities from the SetTransactionStatus workflow

UiPath UiPath-ARDv1 Premium Access
Questions 62

A developer wants to use separate user data folders for browsers in the Main and PiP sessions. What is the correct setting of the UserDataFolderMode property on the Open Browser activity?

Options:
A.

BrowserUserDataFolderMode.CustomFolder

B.

BrowserUserDataFolderMode.Automatic

C.

%LocalAppData%\UiPath\PIP Browser Profiles

D.

BrowserUserDataFolderMode.DefaultFolder

Questions 63

The following reflects a subset of process steps from the Process Definition Document (PDD):

1) Read the unread emails from the Robot mailbox and mark them as read.

2) If the email has an attachment of type PNG, download the attachment.

3) Else, send a reply to the sender with the message "Invalid Attachment, please attach a .PNG file to process".

If you are designing a process based on the PDD steps, what is the correct exception type for Step 3?

Options:
A.

UiPath.Core.BusinessRuleException

B.

System.ArgumentException

C.

UiPath.Core.InvalidImageException

D.

System.Exception

Questions 64

A developer needs to ensure a UI element with a partially changing attribute can be consistently identified with a Click activity. Which property of the Click activity can support a wildcard?

Options:
A.

Element

B.

Selector

C.

ClippingRegion

D.

ClickType

Questions 65

A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.

<html app='chrome.exe' title='ACME Accounts System - Employees - 123456' />

<webctrl tag='DIV' aaname='123456' class='DateOfBirth' />

Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.

The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?

Options:
A.

<html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />

<webctrl tag='DIV' aaname='{{accountNumber}}' class='DateOfBirth' />

Where accountNumber is a 6-digit string variable containing an account number

B.

<html app='chrome.exe' title='ACME Accounts System - Employees - ' />

<webctrl tag='DIV' aaname='{{accountNumber}}' class='{{accountNumber}}' />

Where accountNumber is a 6-digit string variable containing an account number

C.

<html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />

<webctrl tag='DIV' aaname='?' class='DateOfBirth' />

Where accountNumber is a 6-digit string variable containing an account number

D.

<html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />

<webctrl tag='DIV' aaname='{{accountNumber}}' class='*' />

Where accountNumber is a 6-digit string variable containing an account number

Questions 66

A developer is automating a process which uses data from invoice documents. The business requirement is that each transaction should be uniquely identified by the invoice number and is only uploaded to the Orchestrator queue once.

What is a recommended practice to meet this requirement?

Options:
A.

Create a Queue with Unique Reference set to "Yes"

In the process, set the Reference property of the Add Queue Item activity to the invoice number

B.

Create a Queue with the Auto Retry property set to "No"

In the process, set the QueueName property of the Add Queue Item activity to the invoice number

C.

Create a Queue with Unique Reference set to "Yes"

In the process, set an argument named Reference of the ItemInformation property of the Add Queue Item activity to the invoice number

D.

Create a Queue with the Auto Retry property set to "No"

In the process, set an argument named TransactionId of the ItemInformation property of the Add Queue Item activity to the invoice number

Questions 67

Review the following exhibit:

UiPath-ARDv1 Question 67

What is the result of clicking the "Run in PiP" button?

Options:
A.

The attended process starts in an isolated Windows session.

The user is prompted with a window to enter credentials on every run.

B.

The attended process starts on a remote machine.

The user is prompted with a window to enter credentials.

C.

The attended process starts in an isolated Windows session.

The user is logged in with the credentials entered from the main session.

D.

The attended process starts in the same Windows session.

The user is logged in automatically with their credentials.

Questions 68

A developer is working on an existing project in which GIT is used as the source control. Another team member wants to compare two versions of a particular workflow in this project. Which UiPath Studio option provides this capability?

Options:
A.

Pull (rebase)

B.

Checkout Branch

C.

Show History

D.

Push

Questions 69

A developer created a sequence with a Retry Scope shown in the following exhibit:

UiPath-ARDv1 Question 69

What is the content of the Output panel after running this sequence?

Options:
A.

0

B.

1

C.

1

2

3

D.

1

2

3

Retry Scope: End

Questions 70

A developer created a project in the Robotic Enterprise (RE) Framework. The Config.xlsx has the Asset entry shown in the exhibit:

UiPath-ARDv1 Question 70

Assuming the default REFramework configuration, how can the developer reference the Asset in the Config variable so that the dictionary returns the asset value as a String?

Options:
A.

Config("SME_EmailAddress").ToString

B.

Config("SME_EmailAddress","HR_EmployeeOnboarding_Text_SME_EmailAddress").ToString

C.

Config("HR_EmployeeOnboarding_Text_SME_EmailAddress").ToString

D.

Config("HR_EmployeeOnboarding_Text_SME_EmailAddress","SME_EmailAddress").ToString