Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this exam
Question 65

A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.

Select two possible designs for this use case. (Choose two.)

    Correct Answer: A, C

    For operations that need to start executing at a specific global time such as midnight GMT in a distributed system, using a dedicated queue processor can provide the required timing precision. The Queue-For-Processing method allows tasks to be scheduled for future execution, while the Run in Background step enables background processing within the case lifecycle. Both methods leverage a dedicated queue processor to ensure tasks are executed at the precise global time required.

Discussion
PalazzoOptions: AC

Answer is A and C. In the standard option, an activity is used instead of a Queue-Processor.