Advanced Database Systems

Covers advanced database concepts including system architecture, parallel and distributed databases, data warehousing, transaction management, and query optimization.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following server systems in database system architecture allows clients to interact with the servers by making request to read or update data in units, such as files or pages?

  1. Transaction server
  2. Data server
  3. Query server
  4. System server
  5. Operational server
Question 2 Multiple Choice (Single Answer)

Which of the following issue in parallel systems refers to the rate at which transactions are submitted and increases the size of the database proportional to the transaction rate?

  1. Batch scaleup
  2. Transaction scaleup
  3. Data caching
  4. Multiprogramming
  5. Throughput
Question 3 Multiple Choice (Single Answer)

Which of the following objects in data warehouse is similar to the data dictionary or the data catalog in a DBMS?

  1. Data marts
  2. Metadata component
  3. Tuples
  4. Attributes
  5. Schema
Question 4 Multiple Choice (Single Answer)

Which of the following data models is DBMS and defines the problem, rather than the solution, from the business point of view?

  1. Conceptual data model
  2. Logical data model
  3. Physical data model
  4. User data model
  5. Internal data model
Question 5 Multiple Choice (Single Answer)

Which of the following DBMS software modules processes and checks the specification of a database schema in the data definition language and stores that description in the catalog?

  1. Query and DML parser and verifier
  2. Query and DML compilers
  3. DDL compilers
  4. Query and DML optimizer
  5. Transaction control commands
Question 6 Multiple Choice (Single Answer)

Which of the following types of storage in database system allows information residing in volatile storage to not survive during system crashes?

  1. Volatile storage
  2. Non-volatile storage
  3. Stable storage
  4. Backup storage
  5. Flash memory
Question 7 Multiple Choice (Single Answer)

Which of the following properties of database system ensures that even after a transaction is sucessfully complete, the changes it has made to the database persist, even if there are system failures?

  1. Atomicity
  2. Consistency
  3. Isolation
  4. Durability
  5. Accuracy
Question 8 Multiple Choice (Single Answer)

Which of the following advantages of building distributed database enables a user to retain a degree of control over data that is stored locally?

  1. Sharing data
  2. Availability
  3. Autonomy
  4. Speed
  5. Accuracy
Question 9 Multiple Choice (Single Answer)

Which of the following cost components in query execution is the cost of performing in-memory operations on the data buffers during query execution?

  1. Storage cost
  2. Memory usage cost
  3. Communication cost
  4. Computation cost
  5. Access cost
Question 10 Multiple Choice (Single Answer)

Which of the following types of data partitioning strategy in parallel systems is the one in which one or more attributes from the given relations schema are designated as the partitioning attributes?

  1. Round-robin
  2. Hash partitioning
  3. Range partitioning
  4. Open partitioning
  5. Closed partitioning
Question 11 Multiple Choice (Single Answer)

Which of the following architectural model in parallel machines is the one in which all the processors share a common memory?

  1. Shared memory
  2. Shared disk
  3. Shared nothing
  4. Hierarchical
  5. ER model
Question 12 Multiple Choice (Single Answer)

Which of the following errors in transaction failure is the one in which the system has entered an undesirable state, as a result of which a transaction cannot continue with its normal execution?

  1. Logical error
  2. System crash
  3. System error
  4. Disk failure
  5. Compiler error
Question 13 Multiple Choice (Single Answer)

Which of the following form of interconnection network in parallel systems is the one in which components are arranged as nodes in a grid and each component is connected to all adjacent components in the grid?

  1. Bus
  2. Hypercube
  3. Mesh
  4. Ring
  5. Token-passing
Question 14 Multiple Choice (Single Answer)

Which of the following modeling in data warehouses represents business processes within the enterprise and serves as a blueprint for operational database systems?

  1. E-R data modeling
  2. Dimensional modeling
  3. Logical data model
  4. Physical data model
  5. External data model
Question 15 Multiple Choice (Single Answer)

Which of the following transaction states in DBMS signals that the transaction has ended unsuccessfully and that any changes or effects that the transaction may have applied to the database must be undone?

  1. Begin_Transaction
  2. End_Transaction
  3. Commit_Transaction
  4. Rollback
  5. Stop_Transaction