solution - DBMS (Database Management System) : file organization (Test 2)

Question : In cluster file organization, the cluster key is used to:

Solution :
736620260430082535 Correct Answer : Map and group related records from multiple tables

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which of the following is a limitation of cluster file organization?

Solution :
247320260430082459 Correct Answer : Poor performance when join condition changes

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : What is the primary difference between indexed cluster and hash cluster?

Solution :
619720260430082340 Correct Answer : Indexed cluster uses cluster key ordering, hash cluster uses hash function

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which of the following scenarios is most suitable for using cluster file organization?

Solution :
748920260430082259 Correct Answer : When frequent joins occur on the same key

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : In cluster file organization, why are related tables stored together in the same data block?

Solution :
654020260430082224 Correct Answer : To improve join performance by reducing I/O cost

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : What happens to deleted records in ISAM?

Solution :
258620260430081224 Correct Answer : Marked as deleted and may leave unused space

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which combination of access methods is supported by ISAM?

Solution :
430620260430081145 Correct Answer : Both sequential and random access

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which of the following is a major limitation of ISAM?

Solution :
212120260430081108 Correct Answer : Requires reconstruction after insertions

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : In ISAM, where are newly inserted records stored if there is no space in the primary data file?

Solution :
655120260430081032 Correct Answer : Overflow area

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which of the following correctly describes the role of the index in ISAM?

Solution :
51220260430080938 Correct Answer : Maps primary keys to memory addresses of records

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : What happens when a leaf node overflows during insertion in a B+ tree?

Solution :
428320260430074747 Correct Answer : Node is split and parent is updated

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which of the following is a limitation of B+ file organization?

Solution :
203420260430074710 Correct Answer : Inefficiency for static data

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Why is searching efficient in B+ file organization?

Solution :
549720260430074631 Correct Answer : All records are at the same level and linked sequentially

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : Which of the following best describes the role of internal nodes in a B+ tree?

Solution :
544820260430074553 Correct Answer : Act as index nodes with pointers

Description -

DBMS (Database Management System) : file organization (Test 2)

Question : In B+ file organization, where are the actual records stored?

Solution :
993320260430074515 Correct Answer : Leaf nodes

Description -

DBMS (Database Management System) : file organization (Test 2)