MCD-Level-1 Exam Questions

Total 229 Questions

Last Updated Exam : 28-Mar-2025

What is the correct syntax for a Logger component to output a message with the contents
of a 3SON Object payload?


A.

The payload is: $(payload)


B.

#["The payload is: " ++ payload]


C.

The payload is: #[payload]


D.

#["The payload is: " + payload]





B.
  

#["The payload is: " ++ payload]



According to MuleSoft. what is the first step to create a Modern API?


A.

Gather a list of requirements to secure the API


B.

Create an API specification and get feedback from stakeholders


C.

Performance tune and optimize the backend systems and network


D.

Create a prototype of the API implementation





B.
  

Create an API specification and get feedback from stakeholders



Refer to the exhibits. 


A.

Option A


B.

Option B


C.

Option C


D.

Option D





C.
  

Option C



Refer to the exhibits.

The Validation component in the private flow throws an error. What response message is
returned to a client request to the main flow's HTTP Listener?


A.

Error - private flow


B.

Error - main flow


C.

Success - main flow


D.

Validation Error





C.
  

Success - main flow



Refer to the exhibits.

A web client submits a request to the HTTP Listener andthe HTTP Request throws an
error.
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP
Request throws an error.
What payload and status code are returned to theweb client?


A.

Response body: "Error" Default response status code: 200


B.

Response body: "Success - Begin* Default response status code: 200


C.

Error response body: error, description Default error response status code: 500


D.

Response body: "Success - End" Default response status code: 200





A.
  

Response body: "Error" Default response status code: 200



A company has an API to manage purchaseorders, with each record identified by a unique
purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?


A.

/orders/{P05555}


B.

/orders/order=P05555


C.

/orders?order=P05555


D.

/orders/P05555





D.
  

/orders/P05555



Refer to the exhibit

This RAML specification includes a resource and method to retrieve accounts by
account_type and industry.
What is the correct URIto get all retail finance accounts?


A.

/accounts/retail/finance


B.

/accounts?account_type=retail&industry=finance


C.

/accounts/account_type=retail/industry=finance


D.

/accounts?account_type:retail&industry:finance





C.
  

/accounts/account_type=retail/industry=finance



What execution model is used by For Each and Batch Job scopes?


A.

For Each is single-threaded and Batch Job is multi-threaded


B.

Both are single-threaded


C.

Both aremulti-threaded


D.

Batch Job is single-threaded and For Each Is multi-threaded





A.
  

For Each is single-threaded and Batch Job is multi-threaded



A Mule flow has three Set Variable transformers. What global data structure can be used to
access the variables?


A.

Mule event attributes


B.

Mule event message


C.

Mule application properties


D.

Mule event





D.
  

Mule event



An app team is developing a mobile banking app. It took them two months to create their
own APIs to access transaction information from a central database. The app team later
found outthat another team had already built an API that accesses the transaction
information they need.
According to MuleSoft, what organization structure could have saved the app team two
months of development time?


A.

Center of Excellence


B.

Center for Enablement


C.

MuleSoft Support Center


D.

Central API Review Board





B.
  

Center for Enablement




Page 2 out of 23 Pages
Previous