Weekend Sale Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

1z0-1109-23 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

1z0-1109-23 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Oracle Cloud Infrastructure 2023 DevOps Professional
  • Last Update: May 11, 2024
  • Questions and Answers: 100
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

1z0-1109-23 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

1z0-1109-23 Practice Exam Questions with Answers Oracle Cloud Infrastructure 2023 DevOps Professional Certification

Question # 6

You are part of the cloud DevOps team managing thousands of compute Instances running in Oracle Cloud Infrastructure (OCI). The OCI Logging service is configured to collect logs from these Instances using a Unified Monitoring Agent. A requirement has been created to archive logging data into OCI Object Storage. What OCI capability can help you achieve this requirement?

A.

IAM policy

B.

Logging Query

C.

Service Connector Hub

D.

ObjectCollectionRule

Full Access
Question # 7

You are working on a DevOps project to deploy Oracle Cloud Infrastructure (OCI) compute instances running web services. The development team indicated that when the compute Instances are deployed, it should automatically create OCI Object Storage buckets with respective instance names. Which two can help you meet this requirement?

A.

Cloud Agent Plugin for the compute instance

B.

Events Service

C.

Oracle Functions

D.

OCI CLI command "oci oj bucket create --auto

E.

Service Connector Hub

Full Access
Question # 8

As a cloud engineer, you are responsible for managing a Kubernetes cluster on the Oracle Cloud Infrastructure (OCI) platform for your organization. You are looking for ways to ensure reliable operations of Kubernetes at scale while minimizing the operational overhead of managing the worker node infrastructure. Which cluster option is the best fit for your requirement?

A.

Using OCI OKE virtual nodes to eliminate worker node infrastructure management.

B.

Using OCI OKE managed nodes with cluster autoscalers to eliminate worker node infrastructure management.

C.

Using Kubernetes cluster add-ons to automate worker node management.

D.

Creating and managing worker nodes using OCI compute instances.

Full Access
Question # 9

Which two are prerequisites for creating a secret in Oracle Cloud Infrastructure Vault service?

A.

The user must create a compute instance to run the secret service.

B.

You must have a Vault managed key to encrypt the secret.

C.

You must have the required permissions to create and manage secrets in the Vault service.

D.

You must first create a hash digest of the secret value.

E.

You must have an auth token to encrypt the secret.

Full Access
Question # 10

While adding variables to your build_spec.yaml file, you made a mistake that resulted in a failed build pipeline. What is the error you could have made?

A.

Used vaultVariable to hold the content of the vault secrets in OCID format

B.

Defined variables as exportedVariables to make them available in subsequent stages of the same pipeline

C.

Defined parameters such as the $ (VARIABLE_NAME) file and later assigned their values in the Parameters tab of the build pipeline

D.

Defined a field such as type: DOCKER IMAGE in the outputArtifacts: section to specify the docker image produced by the Build stage

Full Access
Question # 11

You host a microservices based application on the Oracle Cloud Infrastructure Con-tainer Engine for Kubernetes (OKE). Due to increased popularity of your application, you need to provision more resources to meet the growing demand. Which three statements are true for the given scenario?

A.

Enable autoscaling by autoscaling Pods by deploying Kubernetes Autoscaler to collect resource metrics from each worker node in the cluster.

B.

Enable cluster autoscaling by autoscaling node pools by deploying the Kubernetes Autoscaler to automatically resize a cluster's node pools based on application workload demands.

C.

Scale a cluster up and down by changing the number of node pools in the cluster.

D.

Enable cluster autoscaling by autoscaling node pools by deploying Kubernetes Metrics Server and using the Kubernetes Vertical Pod Autoscaler to adjust the resource re-quests and limits.

E.

Scale a node pool up and down to change the number of worker nodes in the node pool, and the availability domains and subnets in which to place them.

Full Access
Question # 12

A DevOps Engineer is tasked with providing a solution, which will help in easy management of deployed applications and troubleshoot them on the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). What are three actions the DevOps Engineer must perform to accomplish the given task? (Choose three.)

A.

Manually deploy the Kubernetes dashboard on an existing cluster and access it using the URL: dashboard:/proxy/#!/login http://localhost:8001/api/vi/namespaces/kube-system/services/httpsikubernetes.

B.

Use the default dashboard that comes configured with the Kubernetes implementation on the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE).

C.

Create a service account and the clusterrolebinding, obtain an authentication token for the service account using kubectl command, and run a kubectl proxy command to enable the kubernetes dashboard

D.

Automatically deploy the Kubernetes dashboard during cluster creation, create the cluster using the API and set the iskubernetesDashboardEnabled attribute to true and access it using the http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login

E.

Automatically deploy the Kubernetes dashboard during cluster creation, create the cluster using the API and set the iskubernetesDashboardEnabled attribute to true and access it using the URL: http://localhost:8001/api/v1/namespaces/kube-dashboard/services/httparkubernetes dashboard:/proxy/ '/login

