Distributed Databases Questions
Practice Distributed Databases MCQs with answers and explanations. Page 1 of 2.
Category
Database
Topic
Distributed Databases
Page
1 / 2
Mode
Practice
Questions
Open any question to view the answer and explanation.
In distributed database classifications, what is an autonomous homogeneous environment?
Open
View answer
Within a DBMS, what are the core responsibilities of a Transaction Manager (consider logging, recovery, and concurrency)?
Open
View answer
Which statement best defines a distributed database in terms of logical unity and physical distribution across networked locations?
Open
View answer
When is database replication most appropriate (consider network constraints, heterogeneity, and tolerance for staleness)?
Open
View answer
Which option best describes a disadvantage (or cost) associated with database replication across sites?
Open
View answer
Distributed database fundamentals
In a homogeneous distributed database system, which description is most accurate about the DBMS software at each site and how the data are laid out across participating nodes?
Open
View answer
Data distribution patterns
When some of the columns (attributes) of a relation are placed at different sites while rows may remain aligned by primary key, this is called:
Open
View answer
Transparency goals in distributed databases
“Location transparency” in a distributed DBMS allows which stakeholders to behave as if all data were in one place?
Open
View answer
Centralized vs distributed databases
Which of the following is a core advantage a distributed database offers over a purely centralized database?
Open
View answer
Defining global transactions
In a distributed DBMS, a “global transaction” is best described as one where:
Open
View answer
Reducing data transfer with semijoins
In distributed query processing, a semijoin strategy does which of the following to minimize communication cost?
Open
View answer
Heterogeneous distributed databases
Which description best characterizes a heterogeneous distributed database system?
Open
View answer
Redundancy for availability and locality
Keeping a separate full copy of the database at multiple locations is known as:
Open
View answer
Capability milestones in distributed DBMS evolution
Which of the following is NOT commonly listed as a stage in the historical evolution of distributed DBMS capability?
Open
View answer
Strategy variants in distributed databases
Which strategies can a distributed database use to organize and place data across sites?
Open
View answer
Replication styles: With pull replication, is synchronization typically less disruptive because each subscriber pulls updates when needed rather than receiving pushes on the publisher’s schedule?
Open
View answer
Definition check: Are databases stored at multiple locations without any interconnecting network still considered “distributed databases”, or does distribution imply networked coordination among sites?
Open
View answer
Distributed unit of work (DUOW): Does it allow the SQL statements inside a single unit of work to reference multiple remote DBMS locations under one transactional context?
Open
View answer
Concurrency control methods: Is the primary purpose of timestamp ordering to avoid the use of locks by ordering transactions based on timestamps rather than acquiring traditional data locks?
Open
View answer
Distributed databases: Is concurrency control generally more complex in a distributed database environment than in a centralized database?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.