Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

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

Page: 6 / 12
Total 382 questions

What is the default behavior when publishing files in UiPath Studio regarding the project folder?

A.

By default, all files in the project folder are published, including test cases.

B.

By default, only selected files in the project folder are published.

C.

By default, all files in the project folder are published except for test cases.

D.

By default, all files in the project folder, including test cases, are published as separate packages.

A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice

represented by an 8-alphanumeric system-generated vendor tax ID.

Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID

defined in a pre-selected existing list?

A.

Where VendorTaxID is a 8-alphanumeric element.

B.

Where VendorTaxID is a 8-alphanumeric element.

C.

Where VendorTaxID is a 8-alphanumeric element.

D.

Where VendorTaxID is a 8-alphanumeric element.

Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?

A.

"The value is MylntegerToString"

B.

"The value is" = Mylnteger

C.

"The value is " + Mylnteger

D.

"The value is" + MylntegerToString

A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best-suited to validate the format?

A.

String Method: Contains

B.

Activity Replace

C.

String Method: Equals

D.

Activity. Is Match

Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)

A.

Use the "Install" button on the application record.

B.

Install from the Google Play Store.

C.

Import an application from an XML file.

D.

Download and install a third-party application from the ServiceNow Store.

E.

Download from Stack Overflow.

F.

Install an application from the Application Repository.

If you rename an activity that has an automatically generated output variable in a cross-platform project, how does it impact the generated variable?

A.

The generated variable is automatically renamed to match the new activity name.

B.

The generated variable is deleted when the activity is renamed.

C.

The renaming of the activity does not impact the generated variable.

D.

The generated variable loses its scope and must be redefined manually.

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

What is the result of the expression, "DT.Rows(0)(1).ToString + DT.Rows(1)(0).ToString"?

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?

Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.

A.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets including those of type Credential.

B.

Settings sheet contains only values used for the initialization of applications. Assets sheet contains only Credential Assets stored in Orchestrator.

C.

Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets except those of type Credential.

A developer has created the following workflow:

Based on the exhibit, which output is produced in the Output panel?

A.

World Hello

B.

World

C.

Hello World

D.

Hello

Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?

A.

Add Log Fields

B.

Update Logs

C.

Add Custom Log

D.

Build Log