MultipleChoice
Refer to the exhibits.
The mule application implements a REST API that accepts GET request from two URL's which are as follows
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?
MultipleChoice
Refer to the exhibits.
The Mule application configures and uses two HTTP Listener global configuration elements.
Mule application is run in Anypoint Studio.
If the mule application starts correctly, what URI and port numbers can receive web client requests? If the mule applications fails to start , what is the reason for the failure?
OptionsMultipleChoice
What should this endpoint return considering the API is build using standard practices?
OptionsMultipleChoice
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 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:
OptionsMultipleChoice
Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.
MultipleChoice
Refer to the exhibits. A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error.
What response message is returned to the web client?
MultipleChoice
Refer to the exhibit.
What payload is returned from a request to http//localhost.8081/
OptionsMultipleChoice
Refer to the exhibits.
The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations.
OptionsMultipleChoice
Refer to the exhibit.
The main flow contains a Flow Reference for the child flow.
OptionsMultipleChoice
Refer to the exhibit.
The main flow contains a Flow Reference for the child flow.
What values are accessible in the child flow after a web client submits a request to http://localhost:8Q81/order? color=red?
Options