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

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

Questions 41

A developer has two collections containing data:

1) A list of strings called listA that was initialized with 2 items

2) An array of strings called arrayB that was initialized with 2 items

How can both collections be combined into a single 4-item collection called results?

Options:
A.

Use the Add To Collection activity with arrayB as the parameter

B.

Use the String.Join method with listA and arrayB as parameters

C.

Use a Multiple Assign activity to add each item from arrayB to listA

D.

Use a For Each activity to iterate through listA and add each item to arrayB

UiPath UiPath-ARDv1 Premium Access
Questions 42

During the execution of a process, a button must be clicked to open an application. Based on best practice, what should the developer use to ensure the button element is clicked and the automation process continues?

Options:
A.

Use the Click activity within the Try Block and the Catch Block of a Try Catch activity to open the application

B.

Use the Click activity in the Action of a Retry Scope activity with a Condition that an element exists within the opened application

C.

Modify the Click activity used to open the application by setting the ContinueOnError property to “True”

D.

Modify the Click activity used to open the application by increasing the timeout property an additional 30 seconds

Questions 43

A developer created a production level automation using the Robotic Enterprise (RE) Framework. Any values used within the automation are referenced from the Config.xlsx file included in the framework.

What are the differences between the Settings sheet and the Assets sheet in the Config.xlsx file?

Options:
A.

Settings sheet contains only values used for the initialization of applications.

Assets sheet contains only Credential Assets stored in Orchestrator.

B.

Settings sheet contains only hard-coded values.

Assets sheet contains all names of Orchestrator Assets including those of type Credential.

C.

Settings sheet contains Credential Assets stored in Orchestrator.

Assets sheet contains hard-coded values.

D.

Settings sheet contains hard-coded values and names of Credential Assets.

Assets sheet contains all names of Orchestrator Assets except those of type Credential.

Questions 44

During the debugging process, which panel will help monitor the variables' values, arguments, and user-defined expressions within the scope of the executing activity?

Options:
A.

Locals Panel

B.

Immediate Panel

C.

Watch Panel

D.

Call Stack Panel

Questions 45

A developer creates a Dispatcher process which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. Based on best practice, what is the recommended way to avoid creating duplicate Queue Items?

Options:
A.

Enable the Enforce unique references field of the queue

Add a descriptive "Reference" in the Add Queue Item activity

B.

Add a descriptive "Reference" in the Add Queue Item activity

Ensure that the "Reference" does not equal the "Reference" of the Queue Item last loaded

C.

Create an Excel file of processed Queue Items

Loop through the list to check if the current Queue Item to upload has been uploaded before

D.

Disable the Enforce unique references field of the queue

Enable the "Auto Retry" of the queue

Questions 46

A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.

From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.

UiPath-ARDv1 Question 46

Options:
Questions 47

A developer needs to select a layout for integrating activities into a workflow file. They must select a layout that covers all possible cases and transitions, and accommodate processes that are not easily captured through the use of loops and If statements.

Based on best practices, which layout is recommended?

Options:
A.

Global Exception Handler

B.

Sequence

C.

Flowchart

D.

State Machine

Questions 48

A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List) of vendor names.

From the drop-down list shown in the exhibit, select the variable type for the TransactionItem.

UiPath-ARDv1 Question 48

Options:
Questions 49

While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. What was the status before it changed to Abandoned?

Options:
A.

Failed

B.

In Progress

C.

Retried

D.

New

Questions 50

A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.

UiPath-ARDv1 Question 50

Which Workflow Analyzer rule will trigger a warning for this activity?

Options:
A.

Hardcoded Delays

B.

Hardcoded Timeout

C.

Activity Name Defaults

D.

Simulate Click