
[Jul-2023] 1z0-1109-22 Dumps are Available for Instant Access using Exam4Docs
1z0-1109-22 Dumps 2023 - New Oracle 1z0-1109-22 Exam Questions
NEW QUESTION # 18
A developer has certain expectations around using Configuration Management (CM) and how it helps the Oracle Cloud Infrastructure (OCI) DevOps process. What is a reasonable expectation for CM as it pertains to applications?
- A. Orchestration of implementation, integration, deployment, and infrastructure
- B. Reliability in performance, lifecycle infrastructure, and design
- C. Efficiency in design, implementation, integration, and function
- D. Uniformity in function, automation, testing and implementation
- E. Consistency in performance, function, design, and implementation
Answer: E
NEW QUESTION # 19
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 # 20
Your company is working on a high-profile project and any code push to production requires approvals. Your company is using Oracle Cloud Infrastructure (OCI) DevOps service for au-tomating this process. You want to push an artifact to production and would like to add ap-provers to the approval workflow in the Deployment Pipeline. How can you add approvers?
- A. Add approvers to the buildspec file before pushing the code to the OCI Code Reposi-tory.
- B. Manually add approvers names and email addresses in the Deployment Pipeline page.
- C. Add approvers to the Deployment Pipeline and give them access via OCI IAM policy.
- D. Email approvers before you run the Deployment Pipeline.
Answer: C
NEW QUESTION # 21
What is a prerequisite for creating a secret in Oracle Cloud Infrastructure Vault service?
- A. The user must create a compute instance to run the secret service.
- B. You must have a Vault managed key to encrypt the secret.
- C. You must create a digest hash of the secret value.
- D. You must unseal the Vault by using Shamir's secret sharing
Answer: B
NEW QUESTION # 22
What is the correct approach to upgrade an Oracle Container Engine for Kubernetes (OKE) Cluster to a newer version of Kubernetes?
- A. Initiate the control plane and node pool upgrades simultaneously.
- B. Upgrade the control plane, then upgrade the node pools.
- C. Upgrade the node pools one at a time, then once all node pools are upgraded, upgrade the control plane.
- D. Initiate the automated upgrade process using the OCI Console. CLI, or API.
Answer: B
NEW QUESTION # 23
A developer is managing a collection of servers and wants to update to the newest version of Apache on all of the defined web servers. Which Ansible AdHoc command can you use to achieve this?
- A. $ ansible webservers -m yum -a "name=httpd state=latest"
- B. $ ansible webservers -m service -a "name=httpd state=install"
- C. $ ansible webservers -m yum -a "name=httpd state=new"
- D. $ ansible webservers -m service -a "name=httpd state=started"
Answer: A
NEW QUESTION # 24
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. 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
- B. No DevOps IAM policy statements are required.
- C. 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>
- D. <BuildPipelines to manage all-resources in Compartment compartment name>; Deployment Pipeline: allow dynamic-group <Deployment Pipeline> to manage all resources in compartment scompartment name>
Answer: D
NEW QUESTION # 25
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. Automate backup and use the rerelease stage in the Deployment Pipeline.
- B. Rollback the failed stage in the pipeline to the previous successful released version.
- C. Add Rescue and Trigger stages to automatically trigger the failed deployment.
- D. Use OCI DevOps Trigger and Rerun tool to avoid downtime.
Answer: B
NEW QUESTION # 26
You're using Oracle Cloud Infrastructure (OCI) DevOps to deploy your application on an Oracle Container Engine for Kubernetes (OKE) environment. You push your code to the OCI Code Repository, add a stage and configure the build pipeline. When you run the build, you see "unable to clone the repository" error. What could the configuration error be?
- A. Source files are connected directly to the build pipeline.
- B. Dynamic Groups access and OCI IAM policies to the code repository are not set.
- C. More stages were added than required to the build pipeline.
- D. Artifacts and build spec are removed before running the build.
Answer: B
NEW QUESTION # 27
You are a DevOps engineer who has recently joined a new department. You have created 10 Terraform stacks using Oracle Cloud Infrastructure (OCI) Resource Manager. Each stack creates a different set of resources in OCI for your development team. What determines the cost of these Terraform stacks?
- A. The cost depends on the length of time it takes to build each resource using these Ter-raform stacks.
- B. The cost for each stack will be higher for a Pay As You Go subscription than for monthly flex billing.
- C. Resource Manager stacks are free but you are charged for the resources they create.
- D. The cost depends on the number of lines of text in your Terraform configuration files.
Answer: C
NEW QUESTION # 28
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. Export packages
- C. Trigger deployment
- D. Deliver artifacts
Answer: D
NEW QUESTION # 29
Which TWO components are optional while creating Monitoring Query Language (MQL) expressions in Oracle Cloud Infrastructure Monitoring service? (Choose two.)
- A. Metric
- B. Statistic
- C. Dimensions
- D. Interval
- E. Grouping Function
Answer: C,E
NEW QUESTION # 30
How does the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster Autoscaler determine when to create new nodes for an OKE cluster?
- A. When the custom metrics from the services exceed a configured threshold.
- B. When the rate of requests to the application crosses a configured threshold.
- C. When the resource requests from pods exceed a configured threshold
- D. When the CPU or memory utilization crosses a configured threshold.
Answer: C
Explanation:
The Kubernetes Cluster Autoscaler increases or decreases the size of a node pool automatically based on resource requests, rather than on resource utilization of nodes in the node pool. Reference: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingclusterautoscaler.htm
NEW QUESTION # 31
Your application development team has an existing GitHub repository for their code. Your application development team has an existing GitHub repository for their code. You would like to mirror it on Oracle Cloud Infrastructure (OCI) in order to deploy an application to an Oracle Container Engine for Kubernetes (OKE) environment using the OCI DevOps service. Which action can be done AFTER you trigger a Build Pipeline?
- A. Configure an OCI compartment for storing DevOps resources
- B. Create a reference to a secret in the OCI Vault
- C. Configure the SSH file so that their SSH key is used when connecting to OCI Code Re-positories
- D. Set up a Kubernetes cluster as an environment for deployment
Answer: B
NEW QUESTION # 32
(CHK) A company uses Oracle Cloud Infrastructure (OCI) DevOps to deploy an application to their production server. They need to make some modifications to their application code and push those changes to production automatically. How can they achieve this?
- A. Application code can be pushed to the Resource Manager Stack for automatic deploy-ment.
- B. Manual builds can be run from the Build Pipelines to deploy the changes.
- C. OCI DevOps Triggers feature can be used to automate deployment.
- D. Terraform code can be packaged and pushed to the OCI Code Repository to deploy the changes.
Answer: C
NEW QUESTION # 33
Your on-premises private cloud environment consists of virtual machines hosting a set of ap-plication servers. These VMs are currently monitored using a 3rd party monitoring tool for resource metrics such as CPU and Memory utilization and Disk-Write IOPS. You have created a DevOps Project that includes a workflow to migrate these application servers into Oracle Cloud Infrastructure (OCI) compute instances with a few requirements: - Ensure continuous monitoring is enabled, so the current monitored resource metrics are continuously collected and reported. - Monitor the end-to-end deployment pipeline during the migration workflow and notify with email on each execution. - Notify with email for any new OCI Object Storage buckets created after the migration workflow. What should be your recommended solution to achieve these requirements?
- A. Configure OCI Compute agent on on-premises VMs to collect required resource metrics. Lise OCI Events service to track all deployments (com.oraclecloud.devopsdeploy.createdeployment) with OC! Notifications service to track and report all changes occurring the target environment.
- B. Configure OCI Compute agent on OCI compute instances to collect required resource metrics. Use OCI Events and Functions services to track the end-to-end deployment pipeline (com.oraclecloud.devopsdeploy.createdeployment) and creation of new buckets (com.oraclecloud.objectatorage.createbucker Use OCI Notifications and Events services to notify these changes.
- C. Configure OCI Compute agent on on-premises VMs and OCI compute instances to collect required resource metrics. Use OCI Events service to track the end-to-end de-ployment process (com.oraclecloud.devopsdeploy.createdeployment) and creation of new bucket (com.oraclecloud.objectstorage.createbucket Use OCI Notifications and Events services to notify these changes.
- D. Configure both 3rd party monitoring tool and OCI Compute Agent on OCI compute instances to collect required resource metrics. Use OCI Events service (com.oraclecloud.devopsdeploy.createdeployment) with Notifications service to track and notify all changes occurring in the target OCI environment.
Answer: B
NEW QUESTION # 34
......
Oracle 1z0-1109-22 Exam Practice Test Questions: https://www.exam4docs.com/1z0-1109-22-study-questions.html
Free 1z0-1109-22 Braindumps Download Updated: https://drive.google.com/open?id=1b6OL8tnHcA1Qi514S4lnF7Nejlxyul86

