Join the discussion
Question 1/23
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?
Which strategy should be used to implement this endpoint?
Correct Answer: A
Explanation
To implement a readiness endpoint to monitor all system APIs, the developer should create a dedicated endpoint that responds with the API status and reachability of the underlying systems. This way, the DevOps team can check if the system API is ready to receive requests and if it can communicate with its backend systems without errors. References:
https://docs.mulesoft.com/mule-runtime/4.3/deployment-strategies#readiness-probes
To implement a readiness endpoint to monitor all system APIs, the developer should create a dedicated endpoint that responds with the API status and reachability of the underlying systems. This way, the DevOps team can check if the system API is ready to receive requests and if it can communicate with its backend systems without errors. References:
https://docs.mulesoft.com/mule-runtime/4.3/deployment-strategies#readiness-probes
Add Comments
- Other Question (23q)
- Q1. A system API that communicates to an underlying MySQL database is deploying to CloudHub. T...
- Q2. When a client and server are exchanging messages during the mTLS handshake, what is being ...
- Q3. Refer to the exhibit. What is the result if ''Insecure'' selected as part of the HTTP List...
- Q4. A mule application exposes and API for creating payments. An Operations team wants to ensu...
- Q5. Refer to the exhibit. (Exhibit) When creating a new project, which API implementation allo...
- Q6. A Mule application uses API autodiscovery to access and enforce policies for a RESTful imp...
- Q7. In a Mule project, Flow-1 contains a flow-ref to Flow-2 depends on data from Flow-1 to exe...
- Q8. A Mule application need to invoice an API hosted by an external system to initiate a proce...
- Q9. A Mule application includes a subflow containing a Scatter.Gather scope. Within each log o...
- Q10. Two APIs are deployed to a two-node on-prem cluster. Due to a requirements change, the two...
- Q11. Which pattern should be used to invoke multiple HTTP APIs in parallel and roll back failed...
- Q12. An organization uses CloudHub to deploy all of its applications. How can a common-global-h...
- Q13. A Mule implementation uses a HTTP Request within an Unit Successful scope to connect to an...
- Q14. Which statement is true when using XML SDK for creating custom message processors?...
- Q15. A Mule application contain two policies Policy A and Policy A has order1, and Policy B has...
- Q16. A Mule application for processing orders must log the order ID for every log message outpu...
- Q17. A company deploys 10 public APIs to CloudHub. Each API has its individual health endpoint ...
- Q18. Which pattern can a web API use to notify its client of state changes as soon as they occu...
- Q19. What is the MuleSoft recommended method to encrypt sensitive property data?...
- Q20. Which type of cache invalidation does the Cache scope support without having to write any ...
- Q21. A Flight Management System publishes gate change notification events whenever a flight's a...
- Q22. An API has been built to enable scheduling email provider. The front-end system does very ...
- Q23. A custom policy needs to be developed to intercept all cutbound HTTP requests made by Mule...
