Practice Library

All MCQs

Browse exam-wise, subject-wise, and country-wise MCQs with explanations.

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?

Choose an option to check your answer.

Which statement about Bloom Filter is correct?

Choose an option to check your answer.

What is a common use of Bloom Filter?

Choose an option to check your answer.

A programmer needs ordered dictionary operations with expected logarithmic time, and the chosen structure has the property that higher levels allow traversal to skip many nodes. Which choice fits best?

Choose an option to check your answer.

Which statement about Skip List is correct?

Choose an option to check your answer.

What is a common use of Skip List?

Choose an option to check your answer.

A programmer needs fast idempotent range queries such as minimum, and the chosen structure has the property that it does not naturally support frequent updates. Which choice fits best?

Choose an option to check your answer.

Which statement about Sparse Table is correct?

Choose an option to check your answer.

What is a common use of Sparse Table?

Choose an option to check your answer.