Pre-Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Note! Following 1z0-1109-23 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-1109-24

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

What our customers are saying

Jordan certstopics Jordan
Agron
Mar 28, 2025
certstopics.com's verified questions and answers are a game-changer for 1z0-1109-23. Highly recommended for real exams prep.
Mauritius certstopics Mauritius
Raiden
Mar 9, 2025
With certstopics's verified questions and answers, passing the 1Z0-1109-23 exam was a piece of cake!
Nicaragua certstopics Nicaragua
Skyler
Feb 26, 2025
certstopics's PDFs and testing engine are the keys to my 1Z0-1109-23 certification achievement. Real tests? No problem!
Syria certstopics Syria
Rachael
Feb 7, 2025
certstopics's verified questions and answers are a lifesaver for 1Z0-1109-23 candidates. Success is guaranteed!

Oracle Cloud Infrastructure 2023 DevOps Professional Questions and Answers

Question 1

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?

Options:

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.

Buy Now
Question 2

A company is building an application and the team decides to deploy on Oracle Cloud Infra-structure (OCI) DevOps. They want to automate infrastructure and configure OCI resources. To achieve this, which tool should they use and why?

Options:

A.

Chef With the OCI DevOps service, users can manage OCI resources using the Chef Knife Plug-in, a CLI tool that provides help with managing repositories and automating infrastructure.

B.

Jenkins-In OCI, Jenkins is an automation tool for configuration management that focuses on automating delivery and management of entire IT infrastructure stacks.

C.

Ansible - In OCI, the "Ansible Collection" automates infrastructure provisioning and configuring of OCI resources, such as Compute. Load Balancing, and Database services.

D.

Terraform CLI - In OCI, Terraform is a configuration management tool that manages enterprise-scale server infrastructure with minimal human intervention using Infra-structure as Code (laC)

Question 3

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.