Question 1

A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production she available for processing live cases in HappyWeb.
Which of the following is true?
  • Question 2

    Examine the following 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 adds 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?
  • Question 3

    Look at this flow diagram from the Main Page of a process in Process Studio:

    Thinking about the standard Blue Prism Process Templates, what is wrong with how this Mam Page is handling exceptions?
  • Question 4

    A screen contains four buttons, Find, Save, Close and New. When the buttons are spied, the attributes are identical except for the Window Text attribute.
    The values for the Windows Text attribute are 'Find' for the Find button, 'Save' for the Save button, 'Close' for the Close button and 'New' for the New Button.
    The Dynamic Button element has been spied and has the following attributes set:

    A navigate stage has been configured to press the Close button:

    What additional configuration is required to ensure the Close button is selected by the Navigate stage?
  • Question 5

    An action called 'Get Account details' fails with the following exception detail:

    Which of the following could cause this exception?