Free 1Z0-1109-25 Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
You are a DevOps project administrator. You are creating Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) policies that will be used in a DevOps CI/CD pipeline for deployment to an Oracle Container Engine for Kubernetes (OKE) environment. Which OCI IAM policy can be used?
Options
24 comments in the community discussion
6
Option A fits with what the official docs recommend for DevOps CI/CD setups on OCI. Regular groups are preferred for project admin roles managing devops-family resources, not dynamic groups. Saw similar structure on recent Oracle practice tests. Pretty sure it's A, but open if anyone's seen newer guidance.
1
A
Q: 2
Which of the following statement is INCORRECT with respect to a Dockerfile?
Options
26 comments in the community discussion
2
Option A
1
Doesn't the Dockerfile syntax doc say WORKDIR sets context for COPY and ADD only if the source path is relative? So A is wrong unless all paths are absolute, then it wouldn't matter. This edge case gets missed in most practice tests.
Q: 3
You are a DevOps engineer working on a project that requires you to push and pull Docker images to and from Oracle Cloud Infrastructure Registry (Container Registry) using Docker CLI. You have been given access to Container Registry and have installed Docker CLI on your local machine. Which should you create and use to securely authenticate and store your Docker image in a private Docker registry in OCI?
Options
27 comments in the community discussion
6
Option A is right, you need an Auth Token when logging into OCI's Container Registry with Docker CLI. The token works like a password for registry access, not your regular OCI password. I've seen similar questions on other Oracle exams too.
5
Makes sense to pick A here since OCI uses Auth Tokens for Docker CLI logins, not SSH keys or JWTs. Auth Token works like your password for the registry, so that's how you securely push and pull images. Pretty sure it's A, unless Oracle changes their docs. Agree?
Q: 4
How does the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster Autoscaler determine when to create new nodes for an OKE cluster?
Options
23 comments in the community discussion
1
I remember seeing similar questions in the official guide and practice exams, and I went with A. My reasoning was that autoscalers often trigger on resource utilization, like CPU or memory going above a set level. Not totally sure though, official docs can be a bit tricky on how node vs pod scaling is triggered. Any
1
B
Q: 5
As a cloud engineer, you are responsible for managing a Kubernetes cluster on the Oracle Cloud Infrastructure (OCI) platform for your organization. You are looking for ways to ensure reliable operations of Kubernetes at scale while minimizing the operational overhead of managing the worker node infrastructure. Which cluster option is the best fit for your requirement?
Options
25 comments in the community discussion
2
I don't think it's A. B's the better choice here since OCI OKE virtual nodes take out all the worker node management completely, not just reduce it. Managed nodes (A) still leave you patching or monitoring VMs sometimes. Pretty sure B matches what Oracle wants but open to other opinions if I missed something.
2
Option B. Serverless virtual nodes mean zero node admin overhead, so matches the question.
Q: 6
How can you run applications on GPU worker nodes in clusters created using Container Engine for Kubernetes (OKE)?
Options
24 comments in the community discussion
6
Option C, D is tricky, but it’s about specifying GPU, not CPU, in the pod spec. I’ve seen similar practice questions that try to mess you up with this wording. Pretty sure C is what Oracle wants.
1
D talks about CPU resource requests, but if the question asked for 'CPU' not 'GPU' in the spec would your pick change?
Q: 7
What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?
Options
21 comments in the community discussion
3
Option A that's what I've seen in similar exam questions-really clear way to ask it.
1
I think A here, since the standard process is to upgrade the control plane first, then go for the node pools. I remember seeing a similar question in practice sets recently. Makes sense because the nodes have to be compatible with the upgraded control plane. Pretty confident but open to other takes if I'm missing a twi
Q: 8
As a DevOps engineer working on managing clusters on the OCI platform for your organization, which statement is true about managing cluster add-ons in OCI OKE Cluster?
Options
30 comments in the community discussion
5
A The kicker is "essential" add-ons, which OCI OKE won't let you disable on first cluster creation. If the question was about optional add-ons instead, this would flip, but for essentials you have no choice. Pretty sure similar question comes up in practice for OKE clusters.
4
Option A since essential add-ons like CoreDNS can't be disabled during cluster creation in OKE. It's baked in for stability so OCI won't let you skip them. Pretty sure that's what the docs say too.
Q: 9
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?
Options
26 comments in the community discussion
6
A . D is a trap since Container Instances aren't inside OKE, but question wants serverless within the cluster.
2
Maybe A. . Similar question came up in a practice set, virtual nodes are the serverless option actually inside OKE.
Q: 10
You are a developer and have been asked to develop an e-commerce website for your organization. It must support a variety of clients including desktop browsers, mobile browsers and native mobile applications. Which two approaches can you use to build the application to achieve deployment independence, easier technology upgrades, and resiliency to architecture changes? (Choose two.)
Options
26 comments in the community discussion
2
B and E are right here. Microservices fit best for deployment independence and easier tech upgrades since each service can be swapped out or updated separately. Monoliths don’t give the same flexibility. Pretty sure about this, but open to other ideas.
1
B tbh, D is a trap here since monoliths aren't great for upgrades or independence.
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top