Distributed Databases

Q. In a distributed database, what is the purpose of data replication?
  • A. To ensure data consistency across all nodes
  • B. To reduce the size of the database
  • C. To increase the complexity of the system
  • D. To eliminate the need for backups
Q. In the context of distributed databases, what does the term 'partitioning' refer to?
  • A. Dividing data into smaller, manageable pieces
  • B. Combining multiple databases into one
  • C. Creating backups of the database
  • D. Encrypting sensitive data
Q. What is a common challenge in distributed databases?
  • A. Data normalization
  • B. Network latency
  • C. Data encryption
  • D. User authentication
Q. What is a distributed database?
  • A. A database that is stored on a single server
  • B. A database that is spread across multiple locations
  • C. A database that uses cloud storage
  • D. A database that is only accessible via the internet
Q. What is a federated database system?
  • A. A single database managed by one server
  • B. A collection of autonomous databases that appear as one
  • C. A database that only stores metadata
  • D. A database that is only accessible through APIs
Q. What is the purpose of indexing in a distributed database?
  • A. To increase data redundancy
  • B. To speed up data retrieval
  • C. To ensure data consistency
  • D. To manage user permissions
Q. What is the role of a transaction manager in a distributed database?
  • A. To manage data replication
  • B. To ensure ACID properties across distributed transactions
  • C. To handle user authentication
  • D. To optimize query performance
Q. Which of the following is a benefit of distributed databases?
  • A. Increased data redundancy
  • B. Improved data access speed
  • C. Simplified database management
  • D. Reduced data security
Q. Which of the following is a method for concurrency control in distributed databases?
  • A. Two-phase locking
  • B. Data sharding
  • C. Indexing
  • D. Data warehousing
Q. Which of the following is NOT a type of distributed database architecture?
  • A. Homogeneous
  • B. Heterogeneous
  • C. Centralized
  • D. Federated
Showing 1 to 10 of 10 (1 Pages)