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

A developer is using UiExplorer to modify selectors. The "Repair" button is present in UiExplorer. What is its functionality and when does this button appear?

A.

Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is valid.

B.

Indicates a new UI element to replace the previous one. The button is enabled only if the selector is valid.

C.

Indicates a new UI element to replace the previous one. The button is enabled only if the selector is invalid.

D.

Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is invalid.

In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?

Options are :

A.

Get Transaction Data

B.

Init

C.

End Process

What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?

Options are :

A.

Basic Recording

B.

Citrix Recording

C.

Web Recording

D.

Desktop Recording

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

A.

Basic recorder does not allow to capture actions on websites.

B.

Partial

C.

Dynamic

D.

Full

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?

A.

sampleDictionary("UiPath")

B.

sampleDictionary.Keys("UiPath")

C.

sampleDictionary("UiPath").GetValue

D.

sampleDictionary.Values(2)

A foreground process is running on the user's machine. A developer starts a new background process on the same machine while the foreground process is still running. What will happen in such situation?

A.

The foreground process will be stopped automatically and the background process will run.

B.

The background process will wait for the foreground process to finish, and then will be executed.

C.

There is no possibility to run a background process while a foreground process is running.

D.

The background process will be executed and will run in parallel with the foreground process.

What is the Attach Window activity used for?

Options are :

A.

To specify the browser container you will be working with

B.

Specifies that you are working with a java window

C.

To specify the top-level window container you will be working with

Which of the following statements are true? Select all the options that apply.

Options are :

A.

You cannot use a recorder in a Citrix environment

B.

The recorder is used to create a skeleton for the UI automation

C.

The Desktop recorder generates partial selectors

Please choose the correct statement about the usage of wildcards in selectors.

A.

To replace only 1 character in the selector, it is recommended to use an Asterisk (*) wildcard.

B.

A Question mark (?) wildcard is used to replace 0 or 1 characters in the selector.

C.

In UiPath selectors, only 2 types of wildcards can be used: Asterisk (*) and Question mark (?).

D.

Wildcards in selectors are used to deal with stable attributes in a selector.

You need to collect employees data and send it by email as an Excel file. What type of workflow is the most suitable for the final part, which adds the file attachment, formats the email, and sends it?

Options are :

A.

Sequence

B.

Flowchart

C.

State Machine

D.

Directed Acyclic Graph (DAG)