Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

UiPath UiPath-ADAv1 - UiPath Automation Developer Associate Exam (2023.10)

Page: 11 / 12
Total 382 questions

A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit.

Which functionality does the Step Out action provide?

A.

Pauses at an activity that caused an error

B.

Re-executes the activity which threw an exception

C.

Executes only one activity at a time and then pauses

D.

Executes activities in the current container and then pauses

Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?

A.

State Machine

B.

Global Exception Handler

C.

Sequence

D.

Flowchart

A process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level

for the Log Message contained in the System Exception block?

A.

Info

B.

Warn

C.

Fatal

D.

Error

What is the best method for passing data across activities within workflows?

A.

Arguments

B.

Variables

C.

Namespaces

D.

Properties

Which type of automation is most suitable for extracting text from an image-based document in UiPath?

A.

Screen Scraping

B.

OCR

C.

Regex

D.

String Manipulation

A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity:

Convert.ToBoolean(IntVar)

If IntVar = 1, what is displayed in the Output panel after execution?

A.

The value False is displayed.

B.

The value True is displayed.

C.

A System.ArgumentNullException is displayed.

D.

A System.InvalidCastException is displayed.

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?

A.

Business Exception

B.

Fatal Exception

C.

Application Exception

D.

System Exception

A developer wants to create a process which runs in the background and uses Excel activities Which property of the Excel Application Scope activity must be configured for the process to run in the background?

A.

Private

B.

Visible

C.

Save changes

D.

Read-only

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

A.

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.

B.

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

C.

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

D.

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

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?

A.

Configure the page in the Module that opens the Record Producer UI

B.

Create an application property to store the URL

C.

Write a script in the Record Producer’s Script field: producer.redirect = "";

D.

Write an after Business Rule script for the Record Producer's table: window.redirect = "";