MultipleChoice
Examine the following Exception handling taken from the Main Page of a Blue Prism Process:
Consider the following potential s 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?
OptionsMultipleChoice
What is wrong with the flow shown in the image?
OptionsMultipleChoice
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?
OptionsMultipleChoice
Exhibit
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?
OptionsMultipleChoice
Which of the following indicates a case in a Work Queue is waiting to be worked?
OptionsMultipleChoice
Which of the following flows can you not create in Blue Prism? (select 2 responses)
OptionsMultipleChoice
Which of the following Stages can be found in Process Studio AND Object Studio?
OptionsMultipleChoice
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:
There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the New Order screen is in focus?
OptionsMultipleChoice
Exhibit:
What will be the outcome after the page has run?
OptionsMultipleChoice
Exhibit:
The data item 'Loop Counter' is a number data item and has an initial value of 0. The data item 'Max Loops' is a number data item and has an initial value of 10.
The two stages are configured as follows:
How many times will the Loop Again stage be executed when the page is executed?
Options