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

UiPath-ADAv1 Leak Questions

Page: 14 / 25
Total 382 questions

UiPath Automation Developer Associate Exam (2023.10) Questions and Answers

Question 53

Which of the following activities can be used to get the state of a button (enabled/disabled)?

Options:

A.

Find Element

B.

Get Text

C.

Get Attribute

D.

Check App State

Question 54

A developer has extracted the date "22-08-2022" from an invoice and stored it in a variable of type String called "ExtractedDate". As part of the process, the developer needs to perform a comparison with a different date.

Which expression should be used to convert "ExtractedDate" to a DateTime type?

Options:

A.

DateTime.ParseExact(ExtractedDate, "dd-MM-yyyy", System.Globalization.CultureInfo.InvariantCulture)

B.

ExtractedDate.GetType

C.

DateTime.Compare(ExtractedDate, "08-22-2022", System.Globalization.CultureInfo.InvariantCulture)

D.

ExtractedDate.Equals("08-22-2022", System.Globalization.CultureInfo.InvariantCulture)

Question 55

What are the expected tasks that should be performed by an Automation Business Analyst?

Options:

A.

Design the architecture of the automation solution.

B.

Analyze the needs and propose solutions.

C.

Test the final solution.

D.

Define the overall solution of an automation project.

Question 56

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

Page: 14 / 25
Total 382 questions