Oracle SOA Suite 12c Essentials — Question 22
Which statement accurately describes event-driven architecture?
Answer options
- A. It is a design approach that fosters creation of distinct pieces of software where each piece is a self-contained unit of functionality.
- B. It is a programing paradigm that views processing as evaluation of functions without regard for application state.
- C. it is a style of building software that specifies logic without describing its control flow.
- D. It is an approach focusing on the production, detection, and consumption of potentially significant state changes.
Correct answer: C
Explanation
The correct answer is C because event-driven architecture focuses on how software components respond to events without specifying the control flow. Options A and B describe different design principles, while D, although related to events, does not capture the essence of the architecture's emphasis on logic independence.