nerdexam
CompTIA

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…

Cloud architecture

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)
  • A
    2% (1)
  • B
    7% (3)
  • C
    2% (1)
  • D
    88% (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

#Microservices#Cloud-native architecture#Application design#Decoupling

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice