Advanced Web & Software Development
Q88 / 100

What is a bounded context in Domain-Driven Design?

Correct! Well done.

Incorrect.

The correct answer is B) DDD: a boundary within which a particular domain model applies — same term may mean different things in different bounded contexts (e.g., User in Auth vs Billing)

B

Correct Answer

DDD: a boundary within which a particular domain model applies — same term may mean different things in different bounded contexts (e.g., User in Auth vs Billing)

Explanation

Bounded contexts map to teams and services. Context mapping: shared kernel, customer-supplier, anticorruption layer. Ubiquitous language is consistent within a context. Prevents semantic confusion across large domains.

Progress
88/100