Hard1 markMultiple Choice
AWS SAP-C02 · Question 17 · Domain 4.2: New Architecture Design
An architect is redesigning a monolithic on-premises application into microservices on AWS. The application currently uses a single relational database. The new architecture will use purpose-built databases. Which pattern allows the gradual migration of features without downtime?
An architect is redesigning a monolithic on-premises application into microservices on AWS. The application currently uses a single relational database. The new architecture will use purpose-built databases. Which pattern allows the gradual migration of features without downtime?
Answer options:
A.
Strangler Fig pattern
B.
Saga pattern
C.
Circuit Breaker pattern
D.
Event Sourcing pattern
How to approach this question
Identify the architectural pattern for incremental modernization.
Full Answer
A.Strangler Fig pattern✓ Correct
Strangler Fig pattern
The Strangler Fig pattern incrementally migrates a legacy system by gradually replacing specific pieces of functionality.
Common mistakes
Confusing microservice transaction patterns (Saga) with migration patterns.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert