An order processing system is composed of multiple Mule application responsible for warehouse, sales and shipping. Each application communication using Anypoint MQ. Each message must be correlated against the original order ID for observabilityand tracing.
How should a developer propagate the order ID as the correlation ID across each message?
Correct Answer:D
A Mule application uses API autodiscovery to access and enforce policies for a RESTful implementation.
Correct Answer:D
A new Mule project has been created in Anypoint Studio with the default settings.
Which file inside the Mule project must be modified before using Maven to successfully deploy the application?
Correct Answer:C
To use Maven to successfully deploy the application, the developer needs to modify the pom.xml file inside the Mule project. The pom.xml file contains the configuration and dependencies of the Mule application, as well as the deployment information such as the CloudHub region, environment, and worker size. The developer needs to specify these properties in the pom.xml file before using Maven to deploy the application. References:
https://docs.mulesoft.com/mule-runtime/4.3/mmp-concept#application-deploymentdescriptor
When implementing a synchronous API where the event source is an HTTP Listener, a developer needs to return the same correlation ID backto the caller in the HTTP response header.
How can this be achieved?
Correct Answer:D
A company deploys 10 public APIs to CloudHub. Each API has its individual health endpoint defined. The platform operation team wants to configure API Functional Monitoring to monitor the health of the APIs periodically while minimizing operational overhead and cost.
How should API Functional Monitoring be configured?
Correct Answer:C