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

UiPath UiPath-ADAv1 - UiPath Automation Developer Associate Exam (2023.10)

Page: 4 / 12
Total 382 questions

What are the distinctions between arguments and variables?

A.

Variables pass data between activities inside the same workflow. Arguments pass data between workflow files.

B.

Variables always have a direction. Arguments can be assigned to a variable value.

C.

Variables pass data between workflow files. Arguments pass data between activities inside the same workflow.

D.

Variables must be assigned to an argument value. Arguments always have a direction.

What is the main function of the UiPath Remote Runtime component?

A.

It facilitates the communication between a remote application or desktop and the dedicated UiPath extension, allowing selectors to be natively generated in UiExplorer.

B.

It enables the use of OCR and image recognition activities on remote applications or desktops, without any extensions, allowing selectors to be natively generated in UiExplorer.

C.

It introduces support for headless browser automation, so browser automation doesn't necessarily have to rely on visual elements on screen, such as window frames.

D.

It allows automations to run on the user machine, in a different Windows session.

A developer has opened a pre-existing workflow that utilizes UI Automation within Google Chrome, but the Google Chrome extension has not been installed on their computer.

What steps should the developer take to install the Google Chrome extension from UiPath Studio?

Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.

A developer has declared a variable of type String named StrVar and assigned it the value "UIPATH STUDIO". What is the output of the expression, StrVar.lndexOf("U")?

A.

0

B.

1

C.

9

D.

10

A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message

Which property should the developer configure to be able to click the element?

A.

The developer should change the input method to Hardware Events and the CursorMotionType to Smooth.

B.

The property AlterlfDisabled should be set to True.

C.

The developer should change the input method to Simulate and the CursorMotionType to Instant.

D.

The property AlterlfDisabled should be set to False.

In a process, a variable called 'Timestamp' of type DateTime is used. The developer wants to print the variable in the format "yyyy-MM-dd hh:mm".

Which expression should be used?

A.

Timestamp.ToDateTime("yyyy-MM-dd hh:mm")

B.

Timestamp."dd-MM-yyyy"

C.

Timestamp.ToString("yyyy-MM-dd hh:mm")

D.

Timestamp.ToString(), "yyyy-MM-dd hh:mm"

What should be done if an anchor is not automatically added when indicating an element and duplicates are found?

A.

Rely on the fuzzy selector to identify the desired element on the screen.

B.

Only unique elements will be found.

C.

Select all the target methods.

D.

Click a nearby element that helps identify the target to add it as an anchor.

What role do Triggers play in the UiPath Integration Service?

A.

Manage connections between UiPath Studio and third-party applications.

B.

Provide a mechanism for starting processes on a scheduled basis from Orchestrator.

C.

Assist in the creation of automation projects by providing event-based activities.

D.

Provide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.

Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?

A.

Activities Panel

B.

Locals Panel

C.

Data Manager Area

D.

Project Panel

Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?

A.

In the Finally section of the Try Catch activity in the Process Transaction state.

B.

In the Try section of the Try Catch activity in the End Process state.

C.

In the Try and Catches sections of the Try Catch activity in the Process Transaction state.

D.

In the Catches section of the Try Catch activity in the Process Transaction state.