[Apr-2023] 1z0-1109-22 Exam Dumps Pass with Updated 2023 Oracle Cloud Infrastructure DevOps Professional [Q10-Q29]

Share

[Apr-2023] 1z0-1109-22 Exam Dumps Pass with Updated 2023 Oracle Cloud Infrastructure DevOps Professional

Free 1z0-1109-22 Exam Dumps to Pass Exam Easily


Oracle 1z0-1109-22 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Create and manage logs with OCI Logging service
  • Create and configure Deployment Pipelines
  • Implement Monitoring and Observability
Topic 2
  • Identify the need for containerization and create containers using docker
  • Create and manage Oracle Cloud Infrastructure Registry OCIR
Topic 3
  • Monitor metrics with OCI Monitoring service
  • Create and configure Build Pipelines
  • Secure OKE and Functions environments
Topic 4
  • Automate infrastructure configuration with OCI Anisble collection
  • Explain the concepts of Infrastructure as code
Topic 5
  • Configure and manage Continuous Integration and Continuous Delivery (CI
  • CD)
  • Configure and manage source code in Code Repositories
Topic 6
  • Build and deploy microservices using containers and manage using container orchestration engine
  • Explain and implement Microservices Architecture
Topic 7
  • Monitor and diagnose performance issues with OCI Application Performance Monitoring service
  • Explain the concepts of DevOps measurement
Topic 8
  • Create and manage Kubernetes clusters with Oracle Container Engine for Kubernetes (OKE)
  • Provision infrastructure as code with OCI Resource Manager
Topic 9
  • Provision, configure and manage infrastructure using code and templates
  • Discuss DevOps solutions and tools
Topic 10
  • Configure and manage IAM policies and Dynamic Groups for DevOps resources
  • Explain the Configuration Management process

 

NEW QUESTION 10
(CHK) You are a security administrator for your company's Oracle Cloud Infrastructure (OCI) tenancy. Your storage administrator tells you that they cannot associate an encryption key from OCI Vault to an Object Storage bucket in a new compartment, what is the reason?

  • A. The storage administrator forgot to select "Oracle Managed" while creating the bucket.
  • B. The resource bucket policy lacks the necessary Access Control List (ACL).
  • C. The secret for the key was not created beforehand.
  • D. There is no Identity and Access Management (IAM) policy allowing the Object Store service to use the Vault key.

Answer: C

 

NEW QUESTION 11
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. 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.
  • B. Storing build artifacts in registries helps the deployment pipeline differentiate output artifacts created by the build pipeline from artifacts copied from a Git repository.
  • 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. 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.

Answer: D

 

NEW QUESTION 12
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 no longer be edited or destroyed through the Terraform CLI on a local machine.
  • B. The Terraform state may become corrupted if multiple people attempt Apply jobs in Resource Manager simultaneously.
  • C. 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.
  • D. Resources provisioned by Resource Manager can only be managed through Resource Manager, preventing the state from becoming out of sync.

Answer: D

 

NEW QUESTION 13
Your customer has deployed their microservices based application on Oracle Container Engine for Kubernetes (OKE) and they are using Oracle Cloud Infrastructure Registry (OCIR) service as their Docker image repository. They have deployed the OKE cluster using the 'custom create' option, and their Virtual Cloud Network (VCN) has three public subnets with associated route tables, security lists, and an internet gateway. They are facing an issue where their application containers are falling to deploy. Upon investigation, they learn that the images are not getting pulled from the designated OCIR repository. The YAML configuration has the correct path to the images. What is a valid concern that needs to be further investigated?

  • A. They need to add IAM credentials for each user that deploys applications to the OKE cluster.
  • B. They need to add a security list rule for TCP port 22 to connect to the OCIR service.
  • C. The OKE cluster needs to have a secret with credentials of their OCIR repository and use that secret in the Kubernetes deployment manifest.
  • D. The VCN hosting the OKE cluster worker nodes needs to have a NAT gateway to ac-cess OCIR repositories.

