You need to execute a script on a remote instance through Oracle Cloud Infrastructure Resource Manager. Which option can you use? (Choose the best answer.) A. Use /bin/sh with the full path to the location of the script to execute…

You have created a repository in Oracle Cloud Infrastructure Registry in the us-ashburn-1 (iad) region in your tenancy with a namespace called “heyoci”. Which three are valid tags for an image named “myapp”? (Choose three.) A. iad.ocir.io/heyoci/myproject/myapp:0.0.1 B. us-ashburn-1.ocir.io/heyoci/myapp:0.0.2-beta C.…

In the sample Kubernetes manifest file below, what annotations should you add to create a private load balancer in Oracle Cloud Infrastructure Container Engine for Kubernetes? (Choose the best answer.) A. service.beta.kubernetes.io/oci-load-balancer-private:”true” B. service.beta.kubernetes.io/oci-load-balancer-private: “true” service.beta.kubernetes.io/oci-load-balancer-subnet1: “ocid1.subnet.oc1..aaaaa….vdfw” C. service.beta.kubernetes.io/oci-load-balancer-internal: “true”…

You have written a Node.js function and deployed it to Oracle Functions. Next, you need to call this function from a microservice written in Java deployed on Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE). Which can help you…