Scenario: A financial institution needs to ensure data consistency across its distributed database partitions. What techniques or mechanisms can be employed to achieve this while maintaining high availability?

  • All of the above
  • Conflict-free replicated data types (CRDTs)
  • Distributed transactions
  • Two-phase commit protocol
Conflict-free replicated data types (CRDTs) can be employed to ensure data consistency in distributed systems while maintaining high availability. CRDTs allow updates to be applied in any order, resolving conflicts automatically and promoting eventual consistency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *