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

Following best practices, which activity is recommended for a developer to generate separate sets of actions for each vendor when developing a process that performs background verification for documents from 10 distinct vendors, each with varying document formats and requiring unique processing?

A.

For Each

B.

Do While

C.

Flow Decision

D.

Flow Switch

Which of the following properties can be modified once global constants and variables are created?

A.

Value

B.

Data Type

C.

Scope

D.

Name

How can unattended robots be connected to Orchestrator using client credentials in the Assistant?

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

A developer needs to take a screenshot of the state of the machine while the robot is running and then send the screenshot as an email. What is the correct sequence of steps that should be performed?

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

While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.

What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?

A.

Remove mock activity.

B.

Synchronize mock.

C.

Surround activity with mock.

D.

Create mock workflow.

In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?

A.

The user should end the execution by terminating the UiPath Robot service from the Task Manager.

B.

The user should end the execution from the "Home" tab and locate the running process associated with the execution.

C.

The user should end the execution by closing the UiPath Assistant application.

D.

The user should end the execution from the "Jobs" tab in UiPath Assistant.

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

A.

Failed

B.

Retried

C.

Abandoned

D.

Postponed

Which server-side API debug log method is available for scoped applications?

A.

gs.log()

B.

gs.print()

C.

gs.debugLog()

D.

gs.info()

What is the purpose of the Invoke Code activity in UiPath?

A.

Invokes VB.NET or C# code, optionally passing it a list of input arguments.

B.

Invokes VB.NET or Java code, optionally passing it a list of input arguments.

C.

Invokes VB.NET code, optionally passing it a list of input arguments.

D.

Invokes Java code, optionally passing it a list of input arguments.

What are the differences between the Workbook Write Range and Excel Application Integration Write Range activities in writing a DataTable to an Excel file?

A.

(Excel) Write Datatable to Excel activity only works in the background.

(Workbook) Write Range activity requires that the file is not opened by the user before running.

B.

(Excel) Write Datatable to Excel activity only works in the foreground, visible to the user.

(Workbook) Write Range activity only works in the background.

C.

(Excel) Write Datatable to Excel activity will create the file in the WorkbookPath property if it does not exist.

(Workbook) Write Range activity can only be used when Excel is installed.

D.

(Excel) Write Datatable to Excel activity will execute correctly even if the file is opened by the user before running.

(Workbook) Write Range activity will create the file in the WorkbookPath property if it does not exist.