Which two are characteristics of microservices? (Choose two.)
What is one of the differences between a microservice and a serverless function?
Which two statements are true for service choreography? (Choose two.)
In order to effectively test your cloud-native applications, you might utilize separate environments (development, testing, staging, production, etc.).Which Oracle Cloud Infrastructure (OCI) service can you use to create and manage your infrastructure?
You are deploying an API via Oracle Cloud Infrastructure (OCI) API Gateway and you want to implement request policies to control access.Which is NOT available in OCI API Gateway?
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