1z0-1067-22 Oracle Cloud Infrastructure 2022 Cloud Operations Professional

Loading demo links...

Showing 7–9 of 10 questions

Question 7

You are using the Oracle Cloud Infrastructure Command Line Interface to launch a Linux virtual machine. You enter the following command (with correct values for all parameters):

Text, letter Description automatically generated

The command fails.

Which is NOT a valid parameter in this command? (Choose the best answer.)

Select an option, then click Submit answer.

  • –t

  • – –image-id

  • – –shape “

  • –c

  • – –subnet-id

Question 8

You launched a Linux compute instance to host the new version of your company website via Apache Httpd server on HTTPS (port 443). The instance is created in a public subnet along with other instances. The default security list associated to the subnet is:

You want to allow access to the company website from public internet without exposing websites eventually hosted on the other instances in the public subnet.

Which action would you take to accomplish the task? (Choose the best answer.)

Select an option, then click Submit answer.

  • Create a network security group, add a stateful rule to allow ingress access on port 443 and associate it to the public subnet that hosts the company website.

  • In default security list, add a stateful rule to allow ingress access on port 443.

  • Create a new security list with a stateful rule to allow ingress access on port 443 and associate it to the public subnet.

  • Create a network security group, add a stateful rule to allow ingress access on port 443 and associate it to the instance that hosts the company website.

Question 9

Here is a partial code from a Terraform template written for Oracle Cloud Infrastructure (OCI):

Text Description automatically generated

What operation(s) does it perform? (Choose the best answer.)

Select an option, then click Submit answer.

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

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

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

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