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

Passed Exam Today UiPath-ADPv1

Page: 8 / 15
Total 204 questions

UiPath (ADPv1) Automation Developer Professional Exam(2023.10) Questions and Answers

Question 29

A developer has created a string array variable as shown below:

UserNames = {"Jane", "Jack", "Jill", "John"}

Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ","?

Options:

A.

String.Concat(UserNames,",")

B.

String.Join(UserNames, ", ")

C.

String.Join(", ", UserNames)

D.

String.Concat(",", UserNames)

Question 30

What is the purpose of the Interval filter in the Orchestrator's Monitoring page?

Options:

A.

It enables you to sort the displayed data based on job priorities.

B.

It allows you to choose between background and foreground processes for the displayed data.

C.

It allows you to allocate licenses per machine for the displayed data.

D.

It allows you to control the granularity of the displayed data and check the health of your system in either the last day or the last hour.

Question 31

What is the default polling interval set for an event trigger?

Options:

A.

1 minute

B.

5 minutes

C.

10 minutes

D.

15 minutes

Question 32

Which one of the following expressions Is the equivalent of the If activity from the picture?

Options:

A.

message = lf(number mod 2 = 0. "Even number", "Odd number")

B.

message = lf(number mod 2 = 0. Odd number. Even number)

C.

message = lf(number mod 2 = 0 then "Odd number" else "Even number")

D.

message = lf(number mod 2 = 0 {"Odd number"} else {'Even number"})

Page: 8 / 15
Total 204 questions