Intermediate System Design
Q65 / 100

What is "event-driven architecture"?

Correct! Well done.

Incorrect.

The correct answer is A) An architecture where components communicate by producing and consuming events, often via a message broker, enabling loose coupling and asynchronous processing

A

Correct Answer

An architecture where components communicate by producing and consuming events, often via a message broker, enabling loose coupling and asynchronous processing

Explanation

In event-driven systems, services react to events (e.g., "OrderPlaced") published to a broker, allowing independent services to process them asynchronously without tight coupling.

Progress
65/100