MuleSoft Certified Integration Architect – Level 1 — Question 100

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?

Answer options

Correct answer: A

Explanation

Option A is correct because it directly deploys the Mule applications to CloudHub and updates the CNAME record to point to the CloudHub Shared Load Balancer (SLB), ensuring the public URLs are preserved. Options B and C incorrectly involve pointing to an on-premises load balancer or a dedicated load balancer, which complicates the deployment and does not minimize IT resources. Option D suggests creating API Proxy applications, which adds unnecessary complexity and management overhead.