Loading provider exams...
Sign Up & unlock 100% of Exam Questions
No Strings Attached!
Updated
Refer to the exhibits. The input array of strings is processed by the batch job that processes, filters, and aggregates the values.
What is the last message logged by the Logger component after the batch job completes processing?

This exam has 60 community-verified practice questions. Create a free account to access all questions, comments, and explanations.
Refer to the exhibit. The Default scope in the Choice router recursively calls the color flow.
A web client sends a PUT request to the HTTP Listener with payload "Blue".
What response is returned to the web client?

Refer to the exhibits. Northern Trail Outfitters is developing a Mule application to process web client POST requests with payloads containing order information, including the user name and purchased items. The Shipping connector returns a shipping address for the input payload's user name. The Shipping connector's Shipping Address operation is configured with a target named shippingAddress.
The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippingInfo key equal to the Shipping Address operation's response.
What is a straightforward way to properly configure the Set Payload transformer with the required data?





Refer to the exhibits. The updateTemp and getTemp flows share the same default object store.
A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow. After the test flow returns a response, the web client then sends a different GET request to the getTemp flow's HTTP Listener. The test flow is not called a second time.
What response is returned from the request to the getTemp flow's HTTP Listener?





Refer to the exhibits. The Mule application does NOT define any global error handler elements. A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?

Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Refer to the exhibits. In the color flow, both the variable named color and the payload are set to "red".
An HTTP POST request is then sent to the decideColor flow's HTTP Listener.
What is the payload value at the Logger component after the HTTP Request completes?

Refer to the exhibits. The Mule application configures and uses two HTTP Listener global configuration elements.
The Mule application is run in Anypoint Studio.
If the Mule application starts correctly, what URI and port number(s) can receive web client requests; if the Mule application fails to start, what is the cause of the failure?

Refer to the exhibit.
What DataWeave expression transforms the example XML input to the CSV output?





Refer to the exhibits. A web client sends sale data in a POST request to the Mule application. The Transform Message component then enriches the payload by prepending a vendor name to the sale data.
What is written to the sales.csv file when the flow executes?

Refer to the exhibits. The Mule application does NOT define any global error handlers.
The Validation component in the private flow throws an error.
What response message is returned to a web client request to the main flow's HTTP Listener?

Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener.
A web client sends a GET request to the HTTP Listener with the qty query parameter set to 30.
After the HTTP Request operation completes, what parts of the Mule event at the main flow's Logger component are the same as the Mule event that was input to the HTTP Request operation?

A function named toUpper needs to be defined that accepts a string named userName and returns the string in uppercase.
What is the correct DataWeave code to define the toUpper function?
A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP Listener's port attribute is configured with a property placeholder named http.port. The Mule application sets the http.port property placeholder's value to 9090.
The Mule application is deployed to CloudHub without setting any properties in the Runtime Manager Properties tab, and a log message reports the status of the HTTP Listener after the Mule application deployment completes.
After the Mule application is deployed, what information is reported in the replica logs related to the port on which the Mule application's HTTP Listener listens?
By default, what happens to a file after it is read using an FTP connector Read operation?
Refer to the exhibits. The Set Payload transformer sets the payload to an object. The Logger component's message attribute is configured with the string 'Result: #["INFO" ++ payload]'.
What is logged when the flow executes?

Any Airlines is beginning to follow MuleSoft's recommended API-led connectivity approach to use modern APIs to support the development and lifecycles of their integration solutions and to close the IT delivery gap.
What distinguishes between how modern APIs are organized in a MuleSoft-recommended API-led connectivity approach vs. other common enterprise integration solutions?
Refer to the exhibits. The my-app.xml file contains an Error Handler scope named "global-error-handler".
The Error Handler scope needs to be set to be the default error handler for every flow in the Mule application.
Where and how should the value "global-error-handler" be added in the Mule project so that the Error Handler scope is the default error handler of the Mule application?

Refer to the exhibits. In the execution of the Scatter-Gather, the "sleep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 secs" Flow Reference takes about 5 seconds to complete.
About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

Refer to the exhibit. The Mule application's connectors are configured with property placeholders whose values are set in the config.yaml file.
What must be added to the Mule application to link the config.yaml file's values with the property placeholders?

Refer to the exhibits. The Batch Job scope processes the array of strings.
After the Batch Job scope completes processing the input payload, what information is logged by the Logger component?

A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.
The Mule application must now be exported from Anypoint Studio and shared with another developer.
What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?




Refer to the exhibits. In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']".
What is logged after the Choice router completes?

Refer to the exhibits. A payload is set in the Set Payload transformer.
What is logged by the Logger?
