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

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

Questions 81

A developer executes the following Parallel activity. What is the result of the execution if the Udemy website is launched after 4 seconds, but the UiPath website is never launched?

Please find the Parallel activity below

UiPath-ARDv1 Question 81

Please find properties of On Element Appear 'Udemy Logo' below

UiPath-ARDv1 Question 81

Please find properties of On Element Appear 'UiPath Logo' below

UiPath-ARDv1 Question 81

Options:
A.

1. Message Box "Udemy website got launched"

2. Error is thrown by On Element Appear 'UiPath Logo'

B.

1. Error is thrown by On Element Appear 'Udemy Logo'

C.

1. Error is thrown by On Element Appear 'UiPath Logo'

D.

1. Message Box "Udemy website got launched"

UiPath UiPath-ARDv1 Premium Access
Questions 82

Which of the following statements is true regarding Lists and Arrays?

Options are :

Options:
A.

You can add any number of elements to an array.

B.

You can iterate through a List using a For Each loop activity.

C.

List items can be added using an Add to Collection activity.

D.

Array and List elements can be accessed by index.

Questions 83

A developer initialized the following dictionary:

sampleDictionary = New Dictionary(Of String, String) From { {“HUB Academy”, “RPA”}, {“UiPath”, “Certificate”} }

How to return the value "Certificate" from this dictionary?

Options:
A.

sampleDictionary("UiPath")

B.

sampleDictionary.Keys("UiPath")

C.

sampleDictionary("UiPath").GetValue

D.

sampleDictionary.Values(2)

Questions 84

A developer wants to use a Basic recorder to capture several clicks on a website. What type of selectors will be generated during recording?

Options:
A.

Basic recorder does not allow to capture actions on websites.

B.

Partial

C.

Dynamic

D.

Full

Questions 85

In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction item falls with an Application Exception of a System Error?

Options are :

Options:
A.

All use application are closed and then re-initialized

B.

The execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0

C.

The process executes the End Process state

Questions 86

The best way of managing variable values within a workflow, so that they can be shared on different robots and environments is:

Options are :

Options:
A.

Using excel config files

B.

Using Json config files.

C.

Using assets defined in Orchestrator.

Questions 87

A developer uses a Lookup Data Table activity to return an email address of a person. What will be the result of the execution of the following seqeunce?

UiPath-ARDv1 Question 87

Please find the Build Data Table activity below

UiPath-ARDv1 Question 87

Please find the properties of Lookup Data Table activity below

UiPath-ARDv1 Question 87

Options:
A.

melody_joe@gmail.com

B.

ajoe@gmail.com

C.

joedewan@gmail.com

D.

An error will be thrown.

Questions 88

A developer wants to run a VBA code in Excel using the Execute Macro activity. The developer wants to pass 3 arguments: string value, a value from a Config file and a boolean value. What is the correct setting in the MacroParameters property?

Options:
A.

("Some Text", Config("ValueFromOrchestrator").ToString, TRUE)

B.

{"Some Text", Config("ValueFromOrchestrator").ToString, “TRUE”}

C.

{"Some Text", Config("ValueFromOrchestrator").ToString, TRUE}

D.

{"Some Text", Config(ValueFromOrchestrator).ToString, TRUE}

Questions 89

This is a reliable selector for a dynamic web page: webctrl idx='144' tag='IMG'/

Options are :

Options:
A.

True

B.

False

Questions 90

How can you fine tune a selector?

Options are :

Options:
A.

Replacing variable attribute parts with *

B.

Adding all parents

C.

Making sure you have an idx attribute