Question 51
Open question ↗Changes in an order table must trigger downstream processing in other Azure services. The integration should avoid tight coupling between the database and each consumer.
Which design should you recommend?
- A.An event-driven pattern that publishes changes for downstream subscribers.
- B.Synchronous calls from the database to every consumer service.
- C.Manual email notifications from DBAs.
- D.A nightly CSV export only.