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
Feb 11, 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
Jan 6, 2025
With certstopics's verified questions and answers, passing the 1Z0-1109-23 exam was a piece of cake!
Nicaragua certstopics Nicaragua
Skyler
Jan 3, 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
Dec 15, 2024
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

A DevOps team has 50 web servers under their preview and they want to patch a server application. Which element of Ansible can be leveraged for this task and how would it help?

Options:

A.

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 server and apply the same set of configurations.

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

Buy Now
Question 2

You are part of the DevOps team and troubleshooting an issue related to a newly deployed web application. The clients for the web application have reported failures with creating records into the application over an HTTPS connection. The current logs collected by the Oracle Cloud Infrastructure (OCI) Logging service is not providing much information related to the issue. You have been asked to enable specific logs applicable to services along with con-figuring an alarm to monitor any new failures. Which two steps can you perform to meet this requirement?

Options:

A.

Create a Rule Condition for DevOps Events (com.oraclecloud.devopsbuild.createconnection.begin,com.oraclecloud.devopsbuild.createconnection.end) and enable Notifications Service.

B.

Install the OCI compute agent software on client systems, enable Custom log and create an agent configuration selecting log path.

C.

Create custom filters with required data fields (for example: source, time, statusCode, message) to filter log messages, configure Service Connector with Monitoring for creating an Alarm.

D.

Enable Custom log specific to the application server log and create an agent configuration with selecting log paths.

Question 3

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?

Options:

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