Oracle Cloud Infrastructure 2022 Architect Professional — Question 42

A SaaS startup that hosts its application on-premises is experiencing rapid growth. Due to cost and flexibility considerations, they have decided to run some module of their application in the cloud with a multi-cloud approach.

The proposed solution architecture has the application entry point on-premises, where a load balancer redirects the request to the appropriate module and provides a failover mechanism. In each location, the module instances are exposed via a public IP.

You have been asked to review the above architecture and avoid any ‘single point of failure’.

How can you change your architecture to meet the above requirement?

Answer options

Correct answer: A

Explanation

Option A is correct because it implements a Traffic Management Steering Failover policy, which ensures that traffic is redirected to available modules in case of failure, thus avoiding a single point of failure. Options B and D do not specifically address failover mechanisms, and while they provide redundancy, they do not ensure automatic failover like option A. Option C utilizes CNAME records and a least connection policy, which may not adequately handle failover scenarios.