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: 5 / 6
Total 189 questions

Please refer to the exhibits.

A Developer has created the logic that is resulting in an infinite loop of exceptions when the Multi Calc stage is executed

What is the reason"?

A.

The Exception functions are used outside the recovery mode resulting in their own exception

B.

A Block is not used for the Recovery stage causing it to catch Exceptions from all stages on the page

C.

An Exception stage is not used to report Exceptions causing an infinite loop in the recovery logic

D.

The Data Item names are the same as the Exception expression resulting in their own exception

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?

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

Complete the following statement.

The________captures the operational requirements of how the process is manually operated today, and help design how the process can be automated.

A.

OID

B.

FRQ

C.

SDD

D.

POD

Which of the following flow representations are invalid and therefore cannot be recreated in a Blue Prism flow diagram:

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Examine the following Blue Prism Process diagram:

The purpose of this Process flow is to use the Day Month and Year data item values to create a date value, which is output to the Full Date data item

The Day' data item is a number data item and has an initial value of 25 The value of this data item is used as the day value when creating the full date. The 'Month' data item is a number data item and has an initial value of 10. The value of this data item is used as the month value when creating the full date. The 'Year' data item is a number data item and has an initial value of 2013 The value of this data item is used as the year value when creating the full date. The environment date format is dd/mm/yyyy.

To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - E). to create the coned Blue Prism expression for the Convert to Date' calculation stage, so that the 'Full Date' data item is populated with the appropriate date, based on the Day Month and Year data items:

Examine the following Process flow which calculates the total of all customer credit transactions:

The 'Customer Transactions' Collection contains the following data

The 'Customer Transactions' Collection contains the following data

Debit transactions can be identified using the Transaction Code column, which will contain a value between 01 and 49. Credit transactions can be identified using the Transaction Code column, which will contain a value between 50 and 99 The 'Loop Customer Transactions' loop is configured to loop through the 'Customer Transactions' Collection

What is the correct expression for the 'Credit Transaction?' Decision stage, to ensure that only credit transactions are included when calculating the total of customer credits'?

A.

MakeNumber([Transaction Code]) >- 50

B.

ToNumber([Transaction Code]) >= 50

C.

[Transaction Code] >= 50

D.

[Customer Transactions Transaction Code] >= 50

E.

ToNumber([Customer Transactions Transaction Code]) >= 50

F.

MakeNumber([Customer Transactions.Transaction Code]) >= 50

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’?

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

Which of the following options can be used to update the value of a data item exposed as an Environment Variable?

(Select all items which apply)

A.

Using the 'Internal - Global Variables' Business Object to update the value

B.

Using a Calculation stage in the same Process to update the value

C.

Using the Global Variables store in Environment Manager to update the value

D.

Using System Manager to update the value

If you change a session variable when will the new value be available to the process?

A.

Immediately

B.

Next time a new case is taken from a WQ

C.

Next time resource PC starts

D.

Next time the process starts

When building a solution to use Tags within a Work Queue, which of the following statements is correct true?

A.

Adding a tag requires an item to be locked

B.

Adding a tag requires an item to be locked if there are multiple resources working the same queue

C.

Adding a tag does not require an item to be locked