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 21:

    You are using Oracle Cloud Infrastructure (OCI) services across several regions: us-phoenix-1, usashburn-1, uk-london-1 and ap-tokyo-1. You have creates a separate administrator group for each region: PHX-Admins, ASH-Admins, LHR-Admins and NRT-Admins, respectively.

    You want to restrict admin access to a specific region. E.g., PHX-Admins should be able to manage all resources in the us-phoenix-1 region only and not any other OCI regions.

    What IAM policy syntax is required to restrict PHX-Admins to manage OCI resources in the us-phoenix-1 region only? (Choose the best answer.)

    A. Allow group PHX-Admins to manage all-resources in tenancy where request.region= ‘phx’

    B. Allow group PHX-Admins to manage all-resources in tenancy where request.permission= ‘phx’

    C. Allow group PHX-Admins to manage all-resources in tenancy where request.target= ‘phx’

    D. Allow group PHX-Admins to manage all-resources in tenancy where request.location= ‘phx’

  • Question 22:

    You have been asked to review a network design for Oracle Cloud Infrastructure (OCI) by a major client. The client's IT team needs to provision two Virtual Cloud Networks (VCNs) for a major application. The application uses a large number of virtual machine instances. Additionally, in the future, a VCN peering will be required to allow connectivity between the VCNs.

    Which of the following are valid IP ranges to consider? (Choose the best answer.)

    A. 10.0.0.0/30 and 192.168.0.0/30

    B. 10.0.0.0/8 and 11.0.0.0/8

    C. 10.0.8.0/21 and 10.0.16.0/22

    D. 10.0.0.0/16 and 10.0.64.0/24

  • Question 23:

    You have created the following JSON file to specify a lifecycle policy for one of your object storage buckets:

    How will this policy affect the objects that are stored in the bucket? (Choose the best answer.)

    A. Objects with the prefix “LOGS” will be retained for 120 days and then deleted permanently.

    B. Objects containing the name prefix LOGS will be automatically migrated from standard Storage to Archive storage 30 days after the creation date. The object will be deleted 120 days after creation.

    C. The objects with prefix “LOGS” will be deleted 30 days after creation date.

    D. Objects containing the name prefix LOGS will be automatically migrated from standard Storage to Archive storage 30 days after the creation date. The object will be migrated back to standard Storage 120 days after creation.

  • Question 24:

    You have set an alarm to be generated when the CPU usage of a specified instance is greater than 10%. In the alarm behavior view below you notice that the critical condition happened around 23:30. You were expecting a notification after 1 minute, however, the alarm firing state did not begin until 23:33.

    What should you change to fix it? (Choose the best answer.)

    A. Change the alarm's metric interval to 1.

    B. Change the alarm condition to be grater than 3%.

    C. Change the notification topic that you previously associated with the alarm.

    D. Change the alarm's trigger delay minutes value to 1.

  • Question 25:

    You have ordered two FastConnect connections that provide a high availability connection architecture between your on-premises data center and Oracle Cloud Infrastructure (OCI). You want to run these connections in an ACTIVE/PASSIVE architecture.

    How can you accomplish this? (Choose the best answer.)

    A. Decrease the prefix length of AS for the FastConnect you want to use as PASSIVE connection.

    B. Enable BGP on the FastConnect that you want as the ACTIVE connection.

    C. Use AS PATH prepending with your routes.

    D. Adjust one of the connections to have a higher ASN.

  • Question 26:

    The boot volume on your Oracle Linux instance has run out of space. Your application has crashed due to a lack of swap space, forcing you to increase the size of the boot volume.

    Which step should NOT be included in the process used to solve the issue? (Choose the best answer.)

    A. Reattach the boot volume and restart the instance.

    B. Attach the resized boot volume to a second instance as a data volume; extend the partition and grow the file system in the resized boot volume.

    C. Stop the instance and detach the boot volume.

    D. Resize the boot volume by specifying a larger value than the boot volume's current size.

    E. Create a RAID 0 configuration to extend the boot volume file system onto another block volume.

  • Question 27:

    You have recently joined a startup company and quickly find that nobody is tracking the amount of money spent on Oracle Cloud Infrastructure (OCI). Seeing an opportunity to help save money you begin creating a solution to better track the cost of resources provisioned by each individual on the team.

    Which option allows you to identify excessive spend across all resources in your tenancy? (Choose the best answer.)

    A. Use the Python SDK to write a custom application that will monitor the Audit log. Look for CREATE events and configure the application to send you an email each time a new resource is created.

    B. Create a tag namespace named BILLING with a Tag Key named CostCenter. Tag each of your resources with this Tag Key and the correct value.

    C. Use the Events Service and create rules that will act when a new Object Storage bucket or Compute Instance has been created. Have the rule email you each time one of these events occurs.

    D. Create a budget for each compartment that will send a notification when monthly spend reaches a predefined amount.

  • Question 28:

    A developer has created a file system in Oracle Cloud Infrastructure (OCI) File Storage service. She launches an Oracle Linux compute instance and successfully mounts the file system from the instance.

    She then tries writing to the file system from the compute instance using the following command:

    touch /mnt/yourmountpoint/helloworld

    But gets an error message:

    touch: cannot touch ‘/mnt/yourmountpoint/helloworrld’: Permission denied

    Which is a reason for this error? (Choose the best answer.)

    A. ‘touch’ command is not available in Oracle Linux by default.

    B. Service limits or quota for file system writes have been breached.

    C. User is not part of any OCI Identity and Access Management group with write permissions to File Storage service.

    D. User is connecting as the default Oracle Linux user ‘opc’ instead of ‘root’ user.

  • Question 29:

    You have created a geolocation steering policy in the Oracle Cloud Infrastructure (OCI) Traffic Management service, with this configuration:

    What happens to requests that originate in Africa? (Choose the best answer.)

    A. The traffic will be forwarded at the same time to both Pool 1 and Pool 2.

    B. The traffic will be dropped.

    C. The traffic will be forwarded randomly to any of the pools mentioned in the rules.

    D. The traffic will be forwarded to Pool 1. If Pool 1 is not available, then it will be forwarded to Pool 2.

  • Question 30:

    One of your development teams has asked for your help to standardize the creation of several compute instances that must be provisioned each day of the week. You initially write several Command Line Interface (CLI) commands with all appropriate configuration parameters to achieve this task later determining this method lacks flexibility.

    Which command generates a JSON-based template that Oracle Cloud Infrastructure (OCI) CLI can use to provision these instances on a regular basis? (Choose the best answer.)

    A. oci compute instance create – –generate–cli–skeleton

    B. oci compute instance launch – –generate–cli–skeleton

    C. oci compute provision–instance – –generate–full–command–json–input

    D. oci compute instance launch – –generate–full–command–json–input

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.