Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
What are the two items required to create a rule for the Oracle Cloud Infrastructure Events Service? (Choose two.)
Oracle Cloud Infrastructure (OCI) Events Service allows you to create rules to automatically respond to changes in your OCI environment. To create a rule, you need the following items:
Rule Conditions: Conditions define the events that will trigger the rule. This specifies what event (e.g., instance creation, object storage bucket modification) will trigger an action.
Actions: Actions define what should happen when a condition is met. For example, the action might be to trigger an OCI Function or send a notification.
As a DevOps engineer working on a CI/CD pipeline for your company's application, you have completed code analysis, image scanning, and automated testing.
What is the next step to ensure a secure and reliable deployment?
After completing code analysis, image scanning, and automated testing, the next step in the CI/CD pipeline should include a manual review to ensure that all necessary security and quality checks have been performed correctly. Adding an approval stage helps ensure that a secure and reliable deployment is achieved by requiring human verification and approval before proceeding with the deployment to production.
This step adds an extra layer of control to prevent unintended issues from moving forward without further review. It is a common practice in CI/CD pipelines to have an approval step, especially for critical deployments.
What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?
The correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) cluster involves first upgrading the Kubernetes control plane, followed by upgrading the node pools. The control plane must be upgraded first to ensure compatibility with newer versions of Kubernetes, as node pools rely on the control plane for orchestration and management.
After upgrading the control plane, each node pool is upgraded to match the new Kubernetes version. This phased approach ensures the cluster remains in a stable state during the upgrade.
Which two are prerequisites for creating a secret in Oracle Cloud Infrastructure Vault service? (Choose two.)
You need the required permissions (such as policies allowing secret management) to create and manage secrets in Oracle Cloud Infrastructure (OCI) Vault service. These permissions are essential for performing operations such as creating, reading, and managing secrets.
Vault managed key is required to encrypt the secret before it is stored in the OCI Vault. The managed key acts as the encryption key for securing the secret, ensuring its confidentiality.
A team wants to deploy artificial intelligence and machine learning workloads in their OCI Container Engine for Kubernetes (OKE) cluster. They prioritize strong isolation, cost-efficiency, and the ability to leverage serverless capabilities.
Which solution is best suited for their requirements?
Virtual nodes in OKE provide a serverless experience for deploying Kubernetes workloads, which means you do not have to manage or scale the underlying infrastructure. This solution is particularly cost-efficient because you only pay for the resources used by the pods, and it provides strong isolation for workloads.
Virtual nodes are well suited for AI/ML workloads as they allow users to easily scale compute resources without being constrained by the limits of individual worker nodes.
50 questions covering all exam domains, starting from $20
Exam domains verified against: Official Oracle 1Z0-1109-25 exam guide, last checked September 2026.
Demonstrate proficiency in DevOps practices, tools, and solutions through real-world problem-solving. Explain and implement microservices architecture, identify containerization needs, and create Docker containers. Create and manage Oracle Cloud Infrastructure Registry OCIR and Container Instances.
Deploy infrastructure using Infrastructure as Code and Terraform on OCI. Streamline infrastructure deployment and configuration with OCI Resource Manager to automate and manage cloud resource provisioning.
Automate the software development life cycle using OCI DevOps Service. Configure source code repositories, create artifacts for automated deployment, and evaluate and configure build and deployment pipelines. Create and configure deployment strategies.
Sample question from this domain above: Q2
Review Container Engine for Kubernetes principles and create, manage, and optimize Kubernetes clusters in OCI. Understand cluster types, cluster access, deployments, networking, storage, and observability. Perform scaling, cluster upgrades, admission controllers, and execute applications on specialized nodes.
Configure security using DevSecOps best practices in OCI. Create and manage encryption keys and secrets in OCI Vault. Evaluate and configure security within OCI DevOps CI/CD pipelines and for container images used in OCI.
Sample question from this domain above: Q4
Explain the concepts of DevOps measurement and monitoring. Monitor metrics using OCI Monitoring Service and analyze and manage logs with OCI Logging Service for distributed application health and performance.
Sample question from this domain above: Q1
Common questions about the exam itself