CLOUD-DIGITAL-LEADER · Question #441
An organization wants to refactor their application by using a microservices architecture when migrating to the cloud. Which benefit would this action provide?
The correct answer is A. The refactored application is more efficient and scalable. Refactoring to a microservices architecture decomposes a monolithic application into independently deployable services, enabling greater scalability and operational efficiency in the cloud.
Question
An organization wants to refactor their application by using a microservices architecture when migrating to the cloud. Which benefit would this action provide?
Options
- AThe refactored application is more efficient and scalable.
- BNo code changes will be required.
- CThis migration pattern provides the fastest path to the cloud.
- DThe application will become PCI-DSS compliant by default.
How the community answered
(36 responses)- A86% (31)
- B3% (1)
- C3% (1)
- D8% (3)
Why each option
Refactoring to a microservices architecture decomposes a monolithic application into independently deployable services, enabling greater scalability and operational efficiency in the cloud.
Microservices allow each service to be scaled independently based on demand, so high-traffic components can be scaled out without scaling the entire application. This architecture also allows teams to deploy, update, and maintain individual services without affecting others, improving development velocity and resource efficiency. These properties make the refactored application more scalable and operationally efficient than a monolith.
Refactoring by definition requires code changes to decompose the monolith into separate services with well-defined interfaces.
The fastest migration path to the cloud is a 'lift and shift' (rehost) approach, which moves the application with minimal changes rather than refactoring it.
PCI-DSS compliance depends on specific security controls, network segmentation, encryption, and audit practices, not on the choice of microservices architecture.
Concept tested: Microservices architecture benefits for cloud migration
Source: https://cloud.google.com/architecture/microservices-architecture-introduction
Topics
Community Discussion
No community discussion yet for this question.