CERTIFICATION
PRACTICE EXAM
ANSWER ALL QUESTIONS IN THIS SECTION
QUESTION 1
How are conditions used in a Choice flow control?
- To find the first true condition, then routes the message to that and all
subsequent target message processors.
- To select a set of target message processors to which to route the same
message
- To find the first true condition, then routes the message to the matched
Choice target message processor
- To select from the responses after routing the message to every Choice
target message processor - ANSWER-To find the first true condition, then routes
the message to the matched Choice target message processor
A Scatter-Gather flow control sends the inbound message to three separate HTTP
requests. Each request returns a JSON object. What is the final output of the
Scatter-Gather flow control?
END OF
PAGE 1
, MULESOFT LATEST
CERTIFICATION
PRACTICE EXAM
- An array of JSON objects
- An array of array objects
- An object that contains JSON objects
- The last JSON object - ANSWER-An array of JSON objects
How is a data collection routed in a Scatter-Gather flow control?
- The entire message is sent to each route and processed sequentially
- The message is split and different pieces are routed and processed in parallel
- The message is split and different pieces are routed and processed
sequentially
- The entire message is sent to each route and processed in parallel -
ANSWER-The entire message is sent to each route and processed in parallel
A Payload filter is configured to test for type java.lang.String. What happens when
the filter is passed a message with the payload null?
END OF
PAGE 2
, MULESOFT LATEST
CERTIFICATION
PRACTICE EXAM
- The Mule application stops
- The message is replayed from the start of the flow
- The message is passed to subsequent message processors
- All subsequent message processors are skipped - ANSWER- All subsequent
message processors are skipped
What message processor will throw an exception if a message payload is not a
number?
- Is Number validator
- Is Not Number validator
- Is Number filter
- Is Not Number filter - ANSWER-Is Number validator
A Mule flow has a JMS queue listener as the message source. Where can the next
message processor access a JMS message's header?
- Outbound property
- Inbound property
END OF
PAGE 3
, MULESOFT LATEST
CERTIFICATION
PRACTICE EXAM
- Payload
- Attachment
- Flow variable - ANSWER-Inbound property
What part of a Mule flow can contain a Poll scope?
- Async scope
- Message source
- For Each scope
- Message Enricher scope - ANSWER-Message source
How is a Poll scope's watermark accessed from a message processor in a flow?
- In a session variable
- In an outbound property
- In an inbound property
- In a flow variable
- In a header - ANSWER-In a flow variable
END OF
PAGE 4