Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Blue Prism AD01 Blue Prism Accredited Developer Exam Exam Practice Test

Page: 1 / 10
Total 100 questions

Blue Prism Accredited Developer Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Examine the flow below:

An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below:

How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?

Options:

A.

Configure ExceptionType() in the Exception Type field and ExceptionDetail() in the Exception Detail field. Leave the Preserve the type and detail of the current exception checkbox un-ticked.

B.

Tick the Preserve the type and detail of the current exception checkbox. Leave the Exception Type and Exception Detail fields blank

C.

Leave the Exception Type field blank and type "Business Exception" in the Exception Detail field.

D.

Type Business Exception in the Exception Type field and type a custom message in the Exception Detail field.

Question 2

Study the following Process flow:

The Process flow is intended to test the value of the Input data item to determine if it falls within a range of numbers, and then assign a value as an output. The number ranges are defined as between 1 to 100, between 101 to 200, and anything outside these ranges.

The Calculation stages will set the value of the Result data item to 1, 2 or 3.

To enable the Process flow to work correctly, what is the correct expression for the Choice stage branch named ‘Between 1 and 100’?

Options:

A.

[Input] >= 1 AND [Input] <= 100

B.

[Input] >= 1 AND <= 100

C.

[Input] >= ‘1’ AND [Input] <= ‘100’

D.

[Input] >= 1 [Input] < 100

E.

[Input] BETWEEN 1 AND 100

Question 3

Study the process flow below:

The outputs for the Get Next Case are configured below:

What is the correct configuration of the Expression in the ‘’Case Returned ‘’ decision stage?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 4

Consider the following flow in an object:

Which of the following statements are true?

Options:

A.

There just needs to be a wait stage after the start stage to correct this action.

B.

There should be a wait stage after every stage in this flow (i.e. after the navigate, read, write stages.

C.

If during testing in object studio this flow works, no additional wait stages should be added as they will slow the interface down.

D.

There should be an intelligent wait stage after the start stage and after any stage that cause the application we are interfacing with to change

Question 5

Study the following page in a process:

Calculation stages will write A, B or C to the Output value data item.

What will be the outcome after the page has run?

Options:

A.

Data Item Output Value contains “A"

B.

Data Item Output Value contains "B"

C.

Data Item Output Value contains "C"

D.

An Internal Exception will be thrown

Question 6

Study the following image showing pan: of the flow within a process:

What problems do you see with the process flow? (select 2 responses)

Options:

A.

There is a missing Recover stage on one of the routes through the flow.

B.

There is a missing Resume stage on one of the routes through the flow.

C.

The Retry Count is not being incremented for each retry.

D.

If an exception is thrown in the Cancel Reservation page and is allowed to bubble up to be caught by the Recover stage, the Create Reservation action won't be retried.

Question 7

Examine the following Process flow, which calculates the total number of orders:

The ‘Orders’ Collection contains the following data:

The ‘Loop Orders’ loop is configured to loop through the ‘Orders’ Collection.

The ‘Total Orders’ data item is configured as a number data item with an initial value of 0.

The ‘Get Total Orders’ Calculation stage contains the following expression:

What will the Total Orders data item value be after the page has executed?

Options:

A.

0

B.

11

C.

10

D.

44

Question 8

When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?

Options:

A.

Stop()

B.

IsStopRequestec?

C.

IsStopRequested()

D.

StopNow()

E.

Stop?

F.

StopNow?

Question 9

You identify an element in Application Modeller but when you highlight or use that element Blue Prism gives you an error message saying that duplicate elements were found.

Which of the following statements is true?

Options:

A.

It is common for duplicate elements to be found based upon the attributes that are ticked by default using the Blue Prism product. Time needs to be spent experimenting with the attribute ticks until a unique, reliable, and consistent selection of attributes are found.

B.

It will not be possible to interface with the element in a unique way. You will need to use Surface Automation techniques for this element.

C.

A code stage interface will need to be created and used for this application, this will give you more flexibility to interact with the application elements.

D.

You will need to make the attributes you have selected dynamic. This will allow your flow to loop around, incrementing the attribute value until the correct element is found and used.

Question 10

You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you 'Element not found' exceptions. Which of the following statements is true?

Options:

A.

This must be an environment issue. The Blue Prism environment must be consistent and persistent, and an element that worked one day and does not work the next day suggests the environment is changeable. The IT team supporting the environment needs to be contacted to fix the problem.

B.

The Blue Prism product support team should be contacted to report the issue. This signifies an inconsistency in how the Blue Prism product is working which needs to be fixed.

C.

This suggests that Best Practice exception handling has not been implemented in the object. A retry loop around the object stages that are using the element will probably fix the problem

D.

It is common for consistency issues to be found during configuration/development testing. The most likely cause is that an attribute has been selected for the element that is changeable, such as a window title with a date, or a URL The developer needs to ensure that any changeable attributes are unticked.

Question 11

Consider the following process flow:

Decision JA" properties are:

Decision "B" properties are.

Decision "C" properties are

What will happen when the process runs?

Options:

A.

The flow will pass through calculation stage "A"

B.

The flow will pass through calculation stage "B"

C.

The flow will pass through calculation stage "C"

D.

An exception will be thrown

Question 12

The Stock Value Calculator application has been launched successfully by a Business Object named ‘Stock Value Calculator – Basic Actions’.

A second Business Object named ‘Stock Value Calculator - Historic Values’ is used to interface with the Historic Values screen within the application.

The Wait stage highlighted below has encountered an Internal Exception:

Details of the Exception are provided below:

What action is required to present this error occurring?

Options:

A.

The Business Object 'Stock Value Calculator - Historic Values' needs to be attached to the Stock Value Calculator application

B.

The Business Object 'Stock Value Calculator - Historic Values' must relaunch the Stock Value Calculator application

C.

The Business Object 'Stock Value Calculator - Basic Actions' needs to be attached to the Stock Value Calculator application

D.

The Business Object 'Stock Value Calculator - Historic Values' needs to activate the Stock Value Calculator application

E.

The Business Object 'Stock Value Calculator - Basic Actions' needs to activate the Stock Value Calculator application

Question 13

Which of the following statements regarding the use of Work Queues are correct? (select 2 responses)

Options:

A.

Control Room allows filtering of the displayed queue items using exact tags and by using wildcards

B.

Wildcards are not allowed in the Tag Fitter property of the Work Queues business object Get Next Item action

C.

Work Queue item Status can only be set to Completed or Exception

D.

Tags can be used allow flexibility in the order items are worked within a single Work Queue

Question 14

Which of the following indicates a case in a Work Queue is an exception?

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 15

What will be the outcome after the page has run?

Options:

A.

Data Item Output Value contains A

B.

Data Item Output Value contains B

C.

Data Item Output Value contains C

D.

An Internal Exception will be thrown

Page: 1 / 10
Total 100 questions