Intermediate Web & Software Development
Q53 / 100

What is strangler fig pattern in migration?

Correct! Well done.

Incorrect.

The correct answer is B) A migration pattern incrementally replacing a monolith by routing new functionality to new services while legacy handles the rest, gradually strangling the old system

B

Correct Answer

A migration pattern incrementally replacing a monolith by routing new functionality to new services while legacy handles the rest, gradually strangling the old system

Explanation

Strangler Fig (Martin Fowler): create new service for specific features, redirect those requests, keep the monolith for the rest. Over time, more features migrate. Avoids risky big-bang rewrites.

Progress
53/100