Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Pearson UiPath-ADAv1 New Attempt

Page: 7 / 25
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 25

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

What is the result of the expression:

The expression:

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

Options:

A.

"42Clara"

B.

"42Michael"

C.

"MichaelClara"

D.

"Clara25"

Question 26

What tool or method should be utilized inside UiPath Studio to assess the similarities between two files within the same automation project?

Options:

A.

Manage Packages

B.

Global Exception Handler

C.

Compare Files

D.

Workflow Analyzer

Question 27

What activity from the Microsoft 365 package should be used to share a SharePoint file URL with specific permissions to a specific user?

Options:

A.

Upload File

B.

Move File/Folder

C.

Get File/Folder

D.

Share File/Folder

Question 28

A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items in each container are extracted in two strings,

"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.

Which expression is suitable for calculating the total number of boxes?

Options:

A.

String. Tolnt32(ShippedContainers) * String. Tolnt32(ItemsPerContainer)

B.

Convert. Tolnt32(ShippedContainers) * Convert.Tolnt32(ItemsPerContainer)

C.

Clnt(ShippedContainers * ItemsPerContainer)

D.

ShippedContainers. Tolnt32() * ItemsPerContainer.Tolnt32()

Page: 7 / 25
Total 382 questions