You are developing a serverless application with Oracle Functions. Your function needs to store state in a database. Your corporate security standards mandate encryption of secret information like database passwords.As a function developer, which approach should you follow to satisfy this security requirement?
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?
Which is NOT a valid option to execute a function deployed on Oracle Functions?
You are working on a cloud native e-commerce application on Oracle Cloud Infrastructure (OCI). Your application architecture has multiple OCI services, including Oracle Functions. You need to trigger these functions directly from other OCI services, without having to run custom code.Which OCI service cannot trigger your functions directly?
Which header is NOT required when signing GET requests to Oracle Cloud Infrastructure APIs?
Given a service deployed on Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE), which annotation should you add in the sample manifest file below to specify a 400 Mbps load balancer? apiVersion: v1 kind: Service metadata: name: my-nginx-svc labels: app: nginx annotations:<Fill in>spec:type: LoadBalancerports:- port: 80selector:app: nginx