Halloween Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

1z0-1109-23 Sample Questions Answers

Questions 4

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?

Options:

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>

Buy Now
Questions 5

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

Options:

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

Buy Now
Questions 6

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?

Options:

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.

Buy Now
Questions 7

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

Options:

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.

Buy Now
Questions 8

As a DevOps engineer, you are tasked with patching a server application running on 100 web Servers. How can Ansible help you accomplish this task and which Ansible element should you leverage?

Options:

A.

A playbook could be leveraged to perform ad hoc commands per server. Then, Ansible will automatically communicate with the servers and execute the ad hoc commands in the order defined.

B.

A playbook could be leveraged to explain the series of plays and tasks that need to be run per server. Then, Ansible would connect with and configure each server's infra-structure automatically using YAML.

C.

A playbook could be leveraged and executed against the group of web servers, as de-fined in the task list. Then, Ansible would connect to each server and apply the same set of commands.

D.

A playbook could be leveraged and executed against the group of web servers, as de-fined in the inventory. Then, Ansible would connect to each soever and apply the same set of configurations.

Buy Now
Questions 9

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

Options:

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.

Buy Now
Questions 10

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

Options:

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.

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

Your application development team has an existing GitHub repository for their code. Your application development team has an existing GitHub repository for their code. You would like to mirror it on Oracle Cloud Infrastructure (OCI) in order to deploy an application to an Oracle Container Engine for Kubernetes (OKE) environment using the OCI DevOps service. Which action can be done AFTER you trigger a Build Pipeline?

Options:

A.

Configure an OCI compartment for storing DevOps resources

B.

Create a reference to a secret in the OCI Vault

C.

Configure the SSH file so that their SSH key is used when connecting to OCI Code Repositories

D.

Set up a Kubernetes cluster as an environment for deployment

Buy Now
Questions 13

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.

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

B.

Using deployment pipeline, you can deploy artifacts to Kubernetes cluster, Instance Group, and OCI Compute Instances.

C.

You can add a Traffic Shift stage that routes the traffic between two sets of backend IPs using preconfigured load balancer and listener.

D.

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

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

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?

Options:

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.

Buy Now
Questions 16

You have a stack in Oracle Cloud Infrastructure (OCI) Resource Manager that is co-managed by multiple teams. Which statement is true?

Options:

A.

The resources in the stack can still be edited or destroyed through the OCI console, causing Resource Manager's state to be out of sync.

B.

The resources in the stack can no longer be edited or destroyed through the Terraform CLI on a local machine.

C.

Resources provisioned by Resource Manager can only be managed through Resource Manager, preventing the state from becoming out of sync.

D.

The Terraform state may become corrupted if multiple people attempt Apply jobs in Resource Manager simultaneously.

Buy Now
Questions 17

A DevOps team is deploying a new version of their application to their production environment use Canary deployment strategy in the OCI DevOps service. They want to ensure that the production environment is not affected by any potential issues caused by the new version. Which statement is true in or der to achieve this goal?

Options:

A.

The Invoke Function stage is an optional stage that can be used to validate the new version before moving to the production environment.

B.

The Canary deployment strategy only supports pipeline redeployment for OKE and not for instance group deployments.

C.

The Production stage in the Canary deployment strategy deploys the new version to the production environment without any manual approval.

D.

The Shift Traffic stage in the Canary deployment strategy shifts 100% of the production traffic to the Canary environment.

Buy Now
Questions 18

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?

Options:

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.

Buy Now
Questions 19

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

Options:

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

Buy Now
Questions 20

Which is NOT a valid log category for the Oracle Cloud Infrastructure Logging service?

Options:

A.

Custom Logs

B.

Hybrid Logs

C.

Audit Logs

D.

Service Logs

Buy Now
Questions 21

Which statement is true regarding Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) supported images and shapes for worker nodes?

Options:

A.

You cannot change the shape of a worker node after it has been created using OCI compute service's console page.

B.

To provision worker nodes from a custom image, you must use the CLI or API and specify the custom image's OCID when creating the node pool.

C.

Bare Metal shapes, including standard shapes and GPU shapes are not supported by OKE to provision the worker nodes.

D.

OKE supports the provisioning of worker nodes using all the OCI compute shapes.

Buy Now
Questions 22

Using the Oracle Cloud Infrastructure (OCI) Vault service, you created a secret and rotated. one time. The current version state shows: Version Number : 2 (latest) | Status: Cur-rent Version Number: 1 | Status: Previous In order to rollback to version 1, what should you do?

Options:

A.

Deprecate version 2 (latest). Create new Secret Version 3. Create soft link from version 3 to version 1.

B.

From the version 1 menu, select "Promote to Current".

C.

Create a new secret version 3 and set it to Pending. Copy the contents of Version 1 into version 3.

D.

From the version 2 (latest) menu, select "Rollback..." and select version 1 when given the option.

Buy Now
Questions 23

A company wants to automate the infrastructure and configure OCI resources on OCI DevOps. Which tool should the company use? (Choose the best answer.)

Options:

A.

Jenkins

B.

Chef

C.

Ansible

D.

Terraform

Buy Now
Questions 24

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

Options:

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

Buy Now
Questions 25

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?

Options:

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)

Buy Now
Questions 26

Why is it important to extract output artifacts from the Oracle Cloud Infrastructure (OCI) DevOps build pipeline and store them in an Artifact Registry repository?

Options:

A.

Output artifacts aren't permanent. If they are to be used in the Deliver Artifacts stage, they need to be exported as output artifacts to a registry.

B.

Storing build artifacts in registries helps the deployment pipeline differentiate output artifacts created by the build pipeline from artifacts copied from a Git repository.

C.

Deliver Artifacts is a required stage of the build pipeline, and the entire pipeline won't work if it is not included in order to extract artifacts after the Managed Build stage.

D.

All artifacts are permanently stored in the build pipeline. Extracting just the ones re-quired for deployment tells the deployment pipeline which artifacts to use.

Buy Now
Questions 27

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?

Options:

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.

Buy Now
Questions 28

A fresher joined a company who made a mistake while ding yaria: to build_spec.yaml file. As a consequence, build pipelines started failing. What is the root cause for this error commited by the fresher? (Choose the best answer.)

Options:

A.

No errors. False alarm by OCI monitoring service

B.

Corrupt build_spec.yaml

C.

Multiple comment line in build_spec.yaml file

D.

Expected ion-exported variable of a build to be persistent throughout multiple pipeline

Buy Now
Questions 29

A developer has certain expectations around using Configuration Management (CM) and how it helps the Oracle Cloud Infrastructure (OCI) DevOps process. What is a reasonable expectation for CM as it pertains to applications?

Options:

A.

Uniformity in function, automation, testing and implementation

B.

Efficiency in design, implementation, integration, and function

C.

Orchestration of implementation, integration, deployment, and infrastructure

D.

Reliability in performance, lifecycle infrastructure, and design

E.

Consistency in performance, function, design, and implementation

Buy Now
Questions 30

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?

Options:

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.

Buy Now
Exam Code: 1z0-1109-23
Exam Name: Oracle Cloud Infrastructure 2023 DevOps Professional
Last Update: Oct 12, 2024
Questions: 100
$56  $159.99
$42  $119.99
$35  $99.99
buy now 1z0-1109-23