Oracle Cloud Infrastructure 2021 Architect Associate

Here you have the best Oracle 1z0-1072-21 practice exam questions

  • You have 42 total questions to study from
  • Each page has 5 questions, making a total of 9 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 20, 2024
Question 1 of 42

You have a high-demand web application running on Oracle Cloud Infrastructure. Your tenancy administrator has set up a schedule based autoscaling policy on instance pool with initial size of 5 instances for the application.

Policy 1:

Target pool size: 10 instances -

Execution time: 8:30 a.m. on every Monday through Friday, in every month, in every year

Cron expression: 0 30 8 ? * MON-FRI *

Which statement accurately explains the goal of this policy?

    Correct Answer: D

    This policy's goal is to establish a recurring daily schedule. The cron expression '0 30 8 ? * MON-FRI *' specifies that at 8:30 a.m. from Monday to Friday every week, the instance pool will scale out to 10 instances. Thus, it clearly indicates a recurring daily schedule during weekdays.

Question 2 of 42

You are responsible for deploying an application on Oracle Cloud Infrastructure (OCI).

The application is memory intensive, and will perform badly if not enough memory is available.

You have created an instance pool of Linux compute instances in OCI to host the application, and defined an Autoscaling Configuration for the instance pool.

What should you do to ensure that the instance pool autoscales to prevent poor application performance?

    Correct Answer: C

    To ensure the instance pool autoscales appropriately for a memory-intensive application, it is essential to monitor resource usage that directly impacts the performance. Although configuring an autoscaling policy specifically for memory usage might seem intuitive, Oracle Cloud Infrastructure currently supports autoscaling based on metrics such as CPU utilization. Therefore, configuring the autoscaling policy to monitor CPU usage and scale up the number of instances when the CPU usage meets the threshold is the most applicable approach to indirectly ensuring adequate performance for memory-intensive applications.

Question 3 of 42

You need to set up instance principals so that an application running on an instance can call Oracle Cloud Infrastructure (OCI) public services, without the need to configure user credentials.

A developer in your team has already configured the application built using an OCI SDK to authenticate using the instance principals provider.

Which is NOT a necessary step to complete this set up?

    Correct Answer: C

    To set up instance principals in Oracle Cloud Infrastructure, the necessary steps are creating a dynamic group with matching rules, deploying the application and the SDK to instances, and creating a policy that grants permissions to the dynamic group. Generating Auth Tokens is not needed because the instance principals setup uses instance-specific authentication methods instead of user-specific tokens to authenticate with APIs.

Question 4 of 42

Which of the following statements is true about the Oracle Cloud Infrastructure (OCI) Object Storage server-side encryption?

    Correct Answer: C

    In Oracle Cloud Infrastructure (OCI) Object Storage, encryption is enabled by default and cannot be turned off. This ensures that all data stored is encrypted at rest using AES-256 encryption to enhance data security.

Question 5 of 42

You have a high-demand web application running on Oracle Cloud Infrastructure (OCI). Your tenancy administrator has setup a schedule based autoscaling policy on instance pool with initial size of 5 instances for the application.

Policy 1:

Target pool size: 10 instances -

Execution time: 8:30 a.m. on every Monday through Friday, in every month, in every year

Cron expression: 0 30 8 ? * MON-FRI *

Which statement accurately explains the goal of this policy?

    Correct Answer: B

    The scheduled-based autoscaling policy specifies scaling to 10 instances at 8:30 a.m. from Monday to Friday. The cron expression '0 30 8 ? * MON-FRI *' indicates that the action occurs every weekday at the specified time. Therefore, the goal of the policy is to execute a recurring daily schedule on weekday mornings at 8:30 a.m. and scale out to 10 instances.