F.

Manually deploy the Kubernetes dashboard on an existing cluster and access it using the URL: hs://localhost:8001/api/vi/namespaces/kube-dashboard/services/httparkubernete dashboard:/proxy/#!/login

Full Access
Question # 13

You are a developer and have been asked to develop an e-commerce website for your organi-zation. It must support a variety of clients including desktop browsers, mobile browsers and native mobile applications. Which two approaches can you use to build the application to achieve deployment independence, easier technology upgrades, and resiliency to architecture changes? (Choose two.)

A.

Use monolithic approach, as it allows you to easily redeploy your applications to per-form frequent updates.

B.

Choose monolithic approach over microservices as it has better fault isolation capability.

C.

Use microservices architecture as it eliminates any long term commitment to a technology stack.

D.

Implement each module as an independent service/process which can be replaced, up-dated, or deleted without disrupting the rest of the application:

E.

Build the application as a single unit and use container technology to deploy it.

F.

Use monolithic approach to as it makes it easier to incrementally adapt to newer technology.

Full Access
Question # 14

Your customer has deployed their microservices based application on Oracle Container Engine for Kubernetes (OKE) and they are using Oracle Cloud Infrastructure Registry (OCIR) service as their Docker image repository. They have deployed the OKE cluster using the 'custom create' option, and their Virtual Cloud Network (VCN) has three public subnets with associated route tables, security lists, and an internet gateway. They are facing an issue where their application containers are falling to deploy. Upon investigation, they learn that the images are not getting pulled from the designated OCIR repository. The YAML configuration has the correct path to the images. What is a valid concern that needs to be further investigated?

A.

The OKE cluster needs to have a secret with credentials of their OCIR repository and use that secret in the Kubernetes deployment manifest.

B.

They need to add IAM credentials for each user that deploys applications to the OKE cluster.

C.

The VCN hosting the OKE cluster worker nodes needs to have a NAT gateway to access OCIR repositories.

D.

They need to add a security list rule for TCP port 22 to connect to the OCIR service.

Full Access
Question # 15

As a DevOps engineer working on a project to deploy container images to Oracle Cloud Infrastructure Container Registry (OCIR), you have the option to create an empty repository in advance or allow the system to create a repository automatically on first push. Which statement about automatic repository creation is true?

A.

If you select the "Create repositories on first push root compartment" option and push an image with a command that includes the name of a repository that doesn't already exist, a new private repository is created automatically in the root compartment.

B.

Automatic repository creation is triggered by running the command docker push .ocir.oci//:, even if the repository doesn't exist.

C.

Automatic repository creation only works for repositories in the normal user compartment.

D.

To create a new public repository in the root compartment automatically, you need not belong to the tenancy's Administrators group or have the REPOSITORY MANAGE permission on the tenancy.

Full Access
Question # 16

A startup company wants to use DevOps tools and processes for fast releases in a project. What are the TWO offerings which DevOps tool can provide? (Choose two.)

A.

Integrates between development and IT teams to achieve automation

B.

Speeds up production consistency and speed by automating SDLC

C.

Helps cloud admins with reportings and track metrics

D.

Helps in security patching to ensure data security and saves time

Full Access
Question # 17

You're working with Docker images and containers, and you need to get rid of an image that's no longer needed. However, when you use the command to remove the image, you get the following error: # docker rmi d1230455e12 Error response from daemon: conflict: un-able to delete d1230455e12 must be forced image is being used by stopped container of1262bd1285 Which steps would you take to delete the specified image?

A.

To determine which container is using the image, use the “docker ps -a” command. Stop the running container with 'docker stop 0f1262bd1285', delete it with 'docker rm of1262bd1285', and delete the docker image with 'docker rmi d123f4e55e12'.

B.

To determine which container is using the image, use the “docker ps a” command Kill the running container with 'docker Kill of 1262bd1205, delete it with 'docker rmc 0r1262bd1285', and delete the docker image with 'docker mi d123f4e55e12'.

C.

To determine which container is using the image, use the “docker ps -a” command. Stop the running container with the command 'docker stop d123f4e55e12', delete it with 'docker rm Of1262bd1285', and delete the docker image with the command 'dock-er rmi 0f1262bd1285'.

D.

To determine which container is using the image, use the “docker ps -a” command. To delete the container, use the 'docker rm 011262bd1285' command and to delete the docker image, use the 'docker rmi d12314e55e12' command.

Full Access
Question # 18

XYZ Inc. is using Oracle Cloud Infrastructure (OCI) DevOps Project to deploy their e-commerce application to production. They recently received a customer request to add a new feature to the application, which requires modification of the existing code. How can XYZ Inc. use OCI services to automatically push the modified code changes to the production?

A.

Use the OCI DevOps Triggers feature to automate build and deployment on every code commit.

B.

Manual builds can be run from the OCI DevOps Build Pipelines to deploy the changes.

C.

