Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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

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

What is NOT considered one of the golden rules for Object Design?

A.

Keep actions small and limited to a specific task

B.

Do not include business logic in the Object

C.

Use InpuVOutput parameters to promote usability

D.

Use a single Object for an entire application

Examine the following Exception handling taken from the Main Page of a Blue Prism Process:

Consider the following potential explanations as to what is wrong with the design:

1. The exception handling is not within an Exception Block.

2. There is no Resume stage in the shown process flow.

3. There is a potential for the flow to cause an infinite loop within the process.

4. Because the flow is on the Main Page of the process there should not be a ‘Re-Throw’ Exception stage as there are no parent/calling pages for the exception to ‘bubble up’ to.

Which of the above appropriately describes what is wrong with this design?

A.

1,2, 3 and 4

B.

3 only

C.

4 only

D.

2 and 4

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?

A.

Stop()

B.

IsStopRequestec?

C.

IsStopRequested()

D.

StopNow()

E.

Stop?

F.

StopNow?

The Process Controller needs to be able to view Exception items from both the Work Queue screen within the Control room, and from the Session Logs According to best practice, which TWO options would the Developer recommend?

A.

Use the column filters available within Blue Prism Settings > Audit > Process Log settings

B.

Call the Exception Stage details and tag them to the Item prior to Mark Item as Exception

C.

Loop through the Work Queue items in Exception and tag with the Exception Details

D.

Use the Scan Processes feature within the Blue Prism Settings > Exception Type to identify items

E.

Ensure that the Stage logging is enabled within each Exception Properties

When entering an option within the Training Order system the relevant option number is entered into the Option number field as below The Option number input field has been spied in Blue Prism:

The following attribute set has been returned by Application Modeller:

Which Attribute can be un-ticked to ensure consistent visibility of the element to Blue Prism?

A.

Window Text

B.

Visible

C.

Screen Visible

D.

Class Name

When configuring an object's run mode which of the following is true?

A.

Setting the run mode to foreground will give the object priority over the target system ahead of any other Business Object.

B.

Setting the run mode to exclusive will ensure only one process runs on that resource at a time.

C.

Setting the run mode to background will enable the object to run at the same time as foreground and background objects on the same resource.

D.

Leaving the run mode blank will allow any number of processes and objects to run at the same time on the same resource.

Consider the following process flow from the Main Page of a process in Process Studio:

Thinking about the standard Blue Prism Process Templates, what is wrong with this Main Page process flow?

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 Stop? decision stage should be removed from the process flow, as Stop time is Configured either within the Scheduler process are stopped via Control Room.

C.

The Mam Page process flow is too high level For better visibility of the process logic the flow steps hidden m the sub-pages should al be on the main page instead.

D.

There is no exception handling on this Main Page so any exceptions that "bubble up" will cause the process to terminate rather than exceptions being handled correctly.

E.

The Reset Global Data page is not required because sub-page within a process should always use input parameter rather than global data items. There should be no global data to reset.

Examine the following Blue Prism Process flow:

The Process is intended to attempt to perform the processing enclosed in the recover block (Blockl). a maximum number of times before throwing an exception The maximum number of attempts is stored in the 'Max Attempts' data item.

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 a current value of 3. This value is provided at start-up.

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

To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - C), to create the correct Blue Prism expression for the Retry?' Decision stage.

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

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D