MuleSoft Certified Integration Architect – Level 1 — Question 61

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?

Answer options

Correct answer: A

Explanation

The VM connector supports transactions in Mule applications, allowing for an all-or-nothing approach. Anypoint MQ, Object Store, and SFTP do not support transactional behavior in the same way, meaning they cannot guarantee that operations will roll back if an error occurs.