Summer Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 28522818

Home > Oracle > Oracle Cloud Infrastructure Certification > 1z0-1109-23

1z0-1109-23 Oracle Cloud Infrastructure 2023 DevOps Professional Question and Answers

Question # 4

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 # 5

As an engineer building and deploying applications using an OCI DevOps project, which two capabilities can help ensure the security and reliability of the code in the build and deployment pipelines?

A.

Using third-party tools like Sonatype, SonarQube, or OverOps to analyze code for security defects or bugs in code quality.

B.

Pushing our container image to a third-party registry with the scanning capability enabled to check for vulnerabilities

C.

Using ADM to identify security weaknesses in software applications by checking their dependencies.

D.

Using JIRA to track user stories and bug fixes in the development process.

E.

Using version control tools like Git or SVN to track and manage changes in the code-base.

Full Access
Question # 6

How can customers rotate their master encryption keys in the Oracle Cloud Infra-structure (OCI) Vault service?

A.

Customers can rotate their keys every 30 days. They may enter a service request (SR) to request a rotation sooner than 30 days since the last rotation.

B.

If you import your own key, you cannot rotate the key. You will have to import a new key to rotate.

C.

Customers can rotate their keys by creating a new Key Version.

D.

Customers can only have OCI rotate their keys once a year.

Full Access
Question # 7

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 # 8

As a DevOps engineer working on containerizing a microservices-based application to be hosted on OCI Cloud platforms, which step can help ensure that the container images have not been modified after being pushed to OCI Registry?

A.

Deploying a manifest to the Kubernetes cluster that references the container image and its unique hash

B.

Signing the image using the Container Registry CLI and creating an image signature that associates the image with the master encryption key and key version in the Vault service

C.

Scanning the image upon ingestion and comparing the image size for changes

D.

Enabling scanning of container images stored in OCI Registry

Full Access
Question # 9

You host your application on a stack in Oracle Cloud Infrastructure (OCI) Resource Manager. Due to recent growth in your user base, you decide to add a CIDR block to your VCN, add a subnet, and provision a compute instance in it. Which statement is true?

A.

You need to provision a new stack because Terraform uses immutable infrastructure.

B.

You can provision the new resources in the OCI console and add them to the stack with Drift Detection.

C.

You cannot provision the new resources in the OCI console first, then later add them to the Terraform configuration and state.

D.

You can make the changes to the Terraform code, run an Apply job, and Resource Manager will provision the new resources.

Full Access
Question # 10

You have been asked to provision a new production environment on Oracle Cloud Infra-structure (OCI). After working with the solution architect you decide that you are going to automate this process. Which OCI service can help automate the provisioning of this new environment?

A.

OCI Streaming Service

B.

Oracle Functions

C.

OCI Resource Manager

D.

Oracle Container Engine for Kubernetes

Full Access
Question # 11

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 # 12

You are a developer who has made a mistake when adding variables to your build_spec.yaml file. This mistake resulted in a failed build pipeline. Which is a possible error you could have made?

A.

exported a vaultVariable by creating another variable to export, then transferred the values over during a build stage

B.

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

C.

defined parameters such as $(VARIABLE_NAME) that you later assigned in the Pa-rameters tab when you ran the build pipeline

D.

assumed a non-exported variable would be persistent across multiple stages of a build pipeline.

Full Access
Question # 13

What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?

A.

Initiate the automated upgrade process using the OCI Console. CLI, or API.

B.

Upgrade the node pools one at a time, then once all node pools are upgraded, upgrade the control plane.

C.

Initiate the control plane and node pool upgrades simultaneously.

D.

Upgrade the control plane, then upgrade the node pools.

Full Access
Question # 14

Your team is responsible for deploying a new version of an application that is being used by your company's finance department. The application is critical to the department's operations, and any downtime could have serious consequences. What is the recommended approach in OCI for creating identical blue-green environments for this scenario?

A.

Deploy the application to two separate OCI tenancies to ensure complete isolation be-tween environments.

B.

Use a single OCI region and create two separate Virtual Cloud Networks (VCNs), one for the blue environment and one for the green environment.

C.

Use a single Kubernetes cluster with two node pools, one for the blue environment and one for the green environment.

D.

Use two separate Oracle Container Engine for Kubernetes (OKE) clusters to ensure complete separation between environments.

Full Access
Question # 15

You as a DevOps Engineer are asked to manage an application to be deployed in Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). This requires pulling images from Oracle Cloud Infrastructure Registry (OCIR) during deployment. Which three statements are true? (Choose three.)

A.

Add an imagePullSecrets section to the manifest file that specifies the name of the Docker secret you created to access OCIR

B.

Use kubectl to create a Docker registry secret.

C.

Add a containers section that specifies the name and location of the images you want to pull from OCIR. along with other deployment details.

D.

Add an Auth section to the manifest file that specifies the name of the Docker secret you create using Auth Token to access OCIR.

E.

Add an image section that specifies the name and location of the images you want to pull from OCIR along with other deployment details.

Full Access
Question # 16

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 # 17

