Physical Database Design Questions

Practice Physical Database Design MCQs with answers and explanations. Page 1 of 2.

Category
Database
Topic
Physical Database Design
Page
1 / 2
Mode
Practice

Questions

Open any question to view the answer and explanation.

Database keys and indexing context In database design, which statement best describes a secondary key?
Open
View answer
Choosing data types for robust schemas When selecting a column's data type, which goals should a designer pursue?
Open
View answer
Storage organization terms In file/page storage, the “blocking factor” refers to:
Open
View answer
Choosing larger database block sizes Which of the following is NOT a key factor when deciding to switch from a small to a large block/page size?
Open
View answer
Denormalization choice for 1-to-1 relationships If a denormalization situation exists with a one-to-one (1:1) binary relationship between two entities, the recommended physical design is to:
Open
View answer
Query performance practices Which practice most reliably improves a query's processing time and execution efficiency?
Open
View answer
Modeling many-to-many relationships If a denormalization situation involves a many-to-many (associative) binary relationship, the correct baseline structure is to:
Open
View answer
Oracle data type choice for fixed-length text For an alphanumeric column with a fixed length in Oracle, the most appropriate data type is:
Open
View answer
Integrity controls supported by DBMSs Which of the following integrity controls may be enforced by a DBMS?
Open
View answer
Disk arrays and performance characteristics Which RAID level offers the fastest read/write performance and the most storage efficiency, but provides no redundancy or fault tolerance?
Open
View answer
Database indexing best practices in relational systems: Which “rule of thumb” should guide when you choose columns to index for query performance and maintainability?
Open
View answer
Oracle data type choice: For an alphanumeric field with variable length, which data type is best to store values efficiently while avoiding unnecessary padding?
Open
View answer
Sequential file organization and primary key scans: When data are stored sequentially by the primary key, how fast is sequential retrieval across that key order typically considered?
Open
View answer
Multidimensional database usage: In which environment is a multidimensional database model most commonly used for analytics and aggregated reporting?
Open
View answer
Table partitioning advantages: Which of the following is a legitimate advantage that partitioning can provide when designing large-scale databases?
Open
View answer
In database storage design, is the general guideline that larger block (page) sizes suit OLTP workloads while smaller blocks suit decision support systems (DSS) and data warehousing?
Open
View answer
Are the three newest database architectures “relational, multidimensional, and hierarchical,” or is that characterization inaccurate?
Open
View answer
Bitmap index concept: is it defined as an index on columns from two or more tables sharing the same value domain, or is that description incorrect?
Open
View answer
Hashing in physical file organization: does a hashing algorithm convert a primary key value into a record (bucket) address?
Open
View answer
Partitioning advantages: do efficiency, security isolation, and load balancing count among common benefits of partitioning tables/data?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.