Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 60

An organization is designing a Mule application to support an all-or-nothing transaction between several database operations and some other connectors so that they all roll back if there is a problem with any of the connectors.

Besides the Database connector, what other connector can be used in the transaction?

    Correct Answer: A

    To support an all-or-nothing transaction between several database operations and some other connectors, the connector used must support transactions. The VM (Virtual Machine) connector in Mule supports transactional operations, meaning it can participate in a transaction and roll back if there is an issue, ensuring atomicity. Other connectors listed such as Anypoint MQ, Object Store, and SFTP do not support transactional operations in the same way, making them unsuitable for this requirement.

Discussion
madgeezerOption: A

A. VM (because VM supports transactions)

sanni27Option: A

It should be A, because VM support transaction.