Question 71

The data item New Date is a date data item with no initial value.
The calculation stage is configured as follows:

What will happen when you execute the Create Date stage?
  • Question 72

    Consider the following flow in an object:

    Which of these statements is true?
  • Question 73

    What is NOT considered one of the golden rules for Object Design?
  • Question 74

    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 75

    Exhibit:

    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?