A system API that communicates to an underlying MySQL database is deploying to CloudHub. The DevOps team requires a readiness endpoint to monitor all system APIs. Which strategy should be used to implement this endpoint?
A. Create a dedicated endpoint that responds with the API status and reachability of the underlying systems
B. Create a dedicated endpoint that responds with the API status and health of the server
C. Use an existing resource endpoint of the API
D. Create a dedicated endpoint that responds with the API status only
The HTTP Request operation raises an HTTP CONNECTIVITY error.
Which HTTP status code and body are returned to the web client?
A. HTTP Status Code:200. Body "Error in processing your request
B. HTTP Status Code:500. Body "The HTTP CONNECTIVITY Error description
C. HTTP Status Code:500. Body "Error in processing your request
D. HTTP Status Code:500. Body "Error in processing your request
Refer to the exhibit.

A Mute Object Store is configured with an entry TTL of one second and an expiration interval of 30 seconds. What is the result of the flow if processing between os'store and os:retrieve takes 10 seconds?
A. nullPayload
B. originalPayload
C. OS:KEY_NOT_FOUND
D. testPayload
Which command is used to convert a JKS keystore to PKCS12?
A. Keytool-importkeystore "srckeystore keystore p12-srcstoretype PKCS12 "destkeystore keystore.jks "deststoretype JKS
B. Keytool-importkeystore "srckeystore keystore p12-srcstoretype JKS "destkeystore keystore.p12 " deststoretype PKCS12
C. Keytool-importkeystore "srckeystore keystore jks-srcstoretype JKS "destkeystore keystore.p13 " deststoretype PKCS12
D. Keytool-importkeystore "srckeystore keystore jks-srcstoretype PKCS12 "destkeystore keystore.p12 "deststoretype JKS
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?
A. Settings.xml
B. Config.yaml
C. Pom.xml
D. Mule.artificact.json
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?
A. From one public location with each API in its own schedule
B. From one private location with all 10 APIs in a single schedule
C. From one public location with all 10 APIs in a single schedule
D. From 10 public locations with each API in its own schedule
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 observability and tracing. How should a developer propagate the order ID as the correlation ID across each message?
A. Use the underlying HTTP request of Anypoint MQ to set the "X-CORRELATION_ID' header to the order ID
B. Set a custom Anypoint MQ user property to propagate the order ID and set the correlation ID in the receiving applications.
C. Use the default correlation ID, Anypoint MQ will sutomatically propagate it.
D. Wrap all Anypoint MQ Publish operations within a With CorrelationID scope from the Tracing module, setting the correlation ID to the order ID
Mule application A is deployed to CloudHub and is using Object Store v2. Mute application B is also deployed to CloudHub. Which approach can Mule application B use to remove values from Mule application A'S Object Store?
A. Object Store v2 REST API
B. CloudHub Connector
C. Object Store Connector
D. CloudHub REST API
Refer to the exhibit.

What is the result if "Insecure'' selected as part of the HTTP Listener configuration?
A. The HTTP Listener will trust any certificate presented by the HTTP client
B. The HTTP Lister will accept any unauthenticated request
C. The HTTP listener will only accept HTTP requests
D. Mutual TLS authentication will be enabled between this HTTP Listener and an HTTP client
An API has been developed and deployed to CloudHub Among the policies applied to this API is an allowlist of IP addresses. A developer wants to run a test in Anypoint Studio and does not want any policies applied because their workstation is not included in the allowlist. What must the developer do in order to run this test locally without the policies applied?
A. Create a properties file specifically for local development and set the API instance ID to a value that is not used in API Manager
B. Pass in the runtime parameter "-Danpow.platform.gatekeeper=disabled''
C. Deactivate the API in API Manager so the Autodiscovery element will not find the application when it runs in Studio
D. Run the test as-s, with no changes because the Studio runtime will not attempt to connect to API Manager