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

1z0-1109-23 Questions and Answers

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

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

As a DevOps Engineer, you need to develop a web app for a company. The web app should support users using mobile browsers and native mobile applications. You need to recommend an architecture which can be easily upgraded, deployed independently and resilient to failures. Which TWO recommendations should you consider? (Choose two.)

A.

Use independent service which can be replaced or updated without any impact on the web app

B.

Prefer Monolithic web app over microservices

C.

Build the web app as one unit and use container technology for deployment

D.

Avoid long duration commitment to a technology stack using microservice architecture

Full Access
Question # 9

A developer is using the Oracle Cloud Infrastructure (OCI) DevOps service to build an application. They are currently in the process of setting up the required infrastructure using the available tools. In which two ways can you explain the difference between Ansible and Terraform? (Choose two.)

A.

Ansible uses declarative approach: Terraform is procedural in nature.

B.

Ansible is an OCI provided service for CM; Terraform is a third-party tool for infra-structure as code.

C.

Ansible focuses on infrastructure configuration: Terraform specializes in infrastructure provisioning

D.

Ansible supports lifecycle management: Terraform lacks lifecycle management support.

E.

Ansible automates software installation and application deployment: Terraform man-ages infrastructure as code.

Full Access
Question # 10

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

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

A company is having trouble keeping up with competitors and wants to know more about DevOps solutions. What does Oracle Cloud Infrastructure (OCI) DevOps do that can help?

A.

OCI DevOps helps with security issues and ensures integrated security through auto-mated Jira notifications.

B.

OCI DevOps assists with high failure rate and outages through Anomaly Detection. Monitoring Services and Cloud Analytics

C.

OCI DevOps helps with deployment delays by ensuring rapid and continuous integration and delivery through CI/CD pipelines:

D.

OCI DevOps helps with erratic code issues by ensuring speedy code execution through shared repos and tight operational feedback loops

Full Access
Question # 13

As a DevOps engineer working on a CI/CD pipeline for your company's application, you have completed code analysis, image scanning, and automated testing. What is the next step to ensure a secure and reliable deployment?

A.

Add a control stage approval within the deployment pipeline.

B.

Review the code analysis and image scanning reports again using automated tools in the deployment pipeline.

C.

Deploy the application to production without any further checks.

D.

Conduct more automated testing to be sure.

Full Access
Question # 14

What is the correct logging CLI syntax for the log search with a query for REST call responses having status code 400, within a Log Group "web" and the Log "application"?

A.

oci logging-search search-logs --search-query 'search "ocidi.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxys"where data.statusCode = 400'--time-start 2022-02-06T00:00:002-time end 2022-02- 07T00:00:00Z

B.

oci log search search-logs --loggroup "web" --log "application" --search-query search "ocidi.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxys"where data.statusCode = 400--time-start 2022-02-06T00:00:00Z --time-end 2022-02- 07T00:00:00Z

C.

oci logging-search search-logs –search-query `search "ocidi.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxys"where data.statusCode 400--2022-02-06T00:00:00Z --time end 2022-02- 07T00:00:00Z

D.

oci logging-search search-logs –search-query `search "ocidi.compartment.ocl..aaaaaaaawqegmjifhni77bqm625cxioavoq775jckfn2syxqtmglabcccdxys" --time-start 2022-02-06T00:00:00Z --time end 2022-02- 07T00:00:00Z

Full Access
Question # 15

You are a DevOps engineer working on a project that requires you to push and pull Docker images to and from Oracle Cloud Infrastructure Registry (Container Registry) using Docker CLI. You have been given access to Container Registry and have installed Docker CLI on your local machine. Which should you create and use to securely authenticate and store your Docker image in a private Docker registry in OCI?

A.

Master Encryption Key in OCI Vault

B.

Auth Token

C.

JSON Web Token

D.

Docker Registry Secret

E.

SSH Key Pair

Full Access
Question # 16

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

As a DevOps engineer working on managing clusters on the OCI platform for your organization, which statement is true about managing cluster add-ons in OCI OKE Cluster?

