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

An organization has decided on a cloud migration strategy that aims to minimize the organization's own IT resources. Currently, the organization has all of its Mule applications running on its own premises and uses an on-premises load balancer that exposes all APIs under the base URL https://api.acme.com.

As part of the migration strategy, the organization plans to migrate all of its Mule applications and load balancer to CloudHub.

What is the most straight-forward and cost-effective approach to Mule application deployment and load balancing that preserves the public URLs?

    Correct Answer: C

    To maintain the public URLs while minimizing IT resources, the organization should deploy the Mule applications to CloudHub and use a CloudHub dedicated load balancer (DLB). Updating the CNAME record for api.acme.com to point to the A record of the DLB and applying mapping rules in the DLB will provide effective load balancing and URL preservation. Utilizing a DLB is more suitable for handling mapping rules compared to a shared load balancer (SLB), and it offers a straightforward and cost-effective approach without the need for additional API proxies.

Discussion
Ricky9Option: D

D is the correct Answer

madgeezerOption: C

C. Deploy the Mule applications to CloudHub Update the CNAME record for api.acme.com in the organization's DNS server pointing to the A record of a CloudHub dedicated load balancer (DLB) Apply mapping rules in the DLB to map URLs to their corresponding Mule applications

Outdoor25Option: C

Should be C. Cannot be A because mapping rules can be applied in DLB. Not SLB. should not D because API Proxy are not necessary for given scenario.

SalikLPOption: B

It can't be A: https://docs.mulesoft.com/runtime-manager/dedicated-load-balancer-tutorial