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?
What can you use to dynamically make Kubernetes resources discoverable to public DNS servers? (Choose the best answer.)
What is the difference between blue/green and canary deployment strategies? (Choose the best answer.)
Which is ONE of the differences between a microservice and a serverless function?
In the shared responsibility model, who should perform patching, upgrading, and maintaining of the worker nodes in provisioned Oracle Container Engine for Kubernetes (OKE) clusters?
Which one of the following is NOT a valid backend-type supported by Oracle Cloud Infrastructure (OCI) API Gateway?
You are developing a polyglot serverless application using Oracle Functions. Which language cannot be used to write your function code?
Which is NOT a valid option to execute a function deployed in Oracle Functions?
Which of these is NOT a valid authentication method for accessing an OCI API Gateway deployment?
You are tasked with developing an application that requires the use of Oracle Cloud Infrastructure (OCI) APIs to POST messages to a stream in the OCI Streaming service. Which statement is incorrect? (Choose the best answer.)
Kubernetes includes various elements such as compute, network, and storage. Compute is essentially CPU (units) and memory (bytes). Within an OKE cluster, what is considered to be the smallest unit of deployment with respect to compute?
To effectively test your cloud native applications for "unknown unknowns", you need to employ various testing and deployment strategies. Which strategy involves exposing new functionality or features to only a small set of users?
From a DevOps process standpoint, it is a good practice to keep changes to an application under version control. Which of the following allows changes to a Docker image to be stored in a version control system?
Which of the following is NOT a criterion that is usually met by a microservice?
You encounter an unexpected error when invoking Oracle Functions from your Cloud Shell session named myfunction in the myapp application. Which option will get you more information on the error?
Which TWO are required to access the Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) cluster from the kubectl CLI? (Choose two.)
Which term describes a group formed by a master machine and a worker machine in a Kubernetes architecture?
Which command is used to get a Docker image from Oracle Cloud Infrastructure Registry (OCIR) to the client machine?
Which testing measure should be considered when using test cases that simultaneously validate a deployment and perform a selected set of functional tasks?
Having created a Container Engine for Kubernetes (OKE) cluster, you can use Oracle Cloud Infrastructure (OCI) Logging to view and search the logs of applications running on the worker node compute instances in the cluster. Which task is NOT required to collect and parse application logs? (Choose the best answer.)
Which of the following TWO statements are TRUE about deleting a Kubernetes cluster? (Choose two.)
To enforce mutual TLS (mTLS) authentication for clients of your microservices, your team has chosen to leverage the Oracle Cloud Infrastructure (OCI) API Gateway service to create new API Deployments that will direct requests to your microservices. Which is NOT valid regarding the mTLS options in OCI API Gateway?