All Practice Exams

100+ Free OCI DevOps Pro Practice Questions

Pass your Oracle Cloud Infrastructure 2026 DevOps Professional (1Z0-1109-26) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
Not published Pass Rate
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which OCI service enforces a maximum-security baseline for resources in designated compartments by preventing non-compliant changes?

A
B
C
D
to track
Same family resources

Explore More Oracle Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: OCI DevOps Pro Exam

50

Multiple Choice Questions

Oracle

90 minutes

Time Limit

Oracle

68%

Passing Score

Oracle

$245

Exam Fee USD

Oracle 2026

6

Topic Domains

Oracle 1Z0-1109-26 outline

30%

Weight on CI/CD and OKE Each

Oracle 1Z0-1109-26 outline

1Z0-1109-26 is a 50-question, 90-minute Oracle Professional exam with a 68% passing score and a $245 USD fee. Topics span DevOps principles and containers (15%), IaC with Terraform/Resource Manager (10%), CI/CD pipelines (30%), OKE container orchestration (30%), DevSecOps (10%), and monitoring/observability (5%). Candidates with hands-on OCI DevOps and Kubernetes experience are best positioned to pass.

Sample OCI DevOps Pro Practice Questions

Try these sample questions to test your OCI DevOps Pro exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which OCI service provides a fully managed CI/CD platform that natively integrates Code Repository, Build Pipelines, Artifact Registry, and Deployment Pipelines?
A.OCI DevOps service
B.OCI Resource Manager
C.OCI Application Performance Monitoring
D.OCI Functions
Explanation: OCI DevOps service is a fully managed CI/CD platform that bundles Code Repositories, Build Pipelines, Artifact Registry, and Deployment Pipelines into a single coordinated service for delivering software to OCI targets.
2A team wants to follow DevOps practices to release small changes frequently while keeping production stable. Which combination of practices most directly supports that goal?
A.Continuous integration with automated testing and trunk-based development
B.Manual change advisory boards for every commit and quarterly release windows
C.Long-lived feature branches merged only at the end of each quarter
D.Disabling pull request reviews to accelerate merges
Explanation: Continuous integration with automated tests on every commit, combined with trunk-based development, keeps integration cost low and exposes regressions quickly so small changes can flow safely into production.
3Which statement best describes a container image as used in OCI Container Registry (OCIR)?
A.An immutable, layered package containing application code, runtime, and dependencies
B.A running process isolated by Linux namespaces on a host
C.A virtual machine snapshot stored in Block Volume
D.A Terraform module that describes infrastructure resources
Explanation: A container image is an immutable, layered artifact that bundles application code with its runtime and dependencies; OCIR stores these images and serves them to runtimes such as OKE.
4An engineer wants to enforce that the same image promoted to staging is the exact image deployed to production. Which OCIR capability most directly supports this requirement?
A.Pulling images by SHA256 digest rather than mutable tags
B.Using the latest tag in every environment
C.Rebuilding the image from source for every environment
D.Storing images in Object Storage instead of OCIR
Explanation: A SHA256 digest uniquely identifies image content; pulling by digest guarantees the same bytes across environments even if tags are reused or moved.
5Which OCI service hosts private Git repositories that natively trigger OCI DevOps Build Pipelines?
A.OCI DevOps Code Repository
B.OCI Object Storage
C.OCI File Storage
D.OCI Streaming
Explanation: OCI DevOps Code Repository is a managed Git service inside the DevOps service and is a first-class trigger source for Build Pipelines.
6A team uses GitHub as their source of truth but wants OCI Build Pipelines to run on commits. Which DevOps construct connects GitHub to a Build Pipeline trigger?
A.An external connection plus a trigger configured for the GitHub repository
B.A Resource Manager stack pointing at the GitHub URL
C.A Vault secret named github-token only
D.An OCIR repository mirroring the GitHub commits
Explanation: OCI DevOps supports external connections (GitHub, GitLab, Bitbucket Cloud) authenticated via a personal access token stored in Vault, then a trigger fires the build on push or pull-request events.
7Which statement about OCI DevOps projects is correct?
A.A DevOps project is a logical grouping of resources such as code repositories, build and deployment pipelines, environments, and artifacts
B.A DevOps project is a single VM hosting build agents
C.A DevOps project replaces an OCI compartment for IAM purposes
D.A DevOps project is a Kubernetes namespace inside OKE
Explanation: A DevOps project groups related artifacts, repos, pipelines, and environments under one logical container, simplifying organization, IAM, and notifications.
8Which two OCI services together provide the most natural way to publish DevOps pipeline events to subscribers such as email or Slack?
A.Events service and Notifications service
B.Streaming and Object Storage
C.Vault and IAM
D.Logging Analytics and Search
Explanation: DevOps pipelines emit events; the Events service routes them, and Notifications delivers messages to subscriptions like email, Slack via PagerDuty, or HTTPS endpoints.
9What is the primary role of the OCI DevOps Artifact Registry within a CI/CD pipeline?
A.Stores generic deployment artifacts such as Helm charts, Kubernetes manifests, and configuration files used by Deployment Pipelines
B.Stores only Docker container images
C.Stores Terraform state files for Resource Manager
D.Provides a Maven dependency proxy for Java builds
Explanation: DevOps Artifact Registry holds non-image artifacts (generic, Helm, Kubernetes manifests, configuration) that Deployment Pipelines reference; container images live in OCIR.
10Which statement best contrasts virtual machines and containers?
A.Containers share the host kernel and start in seconds, while VMs include a full guest OS and start more slowly
B.Containers always require a hypervisor while VMs do not
C.VMs share the host kernel while containers virtualize hardware
D.VMs are immutable while containers cannot be reused
Explanation: Containers use OS-level isolation and share the host kernel, leading to small images and fast startup. VMs run a full guest OS on a hypervisor with more overhead.

