🎴 Flashcard Mode

Application Architecture and Design Patterns

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which architectural pattern is commonly used for distributed systems, where components communicate asynchronously through messages?

AnswerClick to flip back
A
Event-Driven Architecture
💡 Explanation:

Event-Driven Architecture is a distributed architectural pattern where components communicate asynchronously through messages, enabling scalability and loose coupling.

Change Mode