SOLUTIONS GUIDE 2026 FULL ANSWERS
GRADED A+
⫸ What does to the attributes of a Mule event happen in a flow after
an outbound HTTP Request is made? Answer: Attributes are replaced
with new attributes from the HTTP Request response.
⫸ The new RAML spec has been published to Anypoint Exchange
with client credentials.What is the next step to gain access to the API?
Answer: Request access to the API in Anypoint Exchange.
⫸ What is the difference between a subflow and a sync flow?
Answer: Subflow has no error handling of its own and sync flow
does.
⫸ What is not an asset? Answer: Exchange
⫸ How to import Core (dw::Core) module into your DataWeave
scripts? Answer: Not needed
⫸ What is the value of the stepVar variable after the processing of
records in a Batch Job? Answer: Null
⫸ What is the object type returned by the File List operation?
Answer: Array of Mule event objects
, ⫸ Where are values of query parameters stored in the Mule event by
the HTTP Listener? Answer: Attributes
⫸ How can you call a flow from Dataweave? Answer: Look up
function
⫸ DataWeave is tightly integrated with ____________. Answer:
Mule runtime
⫸ In the Database On Table Row operation, what does the Watermark
column enable the On Table Rowoperation to do? Answer: To avoid
duplicate processing of records in a database.
⫸ An API has been created in Design Center.What is the next step to
make the API discoverable? Answer: Publish the API to Anypoint
Exchange. (Anypoint Exchange enables publishing, sharing, and
searching of APIs.)
⫸ What is the correct way to format the decimal 200.1234 as a string
to two decimal places? Answer: 200.1234 as String {format: ".0#"}
⫸ How is policy defined in terms of classloader of an API? Answer:
Classloader isolation exists between the application, the runtime and
connectors, and policies.