Which two are characteristics of microservices? (Choose two.) A. Microservices are hard to test in isolation. B. Microservices can be independently deployed. C. All microservices share a data store. D. Microservices can be implemented in limited number of programming languages.…

As a cloud-native developer, you have written a web service for your company. You have used Oracle Cloud Infrastructure (OCI) API Gateway service to expose the HTTP backend. However, your security team has suggested that your web service should handle…

Which two statements are true for service choreography? (Choose two.) A. Service choreographer is responsible for invoking other services. B. Services involved in choreography communicate through messages/messaging systems. C. Service choreography relies on a central coordinator. D. Service choreography should…