Which key pillar of cloud native development should be utilized when a development team needs to automate build, test, and release cycles to achieve rapid and reliable software delivery?
Which TWO statements accurately describe an Oracle Functions application? (Choose two.)
A company is developing a new application that needs to process transactions in real time. The company wants to ensure that all transactions are processed in order and that no transaction is lost. Which of these is a correct strategy for leveraging OCI Queue in this scenario?
Your organization is developing serverless applications with Oracle Functions. Many functions will need to store state data in a database, which will require using appropriate credentials. However, your corporate security standards mandate encryption of secret information, such as database passwords. How would you address this security requirement?
Which pattern is used to decompose a monolithic application by gradually replacing specific parts of its functionality with microservices?
Your team has created a serverless application deployed in Oracle Functions. It uses a Python function leveraging the Oracle Cloud Infrastructure (OCI) Python SDK to stop any OCI compute instance that does not comply with your corporate security standards. Although there are three non-compliant OCI compute instances, when you invoke this function, none of the instances were stopped. With respect to this issue, which of the following is a valid troubleshooting strategy?
Which statement is NOT valid regarding the design best practices for microservices?
You are writing a script to automate operational reports and need to extract custom aggregated CPU utilization metrics for a set of compute instances within your compartment. Which OCI CLI command should you run to retrieve this aggregated metric data from the OCI Monitoring service?
Your enterprise is migrating a synchronous order fulfillment system to a distributed microservices architecture on Oracle Cloud Infrastructure. The development team originally implemented a Two-Phase Commit protocol to handle transactions spanning multiple databases, but it caused severe performance bottlenecks due to extended resource locking periods. You must now design a decentralized transaction strategy that processes steps as a sequence of independent local transactions, publishes events to coordinate subsequent steps, and executes compensating actions if a step fails. Which transaction design pattern should you implement to meet these requirements?
Which TWO are part of the Cloud Native Computing Foundation (CNCF) container runtime? (Choose two.)