Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

1z0-1067-24 Oracle Cloud Infrastructure 2024 Cloud Operations Professional Questions and Answers

Questions 4

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.)

Options:

A.

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

B.

Reattach the boot volume and restart the instance.

C.

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

D.

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.

E.

Stop the instance and detach the boot volume.

Buy Now
Questions 5

You have a Terraform configuration that includes a VCN and three compute instances in the VCN. The configuration also includes a cloud-init script for each compute instance. You upload the configuration to OCI Resource Manager and run an apply job. Which option correctly describes the order of execution, assuming the configuration does not model explicit dependencies?

Options:

A.

Resource Manager provisions the VCN, then the compute instances one at a time. Terraform does not wait for the cloud-init script of each instance to complete before proceeding to the next instance.

B.

Resource Manager provisions the VCN, then all compute instances in parallel.

C.

Resource Manager provisions the VCN, then the compute instances one at a time. Terraform waits for the cloud-init script of each instance to complete before proceeding to the next instance.

D.

Resource Manager provisions the resources from top to bottom in the configuration file.

Buy Now
Questions 6

You use a bucket in Object Storage to store backups of a database. Versioning is enabled on these objects, so that every time you take a new backup, it creates a new version. You add the following life-cycle policy rule: { "action": "DELETE", "is-enabled": true, "name": "Delete-Rule", "object-name-filter": null, "target": "objects", "time-amount": 60, "time-unit": "DAYS" } Which option is true regarding this rule?

Options:

A.

Once any specific version is 60 days old, it will be deleted. Deletion will physically delete the data.

B.

If 60 days passes for an object without a new version being created, it will be deleted. Deletion marks the latest version as deleted but does not physically delete it.

C.

60 days after the initial creation, any object will be deleted. Deletion marks the latest version as deleted but does not physically delete it.

D.

60 days after the initial creation, any object will be deleted. Deletion will physically de-lete all versions of the object.

Buy Now
Questions 7

You have received an email from your manager to provision new resources on Oracle Cloud Infrastructure (OCI). When researching OCI, you determined that you should use OCI Resource Manager. Since this is a task that will be done multiple times for development, test, and production. You will need to create a command that can be re-used. Which CLI command can be used in this situation? (Choose the best answer.)

Options:

A.

oci resource-manager stack update –-compartment-id \ --config-source prod.zip --variables file://variables.json \ --display-name "Production stack build" \ --description Creating new Production environment

B.

oci resource-manager stack create –-tenancy-id \ --config-source prod.zip --variables file://variables.json \ --display-name Production stack build \ --description Creating new Production environment

C.

oci resource-manager stack update –-tenancy-id \ --config-source prod.zip --variables file://variables.json \ --display-name "Production stack build" \ --description Creating new Production environment

D.

oci resource-manager stack create –-compartment-id \ --config-source prod.zip --variables file://variables.json \ --display-name "Production stack build" \ --description Creating new Production environment

Buy Now
Questions 8

Which technique does NOT help you get the optimal performance out of the Oracle Cloud Infrastructure (OCI) File Storage service? (Choose the best answer.)

Options:

A.

Increase concurrency by using multiple threads, multiple clients, and multiple mount targets.

B.

Right size compute instances from where file system is accessed based on their network capacity.

C.

Limit access to the same Availability Domain (AD) as the File Storage service where possible.

D.

Serialize operations to the file system to access consecutive blocks as much as possible.

Buy Now
Questions 9

You are using Oracle Cloud Infrastructure (OCI) services across several regions: us-phoenix-1, us-ashburn-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.)

Options:

A.

Allow group PHX-Admins to manage all-resources in tenancy where re-guest.target='us-phoenix-1'

B.

Allow group PHX-Admins to manage all-resources in tenancy where re-guest.permission= 'us-phoenix-1'

C.

Allow group PHX-Admins to manage all-resources in tenancy where re-guest.region='us-phoenix-1'

D.

Allow group PHX-Admins to manage all-resources in tenancy where re-guest.location='us-phoenix-1'

Buy Now
Questions 10

You are asked to investigate a potential security risk on your company Oracle Cloud Infrastructure (OCI) tenancy. You decide to start by looking through the audit logs for suspicious activity. How can you retrieve the audit logs using the OCI Command Line Interface (CLI)? (Choose the best answer.)

Options:

A.

oci audit event list --start-time $start-time -compartment-id $compartment-id

B.

oci audit event list --end-time $end-time -compartment-id $compartment-id

C.

oci audit event list --start-time $start-time -end-time $end-time -compartment-id $com-partment-id

D.

oci audit event list --start-time $start-time -end-time $end time -tenancy-id $tenancy id

Buy Now
Questions 11

