Topic 1 Question 284
An organization wants to refactor their application by using a microservices architecture when migrating to the cloud. Which benefit would this action provide?
The refactored application is more efficient and scalable.
No code changes will be required.
This migration pattern provides the fastest path to the cloud.
The application will become PCI-DSS compliant by default.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
A. The refactored application is more efficient and scalable.
Explanation: Moving to a microservices architecture involves breaking down a monolithic application into smaller, independent services. This provides several key benefits, including:
- Efficiency: Individual services can be deployed, updated, and scaled independently, which improves resource usage and operational flexibility.
- Scalability: Services can be scaled based on their specific resource needs, enabling more efficient handling of varying workloads.
👍 1joshnort2025/01/21
シャッフルモード