MCD-LEVEL-1 Exam Questions
216 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #155
What asset cannot be created using Design Center?
- Question #156
What MuleSoft product enables publishing, sharing, and searching of APIs?
- Question #157
Which Mule component provides a real-time, graphical representation of the APIs and mule applications that are running and discoverable?
- Question #159
What is the difference between a subflow and a sync flow?
- Question #160
What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?
- Question #161
An API has been created in Design Center. What is the next step to make the API discoverable?
- Question #162
What is the output of Dataweave Map operator?
- Question #163
How can you call a subflow from Dataweave?
- Question #164
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?
- Question #165
According to Mulesoft, how are Modern APIs treated as?
- Question #167
Refer to the payload. The Set payload transformer sets the payload to an object. The logger component's message attribute is configured with the string "Result #["INFO"++ payload]"...
- Question #168
According to Semantic Versioning, which version would you change for incompatible API changes?
- Question #169
How does APIkit determine the number of flows to generate from a RAML specification?
- Question #170
What are the latest specification of RAML available?
- Question #171
How to import Core (dw::Core) module into your DataWeave scripts?
- Question #172
A Mule application configured with Autodiscovery implements an API. Where is governance enforced for policies defined for this Mule application?
- Question #173
Which out of below is not an asset?
- Question #175
According to MuleSoft, what is the Center for Enablement's role in the new IT operating model?
- Question #176
What is the correct way to format the decimal 200.1234 as a string to two decimal places?
- Question #177
The new RAML spec has been published to Anypoint Exchange with client credentials. What is the next step to gain access to the API?
- Question #178
Correct answer is {customerID}. Reference: https://docs.mulesoft.com/http-connector/1.5/http-listener-ref A function named toUpper needs to be defined that accepts a string named u...
- Question #179
In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?
- Question #181
Which one of them is NOT a flow in Mule?
- Question #182
Pick the component with which DataWeave is tightly integrated.
- Question #183
Where are values of query parameters stored in the Mule event by the HTTP Listener?
- Question #184
What should this endpoint return considering the API is build using standard practices?
- Question #185
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 ma...
- Question #186
Refer to the exhibits. Larger image Larger image Larger image The Mule application configures and uses two HTTP Listener global configuration elements. Mule application is run in A...
- Question #188
An organization's Center for enablement (C4E)has built foundational assets (API specifications and implementation templates, common frameworks, and best practices guides) and publi...
- Question #189
Refer to the exhibit. The default scope in choice router recursively calls the color flow. A web client sends a PUT request to the HTTP listener with payload Blue. What response is...
- Question #190
Refer to the exhibits. The mule application is debugged in Anypoint Studio and stops at the breakpoint as shown in below exhibit. What is the value of the payload displayed in the...
- Question #193
A REST connect module is generated for a RAML specification. and then the rest connect module is imported in mule application in Anypoint Studio. For each method of the RAML specif...
- Question #195
Refer to the exhibit. How should be the where clause written for the configured input parameters in such a way that it achieves below SQL query?
- Question #197
Refer to the exhibits. In the choice router, the When expression for the domestic shipping route is set to "#[payload= "FR"]". What is the output of logger after the execution of c...
- Question #199
Following Mulesoft's recommended API-led connectivity approach , an organization has created an application network. The organization now needs to create API's to transform , orche...
- Question #200
Refer to the exhibits. As a mulesoft developer, what you would change in Database connector configuration to resolve this error?
- Question #202
What is output of Dataweave flatten function?
- Question #203
Refer to the exhibits. In the color flow , both the variable named color and payload are set to "red". An HTTP POST request is then sent to the decideColor flow's HTTP Listener. Wh...
- Question #204
Refer to the exhibits. APIKit router is used to generate the flow components for RAML specification. The Mule application must be available to REST clients using the two URL's How...
- Question #206
An organization is beginning to follow Mulesoft's recommended API led connectivity approach to use modern API to support the development and lifecycle of the integration solutions...
- Question #207
Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity. During E2E testing it is found that that HTTP:METHOD_NOT_...
- Question #208
An API instance of type API endpoint with API proxy is created in API manager using an API specification from Anypoint Exchange. The API instance is also configured with an API pro...
- Question #209
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?
- Question #211
A shopping API contains a method to look up store details by department To get information for a particular store, web clients will submit requests with a query parameter named dep...
- Question #212
Refer to the exhibits The Mule application does NOT define any global error handlers. A web client sends a POST request to the Multi application with this input payload The File Wr...
- Question #213
Refer to the exhibits. The Mule application does NOT define any global error handlers. The Validation component in the private flow throws an error What response message is returne...
- Question #214
Refer to the exhibits. The my-app xml file contains an Error Handier scope named "global-error-handler" The Error Handler scope needs to be set to be the default error handler for...
- Question #215
Refer to the exhibits. A Mule application is being developed to process web client POST requests with payloads containing order information including the user name and purchased it...
- Question #216
Refer to the exhibits. The main flow contains a Flow Reference component configured to call the child flow What part(s) of a Mule event passed to the Flow Reference component are a...
- Question #217
Refer to the exhibit. How should the WHERE clause be changed to set the city and state values from the configured input parameters? A) B) C) D)