Question 16

Review the Action flow below which loops through the Customer List Collection until the relevant customer match is found, and then uses the 'Set DOB' Calculation stage to copy the value from the Collection column 'DOB', to the DOB data item:


- The DOB data item is a Date data item with no initial value.
- The DOB column in the Customer List Collection is a Date data type.
What expression would you use in the 'Set DOB' Calculation stage, to copy the value from the Collection column, to the DOB data item?
(Remember, Blue Prism expressions are case sensitive)

Question 17

Consider the following flow in an object:

Which of the following statements are true?
  • Question 18

    When configuring an object's run mode which of the following is true?
  • Question 19

    The main menu of the application Centrix Data Solutions consists of a series of buttons, as displayed below:

    When the buttons spied, the element attributes are all identical, with the exception of the Window Text attribute which differs. The Window Text values for each of the buttons displayed above, are 'HOME', 'ORDERS', 'CUSTOMER', 'STOCK', 'INBOX', 'SETTINGS' and 'EXIT'.
    It is described to use a single Dynamic element to interact with each of the menu buttons. The Dynamic button element has been spied and has the following attributes set:

    A Navigate stage has been configured to press the ORDERS button:

    To ensure the Navigate stage can click the ORDERS button successfully, what additional configuration is required in the Navigate stage?
  • Question 20

    Study the following process flow:

    This is the Mam Page of a simple process which calls the Page Calculation before completing The data items are configured as follows:
    * X is a Number data item with an initial value of 20
    * Y is a Number data item with an initial value of 5
    * Result is a Number data item with no initial value
    The Calculation Page stage is configured as follows:

    The Calculation Page is as follows:

    The Data Items are configured as follow:
    * X is a Number data item with an initial value of 10
    * Y is a Number data item with an initial value of 5
    * Result is a Number data item with no initial value
    The Start Stage is configured pass through the X and Y values as input parameters.
    The divide calculation stage expression is [X] / [Y]
    The end stage is configured to pass back the results value as an output parameter.
    What will be contained in the Result Data Item on the Mam Page following the execution of the Process?