Certified Pega Senior System Architect v8.7 — Question 70
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 Queue-For-Processing method in an activity 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 Run in background step in the case life cycle 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: A, C
Explanation
The correct answers A and C are appropriate because they involve dedicated queue processors, which can provide the necessary control and resources to ensure operations start at the required time. Options B and D utilize standard queue processors, which may not offer the same level of reliability and performance needed for time-sensitive tasks.