A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?
A)
B)
C)
D)
An organization's Center for enablement (C4E)has built foundationalassets (API specifications and implementation templates, common frameworks, and best practices guides) and published them to Anypoint Exchange.
What is a metric related to these foundational assets that helps the organization measure the success of it's C4E efforts?
What path setting is required foran HTTP Listener endpoint to route all requests to an APIkit router?
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?
Refer to the exhibits.
As a mulesoft developer, what you would change in Database connector configuration to resolve this error?
Refer to theexhibit.
How many private flows does APIKIT generate from the RAML specification?
Refer to the exhibits.
The Batch Job scope contains two BatchStep scopes with different accept expressions.
The input payload is passed to the Batch Job scope.
After the entire payload is processed by the Batch Job scope, what messages have been logged by the Logger components?
A)
B)
C)
D)
Refer to the exhibit.
In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds.
Howmany seconds does it take for the Scatter_Gather to complete?
Where would you create SLA Tiers for an API?
Refer to the exhibits.
The Set Variable transformer is set with value #[ [ first "Max" last"Mule"} ].
What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?