Question-41: Which of the following statement is correct for the Bloom filter?

  1. Each SSTable has an associated Bloom filter.
  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, D

Exp: In Cassandra each SSTable would have associated with the Bloom Filter. Which can establish that an SSTable does not contain certain partition data. It is also used for determining the likelihood that partition data is stored in an SSTable by narrowing the pool of keys, which increases the partition key lookup.

 

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