Operators ask what a standard Bloom filter can get wrong when testing whether a plate is in today’s set. Which statement is accurate?
Select an answer to reveal the explanation.
Short Explanation
Standard Bloom filters can cry wolf—“maybe it’s here”—for something that never arrived. What they should not do is swear an inserted plate is gone. Exact crypto answers and full-string storage are not how classic Bloom filters work.
Full Explanation
A standard Bloom filter allows false positives (reporting possible membership for absent items) but not false negatives for items previously inserted, assuming no deletion in the basic design. Claims of cryptographic exactness, false negatives for inserted items, or mandatory full-string storage misstate Bloom-filter properties.