Loading questions...
Updated
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.
This exam has 60 community-verified practice questions. Create a free account to access all questions, comments, and explanations.
Log In / Sign UpRefer 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?


Refer to the exhibit.
What is the correct syntax to add a customer ID as a URI parameter in an HTTP Listener’s path attribute?

Refer to the exhibits.
The webClient flow sends requests to the mockServer flow’s HTTP Listener. An HTTP:METHOD_NOT_ALLOWED error is thrown each time the webClient flow executes.
Which attribute value must be changed in the webClient flow’s HTTP Request operation to prevent this error from being thrown?


Refer to the exhibits.
BetterBooks has defined this Book data type and Book example to be used in APIs.
What is valid RAML for an API that uses this Book data type and Book example?

A.

B.



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”.
Which response is returned to the web client?

Northern Trail Outfitter’s Center for Enablement (C4E) has built foundational assets (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 NTO measure the success of its C4E efforts?
Refer to the exhibits.
A database Address table contains a ZIPCODE column and an increasing ID column. The Address table currently contains four (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio for the first time, and the On Table Row Database listener palls the Address table.
Anew row is added to the database with ID=5 and ZIPCODE=90006, and then the On Table Row Database listener polls the database again.
After the next execution of the On Table Row Database listener polling, which database rows have been processed by the Mule flow since the Mule application was started?

Refer to the exhibits.
The Batch Job scope contains two Batch Step 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, which messages have been logged by the Logger components?
Input payload:

Flow:

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 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?


What is the output type of the DataWeave flatten function?
Refer to the exhibits.
The Mule application does NOT define any global error handlers. The Validation component in the Try scope throws an error.
Which response message is returned to a client request to the main flow’s HTTP Listener?


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?
Northern Trail Outfitters (NTO) has an API to manage departments, with each department identified by a unique deptId. The API was built with RAML according to MuleSoft best practices.
What is a valid RAML to specify a method to update the details for a specific department?




Refer to the exhibits.
A web client sends a POST request to the HTTP Listener with the payload “Hello-”.
Which response is returned to the web client?



Refer to the exhibit.
The main flow contains a Flow Reference component configured to call the child flow.
Which part(s) of a Mule event passed to the Flow Reference component are available in the child flow?


By default, what happens to a file after it is read using an FTP connector Read operation?
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?


Refer to the exhibits.
What payload and quantity are logged at the end of the main flow?


Refer to the exhibit.
A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.
What is a valid properties placeholder file to set these values?

A.





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.
Which response message is returned to the web client?


Refer to the exhibit.
This RAML fragment defines a Book data type that is used in a RAML API specification. An API implementation is created for this RAML API specification.
What is valid JSON input for a request from a web client to an implementation of this RAML API specification?





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


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?
Input payload:

Flow:





