Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

UiPath-ADAv1 VCE Exam Download

Page: 12 / 19
Total 254 questions

UiPath Automation Developer Associate v1 Exam Questions and Answers

Question 45

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?

Options:

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

Question 46

A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty

When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime?

Options:

A.

Only the default value of String.Empty will be used, overriding any values provided in Orchestrator

B.

An Input Dialog box will prompt the user to input a value and that value will be used

C.

Any input arguments provided in Orchestrator are used, otherwise the default value of String.Empty will be used

D.

A runtime error will occur as arguments are not allowed in the Main xaml file

Question 47

Upon extracting data from a website, a developer saves it in three variables: "FirstName", "LastName", and "City". The developer intends to store these three String variables in a fixed-size data structure called

"UserData", to be utilized later within another workflow in the process.

Considering best practices, which data structure and assignment should be used?

Options:

A.

UserData is of type List

UserData = New List(Of Object) ({ FirstName, LastName, City })

B.

UserData is of type Object[]

UserData = {FirstName, LastName, City}

C.

UserData is of type List

UserData = New List(Of String) ({ FirstName, LastName, City })

D.

UserData is of type String[]

UserData = {FirstName, LastName, City}

Question 48

In the Catches section of the Try Catch activity a developer selected ArgumentException in the exception handler.

What happens when the activity encounters a NullReferenceException?

Options:

A.

The Finally block is not executed and a runtime error occurs.

B.

The Finally block executes and no exception is thrown.

C.

The Catches section catches the exception and the Finally block is executed.

D.

The Catches section catches the exception and the Finally block is skipped.

Page: 12 / 19
Total 254 questions