Mulesoft Certified Platform Architect Mcpa · Free Practice Question Medium
Question 3
- A The assignment of each HTTP request to a particular CloudHub worker
- B The SSL certificates used by the API implementation to expose HTTPS endpoints
- C The number of DNS entries allocated to the API implementation
- D The logging configuration that enables log entries to be visible in Runtime Manager
Reveal correct answer
Correct answer: B
Explanation
Correct Answer: The SSL certificates used by the API implementation to expose HTTPS endpoints
*****************************************
>> The assignment of each HTTP request to a particular CloudHub worker is taken care by Anypoint Platform itself. We need not manage it explicitly in the API implementation and in fact we CANNOT manage it in the API implementation.
>> The logging configuration that enables log entries to be visible in Runtime Manager is ALWAYS managed in the API implementation and NOT just for SLB. So this is not something we do EXCLUSIVELY when using SLB.
>> We DO NOT manage the number of DNS entries allocated to the API implementation inside the code. Anypoint Platform takes care of this.
It is the SSL certificates used by the API implementation to expose HTTPS endpoints that is to be managed EXCLUSIVELY by the API implementation. Anypoint Platform does NOT do this when using SLBs.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
