1 / 5
Teams ___ a monolith into smaller microservices.
-
-
-
-
You decompose a monolith. Decompose is the precise technical verb; the others are informal. So decompose a monolith.
2 / 5
Each service should ___ a single business capability.
-
-
-
-
A service should own a capability. Own is the standard collocation in microservices; the others do not fit. So own a capability.
3 / 5
Services ___ with each other over well-defined APIs.
-
-
-
-
Services communicate over APIs. Communicate is the precise collocation; the others are vague. So communicate over APIs.
4 / 5
We ___ each service independently of the others.
-
-
-
-
You deploy a service. Deploy is the standard collocation; the others do not fit. So deploy each service.
5 / 5
Teams must ___ clear service boundaries to avoid coupling.
-
-
-
-
You define boundaries. Define is the precise collocation; the others are vague. So define service boundaries.