Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 265
What is a characteristic of event-driven architecture?
Answer options
- A. separates the models for the reading and writing of data
- B. breaks a solution into parts according to business capability
- C. allows for loose coupling between software components
- D. provides a single point of reference for mastering data
Correct answer: C
Explanation
The correct answer is C because event-driven architecture promotes loose coupling, allowing components to interact without being tightly linked, which enhances flexibility and scalability. Options A and B describe aspects of data modeling and solution structuring that are not specific to event-driven architecture, while D refers to data management rather than the architectural style itself.