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

Which of the following statements correctly describes the characteristics of Unattended Automation?

A.

Unattended Automations are automations that run under human supervision and are typically used for tasks requiring a clear audit chain.

B.

Unattended Automations are automations intended for more complex and highly repetitive tasks, usually performed in batches, and can be decided based on predefined rules.

C.

Unattended Automations are intended for smaller, fragmented tasks and run with user supervision, requiring the user's credentials for access.

D.

Unattended Automation are automations that run under human supervision and, because of this, are best suited for small tasks.

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.

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

C.

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

D.

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

Consider the following Try Catch statement:

What will happen when the code is executed?

A.

The exception will be handled in the ArgumentException catch.

B.

There is no catch defined for the thrown exception type.

C.

The exception will be handled in the InvalidOperationException catch.

D.

The exception will be handled in the BusinessRuleException catch.

When creating a new project in Studio Web with cross-platform compatibility, what language must be selected for expressions to ensure the project is cloud-compatible?

A.

VB

B.

C#

C.

Java

D.

Python

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

A.

dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")

B.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' AND [Salary] < 30000")

C.

dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")

D.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' OR [Salary] < 30000")

What are the steps to start building a custom connector using the Connector Builder for Integration Service?

A.

Open UiPath Studio, create a new process, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

B.

Open Automation Cloud, go to Integration Service, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

C.

Open Automation Cloud, go to Orchestrator, on the Connections tab, select Add a new Connection, choose to start from an API definition or from a blank connector.

D.

Open Automation Cloud, go to Orchestrator, on the Connectors tab, select Add a new Connector, choose to start from an API definition or choose OAuth 2.0 authentication method.

In the Output property of all Get Mail activities, what is the supported variable type?

A.

String

B.

List

C.

MailMessage

D.

List

What is the main difference between an array and a list in UiPath?

A.

An array is a fixed-size collection of elements of the same type while a list is a dynamic-sized collection of elements of the same type,

B.

An array is a dynamic-sized collection of elements of the same type while a list is a fixed-size collection of elements of the same type.

C.

An array is a fixed-size collection of elements of different types while a list is a dynamic-sized collection of elements of the same type.

D.

An array is a fixed-size collection of elements of the same type while a list is a dynamic-sized collection of elements of different types.

Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?

A.

UiPath.Database.Activities and UiPath.Form.Activities.

B.

UiPath.Python.Activities and UiPath.Word.Activities.

C.

UiPath.System.Activities, UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.UIAutomation.Activities and UiPath. Testing.Activities.

D.

UiPath.PDF.Activities and UiPath. Terminal.Activities.

During which stage does an automation developer have the least contribution and responsibility?

A.

In the Discovery and Kickoff, Process Analysis, and Solution Design stages.

B.

In the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages.

C.

In the Solution Design, Development and Unit Testing, and Deployment and Hypercare stages.

D.

In the Discovery and Kickoff, Development and Unit Testing, and Deployment and Hypercare stages.