試験MCIA-Level-1-JPN トピック10 問題48 スレッド
MuleSoft MCIA-Level-1-JPNのリアル試験問題集
問題 #: 48
トピック #: 10
問題 #: 48
トピック #: 10
現在、Mule アプリケーションは、単一の XA トランザクションを使用して、インターネット上の 2 つの別個の SQL Server データベース インスタンスに書き込みます。58. Mule アプリケーションに他の変更を加えずに、この 1 つのトランザクションを 2 つの別個の非 XA トランザクションに分割することが提案されています。
この変更を実装する際に、悪影響を受けると予想される非機能要件は何ですか?
この変更を実装する際に、悪影響を受けると予想される非機能要件は何ですか?
おすすめの解答:B 解答を投票する
Correct answer is Consistency as XA transactions are implemented to achieve this. XA transactions are added in the implementation to achieve goal of ACID properties. In the context of transaction processing, the acronym ACID refers to the four key properties of a transaction: atomicity, consistency, isolation, and durability. Atomicity : All changes to data are performed as if they are a single operation. That is, all the changes are performed, or none of them are. For example, in an application that transfers funds from one account to another, the atomicity property ensures that, if a debit is made successfully from one account, the corresponding credit is made to the other account. Consistency : Data is in a consistent state when a transaction starts and when it ends.For example, in an application that transfers funds from one account to another, the consistency property ensures that the total value of funds in both the accounts is the same at the start and end of each transaction. Isolation : The intermediate state of a transaction is invisible to other transactions. As a result, transactions that run concurrently appear to be serialized. For example, in an application that transfers funds from one account to another, the isolation property ensures that another transaction sees the transferred funds in one account or the other, but not in both, nor in neither. Durability : After a transaction successfully completes, changes to data persist and are not undone, even in the event of a system failure. For example, in an application that transfers funds from one account to another, the durability property ensures that the changes made to each account will not be reversed. MuleSoft reference: https://docs.mulesoft.com/mule-runtime/4.3/xa-transactions
Tsukamoto 2024-01-01 06:18:30
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。