From your first practice question to exam day, Getcertkey covers the entire 1z0-1109-22 journey: a free demo, 52 practice questions in three formats, a full year of free updates, and a clear refund policy. Preparing for the Oracle Cloud Infrastructure DevOps Professional exam has rarely been this straightforward.
Oracle 1z0-1109-22 Exam Overview:
| Certification Vendor: | Oracle |
|---|---|
| Exam Name: | Oracle Cloud Infrastructure DevOps Professional |
| Exam Number: | 1Z0-1109-22 |
| Related Certifications: | Oracle Cloud Infrastructure Foundations Associate |
| Exam Duration: | 90 minutes |
| Exam Format: | Multiple Response, Multiple Choice |
| Exam Price: | USD 245 |
| Available Languages: | English |
| Real Exam Qty: | 55-60 |
| Recommended Training: | Oracle Cloud Infrastructure DevOps Learning Path |
| Exam Registration: | Oracle Certification Registration Pearson VUE Oracle Exams |
| Sample Questions: | ![]() |
| Exam Way: | Online proctored exam via Pearson VUE |
| Pre Condition: | Recommended: basic understanding of Oracle Cloud Infrastructure fundamentals; prior experience with DevOps practices and CI/CD pipelines is beneficial. |
Oracle 1z0-1109-22 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Oracle Cloud Infrastructure (OCI) DevOps Services | - Artifacts and repositories - OCI DevOps pipelines |
| Topic 2: Security and Governance in DevOps | - IAM and secure deployment practices |
| Topic 3: Infrastructure as Code (IaC) | - Terraform on OCI |
| Topic 4: Continuous Integration and Continuous Delivery (CI/CD) | - Build automation and pipelines - Deployment strategies |
| Topic 5: Observability and Monitoring | - Logging and monitoring services |
| Topic 6: DevOps Concepts and Principles |
1z0-1109-22 Exam FAQs for 2026 Candidates
Which certification does the 1z0-1109-22 exam lead to?
The 1z0-1109-22 exam is the official Oracle exam behind the Oracle Cloud Infrastructure DevOps Professional certification, validating the skills measured by the Oracle Cloud Infrastructure DevOps Professional credential. It sits at the Professional level of the Oracle certification program. It also connects to Oracle Cloud Infrastructure Foundations Associate, so the knowledge you build here carries over to those tracks as well.
How many questions are on the 1z0-1109-22 exam, and how much time do I get?
The 1z0-1109-22 exam contains 55-60 questions to be completed within 90 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.
Are there any prerequisites for the 1z0-1109-22 exam?
Recommended: basic understanding of Oracle Cloud Infrastructure fundamentals; prior experience with DevOps practices and CI/CD pipelines is beneficial. Requirements can change when Oracle revises its certification program, so confirm the current eligibility rules on the official exam page before you register.
How do I register for the 1z0-1109-22 exam?
You can book the Oracle Cloud Infrastructure DevOps Professional exam through the official registration channels below:
As for delivery, the exam is offered in the following format: Online proctored exam via Pearson VUE. Choose the option that suits you best when you book your seat.
What official training is recommended for the 1z0-1109-22 exam?
Oracle recommends the following training resources for the Oracle Cloud Infrastructure DevOps Professional exam:
Official courses build the foundation; the 52 practice questions from Getcertkey then show you how that knowledge is examined, so the two work best together.
Can I try the 1z0-1109-22 practice questions before I buy?
Yes. Getcertkey provides a free 1z0-1109-22 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Oracle revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.
What if I fail the 1z0-1109-22 exam, and how is my order delivered?
Every Oracle Cloud Infrastructure DevOps Professional purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.
Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.
What topics are covered in the 1z0-1109-22 exam?
The Oracle Cloud Infrastructure DevOps Professional exam blueprint is organized into 6 domains. The first three are:
- Continuous Integration and Continuous Delivery (CI/CD)
- Infrastructure as Code (IaC)
- Observability and Monitoring
For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.
Oracle Cloud Infrastructure DevOps Professional Sample Questions:
Question 1
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. It is not possible to use the same deployment pipeline across regions.
B. Deploy application in us-ashburn-1 and duplicate the same in ap-osaka-1.
C. Deploy directly in ap-osaka-1 from the us-ashburn-1 deployment pipeline.
D. Create another deployment pipeline in ap-osaka-1 to connect to the deployment pipeline in us ashburn-1
Question 2
Which is a proper rule to follow when creating container repositories inside the Oracle Cloud Infrastructure (OCI) Registry?
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. 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.
C. You must use a separate container repository for each image, but multiple versions of that image can be in a single repository.
D. When creating a container repository, check the Immutable Artifacts box, as it keeps other developers from altering the files.
Question 3
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. 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.
C. 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.
D. 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.
Question 4
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. OCI Logging Monitoring and Application Performance Monitoring (APM)
B. OCI Resource Manager, Logging, and Cloud Guard
C. OCI Service Connector Hub, API Management, Application Performance Advisor
D. Oracle Container Engine for Kubernetes (OKE), Instance Groups, and Functions
Question 5
As a developer working on the Oracle Cloud Infrastructure (OCI) DevOps service, you are creating a build spec yaml file to be used in the build pipeline. Which two actions are part of the proper creation of the file? (Choose two.)
A. Enter the vault secrets needed for the deployment pipeline into the exportedVariables section.
B. Enter the necessary vault secret variable OCIDS into the vaultVariables section.
C. Enter the details for binaries used in later pipeline stages into the outputArtifacts sec-tion.
D. Enter the variables you would like to use in later build steps into the localVariables section.
E. Enter the artifacts the build pipeline should permanently save into the storeArtifacts section.
Solutions:
| Question 1 Answer: C | Question 2 Answer: C | Question 3 Answer: A | Question 4 Answer: A | Question 5 Answer: B,C |


PDF Version Demo
984 Customer Reviews




Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.