Exam PEGAPCSSA80V1_2019 All QuestionsBrowse all questions from this exam
Question 30

A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.

How do you implement a solution?

    Correct Answer: D

    To ensure that the values are only initiated once for each flow action, you should add logic to the pre-processing data transform to test if values were already initiated. This approach ensures that the initialization process doesn't execute every time the flow action is called, but only once as required. This addresses the need for values to be set initially without redundancy in subsequent calls.

Discussion
WavonOption: D

If pre-processing happens every time, why would you not want to add logic option D

phofsteeOption: C

The right answer is C

saharh

why C ? you want to initiate the values once. hence, you would prefer using pre processing method

sanserof

It´s D