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

UiPath UiPath-RPAv1 Dumps

UiPath RPA Associate v1.0 Exam (UiRPA) Questions and Answers

Question 1

By using the fulltext scraping method, the robot is able to

Options are :

Options:

A.

Get editable text

B.

Get hidden information

C.

Get entire visible text

Question 2

Can you run the robot manually, step by step, in order to analyze the robot behavior in a certain condition?

Options are :

Options:

A.

Yes, by using a breakpoint and running the workflow in debug mode

B.

Yes, by running the workflow in debug mode

C.

Yes, by using step into step over

D.

No, you can not do it

Question 3

Which of the following are considered best practices? Select all the options that apply

Options are :

Options:

A.

Reusing workflows across different projects

B.

Keeping environment settings hard coded inside workflows

C.

Breaking the process into smaller workflows

Question 4

What activity can you use to read an entire sheet from an entire excel file?

Options are :

Options:

A.

Get Value

B.

Read Cell

C.

Read Range

Question 5

What is the slowest method of reading text?

Options are :

Options:

A.

Native

B.

FullText

C.

OCR

Question 6

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

Options are :

Options:

A.

String

B.

QueueItem

C.

Object

Question 7

What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?

Options are :

Options:

A.

There is no difference-both can be used in same scenarios

B.

The activity with an enabled SimulateClick flag does not click the target element, it just simulates the action

C.

The activity with the SimulateClick flag unchecked moves the mouse cursor over the target element, while the one with the flag set does not move the mouse cursor

Question 8

Which of the following technologies can be used for background automation?

Options are :

Options:

A.

The Full Text method of Screen Scraping

B.

Type into activity with Send Window Messages flag checked

C.

Data scraping

D.

The Click activity with the Simulate Click flag checked

Question 9

There is an input field with the text 'xyz' if you use the type into activity with the text '123' and the following property SimulateType checked and emptyField unchecked what will be the text field value?

Options are :

Options:

A.

xyz

B.

xyz123

C.

123

Question 10

After adding an Invoke Workflow File activity and selecting the workflow to invoke, you need to:

Options are :

Options:

A.

Click Import Arguments, and then bind the arguments to the local variables or to some default values

B.

Click Edit Arguments, and then bind the arguments to the local variables or to some default values

Question 11

How should exceptions be handled?Select all the options that apply

Options are :

Options:

A.

UIPath handles exceptions by default

B.

By validating data using conditional blocks for business exceptions

C.

By using Try Catch activities inside the workflow for unexpected application exceptions

Question 12

While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow?

Options are :

Options:

A.

Use a Click activity and set its TimeoutMS property to 30

B.

Use a Click activity inside a Try Catch activity

C.

Use a Click activity with the ContinueOnError property set to True

Question 13

What is the purpose of the WaitForReady property in any UiAutomation activity?

Options are :

Options:

A.

Before performing the actions, waits for the target to become ready

B.

Specifies to continue executing the remaining activities even if the current activity failed

C.

Specifies the amount of time(in milliseconds) to wait for the activity to run before an error is thrown

Question 14

Which of the scraping methods can get you the hidden text in the element?

Options are :

Options:

A.

FullText

B.

OCR

C.

All of the above

D.

Native

Question 15

How can a process be executed on three different robots?

Options are :

Options:

A.

By deploying the process in the environment of the robots, which run it automatically

B.

By creating a job and selecting all three robots

C.

By scheduling the process and adjusting the settings in the Execution Target tab accordingly

D.

It is not possible to allocate a process to three different robots

Question 16

You want to perform a certain activity only when a certain condition is met. What activity should you use?

Options are :

Options:

A.

If

B.

Excel for Each Row

C.

Write Line

Question 17

How can you trigger another workflow from within your current one?

Options are :

Options:

A.

1. You cannot trigger another workflow

B.

By using the invoke method activity

C.

By using the invoke workflow file activity

D.

By using the open application activity

Question 18

What activities can you use to send an email message?

Options are :

Options:

A.

Send Outlook mail message

B.

Send SMTP mail message

C.

Send IMAP mail message

Question 19

What should you use to check if a checkbox is selected or cleared?

Options are :

Options:

A.

Click activity

B.

A Trigger activity

C.

Get Attribute activity

D.

Check activity

Question 20

In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues, what should the value of Max Retry Number be set to?

Options are :

Options:

A.

Any value greater than 2

B.

0

C.

Any values greater than 0