MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Rdbms knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following hash function classifies data into the highest number of buckets ? |
| A. | tSum of digits modulo 8 |
| B. | tSum of digits modulo 5 |
| C. | tSum of digits modulo 2 |
| D. | tSum of digits |
| Answer» E. | |
| 2. |
Which of the following hash function classifies data into least number of buckets? |
| A. | tSum of digits modulo 8 |
| B. | tSum of digits modulo 5 |
| C. | tSum of digits modulo 2 |
| D. | tSum of digits |
| Answer» B. tSum of digits modulo 5 | |