SAP Certified Associate – SAP Integration Suite — Question 24
You want to build an integration architecture that is largely asynchronous.
Which design do you use to exchange notifications between the partners involved?
Answer options
- A. Event-driven design
- B. Serverless design
- C. Hexagonal design
- D. Request-driven design
Correct answer: A
Explanation
An Event-driven design is the best choice for asynchronous communication as it allows for decoupled systems to send and receive notifications without needing direct connections. The other designs, such as Serverless and Request-driven, often rely on synchronous processes, which do not fit well with the requirements for an asynchronous architecture.