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!

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/*



A shopping API contains a method to look up store details by department.
To get the information for a particular store, web clients will submit requests with a query parameter named department and uri parameter named storeId.
What is valid RAML snippet that supports requests from a web client to get a data for a specific storeId and department name?


A. 1./department:
2. get:
3. uriParameter:
4. storeId:


B. 1.get:
2.uriParameter:
3.{storeId}:
4.queryParameter:
5.department:


C. 1.get:
2. queryParameter:
3. department:
4. uriParameter:
5. {storeId}:


D. 1./{storeId}:
2. get:
3. queryParameter:
4. department:





D.
  1./{storeId}:
2. get:
3. queryParameter:
4. department:

Refer to the exhibits. What payload is logged at the end of the main flow?



A.

[order1, order2, order3, order4]


B.

[1, 2, 3,4]


C.

order4


D.

order1order2order3order4





B.
  

[1, 2, 3,4]



Refer to theexhibits.

The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use
default configurations.
What values are accessible in the child flow after a web client submits a request to
http://localhost:8081/order? col or = red?


A.

payload


B.

payload
quantity var


C.

payload
color query param


D.

payload
quantity var color query param





A.
  

payload



In the execution of scatter gather, the "sleep 2 sec" Flow Reference takes about 2 sec to complete, and the "sleep 8 sec" Flow Reference takes about 8 sec to complete. About how many sec does it take from the Scatter-Gather is called until the "Set Payload" transformer is called?


A. 8


B. 0


C. 2


D. 10





A.
  8

Which of the below is not a valid category for connector type?


A. Gold


B. Select


C. Premium


D. Community





A.
  Gold

Gold is not valid category for connector types.

A web client submits a request to http://localhost:8081?accountType=personal. The query
parameter is captured using a Set Variable transformer to a variable named accountType.
What is the correct DataWeave expression to log accountType?


A.

Account Type: #[flowVars.accountType]


B.

Account Type: #[message.inboundProperties.accountType]


C.

Account Type: # [attributes.accountType]


D.

Account Type: #[vars.accountType]





D.
  

Account Type: #[vars.accountType]



What is the minimum Cloudhub worker size that can be specified while deploying mule application?


A. 0.2 vCores


B. 0.5 vCores


C. 1.0 vCores


D. 0.1 vCores





D.
  0.1 vCores

Explanation:
Correct answer is 0.1 vCores
MuleSoft Doc Ref : https://docs.mulesoft.com/runtime-manager/cloudhubarchitecture# cloudhub-workers
CloudHub Workers
Workers are dedicated instances of Mule runtime engine that run your integration applications on CloudHub. The memory capacity and processing power of a worker depends on how you configure it at the application level.
Worker sizes have different compute, memory, and storage capacities. You can scale workers vertically by selecting one of the available worker sizes:


Page 1 out of 29 Pages