MuleSoft Certified Developer – Level 1 — Question 120

Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?

Answer options

Correct answer: A

Explanation

The correct answer is A because using the ${http.port} property allows CloudHub to dynamically assign an appropriate HTTP port, ensuring external clients can connect. Option B is incorrect because VPN access is not related to the HTTP Listener port assignment. Option C is not accurate as troubleshooting does not require a specific port configuration, and option D is unrelated to the HTTP Listener port functionality.