1z0-1109-22 Oracle Cloud Infrastructure DevOps Professional

Loading demo links...

Showing 4–6 of 10 questions

Question 4

:

What are the two items required to create a rule for the Oracle Cloud Infrastructure Events Service? (Choose two.)

Select all that apply, then click Submit answer.

  • Rule Conditions

  • Install Key

  • Actions

  • Service Connector

  • Management Agent Cloud Service

Question 5

:

A DevOps engineer is asked to access an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster to deploy new applications and manage existing ones. Which three statements are true? (Setting Up Cluster Access). (Choose three.)

Select all that apply, then click Submit answer.

  • When a cluster's Kubernetes API endpoint has a public IP address, you can access the cluster in Cloud Shell by setting up a kubeconfig file

  • Generating an API signing key pair is a mandatory step while setting up cluster access using local machine if the public key is not already uploaded in the console.

  • To access the cluster using kubectl you have to set up a Kubernetes manifest file for the cluster. The kubeconfig file by default is named config and stored in the $HOME/.manifest directory

  • To access the cluster using kubectl you have to set up a Kubernetes configuration file for the cluster. The kubeconfig file by default is named config and stored in the $HOME/.kube directory.
    You cannot setup Cloud shell access to the cluster if the clusters Kubernetes API end-point has a private IP address.

Question 6

:

Which two statements are INCORRECT with respect to a Dockerfile? (Choose two.)

Select an option, then click Submit answer.

  • WORKDIR instruction sets the working directory for any RUN, CMD, ENTRYPOINT instructions and not for COPY and ADD instructions in the Dockerfile.

  • The RUN instruction will execute any commands in a new layer on top of the current image and commit the results.

  • The COPY instruction copies new files, directories, or remote file URLS from and adds them to the filesystem of the image at the path .

  • If CMD instruction provides default arguments for the ENTRYPOINT instruction, both should be specified in JSON format.

  • An ENV instruction sets the environment value to the key, and it is available for the subsequent build steps and in the running container as well.