MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 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?

Show Answer
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

2 comments
Sign in to comment
madgeezerOption: A
Aug 5, 2022

A. VM (because VM supports transactions)

sanni27Option: A
Jan 13, 2022

It should be A, because VM support transaction.