Pass the Oracle Oracle Cloud Infrastructure 1z0-1109-24 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which of the following statement is INCORRECT with respect to a Dockerfile?

Options:

A.

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


B.

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.


C.

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


D.

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


Expert Solution
Questions # 12:

You’re using Oracle Cloud Infrastructure (OCI) DevOps to deploy your application on an Oracle Container Engine for Kubernetes (OKE) environment. You push your code to the OCI Code Repository, add all the required stage and configure the build and deployment pipeline. When you run the build, you see "unable to clone the repository" error.

What could the configuration error be?

Options:

A.

The Docker image used in the pipeline is incompatible with the OKE environment.


B.

Dynamic Groups and OCI IAM policies to access the code repository are missing.


C.

The OKE cluster is not configured to allow external access to the code repository.


D.

CA bundle for Transport Layer Security (TLS) verification to download the build source during the build run is missing.


Expert Solution
Questions # 13:

How can system administrators ensure that only signed images from Oracle Cloud Infrastructure Registry are deployed to a Container Engine for Kubernetes cluster?

Options:

A.

By disablingaccess to the Container Engine for Kubernetes cluster


B.

By manually inspecting each image before deployment


C.

By encrypting the images using a custom encryption algorithm


D.

By configuring an image verification policy for the cluster


Expert Solution
Questions # 14:

Which OCI DevOps project resource is responsible for defining the stages for compiling, testing, and running software applications before deployment?

Options:

A.

Deployment pipelines


B.

Build pipelines


C.

Development pipelines


D.

Integration pipelines


Expert Solution
Questions # 15:

As a DevOps engineer working on an OCI project, you’re setting up a deployment pipeline to automate your application deployments.

Which statement is false about deployment pipeline in OCI DevOps?

Options:

A.

Using deployment pipeline, you can deploy helm charts in OCI Function.


B.

You can add a Wait stage that adds a specified duration of delay in the pipeline.


C.

You can add a Traffic Shift stage that routes the traffic between two environments.


D.

You can add an Approval stage that pauses the deployment for a specified duration for manual decision from the approver.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions