Vidyalelo
Data Structure · Q51

Miscellaneous on Data Structures

Programming · Data Structure · question 51

Q51

What is the primary use of a Bloom Filter?

A.
To sort large datasets efficiently
B.
To maintain ordered data
C.
To test membership of an element in a set with a trade-off between accuracy and space
Answer
D.
To manage a fixed-size cache

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board