An architectural style where components communicate asynchronously across an enterprise by generating and consuming messages is called:
ALayered (N-Tier) Architecture
BRepository Architecture
CMicrokernel Architecture
DEvent-Driven Architecture
Explanation
Event-Driven Architecture relies on event producers and consumers to maintain high decoupling and scalability.
Exam Relevance
- Topic: Software Architecture
- Subtopic: Architectural Styles

No Comments