MuleSoft MCD - Level 1 Practice Test - Questions Answers, Page 22
List of questions
Related questions
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 below exhibit.
A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.
What is the valid properties placeholder file to set these values?
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 , orchestrate and aggregate the data provided by the other API's in the application network. This API should be flexible enought ot handle the data from additional API's in future.
According to Mulesoft's recommended API-led connectivity approach , what is the best layer for this new API?
Refer to the exhibits.
As a mulesoft developer, what you would change in Database connector configuration to resolve this error?
Refer to the exhibits.
What payload and variable are logged at the end of the main flow?
What is output of Dataweave flatten function?
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.
What is the payload value at the Logger component after the HTTP request completes?
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
http://localhost:8081/internal and http://localhost:8081/external
How many APIKit Router components are generated to handle requests to every endpoint defined in RAML specification?
1. Library.raml
2. /books
3. get:
4. post:
5. /order:
6. get
7. patch
8. /members
9. get:
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?
What HTTP method in a RESTful web service is typically used to completely replace an existing resource?
Question