Question 101

What is the syntax for using a collection field in an expression?
  • Question 102

    Examine the following Blue Prism Process diagram:

    The initial values for the 3 data items are displayed in the diagram above.
    The expression in 'Decision A' is:
    lnStr([City 1], "m") > 0
    The expression in 'Decision B' is:
    Upper([City 2]) = "NEWYORK OR Replace( 22/07/2020", "/". "-") = '22-07-2020" The expression in 'Decision C' is:
    TrimEnd([City 3]) = Barcelona" AND Right([City 2],4) = "York"
    What will happen when the process flow executes?
  • Question 103

    Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

    What is wrong with the design?
  • Question 104

    Consider the following flow in an object:

    Which of the following statements are true?
  • Question 105

    Examine the following sub-page of a Blue Prism Process:

    The 'Decision A' stage properties window is displayed below:

    The 'Decision B' stage properties window is displayed below:

    The Calculation stages will output A, B or C to the Result data item.
    What will the value of the Result data item be after this page has been run?