Intermediate Database Management Systems
Q51 / 100

What is the CAP theorem's relevance to distributed databases?

Correct! Well done.

Incorrect.

The correct answer is B) Distributed databases must choose between Consistency and Availability when network partitions occur; no system can guarantee all three simultaneously

B

Correct Answer

Distributed databases must choose between Consistency and Availability when network partitions occur; no system can guarantee all three simultaneously

Explanation

Cassandra/DynamoDB choose Availability+Partition (AP). HBase/Zookeeper choose Consistency+Partition (CP). No practical distributed database can be fully consistent and available during network partitions.

Progress
51/100