Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 39

A popular retailer is designing a public API for its numerous business partners. Each business partner will invoke the API at the URL https://api.acme.com/ partners/v1. The API implementation is estimated to require deployment to 5 CloudHub workers.

The retailer has obtained a public X.509 certificate for the name api.acme.com, signed by a reputable CA, to be used as the server certificate.

Where and how should the X.509 certificate and Mule applications be used to configure load balancing among the 5 CloudHub workers, and what DNS entries should be configured in order for the retailer to support its numerous business partners?

    Correct Answer: A

    For the given scenario, the best practice is to utilize a CloudHub Dedicated Load Balancer (DLB) for managing the load across multiple CloudHub workers. The X.509 certificate should be added to the DLB and not to the individual Mule applications. This approach leverages the DLB's capability to manage SSL termination and offload that responsibility from individual application workers. A CNAME record should be created for api.acme.com pointing to the DLB's A record, ensuring that all API requests are properly routed through the load balancer.

Discussion
denny1Option: A

A for sure

_d4d_Option: A

Answer is A . See below urls for details. https://docs.mulesoft.com/cloudhub-1/vpc-architecture-concept https://docs.mulesoft.com/cloudhub-1/lb-architecture#renaming-external-mule-application-urls-through-a-dedicated-load-balancer

madgeezerOption: A

A. Add the X.509 certificate to a CloudHub Dedicated Load Balancer (DLB), not to the Mule application Create a CNAME for api.acme.com pointing to the DLB's A record

sanni27Option: A

A is correct one. Ref - https://docs.mulesoft.com/gov-cloud/gov-cloud-load-balancer

GrumpOption: A

It should be A.

Pavan_NagineniOption: A

A. Add the X.509 certificate to a CloudHub Dedicated Load Balancer (DLB), not to the Mule application Create a CNAME for api.acme.com pointing to the DLB's A record

123Option: A

Custom certificates can be configured in DLB

awsExpert007Option: A

Dedicated Load balance is must for external certification. So answer is A