Mulesoft MCD-Level-1 Exam Questions

229 Questions


Updation Date : 3-Nov-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 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



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



A Mule application contains two HTTP Listeners, each configured for different API
endpoints: http://acme.com/apis/orders and http: //acme .com/a pis/customers.
What base path value should be set in an HTT? Listener config element so that it can be
used to configure both HTTP Listeners?


A.

/apis/?


B.

/apis/


C.

/apis/orders|customers


D.

/apis/*





D.
  

/apis/*



Refer to the exhibits.

A web client submits the request to the HTTP Listener. What response message would be returned to web client?


A. End


B. String is not blank


C. No response would be sent back to client and request will get errored out in Mule


D. Start





B.
  String is not blank

Explanation:
Correct answer is String is not blank.
------------------------------------------------------------------------------------------------------------------------- 

Here’s specifically what is happening here:
1) Payload is successfully set to “Start”
2) The Is Blank String validator creates an Error Object because the payload is string "Start". Execution stops
#[error.description] = “String is not blank”
3) Because no error handler is defined, the Mule default error handler handles the error.
Remember, at its heart, the Mule Default Error handler is an error handling scope with just an on error propagate
4) “String is not blank” is the error message returned to the requestor in the body of the HTTP requestHTTP Status Code: 500
Reference Diagram:

A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder. What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?


A. Option A


B. Option B


C. Option C


D. Option D





D.
  Option D

Refer to the exhibit. 

What should be changed to fix the 415 error?


A.

set the response Content-Type header to text/plain


B.

set the response Content-Type header to application/json


C.

Set the request Content-Type header toapplication/] son


D.

set the request Content-Type header to text/plain





C.
  

Set the request Content-Type header toapplication/] son



Which of the below activity doesn't support parallel execution?


A. Scatter-Gather Router


B. First Successful Router


C. Parallel For Each


D. Batch job





C.
  Parallel For Each

Which one of them is NOT a flow in Mule?


A. sync flow


B. subflow


C. async sub flow


D. async flow





C.
  async sub flow

Explanation:
Correct answer is async sub flow. Rest are valid flows in Mule.
Sub flow is always synchronous.


Page 1 out of 29 Pages