Weekend Sale Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Question 1

A process contains only 4 stages. Study the following process flow.

Question # 1

The data item New Date is a date data item with no initial value.

The calculation stage is configured as follows:

Question # 1

What will happen when you execute the Create Date stage?

Options:

A.

5 days will be added to today's date and the result stored in the New Date data item.

B.

1 month will be added to today's date and the result stored in the New Date data item.

C.

1 week will be added to today's date and the result stored in the New Date data item.

D.

The process will throw an exception as the New Date data item is null.

Question 2

Look at this flow diagram from the Main Page of a process in Process Studio:

Question # 2

Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?

Options:

A.

There is nothing wrong with the Main Page flow shown in the image, it is a copy of Blue Prism's standard Process Template.

B.

The Exception Block in the image should be extended to cover all stages in the flow rather than just 4 sub-pages.

C.

It would be better to remove the Exception Block and recover, resume logic, and instead handle any exceptions in the sub-pages. Flag data items could instead be passed up as output parameters from the sub-pages informing the Main Page flow if an exception has occurred.

D.

The exception handling in the image does not contain any concurrent exception logic. This means there is nothing stopping every item in the Work Queue being marked with the exact same System Exception.

E.

Between the Recover and Resume stages there should be logic to reset the application ready for the next case to be worked For example, this could call the Close Down and Start Up pages.

Question 3

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

Question # 3

What is the problem with this sub-page flow?

Options:

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.

Question 4

According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)

Options:

A.

Something that identifies the type of work that was performed Example tags might be: Funds Transferred, SIM Card Requested, Account, Closed, Account Suspended, Account Noted

B.

Something that identifies exact datetime of a step in the process. Example of tags might include Account Closed 20/03/2017 12:12:16, Work

Completed 20/03/2017 12:12:16: Request Loaded 20/03/2017 12:12:16

C.

Something that identifies the source of work. Example of tags might include: Email, Web Form, Excel Adhoc. Database

D.

Something that identifies the client record to make work queue items easier to search. Example tags might be a phone number, customer reference number or ID, customer full name. For example: +4407994446767, 00023231 A; Mr John A Smith

E.

Something that identifies the type of process scenario. Example of tags might include: Invalid Product, Unrecognised customer, Goneaway Marker, Invalid Status

F.

Details of an exception that has occurred. For example: The Login Screen was not found.

Question 5

Examine the flow below:

Question # 5

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:

Question # 5

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 6

Study at the following diagram which is an extract from a sub-page of a process being tested in Process Studio:

Question # 6

There are no breakpoints in the "Access Customer Account" subpage however there is an error.

What will happen if you choose to step out (SHIFT+ F11) when debugging the process?

Options:

A.

The process will work all stages in the "Access Customer Account page until the error is thrown and then focus would move to the breakpoint at "Get Customer Details" stage.

B.

The process will work all stages in the 'Access Customer Account1 page until the error is thrown and then focus would move to the "Recover 1 stage

C.

The process will work all stages in the "Access Customer Account' page until the error is thrown and then focus would move to the stage containing the error on the "Access Customer Account" page,

D.

The process will work all stages in the "Access Customer Account" page until the error is thrown and then focus would move to the "Exception 1 stage.

Question 7

How can a session variable value be updated when a process is running? (select all that apply)

Options:

A.

By using the Internal - Session Variables business object.

B.

By pausing the Session Variables work queue.

C.

By updating the value in Credential Manager.

D.

By updating the value in Control Room.

Question 8

Examine the following Blue Prism Process diagram:

Question # 8

The initial values for the 2 data items are displayed in the diagram above.

The expression in ‘Decision A’ is:

Len([City 1]) > Len([City 2])

The expression in ‘Decision B’ is:

Mid([City2].3,1) = “ “

The expression in ‘Decision C’ is:

Left([City 1], 5) = "manch" AND EndsWith([City 2], "York")

What will happen when the process flow executes?

Options:

A.

The diagram will flow through the Calculation stage named 'A'

B.

The diagram will flow through the Calculation stage named 'B'

C.

The diagram will flow to the Exception stage which will raise a new exception

D.

The diagram will flow through the Calculation stage named 'C

Question 9

Examine the following Page of a Blue Prism Process:

Question # 9

The expressions of each of the Calculation stages are provided below:

Question # 9

Question # 9

What will the value of the Result Data Item be after the page has run?

Options:

A.

Result Data Item value will equal A

B.

An Internal Exception will be thrown

C.

Result Data Item value will equal C

D.

Result Data Item value will equal B

Question 10

When automating a Windows application what type of stage is configured to perform a Global Send Key Events?

Options:

A.

Notes Stage

B.

Read Stage

C.

Write Stage

D.

Navigate Stage

Question 11

Which of the following Stages can be found in Process Studio AND Object Studio?

A)

Question # 11

B)

Question # 11

C)

Question # 11

D)

Question # 11

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 12

The Work Queue 'Account Closure has a number of Pending Items which may be tagged as "Current", "Saving" or "Loan" What is the correct configuration to get the next item from the queue that is tagged either "Current" or "Loan"?

Options:

A.

Configure "Current or Loan" in the Tag Filter parameter

B.

Configure "-Saving" in the Tag Filter parameter

C.

Configure "Current; Loan: in the Tag Filter parameter

D.

Configure "Current + Loan'" in the Tag Filter parameter

Question 13

Examine the following Process flow:

Question # 13

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

Any Exceptions Encountered on the ‘Email Customers’ sub-page will be resolved in the same page.

How many times will the ‘Email Customer’ sub-page be executed?

Options:

A.

It's impossible to say without viewing the 'Email Customer' sub-page

B.

The loop will be infinite

C.

0

D.

25

E.

1

Question 14

Examine the following Blue Prism Process diagram:

Question # 14

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:

Question # 14

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

Options:

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

Question 15

Question # 15

The Process is intended to attempt to perform the processing in the recover block, Block 3. a maximum of three times before throwing an exception.

Data Item 'Attempts' is a number data item with an initial value of 0

Data Item "Max Attempts" is a number data item with an initial value of 3

The 'Increment Attempts' calculation stage add 1 to the attempts value and outputs a result to the "Attempts" data item

To enable this to work correctly, what is the correct expressions for the Try Again' decision stage?

Options:

A.

[Attempts] < [Max]

B.

[Attempts] > [Max]

C.

[Attempts] = [Max]

D.

[Attempts] + 1

Page: 1 / 10
Total 100 questions