What should this endpoint return considering the API is build using standard practices?
http://dev.acme.com/api/patients?year=2021
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 specification , what does the REST connect module provide?
Which Mule component provides a real-time, graphical representation of the APIs and mule applications that are running and discoverable?
Refer to the exhibits.
What is the response when a client submits a request to http://localhost:8081 ?
Refer to the exhibit. What is the output of logger component?
Which of the below activity doesn't support parallel execution?
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 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?
As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?
Which out of below is not an asset?
Refer to the exhibits.
The Set Payload transformer's value is set to {'year': '2020'}.
What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?