1z0-1109-22 Oracle Cloud Infrastructure DevOps Professional

Loading demo links...

Showing 1–3 of 10 questions

Question 1

:

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.)

Select all that apply, then click Submit answer.

  • The build spec.yaml file is in the root directory of their Git repository, and they didn't specify a path to it.

  • Their build specification file is available in a different directory of their Git repository, and there is no reference to its location.

  • They forgot to export a required variable in the build_spec.yaml file.

  • Their source code and Kubernetes manifest are in different Git repositories.

  • They did not export a vault variable in the vaultVariables section of the build_spec.yaml file.

Question 2

:

You are a developer and have been asked to develop an e-commerce website for your organi-zation. It must support a variety of clients including desktop browsers, mobile browsers and native mobile applications. Which two approaches can you use to build the application to achieve deployment independence, easier technology upgrades, and resiliency to architecture changes? (Choose two.)

Select all that apply, then click Submit answer.

  • Use monolithic approach to as it makes it easier to incrementally adapt to newer tech-nology.

  • Use monolithic approach, as it allows you to easily redeploy your applications to perform frequent updates.

  • Implement each module as an independent service/process which can be replaced, up-dated, or deleted without disrupting the rest of the application:

  • Build the application as a single unit and use container technology to deploy it.

  • Use microservices architecture as it eliminates any long term commitment to a tech-nology stack.

  • Choose monolithic approach over microservices as it has better fault isolation capability.

Question 3

:

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.)

Select all that apply, then click Submit answer.

  • Ansible supports lifecycle management: Terraform lacks lifecycle management support.

  • Ansible focuses on infrastructure configuration: Terraform specializes in infrastructure provisioning

  • Ansible automates software installation and application deployment: Terraform manages infrastructure as code.

  • Ansible uses declarative approach: Terraform is procedural in nature.

  • Ansible is an OCI provided service for CM; Terraform is a third-party tool for infra-structure as code.