AD01 Exam Question 51


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

    Examine the following Blue Prism Process diagram:

    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?
  • AD01 Exam Question 54

    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?
  • AD01 Exam Question 55

    Which of the following Blue Prism stages can be found in both Process Studio and Object Studio? (Select ail items which apply)