CompTIA Security+ (SY0-701) — Question 408
Which of the following best describe the benefits of a microservices architecture when compared to a monolithic architecture? (Choose two.)
Answer options
- A. Easier debugging of the system
- B. Reduced cost of ownership of the system
- C. Improved scalability of the system
- D. Increased compartmentalization of the system
- E. Stronger authentication of the system
- F. Reduced complexity of the system
Correct answer: C, D
Explanation
The correct answers, C and D, highlight that microservices architecture allows for improved scalability as individual services can be scaled independently, and increased compartmentalization enhances maintainability and isolation. The other options, while relevant to system design, do not specifically pertain to the distinctive advantages offered by microservices compared to a monolithic approach.