Exam APD01 All QuestionsBrowse all questions from this exam
Question 20

Study the process flow below:

The initial values for the Loop Count and Max Loop data items are 0 and 5 respectively.

How many times will the Business Objects Action "˜Screen AO1 "" Enter Data' be read into memory during the execution of the Process?

    Correct Answer: B

    The action 'Screen AO1 - Enter Data' will be executed once during each loop iteration. The loop will continue as long as the 'Loop Count' is less than the 'Max Loops' value, which is 5. Starting from an initial 'Loop Count' of 0, the process will loop and execute the action a total of 5 times before the 'Loop Count' reaches 5, at which point the loop condition will no longer be met and the process will end.

Discussion
1234_1234Option: C

ans is c

ZenitsubetaOption: B

Answer should be B

kdensleOption: B

I take it back lol it's got to be 'B' I don't understand how they ever got 1.

kdensleOption: A

The answer is A. When the loop count is changed to 5 the actions would have only been ran 4 times, then when it goes to continue it will end.

LH1213Option: B

I think it is B