nerdexam
Oracle

1Z0-1084-20 · Question #62

With the volume of communication that can happen between different components in cloud-native applications, it is vital to not only test functionality, but also service resiliency. Which statement…

The correct answer is D. Resiliency is about avoiding failures. Resiliency and Availability Resiliency and availability refers to the ability of a system to continue operating, despite the failure or sub-optimal performance of some of its components. In the case of Oracle Functions: The control plane is a set of components that manages…

Monitoring and Troubleshooting Applications

Question

With the volume of communication that can happen between different components in cloud-native applications, it is vital to not only test functionality, but also service resiliency. Which statement is true with regards to service resiliency?

Options

  • AResiliency is about recovering from failures without downtime or data loss.
  • BA goal of resiliency is not to bring a service to a functioning state after a failure.
  • CResiliency testing can be only done in a test environment.
  • DResiliency is about avoiding failures.

How the community answered

(57 responses)
  • A
    4% (2)
  • B
    16% (9)
  • C
    9% (5)
  • D
    72% (41)

Explanation

Resiliency and Availability Resiliency and availability refers to the ability of a system to continue operating, despite the failure or sub-optimal performance of some of its components. In the case of Oracle Functions: The control plane is a set of components that manages function definitions. The data plane is a set of components that executes functions in response to invocation requests. For resiliency and high availability, both the control plane and data plane components are distributed across different availability domains and fault domains in a region. If one of the domains ceases to be available, the components in the remaining domains take over to ensure that function definition management and execution are not disrupted. When functions are invoked, they run in the subnets specified for the application to which the functions belong. For resiliency and high availability, best practice is to specify a regional subnet for an application (or alternatively, multiple AD-specific subnets in different availability domains). If an availability domain specified for an application ceases to be available, Oracle Functions runs functions in an alternative availability domain.

Topics

#service resiliency#failure recovery#cloud-native#resiliency testing

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice