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

Complete the following statement

Collection columns are referenced in______________using dot notation

A.

the Loop Properties

B.

an Expression

C.

a Work Queue

D.

a Business Object

Consider the following diagram from an object studio action:

What is the problem with this flow?

A.

There is a risk of the flow causing an infinite loop

B.

There should be a wait stage at the end of the flow, before the end stage to ensure the flow logic has worked correctly

C.

There is nothing wrong with the object flow shown in this image.

D.

The Exception Block should be removed from the page so that all exceptions on that page can be recovered.

Please refer to the exhibit.

How should the Wait Stages be configured in this scenario?

A.

Conditional Wait stage after the Attach page and the Write stage

B.

Conditional Wait stage after the Attach page and the Navigate stage

C.

Unconditional Wait stage after the Attach page and a Conditional Wait after the Write stage

D.

Unconditional Wait stage before the Attach' page and a Conditional Wait after the Navigate stage

ACME INC have introduced a new password policy for the Centrix Data Solutions application

A Developer has built, tested and deployed the Credentials Manager functionality to ail the automations in the Production environment

What TWO additional functionalities are now available for the Developer to use when creating future automations?

A.

Server Key Store

B.

Active Directory Integration

C.

Encryption Method Triple DES (192 bit)

D.

Encrypt and decrypt Work Queue Item data

E.

Resource Screen Capture

Please refer to the exhibit.

A Developer is unable to pass Collection data as an Input Parameter because the Collection is not visible under available Data Items What is the reason for this issue?

A.

The referenced Collection is not set to global

B.

There is a block surrounding the Collection

C.

There are more than four fields in the Collection

D.

The Collection fields are not defined

Which of the following options can be used to update the value of a data item exposed as a 'Session Variable', whilst the process is running?

(Select all items which apply)

A.

By updating the data item value in the Variable Repository in System Manager

B.

By updating the data item value in System Manager

C.

Through a Calculation stage in the same process

D.

Selecting the running Process in Control Room and then using the menu options to push a new value to the data item

A Blue Prism Process has been developed which contains steps to extract data from a delimited file.

During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.

The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.

How could the data item ‘exposure’ be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?

A.

Update the data item exposure to 'Statistic'

B.

Update the data item exposure to 'Environment'

C.

Update the data item exposure to 'Session'

D.

Update the data item exposure to 'Shared'

Examine the following Blue Prism Process flow:

The Process is intended to attempt to perform the processing enclosed in Block1 a maximum of three times before throwing an exception

The 'Attempts' data item is a number data item with an initial value of 0.

The 'Max Attempts' data item is a number data item with an initial value of 3.

The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.

To enable this to work correctly, what is the correction Expression for the 'Increment Attempts' Calculation stage?

A.

+1

B.

Attempts +1

C.

Max Attempts + 1

D.

{Attempts + 1

E.

[Attempts) + 1

Which of the following stages can be found in BOTH the Object Studio and the Process Studio'' Select the TWO correct responses.

A)

B)

C)

D)

E)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Examine the following Blue Prism Process diagram:

The ‘Calculation Result’ data item is configured as a number data item with an initial value of 100.

The Calculation stage Properties window is displayed below:

After the Process flow has run, which of the following statements are true?

A.

The 'Calculation Result' data item value will be 25

B.

The 'Perform Calculation' Calculation stage will throw an exception

C.

The 'Calculation Result' data item value item will be 125

D.

None of these statements are true