MCD-Level-1 Exam Questions

Total 101 Questions

Last Updated Exam : 16-Dec-2024

Acompany has an API to manage departments, with each department identified by a
unique deptld. The API was built with RAML according to MuleSoft best practices.
What is valid RAML to specify a method to update the details for a specific department?



A.

Option A


B.

Option B


C.

Option C


D.

Option D





D.
  

Option D



An SLA based policy has been enabled in API Manager. What is the next step to configure
the API proxy to enforce the newSLA policy?


A.

Add new property placeholders and redeploy the API proxy


B.

Add new environment variables and restart the API proxy


C.

Restart the API proxy to clear the API policy cache


D.

Add required headers to the RAML specification and redeploy the newAPI proxy





D.
  

Add required headers to the RAML specification and redeploy the newAPI proxy



Refer to the exhibits 


What is written to the records.csv file when the flow executes?


A.

The JSON payload


B.

An errormessage


C.

Nothing


D.

The payload convert to CVS





A.
  

The JSON payload



ARAML specification is defined to manage customers with a unique identifier for each
customer record. What URI does MuleSoft recommend to uniquely access the customer
identified with the unique ID 1234?


A.

/customers?custid=true&custid=1234


B.

/customers/1234


C.

/customers/custid=1234


D.

/customers?operation=get&custid=1234





B.
  

/customers/1234



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. The Set Payload transformer in the addltem child flow uses
DataWeave to create an order object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder
flow to use the addltem child flow to add a router call with the price of 100 to the order?



A.

lookup( "addltern", { price: "100", item: "router", itemType: "cable" } )


B.

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


C.

lookup("addltem", { payload: { price: "100", item: "router", itemType: "cable" } > )


D.

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





C.
  

lookup("addltem", { payload: { price: "100", item: "router", itemType: "cable" } > )



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




Page 2 out of 11 Pages
Previous