Answer: C

 

NEW QUESTION 14
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 service -a "name=httpd state=started"
  • B. $ ansible webservers -m yum -a "name=httpd state=latest"
  • C. $ ansible webservers -m yum -a "name=httpd state=new"
  • D. $ ansible webservers -m service -a "name=httpd state=install"

Answer: B

 

NEW QUESTION 15
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. Rollback the failed stage in the pipeline to the previous successful released version.
  • C. Use OCI DevOps Trigger and Rerun tool to avoid downtime.
  • D. Automate backup and use the rerelease stage in the Deployment Pipeline.

Answer: B

 

NEW QUESTION 16
A DevOps team has 50 web servers under their preview and they want to patch a server ap-plication. Which element of Ansible can be leveraged for this task and how would it help?

  • A. A playbook could be leveraged to perform ad hoc commands per server. Then. Ansible will automatically communicate with the servers and execute the ad hoc commands in the order defined.
  • B. A playbook could be leveraged to explain the series of plays and tasks that need to be run per server. Then, Ansible would connect with and configure each server's infra-structure automatically using YAML.
  • C. A playbook could be leveraged and executed against the group of web servers, as de-fined in the Inventory. Then, Ansible would connect to each server and apply the same set of configurations.
  • D. A playbook could be leveraged and executed against the group of web servers, as de-fined in the task list. Then. Ansible would connect to each server and apply the same set of commands.

Answer: C

 

NEW QUESTION 17
In OCI Secret management within a Vault, you have created a secret and rotated the secret one time. The current version state shows: Version Number Status 2 (latest)

  • A. Create a new secret version 3 Pending Copy the contents of Version 1 Into version 3.
  • B. Current 1 Previous In order to rollback to version 1, what should the Administrator do?
  • C. deprecate version 2 (latest), Create a new secret version 3, create soft link for version-3 to version 1.
  • D. From the version menu, select "Promote to current.
  • E. From the version 2 latest menu, sect Road and select version when given the option.

Answer: D

 

NEW QUESTION 18
You have migrated an on-premise application to Oracle Cloud Infrastructure (OCI) and have started using the OCI DevOps service. You want to use Kubernetes cluster in your deployment architecture. Which two tools or services should you use to do this? (Choose two.)

  • A. Chef Knife Plug-in
  • B. Ansible Collection
  • C. OCI Resource Manager
  • D. Compute Jenkins Plug-in
  • E. Terraform

Answer: B,E

 

NEW QUESTION 19
You are a Site Reliability Engineer (SRE) and are new to Oracle Cloud Infrastructure (OCI) DevOps. You need help tracking the performance of your cloud native applications. Which group of OCI services can help you get application insights?

  • A. OCI Resource Manager, Logging, and Cloud Guard
  • B. OCI Logging Monitoring and Application Performance Monitoring (APM)
  • C. Oracle Container Engine for Kubernetes (OKE), Instance Groups, and Functions
  • D. OCI Service Connector Hub, API Management, Application Performance Advisor

Answer: B

 

NEW QUESTION 20
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. Create a reference to a secret in the OCI Vault
  • B. Set up a Kubernetes cluster as an environment for deployment
  • C. Configure the SSH file so that their SSH key is used when connecting to OCI Code Re-positories
  • D. Configure an OCI compartment for storing DevOps resources

Answer: A

 

NEW QUESTION 21
A company has an Oracle Cloud Infrastructure (OCI) DevOps deployment pipeline set up in US East (us-ashburn 1) region, but they want to deploy an application in Japan Central (ap-osaka-1). How can they deploy their application in the ap-osaka-1 region with the deployment pipeline set up in the us ashburn-1 region in the most efficient manner?

  • A. Create another deployment pipeline in ap-osaka-1 to connect to the deployment pipeline in us ashburn-1
  • B. Deploy application in us-ashburn-1 and duplicate the same in ap-osaka-1.
  • C. It is not possible to use the same deployment pipeline across regions.
  • D. Deploy directly in ap-osaka-1 from the us-ashburn-1 deployment pipeline.

