Exam PEGACSA72V1 All QuestionsBrowse all questions from this exam
Question 8

An application that generates auto insurance quotes allows users to add a substitute transportation reimbursement option to their coverage. Users who add this option are required to select one of three reimbursement levels:

- Up to $10/day

- Up to $25/day

- Up to $50/day

You must configure a form to add a check box that allows users to select the substitute transportation reimbursement option. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar to the following example.

Which type of decision rule do you configure to test whether the user has selected the substitute transportation reimbursement option?

    Correct Answer: C

    To test whether the user has selected the substitute transportation reimbursement option, you would configure a 'When rule.' This type of decision rule evaluates a condition and returns true or false based on whether the condition is met. In this context, the 'When rule' would check if the checkbox for substitute transportation reimbursement has been selected, which is a boolean condition (either true or false). Therefore, the most appropriate decision rule to use in this scenario is the 'When rule'.

Discussion
ClairFraserOption: C

C - When rule, since the answer is boolean - the same link applies. https://community.pega.com/knowledgebase/articles/declaratives-decisions-validation/comparing-decision-tree-decision-table-and-map-value-rule-types