Question
A programmer needs quickly rejecting items that are definitely absent, and the chosen structure has the property that false positives are possible but false negatives are not under normal operation. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Bloom Filter
Explanation:
Bloom Filter fits because it supports quickly rejecting items that are definitely absent and false positives are possible but false negatives are not under normal operation.
Both clues point to this choice.
Leave a Reply