Distributed Databases Questions

Practice Distributed Databases MCQs with answers and explanations. Page 2 of 2.

Category
Database
Topic
Distributed Databases
Page
2 / 2
Mode
Practice

Questions

Open any question to view the answer and explanation.

In distributed databases, maintaining a full copy of the database at two or more sites (replication) is commonly used both for data distribution and for fault tolerance. Is this statement accurate?
Open
View answer
Distributed DBMS: Does asynchronous replication usually slow transactions because the system spends time ensuring updates are fully propagated before commit?
Open
View answer
Distributed query processing: In a semijoin, is only the join attribute sent to the remote site, after which only the matching rows are returned?
Open
View answer
Failure transparency in distributed transactions: does it guarantee all-or-nothing outcomes (either all actions commit or none do)?
Open
View answer
When are replicated databases preferred? Are they favored for workloads that are mostly read-only with relatively static data?
Open
View answer
Does asynchronous replication immediately apply every update to all other copies (or abort) across the network?
Open
View answer
Does the semijoin strategy reduce network traffic in distributed join processing?
Open
View answer
Replication choices: Can database replication be implemented with either synchronous or asynchronous techniques, with asynchronous being more common in practice?
Open
View answer
Materialized views / snapshots: Does the refresh cost depend on whether the snapshot is simple or complex?
Open
View answer
Failures in distributed vs. centralized databases: Is each node in a distributed system subject to the same failure types as a centralized system (plus additional inter-site risks)?
Open
View answer

Practice smarter

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