0 votes
in Artificial Intelligence by
How the buckets are stored in predicate indexing?

(a) Lists

(b) Stack

(c) Hashes

(d) None of the mentioned

The question was posed to me during an interview for a job.

This interesting question is from Unification and Lifting in chapter Knowledge and Reasoning of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct option is (c) Hashes

To explain: The buckets can be stored in a hash table for efficient access.
...