Mulesoft MCD-Level-1 Exam Questions

229 Questions


Updation Date : 2-Jun-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!

Where would you create SLA Tiers for an API?


A. Exchange


B. API Manager


C. Anypoint Studio


D. In RAML specifications





B.
  API Manager

Explanation:
MuleSoft Doc Ref : https://docs.mulesoft.com/api-manager/2.x/policy-mule3-tutorialmanage- an-api#to-add-the-tier
Steps to create SLA Tier are as follows:
1) In API Manager, in API Administration, click a version.
2) Check that the API supports resource-level policies: On the API version details page, in Status, click Configure Endpoint, and check that Type is RAML.
3) Choose the SLA Tiers, and click Add SLA Tier. Set up limit on SLA tier.

Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations.
A web client submits a request to the main flow's HTTP Listener that includes query parameters for the pedigree of the piano.
What values are accessible to the Logger component at the end of the main flow?


A. payload


B. payload
pedigree query params


C. payload
producer var


D. payload
pedigree query params producer var





C.
  payload
producer var

In this case as outbound call is made using HTTP: POST /child , all attributes will be replaced by this invocation. Hence query parameter will not be accessible at logger. Hence correct answer is option 2.

Refer to the exhibits.
A web clientsends a GET request to the HTTP Listener.
What response message is returned to the web client?



A.

""


B.

"End"


C.

"Start"


D.

"String is not blank"





D.
  

"String is not blank"



Refer to the exhibit.

The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer. What is the next step to fix the error to get the project to run successfully?


A.

Edit the dependency in the Mule project's pom.xml file


B.

Install the dependency to the computer's local Maven repository


C.

Deploy the dependency to MuleSoft's Maven repository


D.

Add the dependency to the MULE_HOME/bin folder





B.
  

Install the dependency to the computer's local Maven repository



Refer to the exhibit. 

What is a valid expression for the Choice router’s when expression to route events to the
documenticShipping flow?


A.

0#[ payload = 'US' ]


B.

#[ payload == 'US' J


C.

#[ if(payload = 'US') J


D.

#[ if(payload == "US") ]





B.
  

#[ payload == 'US' J



What is the output type of the DataWeave map operator?


A.

String


B.

Array


C.

Map


D.

Object





B.
  

Array



How are multiple conditions used in a Choice router to route events?


A. To route the same event to the matched route of EVERY true condition


B. To find the FIRST true condition, then distribute the event to the ONE matched route.


C. None of these


D. To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes





B.
  To find the FIRST true condition, then distribute the event to the ONE matched route.

Explanation:
Choice router finds the FIRST true condition, then distribute the event to the ONE matched route.
MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.1/choice-router-concept
The Choice router dynamically routes messages through a flow according to a set of DataWeave expressions that evaluate message content. Each expression is associated with a different routing option. The effect is to add conditional processing to a flow, similar to an if/then/else code block in most programming languages.
Only one of the routes in the Choice router executes, meaning that the first expression that evaluates to true triggers that route’s execution and the others are not checked. If none of the expressions are true, then the default route executes.

Refer to the exhibit.


A. Option A


B. Option B


C. Option C


D. Option D





B.
  Option B


Page 10 out of 29 Pages
Mulesoft MCD-Level-1 Exam Questions Home Previous