Mulesoft MCD-Level-1 Exam Questions

229 Questions


Updation Date : 15-Dec-2025



Mulesoft MCD-Level-1 exam questions feature realistic, exam-like questions that cover all key topics with detailed explanations. You’ll identify your strengths and weaknesses, allowing you to focus your study efforts effectively. By practicing with our MCD-Level-1 practice test, you’ll gain the knowledge, speed, and confidence needed to pass the Mulesoft exam on your first attempt.

Why leave your success to chance? Our Mulesoft MCD-Level-1 dumps are your ultimate guide to passing the exam on your first try!

Refer to the exhibits. 

The Set Payload transformer In the addltem subflow usesDataWeave to create an order
object. What is the correct DataWeave code for the Set Payload transformer in the createOrder


A.

addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )


B.

lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )


C.

addltemf { price: "100", item: "router", itemType: "cable" })


D.

lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )





B.
  

lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )



Refer to the exhibit.

What is the correct syntax to add an employee ID as aURI parameter in an HTTP Listener
path?


A.

(employeelD)


B.

${emp!oyeelD}


C.

{employeelD}


D.

# [employeelD]





C.
  

{employeelD}



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?


A. A string with value "FR"


B. A DataVVeave syntax error


C. The result of the intemationalShipping flow


D. The result of the domesticShipoing flow





B.
  A DataVVeave syntax error


A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?


A. Publish consume: Synchronous. Publish: Asynchronous.


B. Publish consume: Asynchronous. Publish: Synchronous


C. Publish consume: Asynchronous. Publish: Asynchronous


D. Publish consume: Synchronous. Publish: Synchronous





A.
  Publish consume: Synchronous. Publish: Asynchronous.

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



What should this endpoint return considering the API is build using standard practices?
http://dev.acme.com/api/patients?year=2021


A. Patient with id 2021


B. Patients from year 2021


C. No patients


D. All patients





B.
  Patients from year 2021

Explanation:
Correct answer is Patients from year 2021.
The thing to note here is that year is not a query parameter and not the uri parameter. Hence it will filter all the patients and return the ones for whom year is 2021.

What is the correct syntax todefine and call a function in Database? 



A.

Option A


B.

Option B


C.

Option C


D.

Option D





A.
  

Option A



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 1 out of 29 Pages