You need to create a secret in Oracle Cloud Infrastructure in vault service. Which of the fol-lowing is a prerequisite? (Choose the best answer.)

A.

Vault managed key to encrypt the secret

B.

You need to unlock the vault using AES secret sharing.

C.

To create hash digest, secret value is required

D.

The user need to create OCI object storage to run secret service

Full Access
Question # 18

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 # 19

What is the difference between continous deployment and continous delivery with regard to DevOps lifecycle ? (Choose the best answer.)

A.

Continuous delivery initates deployment automatically while continuous deployment works on manual deployment.

B.

There is no difference between continuous deployment and continuous delivery

C.

Continuous delivery initates deployment manually while continuous deployment works on automating

D.

Continuous delivery involves tasks for managers while continuous deployment is for developers.

Full Access
Question # 20

A company has an Oracle Cloud Infrastructure (OCI) DevOps deployment pipeline set up in US East (us-ashburn 1) region, but they want to deploy an application in Japan Central (ap-osaka-1). How can they deploy their application in the ap-osaka-1 region with the deployment pipeline set up in the us ashburn-1 region in the most efficient manner?

A.

Deploy application in us-ashburn-1 and duplicate the same in ap-osaka-1.

B.

It is not possible to use the same deployment pipeline across regions.

C.

Create another deployment pipeline in ap-osaka-1 to connect to the deployment pipeline in us ashburn-1

D.

Deploy directly in ap-osaka-1 from the us-ashburn-1 deployment pipeline.

Full Access
Question # 21

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 # 22

What is the DevOps lifecycle, and how does it help businesses succeed?

A.

It is a system of software coding and automation that involves multiple phases and re-leases to aid in release management and issue resolution.

B.

It is a non-cyclical development process that involves heightened collaboration, culture, and communication to ensure on-time delivery.

C.

It is a multi-phased development cycle that focuses on rapid-release and continuous de-livery to unity team infrastructure and maximize the quality of software.

D.

It is an agile process for software development that implements staggered-release and human intervention to improve release and deployment frequency.

Full Access
Question # 23

As a developer working on a software project to be deployed on OKE, you have created a Helm chart for your application. You want to deploy the chart using OCI DevOps service. Which statement is true about deploying a Helm Chart using OCI DevOps service?

A.

The values.yaml file is a generic file located in the OCI Container Registry. You must create a reference to this file.

B.

The Helm charts must be located in the OCI Container Registry repository for deployment.

C.

You cannot package and push the Helm chart to the Container Registry from the build pipeline.

D.

The Helm Upgrade options cannot be used to change the configuration of the Helm re-lease.

Full Access
Question # 24

A company is considering DevOps implementation in their current project. They are evaluating existing processes and tools for quick releases. In which two ways can you help this company discern the primary benefits of DevOps tools?

A.

Improve the efficiency of IT operations by automating routine tasks and eliminating manual processes.

B.

Implement culture changes, for some organizations, which occurs as a result of DevOps implementation.

C.

Ensure proper configuration while implementing DevOps to eliminate the scope for errors.

D.

Fix bugs and deploy security patches in a timely manner which, however, can also result in minimal downtime.

E.

Automate the software development lifecycle to increase production speed and consistency.

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

What is a prerequisite 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 create a digest hash of the secret value.

D.

You must unseal the Vault by using Shamir's secret sharing

Full Access
Question # 27

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 # 28

As a DevOps Engineer you are tasked with securely storing and versioning your application and automatically build, test, and deploy your application to Oracle Cloud Infrastructure (OCl) are told to automate manual tasks and help software teams in managing complex environment. Which three OCI Services can you choose to accomplish these tasks?

A.

DevOps

B.

Resource Manager

C.

Oracle Cloud Infrastructure Registry

D.

Container Engine for Kubernetes

E.

Oracle APEX Application Development

F.

Oracle Cloud Logging Analytics

Full Access
Question # 29

As a startup planning to set up your infrastructure on Oracle Cloud Infrastructure (OCI), you must understand the key concepts of OCI Resource Manager. Which best describes a stack in Resource Manager that will assist you to manage infrastructure using the infrastructure-as-code model?

A.

It is a group of related resources used to create lightweight and reusable abstractions, so that you can describe your infrastructure in terms of its architecture.

B.

It is the difference between the real-world state of your infrastructure and the last executed Terraform configuration.

C.

It represents a request to take a Terraform action on a state. It performs the actions that are defined in the configuration file.

D.

It represents a collection of OCI resources created in the Compartment and includes a collection of Terraform files that specify the resources you want to manage with the Resource Manager

Full Access
Question # 30

You are a Site Reliability Engineer (SRE) and are new to Oracle Cloud Infrastructure (OCI) DevOps. You need help tracking the performance of your cloud native applications. Which group of OCI services can help you get application insights?

A.

Oracle Container Engine for Kubernetes (OKE), Instance Groups, and Functions

B.

OCI Service Connector Hub, API Management, Application Performance Advisor

C.

OCI Resource Manager, Logging, and Cloud Guard

D.

OCI Logging Monitoring and Application Performance Monitoring (APM)

Full Access