MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 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?

Show Answer
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

8 comments
Sign in to comment
denny1Option: A
Jan 12, 2022

A for sure

awsExpert007Option: A
Jun 27, 2021

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

123Option: A
Jul 16, 2021

Custom certificates can be configured in DLB

Pavan_NagineniOption: A
Aug 27, 2021

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

GrumpOption: A
Dec 26, 2021

It should be A.

sanni27Option: A
Jan 12, 2022

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

madgeezerOption: A
Aug 4, 2022

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

_d4d_Option: A
Dec 27, 2022

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