Question 26
A Mule application is being designed to perform product orchestration. The Mule application needs to join together the responses from an Inventory API and a Product Sales History API with the least latency.
To minimize the overall latency, what is the most idiomatic (used for its intended purpose) design to call each API request in the Mule application?
Question 27
An integration Mute application consumes and processes a list of rows from a CSV file. Each row must be read from the CSV file, validated, and the row data sent to a JMS queue, in the exact order as in the CSV file.
If any processing step for a row falls, then a log entry must be written for that row, but processing of other rows must not be affected.
What combination of Mute components is most idiomatic (used according to their intended purpose) when Implementing the above requirements?
Question 28
What Anypoint Connectors support transactions?
Question 29
What requires configuration of both a key store and a trust store for an HTTP Listener?
Question 30
What is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?
