CV0-004 · Question #147
A DevOps engineer is integrating multiple systems. Each system has its own API that exchanges data based on different application-level transactions. Which of the following delivery mechanisms would…
The correct answer is A. Enterprise service bus. An Enterprise Service Bus (ESB) is designed to facilitate application integration by providing a centralized architecture for high-level, message-based, and event-driven communication between different systems. It is particularly well-suited for integrating multiple systems…
Question
A DevOps engineer is integrating multiple systems. Each system has its own API that exchanges data based on different application-level transactions. Which of the following delivery mechanisms would best support this integration?
Options
- AEnterprise service bus
- BSocket
- CRPC
- DQueue
How the community answered
(20 responses)- A85% (17)
- B5% (1)
- D10% (2)
Explanation
An Enterprise Service Bus (ESB) is designed to facilitate application integration by providing a centralized architecture for high-level, message-based, and event-driven communication between different systems. It is particularly well-suited for integrating multiple systems with their own APIs because it can handle various data formats and protocols, enabling different applications to communicate with each other seamlessly.
Topics
Community Discussion
No community discussion yet for this question.