All Practice Exams

Free Practice Questions for OCI DevOps Pro

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Exam Review

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 review concepts for the OCI DevOps Pro exam. 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.

Exam sponsor: Oracle University. The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Questions

50 questions

Time Limit

90 minutes

Passing Score

68%

Exam / Certification Fees

$245 USD

Exam sponsor website

Reported exam pass rate: Not published. Oracle does not publish official pass rates Exam sponsor website

Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

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.

Preparing for the OCI DevOps Pro Exam

What You Need to Know

  • Passing score: 68%
  • Exam length: 50 questions
  • Time limit: 90 minutes
  • Exam / certification fees: $245 USD Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

OCI DevOps Pro: Suggested Study Strategy

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.