Exam Details

  • Exam Code
    :1Z0-1067-21
  • Exam Name
    :Oracle Cloud Infrastructure 2021 Cloud Operations Associate
  • Certification
    :Oracle Cloud
  • Vendor
    :Oracle
  • Total Questions
    :55 Q&As
  • Last Updated
    :May 12, 2024

Oracle Oracle Cloud 1Z0-1067-21 Questions & Answers

  • Question 31:

    You are working with Terraform on your laptop and have been tasked with spinning up multiple compute instances in Oracle Cloud Infrastructure (OCI) for a project. In addition, you are also required to collect IP

    addresses of provisioned instances and write them to a file and save it in your laptop. Which specific Terraform functionality can help accomplish this task? (Choose the best answer.)

    A. Terraform modules

    B. Terraform remote state

    C. Terraform local-exec

    D. Terraform remote-exec

  • Question 32:

    You have recently been asked to take over management of your company's infrastructure provisioning efforts, utilizing Terraform v0.12 to provision and manage infrastructure resources in Oracle Cloud Infrastructure (OCI). For the past few days the development environments have been failing to provision. Terraform returns the following error: You locate the related code block in the Terraform config and find the following:

    Which correction should you make to solve this issue? (Choose the best answer.)

    A. Place a command at the end of line 16

    B. Modify line 15 to be the following: tcp_options = {min = “22”, max = “22”)

    C. Modify line 15 to be the following: tcp_options { min = “22” max = “22” }

    D. Replace the curly braces ‘{ }’ in lines 11 and 16 with square braces ‘[ ]’

  • Question 33:

    Here is a partial code from a Terraform template written for Oracle Cloud Infrastructure (OCI): What operation(s) does it perform? (Choose the best answer.)

    A. Provides object read and write access for an OCI Object Storage bucket.

    B. Creates a pre-authenticated request for objects in an OCI Object Storage bucket.

    C. Creates a URL to provide access to an OCI Object Storage bucket for managing objects.

    D. Creates a lifecycle policy for an OCI Object Storage bucket for moving data to Archival storage at a specified time.

  • Question 34:

    Your customer is running a set of compute instances inside a private subnet to manage their workloads on Oracle Cloud Infrastructure (OCI) tenancy. You have set up auto scaling feature to provide consistent performance to their end users during period of high demand.

    Which step should be met for auto scaling to work? (Choose the best answer.)

    A. OS Management Service agent (osms) must be installed on the instances.

    B. Audit logs for the instances should be enabled.

    C. Service gateway should be setup to allow instances to send metrics to monitoring service.

    D. Monitoring for the instances should not be enabled.

  • Question 35:

    Your company has restructured its HR departments. As part of this change, you also need to re-organize compartments within Oracle Cloud Infrastructure (OCI) to align them to the company's new organizational structure. The following change is required:

    Compartment Team_x needs to be moved under a new parent compartment, Project_B

    The tenancy has the following policies defined for compartments Project_A and Project_B: Policy1: Allow group G1 to manage instance-family in compartment HR:Project_A Policy2: Allow group G2 to manage instance-family in compartment HR:Project_B

    Which two statements describe the impacts after the compartment Team_x is moved? (Choose two.)

    A. Group G2 can now manage instance-families in compartment Project_B and compartment Team_X

    B. Group G1 can now manage instance-families in compartment Project_A, compartment Project_B and compartment Team_X

    C. Group G1 can now manage instance-families in compartment Project_A but not in compartment Team_x

    D. Group G2 can now manage instance-families in compartment Project_A but not in compartment Team_x

    E. Group G2 can now manage instance-families in compartment Project_B, compartment Project_A and compartment Team_X

  • Question 36:

    You have been contracted by a local e-commerce company to assist with enhancing their online shopping application. The application is currently deployed in a single Oracle Cloud Infrastructure (OCI) region. The application utilizes a public load balancer, application servers in a private subnet, and a database in a separate, private subnet.

    The company would like to deploy another set of similar infrastructure in a different OCI region that will act as standby site. In the event of a failure at the primary site, all customers should be routed to the failover site automatically.

    After deploying the additional infrastructure within the second region, how should you configure automated failover requirements? (Choose the best answer.)

    A. Create a load balancer policy in the Traffic Management service. Configure one answer for each site. Set the answer for the primary site with a weight of 10 and the answer for the secondary site with a weight of 100.

    B. Create a new A record in DNS that points to the public load balancer at the secondary site. Create a CNAME for the sub-domain failover that will resolve to the new A record. Inform customers to prepend the website URL with failover if the primary site is unavailable.

    C. Create a failover policy in the Traffic Management service. Set the IP address of the public load balancer for the primary site in answer pool 1. Set the IP address of the public load balancer for the secondary site in answer pool 2. Define a health check to monitor both sites.

    D. Deploy a new load balancer in the primary region. Create one backend set for the primary application servers and a second backend set for the standby application servers. Create a listener for the primary backend set with a timeout of 3 minutes. Create a listener for the secondary backend set with a timeout of 10 minutes.

  • Question 37:

    Which two statements are TRUE about Object Storage data security and encryption in Oracle Cloud Infrastructure (OCI)? (Choose two.)

    A. Client-side encryption is managed by the customer.

    B. Data needs to be decrypted on the client side before retrieving it.

    C. OCI Vault Management is used by default to provide data security.

    D. All traffic to and from Object Storage service is encrypted using TLS.

    E. A VPN connection to OCI is required to ensure secure data transfer to an object storage bucket.

  • Question 38:

    You are using Oracle Cloud Infrastructure (OCI) console to set up an alarm on a budget to track your OCI spending.

    Which two are valid targets for creating a budget in OCI? (Choose two.)

    A. Select group as the type of target for your budget.

    B. Select Tenancy as the type of target for your budget.

    C. Select user as the type of target for your budget.

    D. Select Cost-Tracking Tags as the type of target for your budget.

    E. Select Compartment as the type of target for your budget.

  • Question 39:

    Your application is using an Object Storage bucket named app-data in the namespace vision, to store both persistent and temporary data. Every week all the temporary data should be deleted to limit the storage consumption.

    Currently you need to navigate to the Object Storage page using the web console, select the appropriate bucket to view all the objects and delete the temporary ones.

    To simplify the task you have configured the application to save all the temporary data with /temp prefix. You have also decided to use the Command Line Interface (CLI) to perform this operation.

    What is the command you should use to speed up the data cleanup? (Choose the best answer.)

    A. oci os object delete –ns vision –bn app–data ––prefix /temp

    B. oci os object bulk-delete –ns vision –bn app–data ––prefix /temp ––force

    C. oci objectstorage bulk–delete –ns vision –bn app–data ––prefix /temp ––force

    D. oci os object delete app-data in vision where prefix = /temp

  • Question 40:

    Which option contains the essential components of the Oracle Cloud Infrastructure Notifications service? (Choose the best answer.)

    A. An ALARM with a name unique across the tenancy, a SUBSCRIPTION, and a METRIC with the measurement of interest.

    B. A TOPIC with a name unique across the tenancy, a SUBSCRIPTION, and a MESSAGE where content is published.

    C. A TOPIC with a name unique across the compartment, a SUBSCRIPTION, and a MESSAGE where content is published.

    D. An ALARM with a name unique across the compartment, a SUBSCRIPTION, and a METRIC with the measurement of interest.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-1067-21 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.