A.

When you disable a cluster add-on using the console, the add-on is completely removed from the cluster

B.

When creating a new cluster, essential cluster add-ons cannot be disabled.

C.

When creating a new cluster, essential cluster add-ons are set to manually update.

D.

When enabling a cluster add-on, you cannot configure the add-on by specifying one or more key/value pairs to pass as arguments to the cluster add-on.

Full Access
Question # 18

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

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

Your organization needs to design and develop a containerized application that requires a connection to an Oracle Autonomous Transaction Processing (ATP) Database. As a DevOps engineer, you have decided to use Oracle Container Engine for Kubernetes (OKE) for the container app deployment and you need to consider options for connecting to ATP. Which connection option is NOT valid?

A.

Enable Oracle REST Data Services for the required schemas and connect via HTTPS.

B.

Create a Kubernetes secret with contents from the ATP instance Wallet files. Use this secret to create a volume mounted to the appropriate path in the application deployment manifest.

C.

Install the OCI Service Broker on the Kubernetes cluster and deploy serviceinstance and ServiceBinding resources for ATP. Then use the specified binding name as a volume in the application deployment manifest.

D.

Use Kubernetes secrets to configure environment variables on the container with ATP instance OCID and OCI API credentials. Then use the CreateConnection API endpoint from the service runtime.

Full Access
Question # 21

As a DevOps engineer, you are tasked with creating stages for an Oracle Kubernetes Engine (OKE) deployment pipeline in OCI DevOps. Your goal is to include as many actions as possible within the deployment pipeline stages themselves. Which two stages can you add to achieve this goal?

A.

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

B.

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

C.

Add a stage to deploy based on Blue-Green strategy or Canary strategy to OKE environment.

D.

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

E.

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

Full Access
Question # 22

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

(OPT_MISS) You have just run the managed build stage of an Oracle Cloud Infrastructure (OCI) DevOps Build Pipeline. The pipeline failed, because the code repository could not be accessed. What might the problem be?

A.

A vault secret has an incorrect OCID assigned to it.

B.

A deployment Dynamic Group was assigned an incorrect OCID for its compartment.

C.

An administrator created the code repository policy in the parent compartment rather than the main working compartment.

D.

More than one code repository was assigned to the DevOps project

Full Access
Question # 24

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

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

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

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

A company wants to implement CI/CD automation process on Oracle Cloud Infrastructure (OCI) DevOps. An automatic trigger is created in such a way that when someone pushes the code from a Git repository to the OCI Code Repository, it trigger builds all the way to the deployment pipeline. Which DevOps IAM policy statements are required for this automation?

A.

Code Repo: Allow dynamic group to manage all resources in compartment compartment name>; Build Pipeline: Allow dynamic-group to manage all-resources in compartment compartment name>

B.

No DevOps IAM policy statements are required.

C.

Build Pipeline: allow dynamic-group to manage all-resources in compartment

D.

Code Repo: Allow dynamic-group to manage all-resources in compartment ; Build Pipeline: Allow dynamic-group ; Deployment Pipeline: allow dynamic-group to manage all resources in compartment scompartment name>

Full Access
Question # 29

You are using the Oracle Cloud Infrastructure (OCI) DevOps service and you have success-fully built and tested your software applications in your Build Pipeline. The resulting output needs to be stored in a container repository. Which stage should you add next to your Build Pipeline?

A.

Deliver artifacts

B.

Trigger deployment

C.

Export packages

D.

Managed build

Full Access
Question # 30

As an engineer working on containerizing your application on the OCI platform, which two statements are true about OCI container instances?

A.

The amount of time the container instance waits for the OS to shut down before power-ing off is managed internally.

B.

The image source for a container instance can only be selected from Oracle Cloud Infrastructure Registry (also known as Container Registry), which is an Oracle-managed registry that enables you to store, share, and manage container images.

C.

While configuring container instances, you can set the environmental variables used by the container.

D.

You can configure the number of resources that the container consumes in absolutes or percentages.

E.

By default, the container can use only 50% of resources in the container instance.

Full Access