Certified Pega Senior System Architect v8.0 (2019) — Question 32
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.)
Answer options
- A. Use the Run in background step in the case life cycle and design a dedicated queue processor.
- B. Use the Queue-For-Processing method in an activity and design a standard queue processor.
- C. Use the Queue-For-Processing method in an activity and design a dedicated queue processor.
- D. Use the Run in background step in the case life cycle and design a standard queue processor.
Correct answer: B, D
Explanation
The correct answers, B and D, are appropriate as they involve using the Queue-For-Processing method and the Run in background step, respectively, which are suited for handling operations at specific times. Options A and C are incorrect because they suggest using a dedicated queue processor, which may not be necessary for the requirements of this global application.