Questions for the MCD-LEVEL-1 were updated on : Dec 01 ,2025
Refer to the exhibits. The Mule application is stopped at the breakpoint in Anypoint Studio. A watch
expression Is set to the counter variable.
What value is displayed for this watch expression?
A
Refer to the exhibits. The Mule application does NOT define any global error handlers.
A web client sends a POST request to the Mule application with this input payload. The File Write
operation throws a FILE: CONNECTIVITY error.
What response message is returned to the web client?
D
Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID
column. The Address table currently contains tour (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 tor the first time, and the On Table Row Database listener polls
the Address table.
Anew row is added to the database with 1D=5 and ZIPCODE-90006, and then the On Table Row
Database listener polls the database again.
Alter the next execution of the On Table Row Database listener polling, what database rows have
been processed by the Mule flow since the Mule application was started?
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. What response message is returned to the web
client?
D
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?
A.
B.
C.
D.
B
An API was designed in API Designer, published to Anypoint Exchange, then imported into API
Manager.
A Mule application implements this API and is deployed to CloudHub. API Manager manages this
deployed API implementation.
What is the easiest and most idiomatic (used for its intended purpose) way to enforce a Client ID
Enforcement policy on this Mule application?
A
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 sty 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
Refer to the exhibit. APIkit is used to generate flow components for the RAML specification.
How many apikit:router XML elements are generated to handle requests to every endpoint defined
in the RAML specification?
D
Refer to the exhibits. The webClient flow sends requests to the mockServer Row's HTTP Listener.
An HTTP: METHOD_NOT ALLOWED error is thrown each time the webClient flow executes.
What attribute value must be changed in the webClient flow's HTTP Request operation to prevent
this error from being thrown?
A
Refer to the exhibits.
The Mule application implements a REST API that accepts GET requests from web clients on the
URLs: http://acme com/order/status and http:Vacme.com/customer/status.
What path value can be set in the HTTP GE~ event source to accept web client requests from both of
these URLs?
B
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?
A
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 trie 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?


A)
B)
C)
D)
C
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?
B
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?
D
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?
B