SY0-701 · Question #920
Which of the following is an advantage of a microservice-based architecture over traditional software architectures?
The correct answer is A. Updates can be done one or more times per day if security issues arise.. Microservices are small, independently deployable components. Because each service can be built, tested, and released on its own pipeline, a security fix in one area doesn’t require rebuilding and redeploying the whole application. That independence enables rapid, even multiple-p
Question
Which of the following is an advantage of a microservice-based architecture over traditional software architectures?
Options
- AUpdates can be done one or more times per day if security issues arise.
- BManaging communication between microservices is more streamlined.
- CThe internal structure of the code is hidden from users, making exploits more difficult to write.
- DThe services are written by a single team and can be debugged more quickly.
How the community answered
(23 responses)- A91% (21)
- C4% (1)
- D4% (1)
Explanation
Microservices are small, independently deployable components. Because each service can be built, tested, and released on its own pipeline, a security fix in one area doesn’t require rebuilding and redeploying the whole application. That independence enables rapid, even multiple-per-day patches, shrinking exposure windows when vulnerabilities are found.
Community Discussion
No community discussion yet for this question.