Question-49: Which of the following statements are correct with regards to Isolation in Cassandra database?

  1. A write to a row within a single partition on a single node is only visible to the client performing the operation.
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans: A, C,D

Exp : In Cassandra DB write and delete operations are performed with full row-level isolation. When writing to a row within the same and single partition is only visible to the client who is doing this operation until it is completed.

You can access to full explanation to question and answer from this page.