In your root compartment, you have two subcompartments, A and B. You have three in-stances in each compartment, including the root (for a total of nine). What does the following metric query return if you use the console to run it in the root compartment? CpuUtiliza-tion[1m].mean()

Options:

A.

One time series: the average CPU utilization over the three instances in the root compartment per minute

B.

One number: the average CPU utilization over all nine instances over the last minute

C.

One time series: the average CPU utilization over all nine instances per minute

D.

Three different time series: each time series represents the average CPU utilization of one of the three instances in the root compartment per minute.

Buy Now
Questions 12

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.)

Options:

A.

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

B.

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

C.

oci os object delete -ns vision -bn app-data --prefix /temp

D.

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

Buy Now
Questions 13

You are an admin of an OCI tenancy. To save cost, you want to restrict the amount of OCPUs that can be provisioned in each compartment. Which will allow this?

Options:

A.

Compartment quotas

B.

Budgets

C.

Service limits

D.

Resource Manager

Buy Now
Questions 14

To upload a file from a compute instance into Object Storage, you SSH into the compute instance and run the following OCI CLI command: oci os object put -ns mynamespace -bn mybucket --name myfile.txt --file /Users/me/myfile.txt --auth instance_principal Which statement must be true for this command to succeed?

Options:

A.

The bucket has a pre-authenticated request (PAR) that specifies the compute instance that will upload to it.

B.

Your OCI user has the permission to upload to the bucket.

C.

The instance matches a matching rule for a dynamic group with the permission to up-load to the bucket.

D.

Your OCI API key has been placed on the compute instance.

Buy Now
Questions 15

Scenario: 1  (Create a reusable VCN Configuration with Terraform)

Scenario Description:  (Hands-On Performance Exam Certification)

You’ll  launch and destroy a VCN and subnet by creating Terraform automation  scripts and issuing commands in Code Editor. Next, you’ll download those  Terraform scripts and create a stack by uploading them into Oracle  Cloud Infrastructure Resource Manager.

You’ll then use that service to  launch and destroy the same VCN and subnet.

In this scenario, you will:

a. Create a Terraform folder and file in Code Editor.

b. Create and destroy a VCN using Terraform.

c. Create and destroy a VCN using Resource Manager.

Options:

Buy Now
Questions 16

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.)

Options:

A.

Terraform remote-exec

B.

Terraform remote state

C.

Terraform modules

D.

Terraform local-exec

Buy Now
Questions 17

Scenario: 3  (Use the OCI CLI to Work with Object Storage from a Compute Instance)

Scenario Description:  (Hands-On Performance Exam Certification)

Your  company runs a web application in OCI that generates log files. You  want to upload these files to OCI Object Storage to meet data retention  requirements. Some files need to be retained indefinitely, whereas  others can be deleted after 30 days. Use the OCI CLI to  create bucket and upload the log directory and create a lifecycle  policy rule to delete temporary files after 30 days.

Pre-Configuration:

To fulfill this requirement, you are provided with the following:

Access to an OCI tenancy, an assigned compartment, and OCI credentials

A compute instance with OCI CLI installed and a set of files in ~/dir_to_upload to use

Access to the OCI Console

Required IAM policies

Assumptions:

Perform the tasks by using the OCI CLI on the compute instance.

Use instance principal authentication for all CLI commands; the instance has been given the policies necessary.

Connect to the compute instance using Cloud Shell’s private networking and the provided SSH key.

An SSH key pair has been provided to you for the compute instance.

Private Key https://objectstorage.us-ashburn- 1.oraclecloud.com/n/tenancyname/b/PBT_Storage/o/PKey.key

Note: Throughout your exam, ensure to use assigned Compartment , User Name  and Region.

Complete the following tasks in the provisioned OCI environment:

Task 1: Create a Bucket in Object Storage

Task 2: Upload a Directory’s Contents to Object Storage

Task 3: Add a Lifecycle Policy to the Bucket

Options:

Buy Now
Questions 18

When you provision a compute instance in Oracle Cloud Infrastructure (OCI), you can provide data to cloud-init on the instance. This data is referred to as "user data" by cloud-init. and can be written in various formats that cloud-init can read.

Which two file formats can be used to write user data with cloud- init?

Options:

A.

JSON

B.

Shell script

C.

Cloud-config (YAML)

D.

Markdown

E.

Binary executable

Buy Now
Exam Code: 1z0-1067-24
Exam Name: Oracle Cloud Infrastructure 2024 Cloud Operations Professional
Last Update: Jun 15, 2025
Questions: 93
1z0-1067-24 pdf

1z0-1067-24 PDF

$29.75  $84.99
1z0-1067-24 Engine

1z0-1067-24 Testing Engine

$35  $99.99
1z0-1067-24 PDF + Engine

1z0-1067-24 PDF + Testing Engine

$47.25  $134.99