Juniper
JN0-253 · Question #81
Which statement about microservices is correct?
The correct answer is D. Microservices communicate with each other using APIs. Microservices are independent, loosely coupled services that interact through APIs. This design allows each service to be developed, deployed, and scaled independently while still functioning cohesively as part of a larger application.
Mist Cloud Architecture and Operations
Question
Which statement about microservices is correct?
Options
- AMicroservices are developed as a suite of applications and rely on developers to deliver updates
- BMicroservices must share a common database to ensure data integrity.
- CMicroservices are designed to be dependent on each other to ensure that if one process fails, the
- DMicroservices communicate with each other using APIs.
How the community answered
(61 responses)- A7% (4)
- B3% (2)
- C2% (1)
- D89% (54)
Explanation
Microservices are independent, loosely coupled services that interact through APIs. This design allows each service to be developed, deployed, and scaled independently while still functioning cohesively as part of a larger application.
Topics
#microservices#APIs#cloud architecture#service communication
Community Discussion
No community discussion yet for this question.