Oracle Cloud Infrastructure 2019 Developer Associate — Question 80

You are in the process of setting up a highly available student registration website on Oracle Cloud Infrastructure (OCI). You use a load balancer and a database service on OCI. You launch two compute instances each in a different subnet and add them to the back end set of a public load balancer. The load balancer is configured correctly and working. You then deploy the student registration application on these two compute instances. The application can communicate with the database service. However, when you type the URL of this student registration application in your browser, no web page appears.
What could be the cause?

Answer options

Correct answer: A

Explanation

The correct answer is A because if the security lists do not permit traffic on ports 80 and 443, the application will not be accessible via HTTP or HTTPS. Option B is incorrect as the issue is not related to instance health, and option C is not valid because the load balancer can support SSL. Option D is also incorrect since the Dynamic Routing Gateway is not relevant in this context.