Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

If a large item collection is processed using For Each, which activity enables you to efficiently exit the loop after a specific moment?

Options are :

A.

No activity can be used. Instead, you have to create a Boolean variable based on which the For Each loop is broken

B.

The "Break" activity is the most suitable in For Each

C.

A While loop should be used instead of For Each

In UiPath Robotic Enterprise Framework, the value of MaxRetryNumber in the Config.xlsx file should be set to a number greater than 0 to enable the retry mechanism in the following cases:

Options are :

A.

Get data from UiPath Orchestrator queues with Auto Retry disabled.

B.

Get data from spreadsheets, databases, email, web API.

C.

Do not work with UiPath Orchestrator queues.

Which is the best way to delete unreferenced variables?

Options are :

A.

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.

B.

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

C.

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

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

Options are :

A.

Using excel config files

B.

Using Json config files.

C.

Using assets defined in Orchestrator.

A developer uses an Anchor Base activity to search for the required selector. In the "Anchor Position" property, the "Auto" option is selected. If multiple elements are found at equal distance from the anchor, in which order the target is selected?

A.

Top, Right, Bottom, Left.

B.

Right, Left, Bottom.

C.

Right, Top, Left, Bottom.

D.

Left, Right, Top.

What happens if the ClickBeforeTyping property in a Type Into activity is selected?

Options are :

A.

Before typing, a click is performed at the current mouse position.

B.

Before typing, a click is performed on the top left corner of the UiElement.

C.

Before typing, a click is performed at the center of the UiElement.

Where can you find the value written by the Write Line activity?

Options are :

A.

At console

B.

In a variable

C.

In the Output pane

Which of the following SQL statements can be executed by using the activity called Execute Non Query?

Options are :

A.

Insert

B.

Update

C.

Select

D.

Delete

"Add Assets" in Orchestrator has the following option:

Options are :

A.

Value Per Robot

B.

Value Per Process

C.

Single Value

D.

Value Per Environment

How can you find all anchor elements in a web page?

Options are :

A.

Using the Find Relative Element Activity

B.

Using the Get Ancestor Activity

C.

Using the Find Element Activity

D.

Using the Find Children Activity