Distributed Database Questions and Answers
Distributed Database systems play an important role in modern data storage and processing, especially where data needs to be shared across multiple interconnected locations. In this topic, we provide Distributed Database Questions with Answers designed to help students prepare for competitive exams and technical placement interviews. Since many tech companies test candidates on database concepts, these aptitude-based database questions include short explanations to make learning easier. These practice questions follow exam patterns seen in Wipro, Infosys, TCS, Cognizant, and engineering entrance assessments. Learning Distributed Database concepts improves understanding of data replication, transparency, fragmentation, and fault tolerance—key areas in database engineering. These aptitude questions with solutions PDF style explanations will help you revise essential concepts quickly and confidently. This section is suitable for both beginners and advanced learners looking for structured preparation for exams and interviews.
Distributed Database
1. A distributed database has which of the following advantages over a centralized database?
- Software cost
- Software complexity
- Slow Response
- Modular growth
2. An autonomous homogenous environment is which of the following?
- The same DBMS is at each node and each DBMS works independently.
- The same DBMS is at each node and a central DBMS coordinates database access.
- A different DBMS is at each node and each DBMS works independently.
- A different DBMS is at each node and a central DBMS coordinates database access.
3. A transaction manager is which of the following?
- Maintains a log of transactions
- Maintains before and after database images
- Maintains appropriate concurrency control
- All of the above.
4. Location transparency allows for which of the following?
- Users to treat the data as if it is at one location
- Programmers to treat the data as if it is at one location
- Managers to treat the data as if it is at one location
- All of the above.
5. A heterogeneous distributed database is which of the following?
- The same DBMS is used at each location and data are not distributed across all nodes.
- The same DBMS is used at each location and data are distributed across all nodes.
- A different DBMS is used at each location and data are not distributed across all nodes.
- A different DBMS is used at each location and data are distributed across all nodes
6. Some of the columns of a relation are at different sites is which of the following?
- Data Replication
- Horizontal Partitioning
- Vertical Partitioning
- Horizontal and Vertical Partitioning
7. Which of the following is true concerning a global transaction?
- The required data are at one local site and the distributed DBMS routes requests as necessary.
- The required data are located in at least one nonlocal site and the distributed DBMS routes requests as necessary.
- The required data are at one local site and the distributed DBMS passes the request to only the local DBMS.
- The required data are located in at least one nonlocal site and the distributed DBMS passes the request to only the local DBMS.
8. A homogenous distributed database is which of the following?
- The same DBMS is used at each location and data are not distributed across all nodes.
- The same DBMS is used at each location and data are distributed across all nodes.
- A different DBMS is used at each location and data are not distributed across all nodes.
- A different DBMS is used at each location and data are distributed across all nodes
9. Replication should be used when which of the following exist?
- When transmission speeds and capacity in a network prohibit frequent refreshing of large tables.
- When using many nodes with different operating systems and DBMSs and database designs.
- The application's data can be somewhat out-of-date.
- All of the above.
10. Storing a separate copy of the database at multiple locations is which of the following?
- Data Replication
- Horizontal Partitioning
- Vertical Partitioning
- Horizontal and Vertical Partitioning