Pegasystems
PEGAPCSSA86V1 · Question #19
A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day. How do you implement this use case?
The correct answer is A. Create one scheduled job and set its run schedule to multiple times a day. See the full explanation below for the reasoning.
Question
A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day. How do you implement this use case?
Options
- ACreate one scheduled job and set its run schedule to multiple times a day.
- BCreate scheduled jobs, one for each run, that can process accumulated orders.
- CCreate batches of orders and send each batch for processing when it gets full.
- DCreate a queue processor that can process orders received by the company.
How the community answered
(51 responses)- A76% (39)
- B4% (2)
- C14% (7)
- D6% (3)
Community Discussion
No community discussion yet for this question.