APD01 Exam QuestionsBrowse all questions from this exam

APD01 Exam - Question 4


A Process Definition Document, for a new process to open ISA accounts, specifies that the value "2008 Cash ISA" is to be entered into the Product Selection field of the following screen:

The Product Selection field is a drop down menu with the following options available:

According to Best Practice, which of the following design options are correct for populating the Product Selection field with the value 2008 Cash ISA:

Show Answer
Correct Answer: B

The best practice for populating the Product Selection field with the value '2008 Cash ISA' is to use a text data item with an initial value of '2008 Cash ISA' and then use this data item as the input value to the stage that will populate the field. This approach ensures that the value can be easily maintained and changed if needed, without altering the process design. It also aids in maintaining the separation of data from the process logic, making the process more modular and easier to manage.

Discussion

3 comments
Sign in to comment
SimPactOption: C
Mar 16, 2021

Ans : C

1234_1234Option: B
Sep 13, 2022

B is the answer

LH1213Option: B
Mar 29, 2023

B is the answer, this will become an internal variable on the page of the BO. Things like password and dates should be passed down from the process (in that case it should be C)