CV0-004 · Question #96
Which of the following cloud-native architecture designs is the most easily maintained, decentralized, and decoupled?
The correct answer is D. Microservices. Microservices architecture is a design approach to build a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. This design is decentralized and each service is fully…
Question
Which of the following cloud-native architecture designs is the most easily maintained, decentralized, and decoupled?
Options
- AMonolithic
- BHybrid cloud
- CMainframe
- DMicroservices
How the community answered
(41 responses)- A2% (1)
- B7% (3)
- C2% (1)
- D88% (36)
Explanation
Microservices architecture is a design approach to build a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. This design is decentralized and each service is fully decoupled, allowing for easier maintenance and scaling. Each microservice is built around a specific business capability and can be deployed independently, unlike monolithic architectures that are typically centralized and less flexible.
Topics
Community Discussion
No community discussion yet for this question.