Oracle Cloud Infrastructure 2022 Architect Associate — Question 46

You are responsible for deploying an application on Oracle Cloud Infrastructure (OCI). The application is memory intensive and performs poorly if enough memory is not available. You have created an instance pool of Linux compute instances in OCI to host the application and defined Autoscaling Configuration for the instance pool.
What should you do to ensure that the instance pool autoscales to prevent poor application performance?

Answer options

Correct answer: A

Explanation

The correct answer is A because monitoring memory usage directly addresses the application's memory-intensive nature and ensures that additional instances are provisioned when memory resources are low. Option B does not directly monitor memory usage, making it less effective. Option C focuses on CPU usage, which is not the primary concern for this memory-intensive application. Option D involves additional complexity without addressing the critical need for memory monitoring.