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

1z0-1067-22 Questions and Answers

Note! Following 1z0-1067-22 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-1067-24

1z0-1067-22 Questions and Answers

Question # 6

You have been asked to update the lifecycle policy for object storage using the Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI).

Which command can successfully update the policy? (Choose the bestanswer.)

A.

oci os object-lifecycle-policy delete –ns <object_storage_namespace> –bn

B.

oci os object-lifecycle-policy put –ns <object_storage_namespace> –bn

C.

oci os object-lifecycle-policy put –ns <object_storage_namespace> –bn – –items

D.

oci os object-lifecycle-policy get –ns <object_storage_namespace> –bn

Full Access
Question # 7

You created an Oracle Linux compute instance through the Oracle Cloud Infrastructure (OCI) management console then immediately realize you forgot toadd an SSH key file. You notice that OCI compute service provides instance console connections that supports adding SSH keys for a running instance. Hence, you created the console connection for your Linux server and activated it using the connection string provided. However, now you get prompted for a username and password to login.

What option should you recommend to add the SSH key to your running instance, while minimizing the administrative overhead? (Choose the best answer.)

A.

You need to configure the boot loader to use ttyS0 as a console terminal on the VM.

B.

You need to terminate the running instance and recreate it by providing the SSH key file.

C.

You need to reboot the instance from the console, boot into the bash shell in maintenance mode,and add SSH keys for the opc user.

D.

You need to modify the serial console connection string to include the identity file flag, –i to specify the SSH key to use.

Full Access
Question # 8

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

Full Access