Question 51

Examine the process flow:

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 outputs a result to the "Attempts" data item To enable this to work correctly, what is the correct expressions for the 'Increment Attempts' calculation stage?
  • Question 52

    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?
  • Question 53

    Consider the following flow in an object:

    Which of the following statements are true?
  • Question 54

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

    The Saved Quantity Data Item is configured as a number with the initial value 0.
    The Loop Orders stage is configured to loop though the Orders collection.
    The Get Quantity stage is configured as follows:

    What will the data item Saved Quantity contain after the execution of the page?