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

Blue Prism AD01 - Blue Prism Accredited Developer Exam

Page: 3 / 6
Total 189 questions

After launching the order processing application, the following login screen is displayed to the user, requesting their login details:

The following Launch Action has been created in Blue Prism:

According to Blue Prism best practice, what should be configured between the Launch and End stages?

A.

A Wait Stage to check for an element on the Login screen

B.

A Navigate stage to Attach to the application

C.

A Write stage to enter the Staff Number and Password

D.

A Read Stage to read an element from the Login screen

Consider the following process flow from a sub-page of a process:

What is the problem with this sub-page flow?

A.

There is nothing wrong with the sub-page flow shown in this image

B.

The sub-page process flow is missing any retry exception handling that should exist where a process calls object actions that interface with an application.

C.

For better visibility of the process logic the flow steps shown in the image should be on the main page rather than in a sub-page of the process.

D.

The exception stage within the flow should be removed and replaced with an End stage that returns the found data item as an output parameter.

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

The ‘Exception Detail’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Detail’ will output the current exception detail to the ‘Exception Detail’ data item.

What expression would you use in the ‘Save Exception Detail’ stage to achieve this?

FILL BLANK

Examine the following recover flow taken from a Blue Prism Process:

The ‘Exception Type’ data item has no initial value and has a data type of text.

The Calculation stage ‘Save Exception Type’ will output the current exception type to the ‘Exception Type’ data item.

What expression would you use in the ‘Save Exception Type’ stage to achieve this?

Please refer to the exhibits

Under what TWO conditions will the process move to the 'Close Down' page directly from the Stop? Decision stage during runtime?

A.

The specified Stop time has passed

B.

'Request Stop received from Control Room

C.

Priority of the remaining Queue Items is 0

D.

All the Queue Items have been processed

E.

Immediate Stop' received from Control Room

How would you run a Blue Prism Process on a virtual Digital Worker?

A.

Through Control Room

B.

Through the Digital Worker Management Console

C.

Through System Manager

D.

Through Process Studio

E.

Through Object Studio

Examine the following Blue Prism Process diagram which is intended to get the date of the previous day as a date value:

The Calculation stage Properties window is provided below:

Which are the following statements about this process diagram are correct?

A.

None of these statements are correct

B.

If the 'Result Date' data item is configured as a Text data type, then a 'data type mismatch' Internal Exception will be thrown on execution of the Calculation stage

C.

If the 'Result Date' data item is configured as a Date data type, then the 'Result Date' data item will be set to the date of the previous day on execution of the Calculation stage

D.

On execution of the Calculation stage, a 'Failed to evaluate expression' Internal Exception will be thrown

A Blue Prism Developer is creating a process that will review travel request forms for ACME consulting. As part of this process, the Developer must ensure that none of the fields in the request are blank.

Following best practice, where should the Developer create this logic"?

A.

Object Studio a business object dedicated to validating the form

B.

Process Studio, a separate page within the process containing validation logic

C.

Process Studio: an action on the main page calling a Business Object's Validation page

D.

Object Studio a separate page within the create request object containing validation logic

The staff number field of the Centrix Data Solutions business application can be spied successfully, however when using the Highlight feature in Application Modeller, the following behaviour is encountered:

Which of the following Attributes would you use to help obtain a unique element match?

A.

Parent Class Name

B.

Parent Ordinal

C.

Class Name

D.

Ordinal

E.

XandY

A Developer is following the best practices to prepare the Process for a Production release

Which of the following should NOT be implemented?

A.

Disable all unnecessary stage logging to reduce the amount of data logged and stored during the runtime

B.

Use Retry loops to handle Business Exceptions on a Work Queue Items to increase resilience in the process logic

C.

The Process logic should include alerting mechanism to notify Process Controller(s) of any critical issues

D.

The solution should have zero Valuation Errors to avoid failures when it is run from the Control Room