About the OCI DevOps Pro Exam

The OCI 2026 DevOps Professional certification validates the ability to design, deploy, and operate modern DevOps workflows on Oracle Cloud Infrastructure, including CI/CD with the OCI DevOps service, Kubernetes on OKE, Terraform via Resource Manager, DevSecOps controls, and end-to-end observability.

Questions

50 scored questions

Time Limit

90 minutes

Passing Score

68%

Exam Fee

$245 USD (Oracle University)

OCI DevOps Pro Exam Content Outline

15%

DevOps Principles and Containerization Services

DevOps culture and metrics, container fundamentals, OCI Container Registry workflows, and the OCI DevOps service architecture.

10%

Code and Templates for Provisioning Infrastructure

Terraform with OCI Resource Manager, modules and stacks, state management, drift detection, and immutable infrastructure patterns.

30%

Continuous Integration and Continuous Delivery

Build pipelines, build_spec.yaml, deployment pipelines, environments, parameters, triggers, approvals, and artifact delivery.

30%

Container Orchestration using OKE

OKE clusters, node pools (managed and virtual), workloads, networking, storage, autoscaling, Helm, and upgrades.

10%

DevSecOps

Cloud Guard, Security Zones, Vault, WAF, image scanning and signing, IAM least-privilege, dynamic groups, and audit.

5%

Monitoring and Observability

OCI Monitoring, Logging, Application Performance Monitoring, alarms, and Notifications for CI/CD and runtime telemetry.

How to Pass the OCI DevOps Pro Exam

What You Need to Know

  • Passing score: 68%
  • Exam length: 50 questions
  • Time limit: 90 minutes
  • Exam fee: $245 USD

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

OCI DevOps Pro Study Tips from Top Performers

1Build at least one end-to-end OCI DevOps pipeline that pushes to OCIR and deploys to OKE using canary, blue-green, and rolling strategies
2Practice Resource Manager stacks, plan/apply jobs, and drift detection across multiple environments
3Configure Vault secrets, dynamic groups, and resource principals so pipelines and pods authenticate without long-lived user keys
4Run Cloud Guard, Security Zones, WAF, and OCI Vulnerability Scanning in a sandbox tenancy to see real DevSecOps signals
5Wire OCI Monitoring alarms, Logging log groups, and APM traces to a sample app to understand the observability surface area

Frequently Asked Questions

What is the format of the 1Z0-1109-26 OCI DevOps Professional exam?

The exam consists of 50 multiple-choice questions, lasts 90 minutes, and requires a 68% passing score. It can be taken online with proctoring or at an authorized testing center.

How much does the OCI 2026 DevOps Professional exam cost?

The exam fee is $245 USD per attempt, paid through Oracle MyLearn. After purchase, candidates have six months to schedule and complete the exam.

What topics are covered on 1Z0-1109-26?

Six domains: DevOps principles and containerization (15%), IaC with Terraform/Resource Manager (10%), CI/CD pipelines (30%), OKE container orchestration (30%), DevSecOps (10%), and monitoring/observability (5%).

Are there prerequisites for the OCI DevOps Professional exam?

Oracle does not require prerequisite exams but strongly recommends hands-on OCI DevOps and Kubernetes experience along with completing the Oracle MyLearn OCI 2026 DevOps Professional learning path.

How should I study for 1Z0-1109-26?

Spend the most time on CI/CD pipelines (30%) and OKE (30%) using hands-on labs, then reinforce DevOps principles, IaC, DevSecOps, and observability. Use timed practice questions to confirm domain coverage before testing.

What is the retake policy?

Oracle requires a 14-day wait between attempts and caps attempts at four within 12 months for the same exam version. Each attempt is $245 USD.