Free Oracle 1Z0-1109-24 Exam Actual Questions

The questions for 1Z0-1109-24 were last updated On Nov 18, 2024

Question No. 1

A fully qualified path to a particular image in an OCIR repository is given as iad.ocir.io/ansh81vru1zp/project01/acme-web-app:version2.0.test.

Identify the two options with correct terms and their associated values. (Choose two.)

Show Answer Hide Answer
Correct Answer: C, E

ansh81vru1zp is the <tenancy-namespace>. In Oracle Cloud Infrastructure Registry (OCIR), the tenancy namespace uniquely identifies the tenancy and is used as part of the image path.

iad is the <region-key>. The region key is the shorthand identifier for the OCI region (iad represents Ashburn region), and it is used in the fully qualified path for images stored in the Oracle Cloud Infrastructure Registry (OCIR).


Question No. 2

You host your application on a stack in Oracle Cloud Infrastructure (OCI) Resource Manager. Because of recent growth in your user base, you decide to add a CIDR block to your VCN, add a subnet, and provision a compute instance in it.

Which statement is true?

Show Answer Hide Answer
Correct Answer: D

Oracle Cloud Infrastructure (OCI) Resource Manager uses Terraform to manage infrastructure resources. If you need to add new resources (e.g., a new CIDR block, subnet, and compute instance), you can simply make the necessary changes to the Terraform code defining the stack.

After modifying the Terraform configuration to include the new resources, you can run an Apply job in Resource Manager. The Apply job will provision the new resources in your OCI environment according to the updated Terraform code.


Question No. 3

What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?

Show Answer Hide Answer
Correct Answer: A

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.


Question No. 4

An operations team is exploring the use of OCI Container Instances to run their container workloads without managing servers.

Which of the following statements is false regarding the use of Container Instances?

Show Answer Hide Answer
Correct Answer: C

OCI Container Instances are a serverless compute service that allows you to run containerized workloads without managing the underlying infrastructure. Oracle Cloud Infrastructure (OCI) manages provisioning, patching, and all the ongoing server management tasks, providing a fully managed environment.


Question No. 5

An operations team wants to leverage the advanced features of Container Engine for Kubernetes (OKE) and requires granular control over cluster add-ons, workload identity, and improved worker node management. They also prioritize strong security measures and require a financially-backed service level agreement (SLA) for Kubernetes API server uptime.

Which type of cluster should they choose to meet their requirements?

Show Answer Hide Answer
Correct Answer: A

Enhanced clusters in Oracle Container Engine for Kubernetes (OKE) provide advanced features such as granular control over cluster add-ons, workload identity, and improved worker node management. They also offer strong security measures and come with a financially-backed service level agreement (SLA) for Kubernetes API server uptime, ensuring higher reliability and support for production workloads.