Exam 1z0-997-22 All QuestionsBrowse all questions from this exam
Question 48

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?

    Correct Answer: A

    Creating a DNS zone in Oracle Cloud Infrastructure (OCI) for your application and setting up a Traffic Management Steering Failover policy for each module is the most robust solution for avoiding a single point of failure. By adding an Answer Group for each datacenter location with a type A answer to point to the respective module public IP and adopting the policy domain as the entry point for each module, you ensure that traffic is dynamically redirected in case of failure of any specific module or datacenter. This setup provides the necessary redundancy and failover capabilities required to handle rapid growth and operational demands.

Discussion
daws08322Option: A

A. Create a DNS zone in Oracle Cloud Infrastructure (OCI) for your application. Create a Traffic Management Steering Failover policy for each module. Add an Answer Group for each datacenter location with a type A answer to point to the module public IP. Adopt the policy domain as the entry point for each module. This option leverages Oracle Cloud Infrastructure's Traffic Management Steering Failover policy. It allows you to set up failover logic to handle situations where one module or location becomes unavailable. If a module or datacenter goes down, traffic will automatically be directed to a functioning module or datacenter.