Computer

Distributed Databases MCQs

Practice Distributed Databases MCQs for competitive exams.

Distributed Databases MCQs

Practice questions from this topic.

The problem of concurrency control is more complex in a distributed database.

  1. A. True
  2. B. False
Report Error

In a semijoin, only the joining attribute is sent from one site to another, and then only the required rows are returned.

  1. A. True
  2. B. False
Report Error

The semijoin approach saves network traffic.

  1. A. True
  2. B. False
Report Error

The cost to perform a snapshot refresh may depend on whether the snapshot is simple or complex.

  1. A. True
  2. B. False
Report Error

Data replication is favored where most process requests are read-only and where the data are relatively static.

  1. A. True
  2. B. False
Report Error

The purpose of timestamping is to avoid the use of locks.

  1. A. True
  2. B. False
Report Error

A distributed unit of work allows various statements within a unit of work to refer to multiple remote DBMS locations.

  1. A. True
  2. B. False
Report Error

Asynchronous technology can result in unsatisfactorily slow response time because the distributed DBMS is spending considerable time checking that an update is accurately and completely propagated across the network.

  1. A. True
  2. B. False
Report Error

An increasingly popular option for data distribution as well as for fault tolerance of any database is to store a separate copy of the database at each of two or more sites.

  1. A. True
  2. B. False
Report Error

Databases that are stored on computers at multiple locations and are not interconnected by a network are known as distributed databases.

  1. A. True
  2. B. False
Report Error

With asynchronous technology, if any copy of a data item is updated anywhere on the network, the same update is immediately applied to all other copies or it is aborted.

  1. A. True
  2. B. False
Report Error

Synchronization for pull replication is less disruptive and occurs only when needed by each site, not when a central master site thinks it is best to update.

  1. A. True
  2. B. False
Report Error