C2180-272 · Question #21
A sales company is currently running 2 message flows. The first, ProcessOrder, validates customer orders and then sends the shipping information to the warehouse via an MQ request message. Once the…
The correct answer is D. ProcessOrder -> AggregateControl and AggregateRequest. See the full explanation below for the reasoning.
Question
A sales company is currently running 2 message flows. The first, ProcessOrder, validates customer orders and then sends the shipping information to the warehouse via an MQ request message. Once the warehouse has shipped the order, a reply is sent back which is processed by the second flow, SendConfirmation, to send a confirmation to the customer. The company is now expanding and has multiple warehouses. The solution developer must modify ProcessOrder to send messages to each warehouse only for the items it stocks, and SendConfirmation to send a response message only when all warehouses have replied. What node(s) should the solution developer use?
Options
- ASendConfirmation -> MQGet
- BSendConfirmation -> Collector
- CProcessOrder -> Sequence
- DProcessOrder -> AggregateControl and AggregateRequest
How the community answered
(45 responses)- A2% (1)
- B4% (2)
- C11% (5)
- D82% (37)
Community Discussion
No community discussion yet for this question.