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.)
Correct Answer: C,D
Explanation The two approaches that can be used to build the e-commerce website and achieve deployment in-dependence, easier technology upgrades, and resiliency to architecture changes are: Implement each module as an independent service/process: This approach is aligned with the microservices architecture, where each module or functionality is developed and deployed as a separate service. This al-lows for independent updates, replacements, or deletions of specific modules without disrupting the rest of the application. It provides flexibility, scalability, and easier technology upgrades by enabling the use of different technologies and frameworks for different services. Use microservices architec-ture: Microservices architecture involves breaking down the application into smaller, loosely coupled services that communicate with each other through APIs. This architecture promotes independent deployment of services, making it easier to update or modify specific services without affecting the entire application. It allows for better scalability, fault isolation, and resiliency to architecture changes. The monolithic approach, where the entire application is built as a single unit, is not suitable for achieving the mentioned goals. It can lead to challenges in deployment independence, technology upgrades, and adaptability to newer technologies.
1z0-1109-23 Exam Question 42
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?
Correct Answer: C
Explanation The correct answer is: OCI DevOps helps with deployment delays by ensuring rapid and continuous integration and delivery through CI/CD pipelines. Oracle Cloud Infrastructure (OCI) DevOps pro-vides a set of tools and services that support the implementation of DevOps practices. One of the key capabilities of OCI DevOps is enabling rapid and continuous integration and delivery through CI/CD (Continuous Integration/Continuous Delivery) pipelines. CI/CD pipelines automate the build, testing, and deployment processes, allowing developers to quickly and efficiently deliver software updates and new features. By using OCI DevOps, companies can streamline their development and deployment processes, reducing deployment delays and improving their ability to keep up with competitors. OCI DevOps provides features such as source code management, build automation, artifact management, and release automation, all of which contribute to faster and more re-liable software delivery.
1z0-1109-23 Exam Question 43
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?
Correct Answer: E
Explanation A reasonable expectation for Configuration Management (CM) as it pertains to applications in the Oracle Cloud Infrastructure (OCI) DevOps process is consistency in performance, function, design, and implementation. Configuration Management ensures that the application's configuration, set-tings, and dependencies are managed consistently across different environments and deployments. It helps maintain the desired state of the application and ensures that it behaves consistently in terms of performance, functionality, design, and implementation. By using CM practices, develop-ers can ensure that the application's configurations and dependencies are accurately managed and deployed, minimizing variations and inconsistencies that could lead to unexpected behavior or per-formance issues. This helps maintain a consistent experience for users and facilitates smooth and reliable operation of the application.
1z0-1109-23 Exam Question 44
An e-commerce company migrated from on-premises to OCI and want to leverage OCI DevOps service in a project. The company also wants to include Kubernetes cluster in the deployment architecture. Which TWO tools should you use? (Choose two.)
Correct Answer: A,C
Explanation The two tools that should be used for leveraging OCI DevOps service and including a Kubernetes cluster in the deployment architecture are: Ansible Collection: Ansible is an open-source automation tool that can be used for configuration management, application deployment, and orchestration. The Ansible Collection for OCI provides pre-built Ansible modules specifically designed for managing resources in Oracle Cloud Infrastructure. It enables automation of provisioning and managing OCI resources, including the setup and configuration of a Kubernetes cluster. Terraform Provider: Terraform is an infrastructure as code tool that allows you to define and provision infrastructure re-sources using declarative configuration files. The Terraform Provider for OCI enables you to define and manage OCI resources, including the creation and configuration of a Kubernetes cluster. It pro-vides a consistent and repeatable way to provision and manage infrastructure components. Chef Knife Plug-in and Compute Jenkins Plug-in are not specifically related to managing resources in OCI or deploying a Kubernetes cluster, so they are not the appropriate tools in this scenario.
1z0-1109-23 Exam Question 45
How does the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster Autoscaler determine when to create new nodes for an OKE cluster?
Correct Answer: A
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