Winter 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: 9 / 12
Total 382 questions

A Credential asset is created by a developer in Orchestrator as seen in the below image:

After the asset is created, if you change the Username value, what field must also be changed?

A.

Asset Name

B.

Description

C.

Type

D.

Password

Which activity can be used to transition a Background Process to Foreground?

A.

Use Foreground

B.

Activate

C.

Maximize Window

D.

Set Focus

A developer created a DataTable called DT using the Build Data Table activity as shown in the exhibit.

The DataTable DT contains the following data:

What is the result of the expression:

DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString

A.

MichaelClara

B.

42Clara

C.

42Michael

D.

25Clara

A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for

processing and queues cannot be used as there is no Orchestrator in the environment.

Which variable type is best suited for Transactionltem in this scenario?

A.

System.Data.DataRow

B.

UiPath.Core.Queueltem

C.

System.Data. DataTable

D.

System.Data.DataRow[]

When a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in

UiPath Studio's ribbon interface?

A.

W1

B.

S1

C.

A1

D.

S2

A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always "Report X - PDF"T where X is a number from 1 to 100. Only one report will be open at a time but other PDF files may be open on the desktop.

What is the recommended method to ensure the selector identifies the correct PDF to use?

A.

Use the * wildcard character in place of the idx attribute value

B.

Use the idx attribute value in the selector to increment for each file

C.

Use the * wildcard character in place of the title attribute value

D.

Use the * wildcard character in place of the "X" in the title attribute value

In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

A.

The flow will throw an exception in InitAllSettings workflow.

B.

The flow will use the value from the Settings sheets since the asset is missing.

C.

An empty string will be saved for the "OrchestratorQueueName" key in the config dictionary.

D.

The "OrchestratorQueueName" key is not added to the config dictionary and the flow will throw in Get Transaction Data workflow.

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

A.

The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.

B.

The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.

C.

The admin user is added by default to the newly created folder with the User Administrator role.

D.

The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.

Where can the UiPath Robot logs be stored for centralized access and analysis?

A.

Directly into a database.

B.

Local text files only.

C.

Microsoft Excel files.

D.

UiPath Orchestrator.

What is true about the behavior of the Read Range Workbook activity?

A.

It works only with .xls files, and Excel does not need to be installed on the system.

B.

It works only with .xlsm files, and Excel must be installed on the system.

C.

It works with .xls and .xlsx files, and Excel does not need to be installed on the system.

D.

It works with .xlm and .xlsx files, and Excel must be installed on the system.