Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Distributed Databases Questions
In distributed database classifications, what is an autonomous homogeneous environment?
Within a DBMS, what are the core responsibilities of a Transaction Manager (consider logging, recovery, and concurrency)?
Which statement best defines a distributed database in terms of logical unity and physical distribution across networked locations?
When is database replication most appropriate (consider network constraints, heterogeneity, and tolerance for staleness)?
Which option best describes a disadvantage (or cost) associated with database replication across sites?
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?
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:
Transparency goals in distributed databases “Location transparency” in a distributed DBMS allows which stakeholders to behave as if all data were in one place?
Centralized vs distributed databases Which of the following is a core advantage a distributed database offers over a purely centralized database?
Defining global transactions In a distributed DBMS, a “global transaction” is best described as one where:
Reducing data transfer with semijoins In distributed query processing, a semijoin strategy does which of the following to minimize communication cost?
Heterogeneous distributed databases Which description best characterizes a heterogeneous distributed database system?
Redundancy for availability and locality Keeping a separate full copy of the database at multiple locations is known as:
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?
Strategy variants in distributed databases Which strategies can a distributed database use to organize and place data across sites?
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?
Definition check: Are databases stored at multiple locations without any interconnecting network still considered “distributed databases”, or does distribution imply networked coordination among sites?
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?
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?
Distributed databases: Is concurrency control generally more complex in a distributed database environment than in a centralized database?
1
2