Answer: D

Explanation:
OCI DevOps deployment pipelines can work across OCI regions. From a single deployment pipe-line, deployments can be executed into multiple regions, in parallel or sequentially.

 

NEW QUESTION 22
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. changing the Display Name of a compute instance
  • B. adding a subnet to a VCN
  • C. changing the shape of a compute instance
  • D. adding a CIDR block to a VCN
  • E. changing the image OCID of a compute instance

Answer: B,D

 

NEW QUESTION 23
A company is having trouble keeping up with competitors and wants to know more about DevOps solutions. What does Oracle Cloud Infrastructure (OCI) DevOps do that can help?

  • A. OCI DevOps assists with high failure rate and outages through Anomaly Detection. Monitoring Services and Cloud Analytics
  • B. OCI DevOps helps with deployment delays by ensuring rapid and continuous integration and delivery through CI/CD pipelines:
  • C. OCI DevOps helps with security issues and ensures integrated security through auto-mated Jira notifications.
  • D. OCI DevOps helps with erratic code issues by ensuring speedy code execution through shared repos and tight operational feedback loops

Answer: B

 

NEW QUESTION 24
A development team leveraging the Oracle Cloud Infrastructure DevOps service is having trouble getting their build pipeline to complete successfully. Which two situations might be the problem? (Choose two.)

  • A. They did not export a vault variable in the vaultVariables section of the build_spec.yaml file.
  • B. Their source code and Kubernetes manifest are in different Git repositories.
  • C. Their build specification file is available in a different directory of their Git repository, and there is no reference to its location.
  • D. The build spec.yaml file is in the root directory of their Git repository, and they didn't specify a path to it.
  • E. They forgot to export a required variable in the build_spec.yaml file.

Answer: A,C

 

NEW QUESTION 25
You have just run the managed build stage of an Oracle Cloud Infrastructure (OCI) DevOps Build Pipeline. The pipeline failed, because the code repository could not be accessed. What might the problem be?

  • A. More than one code repository was assigned to the DevOps project
  • B. An administrator created the code repository policy in the parent compartment rather than the main working compartment.
  • C. A vault secret has an incorrect OCID assigned to it.
  • D. A deployment Dynamic Group was assigned an incorrect OCID for its compartment.

Answer: C

 

NEW QUESTION 26
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. Add an image section that specifies the name and location of the images you want to pull from OCIR along with other deployment details.
  • B. Add a containers section that specifies the name and location of the images you want to pull from OCIR. along with other deployment details.
  • C. Add an Auth section to the manifest file that specifies the name of the Docker secret you create using Auth Token to access OCIR.
  • D. Add an imagePullSecrets section to the manifest file that specifies the name of the Docker secret you created to access OCIR
  • E. Use kubectl to create a Docker registry secret.

Answer: B,D,E

 

NEW QUESTION 27
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 Kubernetes manifest to the Kubernetes cluster.
  • D. Add a stage to apply the container image to the Kubernetes cluster.

Answer: B

 

NEW QUESTION 28
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. Reliability in performance, lifecycle infrastructure, and design
  • B. Consistency in performance, function, design, and implementation
  • C. Orchestration of implementation, integration, deployment, and infrastructure
  • D. Uniformity in function, automation, testing and implementation
  • E. Efficiency in design, implementation, integration, and function

Answer: B

 

NEW QUESTION 29
......

1z0-1109-22 Exam Dumps, 1z0-1109-22 Practice Test Questions: https://www.vce4plus.com/Oracle/1z0-1109-22-valid-vce-dumps.html

Free 1z0-1109-22 Study Guides Exam Questions and Answer: https://drive.google.com/open?id=1MggKqr9d_JMLshHHt99aF_yhzWRNiHw0