Use OCI Ansible modules to automate the deployment of the new changes to the production environment.

D.

Use the OCI Resource Manager to automatically apply the changes to the production environment after successful testing.

Full Access
Question # 19

An e-commerce company migrated from on-premises to OCI and want to leverage OCI DevOps service in a project. The company also wants to include Kubernetes cluster in the deployment architecture. Which TWO tools should you use? (Choose two.)

A.

Ansible Collection

B.

Compute Jenkins Plug-in

C.

Terraform Provider

D.

Chef Knife Plug-in ie

Full Access
Question # 20

A small company is moving to a DevOps framework to better accommodate their intermittent workloads, which are dynamic and irregular. They want to adopt a consumption-based pricing model. Which Oracle Cloud Infrastructure service can be used as a target deployment environment?

A.

Bare metal compute instance

B.

Virtual machine compute instance

C.

Functions

D.

Oracle Kubernetes (OKE)

Full Access
Question # 21

How do OCI DevOps deployment pipelines reduce risk and complexity of production applications?

A.

By eliminating downtime of production applications

B.

By reducing change-driven errors introduced by manual deployments

C.

By working with existing Git repositories and Cl systems

D.

By scaling builds with service-managed build runners

Full Access
Question # 22

Which is a proper rule to follow when creating container repositories inside the Oracle Cloud Infrastructure (OCI) Registry?

A.

When naming a container repository, you may use capital letters but not hyphens. For example, you may use BGdevops-storefront, but not bgdevops/storefront.

B.

When creating a container repository, check the Immutable Artifacts box, as it keeps other developers from altering the files.

C.

You must use a separate container repository for each image, but multiple versions of that image can be in a single repository.

D.

You must use the OCI DevOps Managed Build stage to define artifacts in the artifact and container repositories and map the build pipeline outputs to them.

Full Access
Question # 23

A developer is managing a collection of servers and wants to update to the newest version of Apache on all of the defined web servers. Which Ansible AdHoc command can you use to achieve this?

A.

$ ansible webservers -m yum -a "name=httpd state=new"

B.

$ ansible webservers -m service -a "name=httpd state=started"

C.

$ ansible webservers -m yum -a "name=httpd state=latest"

D.

$ ansible webservers -m service -a "name=httpd state=install"

Full Access
Question # 24

You are a DevOps engineer responsible for managing the deployment pipeline of your organization's application hosted on Oracle Cloud Infrastructure (OCI). The pipeline is failing, and you need to troubleshoot the issue to identify the potential cause and fix it. You need the following information to investigate further: - Time spent for each deployment. - Number of times a deployment has failed. Which OCI service can provide you with the necessary information to identify the potential issue and help in debugging the same?

A.

OCI Monitoring service

B.

OCI DevOps Agent

C.

OCI Logging service

D.

OCI Event service

Full Access
Question # 25

(CHK_1>3) What cannot be specified in a Schema Document for Oracle Cloud Infrastructure (OCI) Resource Manager?

A.

dependency relationships between variables.

B.

a logo for the Resource Manager template

C.

pattern validations for string-type variables

D.

information about the application such as its name, description, and version.

E.

permissions for which OCI users may provision the template

Full Access
Question # 26

How does the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster Autoscaler determine when to create new nodes for an OKE cluster?

A.

When the resource requests from pods exceed a configured threshold.

B.

When the rate of requests to the application crosses a configured threshold.

C.

When the custom metrics from the services exceed a configured threshold.

D.

When the CPU or memory utilization crosses a configured threshold.

Full Access
Question # 27

Pods running in your Oracle Container Engine for Kubernetes (OKE) cluster often need to communicate with other pods in the cluster or with services outside the cluster. As the OKE cluster administrator, you have been tasked with configuring permissions to restrict pod-to-pod communications except as explicitly allowed. Where can you define these permissions?

A.

Security Lists

B.

RBAC Roles

C.

Network Policies

D.

IAM Policies

Full Access
Question # 28

You are creating stages for an Oracle Kubernetes Engine (OKE) deployment pipeline and would like to include as many actions as possible within the pipeline stages themselves. What are you able to include?

A.

Add a stage to apply the container image to the Kubernetes cluster.

B.

Add a stage to apply the Kubernetes manifest to the Kubernetes cluster.

C.

Add a stage to deliver artifacts to an Oracle Cloud Infrastructure (OCI) Artifact Regis-try.

D.

Add a stage to deploy incrementally to multiple OKE target environments.

Full Access
Question # 29

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

A.

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

B.

You cannot setup Cloud shell access to the cluster if the clusters Kubernetes API end-point has a private IP address.

C.

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.

D.

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.

E.

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

Full Access
Question # 30

A company uses OCI logging service to collect logs. You need to move the archive log data to OCI Object storage. Which OCI feature should you use to achieve the goal? (Choose two.)

A.

Oracle Digital Assistant

B.

Service connector hub

C.

Compartments

D.

IAM policy

Full Access