The answer is C. allows for loose coupling between software components.
Here's a breakdown of why:
Event-Driven Architecture (EDA) is a design pattern that focuses on producing and consuming events. Events are simply occurrences or changes in the system. When an event occurs, it triggers a response or action in one or more components.
Key characteristics of EDA:
Asynchronous Communication: Components communicate by sending and receiving events asynchronously, without requiring real-time synchronization.
Loose Coupling: Components are loosely coupled, meaning they have minimal dependencies on each other. This makes the system more flexible and scalable, as changes to one component can be made without affecting others.
Event-Based Triggers: Components are triggered by events, rather than being constantly polled or synchronized. This reduces overhead and improves performance.
Therefore, the correct answer is C. allows for loose coupling between software components.
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
williamluo
6 months, 1 week ago[Removed]
2 years, 4 months ago