01True or False: MongoDB only supports ACID transactions for single documents.
02What is the default time limit for a MongoDB transaction before it is automatically aborted?
03Which Read Concern level is required for multi-document transactions to ensure a globally consistent view?
04How does 'Causal Consistency' differ from standard 'Majority' reads?