Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Physical Database Design Questions
When space is tight and records cannot span pages, does splitting one logical row into multiple physical records reduce wasted space?
Are data-volume and frequency-of-use statistics critical inputs to physical database design decisions (indexes, partitions, page size, caching)?
Partitioning terminology: is distributing the columns of a table into separate physical records called horizontal partitioning, or is that vertical partitioning?
Linking data physically: are the two basic constructs for connecting data items sequential placement and pointer-based references?
Do denormalization and clustering help minimize data access time for small records (by reducing joins and improving locality)?
In database storage architecture, an extent is defined as a contiguous section of disk space allocated to store data pages or segments. Does this definition accurately describe an extent?
In physical data management terminology, is a pointer a detailed coding scheme for representing organizational data, or is it simply a reference (address/locator) to another data item?
In physical database design, minimizing user wait time for queries and transactions is not important. Does this claim apply, or should physical design prioritize performance for user interactions?
State the primary goal of physical database design: is it chiefly to achieve data processing efficiency (throughput and latency), or something else?
In data modeling and implementation, does a “field” (table column) represent each component of a composite attribute when that attribute is decomposed?
1
2