MCD-Level-1 Exam Questions

Total 101 Questions

Last Updated Exam : 16-Dec-2024

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



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



What execution model is used by For Each and Batch Job scopes?


A.

For Each is single-threaded and Batch Job is multi-threaded


B.

Both are single-threaded


C.

Both aremulti-threaded


D.

Batch Job is single-threaded and For Each Is multi-threaded





A.
  

For Each is single-threaded and Batch Job is multi-threaded



A Mule flow has three Set Variable transformers. What global data structure can be used to
access the variables?


A.

Mule event attributes


B.

Mule event message


C.

Mule application properties


D.

Mule event





D.
  

Mule event



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



Refer tothe exhibit.
The Mule application Is debugged in Any point Studio and stops at the breakpoint What is
the value of the payload displayed In the debugger at this breakpoint?


A.

0


B.

"Processing"


C.

"Start"


D.

Complete"





C.
  

"Start"



What path setting is required for an HTTP Listener endpoint to route all requests to an
APIkit router?


A.

/(*)


B.

/


C.

/()


D.

/*





D.
  

/*



To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file. Where does the configuration file'slocation need to be specified in the Mule application?


A.

The pom.xml file


B.

A global element


C.

The mule-art if act .json file


D.

a flow attribute





B.
  

A global element



An API implementation has been deployed to CloudHub and now needs to be governed. IT
will not allocate additional vCore for a new Mule application to act as an API proxy.
Whatis the next step to preseive the current vCore usage, but still allow the Mule
application to be managed by API Manager?


A.

Register the same API implementation in Runtime Manager to connect to API Manager


B.

Modify the API implementation to useauto-discovery to register with API Manager


C.

Upload the Mule application's JAR file to the API instance in API Manager


D.

Deploy the same API implementation behind a VPC and configure the VPC to connect
to API Manager





B.
  

Modify the API implementation to useauto-discovery to register with API Manager



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 isthe 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




Page 3 out of 11 Pages
Previous