Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

AD01 Questions and Answers

Question # 6

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

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

What will happen if you choose to step over (F10) when debugging the process?

A.

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

B.

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

C.

The process would will all stages in the "Access Customer Account' page until the error is thrown and then focus will 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 appropriate recover stage on the 'Access Customer Account" page.

Full Access
Question # 7

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

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

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.

Full Access
Question # 8

Consider the following process flow:

Decision "A" properties are:

Decision "B" properties are:

Decision "C" properties are:

What will happen when the process runs?

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

Full Access
Question # 9

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

Full Access
Question # 10

When considering an element's attributes in Application Modeller which of the following statements are true? (select all that apply)

A.

The attributes are provided to Blue Prism by the Target System

B.

The initial selection of attributes made by Blue Prism will always be the optimum attribute set for the element

C.

The list of attributes may vary from application type to application type

D.

Selected attributes are shown as ticks in the Match column of Application Modeller

Full Access
Question # 11

Which of the following indicates a case in a Work Queue is currently being processed?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 12

Consider the following flow within an Object Studio action:

The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.

What problems do you see within the flow?

A.

The Resume stage is not within the same Exception Block as the Recover stage and therefore will not work

B.

There is a potential for an infinite loop if the Credentials' stage keeps throwing an exception for some unforeseen reason

C.

The credentials stage is a read stage not a write stage

D.

There is no need for a wait stage in the flow

Full Access
Question # 13

Which of the following flows can you not create in Blue Prism? (select 2 responses)

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 14

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

Full Access
Question # 15

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?

Full Access