Mulesoft MCD-LEVEL1 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/mcd-level1.html
Refer to the exhibits.

The input array of strings is processed by the batch job that processes, fitters, and aggregates the values.
What is the last message logged by the Logger component after the batch job completes processing?

A mule project contains MySQL database dependency . The project is exported from Anypoint Studio so that it can be deployed to Cloudhub.
What export options needs to be selected to create the smallest deployable archive that will successfully deploy to Cloudhub?
A web client sends a request to http;//localhost:8081?dept=sales.
What is the correct DataWeave expression to access the value of dept?
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 department and a URI parameter named storeld.
What is a valid RAML snippet that supports requests from web clients to get data for a specific storeld and department name?

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 choice router is completed?

Refer to the exhibits.
The mule application implements a REST API that accepts GET request from two URL's which are as follows
1. http://acme.com/order/status
2. http://acme.com/customer/status
What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source?

Refer to the exhibit.

The Database Select operation returns five rows from a database.
What is logged by the Logger component?
What does C4E stands for in MuleSoft recommended IT operating model?
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's location need to be specified in the Mule application?
Refer to the exhibits.

In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to the HTTP request. The response of the request is stored in a target variable named the Result.
What is the payload at the Logger component after the HTTP Request?