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

UiPath-ADAv1 Premium Exam Questions

Page: 2 / 25
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 5

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"?

Options:

A.

MichaelClara

B.

2542

C.

Michael42

D.

42Clara

Question 6

How many elements does an array contain if it is declared as Dim arr(0 To 0) As String in UiPath?

Options:

A.

0

B.

1

C.

2

D.

Undefined

Question 7

A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing

application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.

What type of error should be thrown according to best practices?

Options:

A.

Business Exception

B.

Fatal Exception

C.

Application Exception

D.

System Exception

Question 8

A developer has created a variable of type List of Strings named "UsersList", and initialized it with an empty list: "UsersList = new List(Of String)".

What is printed in the log message after the following Invoke Code is executed?

Options:

A.

0

B.

2

C.

Object reference not set to an instance exception is thrown

D.

System Argument Exception is thrown

Page: 2 / 25
Total 382 questions