Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! UiPath-RPAv1 has been withdrawn. The new exam code is UiPath-ADAv1

UiPath-RPAv1 Practice Exam Questions with Answers UiPath RPA Associate v1.0 Exam (UiRPA) Certification

Question # 6

Which activity provides the easiest way to loop through all the rows in a Data Table?

Options are :

A.

Do While

B.

For Each Row

C.

Repeat Until

D.

For Each

E.

While

Full Access
Question # 7

In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the default type of the TransactionItem variable?

Options are :

A.

String

B.

QueueItem

C.

Object

Full Access
Question # 8

In a Try Catch activity, how many times is the Finally section executed if no error occurs in the Try section?

Options are :

A.

The Finally section is executed only when the Catch section is executed

B.

Zero

C.

Once

Full Access
Question # 9

Which of the following actions should be represented as one step in the Robot Path?

Options are :

A.

Typing a value in a field and clicking Validate

B.

Opening a menu and selecting an option

C.

Clicking a button in an application

D.

Selecting a keyword in a text

Full Access
Question # 10

In the UiPath Robotic Framework template, in the Main workflow, the State Machine includes the following states:

Options are :

A.

Set Transaction State

B.

Process Transaction State

C.

End Process State

D.

Get transaction data state

E.

Init state

Full Access
Question # 11

Which is the best way to delete un-referenced variables?

Options are :

A.

The unreferenced variables do not utilise memory, therefore you do not have to delete them

B.

You can manage your variables from the Design panel>Manage Variables>Remove Unreferenced

C.

Delete them one by one from the Variables panel. UiPath Studio performs the workflow validation in real time, therefore you can see which variable is being used

Full Access
Question # 12

Which recording profile generates full selectors?

Options are :

A.

Recording by steps

B.

Desktop recording

C.

Basic recording

D.

Citrix recording

Full Access
Question # 13

Add Assets in Orchestrator has the following option:

Options are :

A.

Value Per Process

B.

Single Value

C.

Value Per Robot

D.

Value Per Environment

Full Access
Question # 14

Which option should you use in order to publish your automation locally?

Options are :

A.

Either of the three

B.

Run

C.

Custom

D.

Robot defaults

Full Access
Question # 15

the String. Format("input={0} and Output = {1},"1","2") expression returns the following text:

Options are :

A.

Input = 1 and Output = 1

B.

Input = {0} and Output = {1}

C.

Input = 1 and Output = 2

D.

Input = 0 and Output = 0

Full Access
Question # 16

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

Options are :

A.

TRUE

B.

FALSE

Full Access
Question # 17

How can you improve a selector?

Options are :

A.

By using intermediate containers for a better matching of the Ui element

B.

By adding the absolute position of the elements to the selector

C.

By replacing the dynamic parts of an attribute with wildcards

Full Access
Question # 18

Which of the following are required to have efficient execution of automation projects?

Options are :

A.

Proper exception handling

B.

Effective logging mechanisms

C.

Recovery abilities

Full Access