Salesforce-MuleSoft-Platform-Architect Practice Test
Salesforce Spring 25 Release 152 Questions
A customer wants to host their MuleSoft applications in CloudHub 1.0, and these applications should be available at the domain https://api.acmecorp.com.
After creating a dedicated load balancer (DLB) called acme-dib-prod, which further action must the customer take to complete the configuration?
A. Configure the DLB with a TLS certificate for api.acmecorp.com and create an A record for api.acmecorp.com to the public IP addresses associated with their DLB
B. Configure the DLB with a TLS certificate for api.acmecorp.com and create a CNAME record from api.acmecorp.com to acme-dib-prod.|lb.anypointdns.net
C. Configure the DLB with a TLS certificate for acme-dib-prod.Jb.anypointdns.net and create a CNAME record from api.acmecorp:com to acme-dlb-prod.lb.anypointdns.net
D. Configure the DLB with a TLS certificate for aplacmecorp.com and create a CNAME record from api.aomecorp.com to acme-dib-prod.ei.cloubhub.io
B. Configure the DLB with a TLS certificate for api.acmecorp.com and create a CNAME record from api.acmecorp.com to acme-dib-prod.|lb.anypointdns.net
Explanation:
To make CloudHub apps available at a custom domain (api.acmecorp.com):
TLS Certificate: Must be issued for the exact domain (api.acmecorp.com).
DNS Record: A CNAME must point the domain to the DLB’s Anypoint DNS hostname (acme-dlb-prod.lb.anypointdns.net).
Why not other options?
(A): Uses an A record, but DLBs rely on CNAME for scalability.
(C): Incorrect—TLS must cover the custom domain, not the DLB hostname.
(D): Points to cloudhub.io, which is wrong for DLBs.
This setup ensures secure, scalable routing via the DLB.