APD01 Exam QuestionsBrowse all questions from this exam

APD01 Exam - Question 21


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 Process "˜Open Account Part 1' be read into memory during the execution of the Process?

Show Answer
Correct Answer: B

The process 'Open Account Part 1' will be read into memory 5 times during the execution of the process. This is because the initial Loop Count is 0 and the Max Loops is 5. The decision block checks if Loop Count is less than Max Loops ([Loop Count] < [Max Loops]). Given the initial condition (Loop Count = 0, Max Loops = 5), the loop will execute 5 times (for Loop Count values of 0, 1, 2, 3, and 4). At Loop Count = 5, the condition fails and the process ends.

Discussion

3 comments
Sign in to comment
GaneshkarriOption: B
Nov 10, 2020

option B which is 5 times (0,1,2,3,4 times)

siddhu_47
Oct 19, 2021

Does the process get loaded to the memory 5 times ?

1234_1234Option: B
Sep 13, 2022

ans is b

LH1213Option: B
Mar 29, 2023

B is the answer