
Pass Oracle 1z0-1109-22 exam questions - convert Test Engine to PDF
Pass Your 1z0-1109-22 Exam Easily - Real 1z0-1109-22 Practice Dump Updated Oct 07, 2023
NEW QUESTION # 25
A developer is using the Oracle Cloud Infrastructure (OCI) DevOps service to build an appli-cation. They are currently in the process of setting up the required infrastructure using the available tools. In which two ways can you explain the difference between Ansible and Ter-raform? (Choose two.)
- A. Ansible uses declarative approach: Terraform is procedural in nature.
- B. Ansible focuses on infrastructure configuration: Terraform specializes in infrastructure provisioning
- C. Ansible supports lifecycle management: Terraform lacks lifecycle management support.
- D. Ansible is an OCI provided service for CM; Terraform is a third-party tool for infra-structure as code.
- E. Ansible automates software installation and application deployment: Terraform manages infrastructure as code.
Answer: B,E
NEW QUESTION # 26
A company wants to implement CI/CD automation process on Oracle Cloud Infrastructure (OCI) DevOps. An automatic trigger is created in such a way that when someone pushes the code from a Git repository to the OCI Code Repository, it trigger builds all the way to the de-ployment pipeline. Which DevOps IAM policy statements are required for this automation?
- A. <BuildPipelines to manage all-resources in Compartment compartment name>; Deployment Pipeline: allow dynamic-group <Deployment Pipeline> to manage all resources in compartment scompartment name>
- B. No DevOps IAM policy statements are required.
- C. Build Pipeline: allow dynamic-group <BuildPipeline> to manage all-resources in com-partment <compartment names> Code Repo: Allow dynamic-group <Code Repository> to manage all-resources in com-partment <compartment name>; Build Pipeline: Allow dynamic-group
- D. Code Repo: Allow dynamic group <Code Repository> to manage all resources in com-partment compartment name>; Build Pipeline: Allow dynamic-group <BuildPipeline> to manage all-resources in compartment compartment name>
Answer: A
NEW QUESTION # 27
As a developer working on the Oracle Cloud Infrastructure (OCI) DevOps service, you are creating a build spec yaml file to be used in the build pipeline. Which two actions are part of the proper creation of the file? (Choose two.)
- A. Enter the variables you would like to use in later build steps into the localVariables section.
- B. Enter the details for binaries used in later pipeline stages into the outputArtifacts sec-tion.
- C. Enter the vault secrets needed for the deployment pipeline into the exportedVariables section.
- D. Enter the artifacts the build pipeline should permanently save into the storeArtifacts section.
- E. Enter the necessary vault secret variable OCIDS into the vaultVariables section.
Answer: B,E
NEW QUESTION # 28
Which TWO components are optional while creating Monitoring Query Language (MQL) expressions in Oracle Cloud Infrastructure Monitoring service? (Choose two.)
- A. Statistic
- B. Interval
- C. Dimensions
- D. Metric
- E. Grouping Function
Answer: C,E
NEW QUESTION # 29
You are part of the cloud DevOps team managing thousands of compute Instances running in Oracle Cloud Infrastructure (OCI). The OCI Logging service is configured to collect logs from these Instances using a Unified Monitoring Agent. A requirement has been created to archive logging data into OCI Object Storage. What OCI capability can help you achieve this requirement?
- A. ObjectCollectionRule
- B. Logging Query
- C. IAM policy
- D. Service Connector Hub
Answer: D
NEW QUESTION # 30
You're using Oracle Cloud Infrastructure (OCI) DevOps service to automate your software releases to release features more frequently and with fewer errors. While deploying an update to production, one of your deployment stages failed. What action should you perform in your Deployment Pipeline?
- A. Add Rescue and Trigger stages to automatically trigger the failed deployment.
- B. Use OCI DevOps Trigger and Rerun tool to avoid downtime.
- C. Automate backup and use the rerelease stage in the Deployment Pipeline.
- D. Rollback the failed stage in the pipeline to the previous successful released version.
Answer: D
NEW QUESTION # 31
Your organization needs to design and develop a containerized application that requires a connection to an Oracle Autonomous Transaction Processing (ATP) Database. As a DevOps engineer, you have decided to use Oracle Container Engine for Kubernetes (OKE) for the container app deployment and you need to consider options for connecting to ATP. Which connection option is NOT valid?
- A. Install the OCI Service Broker on the Kubernetes cluster and deploy serviceinstance and ServiceBinding resources for ATP. Then use the specified binding name as a volume in the application deployment manifest.
- B. Use Kubernetes secrets to configure environment variables on the container with ATP instance OCID and OCI API credentials. Then use the CreateConnection API endpoint from the service runtime.
- C. Create a Kubernetes secret with contents from the ATP instance Wallet files. Use this secret to create a volume mounted to the appropriate path in the application deployment manifest.
- D. Enable Oracle REST Data Services for the required schemas and connect via HTTPS.
Answer: D
NEW QUESTION # 32
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 three statements are true? (Setting Up Cluster Access). (Choose three.)
- A. When 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
- B. To 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
- C. To 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.
- D. Generating an API signing key pair is a mandatory step while setting up cluster access using local machine if the public key is not already uploaded in the console.
Answer: A,C,D
Explanation:
You cannot setup Cloud shell access to the cluster if the clusters Kubernetes API end-point has a private IP address.
NEW QUESTION # 33
A DevOps Engineer is tasked with providing a solution, which will help in easy management of deployed applications and troubleshoot them on the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). What are three actions the DevOps Engineer must perform to accomplish the given task? (Choose three.)
- A. Manually deploy the Kubernetes dashboard on an existing cluster and access it using the URL: dashboard:/proxy/#!/login http://localhost:8001/api/vi/namespaces/kube-system/services/httpsikubernetes.
- B. Create a service account and the clusterrolebinding, obtain an authentication token for the service account using kubectl command, and run a kubectl proxy command to enable the kubernetes dashboard
- C. Use the default dashboard that comes configured with the Kubernetes implementation on the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE).
Automatically deploy the Kubernetes dashboard during cluster creation, create the cluster using the API and set the iskubernetesDashboardEnabled attribute to true and access it using the http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login - D. Automatically deploy the Kubernetes dashboard during cluster creation, create the cluster using the API and set the iskubernetesDashboardEnabled attribute to true and access it using the URL: http://localhost:8001/api/v1/namespaces/kube-dashboard/services/httparkubernetes dashboard:/proxy/'/login
- E. Manually deploy the Kubernetes dashboard on an existing cluster and access it using the URL: hs://localhost:8001/api/vi/namespaces/kube-dashboard/services/httparkubernete dashboard:/proxy/#!/login
Answer: B,C,E
NEW QUESTION # 34
Why is it important to extract output artifacts from the Oracle Cloud Infrastructure (OCI) DevOps build pipeline and store them in an Artifact Registry repository?
- A. Storing build artifacts in registries helps the deployment pipeline differentiate output artifacts created by the build pipeline from artifacts copied from a Git repository.
- B. Deliver Artifacts is a required stage of the build pipeline, and the entire pipeline won't work if it is not included in order to extract artifacts after the Managed Build stage.
- C. All artifacts are permanently stored in the build pipeline. Extracting just the ones re-quired for deployment tells the deployment pipeline which artifacts to use.
- D. Output artifacts aren't permanent. If they are to be used in the Deliver Artifacts stage, they need to be exported as output artifacts to a registry.
Answer: B
NEW QUESTION # 35
What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?
- A. Upgrade the control plane, then upgrade the node pools.
- B. Initiate the automated upgrade process using the OCI Console. CLI, or API.
- C. Upgrade the node pools one at a time, then once all node pools are upgraded, upgrade the control plane.
- D. Initiate the control plane and node pool upgrades simultaneously.
Answer: A
NEW QUESTION # 36
You have a stack in Oracle Cloud Infrastructure (OCI) Resource Manager that is co-managed by multiple teams. Which statement is true?
- A. The resources in the stack can still be edited or destroyed through the OCI console, causing Resource Manager's state to be out of sync.
- B. The Terraform state may become corrupted if multiple people attempt Apply jobs in Resource Manager simultaneously.
- C. Resources provisioned by Resource Manager can only be managed through Resource Manager, preventing the state from becoming out of sync.
- D. The resources in the stack can no longer be edited or destroyed through the Terraform CLI on a local machine.
Answer: C
NEW QUESTION # 37
Which two changes to infrastructure with the Oracle Cloud Infrastructure (OCI) Provider for Terraform will NOT result in any resources being destroyed or provisioned? (Choose two.)
- A. adding a CIDR block to a VCN
- B. adding a subnet to a VCN
- C. changing the shape of a compute instance
- D. changing the image OCID of a compute instance
- E. changing the Display Name of a compute instance
Answer: A,B
NEW QUESTION # 38
You are creating stages for an Oracle Kubernetes Engine (OKE) deployment pipeline and would like to include as many actions as possible within the pipeline stages themselves. What are you able to include?
- A. Add a stage to deploy incrementally to multiple OKE target environments.
- B. Add a stage to deliver artifacts to an Oracle Cloud Infrastructure (OCI) Artifact Reg-istry.
- C. Add a stage to apply the container image to the Kubernetes cluster.
- D. Add a stage to apply the Kubernetes manifest to the Kubernetes cluster.
Answer: B
NEW QUESTION # 39
You as a DevOps Engineer are asked to manage an application to be deployed in Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). This requires pulling images from Oracle Cloud Infrastructure Registry (OCIR) during deployment. Which three statements are true? (Choose three.)
- A. Use kubectl to create a Docker registry secret.
- B. Add an Auth section to the manifest file that specifies the name of the Docker secret you create using Auth Token to access OCIR.
- C. Add an image section that specifies the name and location of the images you want to pull from OCIR along with other deployment details.
- D. Add a containers section that specifies the name and location of the images you want to pull from OCIR. along with other deployment details.
- E. Add an imagePullSecrets section to the manifest file that specifies the name of the Docker secret you created to access OCIR
Answer: A,D,E
NEW QUESTION # 40
Pods running in your Oracle Container Engine for Kubernetes (OKE) cluster often need to communicate with other pods in the cluster or with services outside the cluster. As the OKE cluster administrator, you have been tasked with configuring permissions to restrict pod-to-pod communications except as explicitly allowed. Where can you define these permissions?
- A. RBAC Roles
- B. Security Lists
- C. IAM Policies
- D. Network Policies
Answer: D
NEW QUESTION # 41
Which statement is true regarding the Oracle Cloud Infrastructure (OCI) DevOps service?
- A. Users can only store code on public repositories and cannot access internal code reposi-tories.
- B. Users can avoid downtime during deployments and automate the complexity of updating applications.
- C. Users can migrate workloads from on-premises, but not from other cloud platforms.
- D. Users can view limited lifecycle phases as needed to assess application performance.
Answer: B
NEW QUESTION # 42
What cannot be specified in a Schema Document for Oracle Cloud Infrastructure (OCI) Re-source Manager?
- A. information about the application such as its name, description, and version.
- B. a logo for the Resource Manager template
- C. permissions for which OCI users may provision the template
- D. dependency relationships between variables.
- E. pattern validations for string-type variables
Answer: D
NEW QUESTION # 43
You are using the Oracle Cloud Infrastructure (OCI) DevOps service and you have successfully built and tested your software applications in your Build Pipeline. The resulting output needs to be stored in a container repository. Which stage should you add next to your Build Pipeline?
- A. Managed build
- B. Trigger deployment
- C. Export packages
- D. Deliver artifacts
Answer: D
NEW QUESTION # 44
What are the two items required to create a rule for the Oracle Cloud Infrastructure Events Service? (Choose two.)
- A. Rule Conditions
- B. Service Connector
- C. Actions
- D. Management Agent Cloud Service
- E. Install Key
Answer: A,C
NEW QUESTION # 45
......
1z0-1109-22 Real Exam Questions and Answers FREE: https://www.test4sure.com/1z0-1109-22-pass4sure-vce.html
2023 Realistic Verified Free Oracle 1z0-1109-22 Exam Questions: https://drive.google.com/open?id=1CTGuLzaNdF0MKIiG2mvp-6tvAa0HAi50