Oracle 1z0-1109-24 Exam Practice Questions (P. 2)
- Full Access (50 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
A DevOps engineer is asked to access an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster to deploy new applications and manage existing ones.
Which two statements are true? (Choose two.)
Which two statements are true? (Choose two.)
- ATo access the cluster using kubectl, you have to set up a Kubernetes configuration file for the cluster. The kubeconfig file by default is named config and stored in the $HOME/.kube directory.
- BWhen a cluster’s Kubernetes API endpoint has a public IP address, you can access the cluster in Cloud Shell by setting up a kubeconfig file.
- CGenerating an API signing key pair is not required while setting up cluster access using local machine if the public key is not already uploaded in the console.
- DThe only available option when a cluster’s Kubernetes API endpoint has a public IP address is to control the cluster locally using kubectl and the Kubernetes Dashboard.
- ETo access the cluster using kubectl, you have to set up a Kubernetes manifest file for the cluster. The kubeconfig file by default is named config and stored in the $HOME/.manifest directory.
send
light_mode
delete
Question #7
What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?
- AUpgrade the control plane, then upgrade the node pools.
- BInitiate the automated upgrade process using the OCI Console, CLI, or API.
- CUpgrade the node pools one at a time, then once all node pools are upgraded, upgrade the control plane.
- DInitiate the control plane and node pool upgrades simultaneously.
send
light_mode
delete
Question #8
As a DevOps engineer at XYZ Corp, you have been assigned the task of setting up a new OKE (Oracle Kubernetes Engine) cluster to manage the organization’s Kubernetes applications hosted on Oracle Cloud Infrastructure (OCI). Your goal is to ensure a smooth and efficient process while preparing for the cluster creation.
Which of the following statements is false regarding the preparation process for setting up a new OKE cluster?
Which of the following statements is false regarding the preparation process for setting up a new OKE cluster?
- AContainer Engine for Kubernetes cannot utilize existing network resources for the creation of the new cluster.
- BContainer Engine for Kubernetes automatically creates and configures new network resources for the new cluster.
- CIt is necessary to ensure sufficient quota on different resource types in your OCI tenancy for the cluster setup.
- DAccess to an Oracle Cloud Infrastructure tenancy is required to set up the new OKE cluster.
send
light_mode
delete
Question #9
How can you scale a deployment named nodejs-deployment to have two replicas?
- Akubectl set replicas deployment nodejs-deployment --replicas=2
- Bkubectl resize deployment nodejs-deployment --replicas=2
- Ckubectl adjust deployment nodejs-deployment --replicas=2
- Dkubectl scale deployment nodejs-deployment --replicas=2
send
light_mode
delete
Question #10
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?
- AWhen creating a new cluster, essential cluster add-ons cannot be disabled.
- BWhen enabling a cluster add-on, you cannot configure the add-on by specifying one or more key/value pairs to pass as arguments to the cluster add-on.
- CWhen creating a new cluster, essential cluster add-ons are set to manually update.
- DWhen you disable a cluster add-on using the console, the add-on is completely removed from the cluster.
send
light_mode
delete
All Pages