Page 1 of 1

The microservices architectural style can be seen as an evolution of the SOA (ServicesOriented Architecture) architectur

Posted: Fri Aug 26, 2022 9:59 am
by answerhappygod
The microservices architectural style can be seen as an evolution of the SOA (ServicesOriented Architecture) architectural style. With microservices, an application is broken into smaller, completely independent components. Therefore, the client will have greater agility, scalability, and availability.Which additional capabilities are required to elevate from a SOA to a microservices architecture?

A. Microservices required a well-defined monitoring capability to have end-to-end visibility of thecommunication between microservices with monolithic applications.
B. Microservices require extensive multi-tenancy, usage, and billing capabilities.
C. Microservices require a centralized database, code repository, and continuous integration.
D. Microservices require a mature delivery capability, with continuous integration, deployment, and test.