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

UiPath UiPath-ADPv1 - UiPath (ADPv1) Automation Developer Professional Exam(2023.10)

Page: 2 / 7
Total 204 questions

Which of the following statements is true about the existing UiPath Studio installation packages?

A.

The Attended Robot installation package installs only the UiPath Robot.

B.

The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot.

C.

The Attended Robot installation package installs only UiPath Studio, and Robot.

D.

The Automation Developer installation package installs only UiPath Studio, Assistant, and Robot.

A developer needs to choose a layout that integrates activities into a working structure during workflow file development. The selected layout should cover all possible cases and transitions while accommodating processes that cannot be easily captured by loops and If statements.

Which of the following layouts is the best-suited in this case?

A.

Sequence

B.

Flowchart

C.

State Machine

D.

Global Exception Handler

In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?

A.

When an intermediary state has multiple possible transitions.

B.

When a particular state contains complex conditional logic.

C.

When initiating the first state of a state machine.

D.

When marking the successful completion or termination of a state machine's execution.

Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?

A.

They are removed from the project.

B.

They are automatically resolved.

C.

They are replaced with compatible alternatives.

D.

They are marked as unresolved.

A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?

A.

Flowchart

B.

Workflow

C.

State Machine

D.

Global Exception Handler

What is the role of connections in the UiPath Integration Service?

A.

Connections establish tasks and exchanges between users and external applications using the authentication process of the UI automation provider.

B.

Connections establish tasks and exchanges between users and external applications using the authentication process of the API provider.

C.

Connections establish tasks and exchanges based on a connector's compatibility with the external application.

D.

Connections establish tasks and exchanges between users and external applications using the server-side triggers.

Which of the following credentials stores have built in support in Orchestrator?

A.

Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, CyberArk.

B.

Cisco, Amazon Security Services, Google Credentials, Microsoft SCS, IBM Vault.

C.

CyberArk CCP, Cisco, Google Credentials, CyberArk, Azure Key Vault.

D.

CyberArk CCP, Azure Key Vault, Google Credentials, Amazon Security Services.

What do the percentages from the Test Explorer panel represent?

A.

Percent of test data run.

B.

Correctness of the code percent.

C.

Coverage percent.

D.

Passing percent.

In a UiPath coded automation, what does the DelayAsync method do?

A.

It delays the termination of the automation by a specified period of time.

B.

It delays the start of the automation by a specified period of time.

C.

It suspends execution asynchronously for a specified period of time.

D.

It adds a pause between the execution of each activity in the automation.

Which LINQ method is used to filter data in a List or DataTable based on a condition?

A.

Select

B.

GroupBy

C.

OrderBy

D.

Where