ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 99 - Certified MuleSoft Integration Architect I discussion

Report
Export

What best describes the Fully Qualified Domain Names (FQDNs), also known as DNS entries, created when a Mule application is deployed to the CloudHub Shared Worker Cloud?

A.
A fixed number of FQDNs are created, IRRESPECTIVE of the environment and VPC design
Answers
A.
A fixed number of FQDNs are created, IRRESPECTIVE of the environment and VPC design
B.
The FQDNs are determined by the application name chosen, IRRESPECTIVE of the region
Answers
B.
The FQDNs are determined by the application name chosen, IRRESPECTIVE of the region
C.
The FQDNs are determined by the application name, but can be modified by an administrator after deployment
Answers
C.
The FQDNs are determined by the application name, but can be modified by an administrator after deployment
D.
The FQDNs are determined by both the application name and the region
Answers
D.
The FQDNs are determined by both the application name and the region
Suggested answer: D

Explanation:

Every Mule application deployed to CloudHub receives a DNS entry pointing to the CloudHub. The DNS entry is a CNAME for the CloudHub Shared Load Balancer in the region to which the Mule application is deployed. When we deploy the application on CloudHub, we get a generic url to access the endpoints. Generic URL looks as below:

.<region>.cloudhub.io is the deployed application name which is unique across all the MuleSoft clients. <region> is the region name in which an application is deployed.

The public CloudHub (shared) load balancer already redirects these requests, where myApp is the name of the Mule application deployment to CloudHub: HTTP requests to http://myApp.<region>.cloudhub.io redirects to

http://mule-worker-myApp.<region>.cloudhub.io:8081

HTTPS traffic to https://myApp.<region>.cloudhub.io redirects to

https://mule-worker-myApp.<region>.cloudhub.io:8082

asked 23/09/2024
Eb Store
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first