Technical

Q. What does a primary key in an ER model signify?
  • A. A unique identifier for an entity
  • B. A foreign key reference
  • C. An attribute that can be null
  • D. A relationship type
Q. What does an entity represent in an ER model?
  • A. A relationship between two tables
  • B. A real-world object or concept
  • C. A specific attribute of a table
  • D. A constraint on data
Q. What does concurrency control in a DBMS ensure?
  • A. Data redundancy
  • B. Data integrity during simultaneous access
  • C. Faster data retrieval
  • D. Data backup
Q. What does HTML stand for?
  • A. Hyper Text Markup Language
  • B. High Text Markup Language
  • C. Hyperlink and Text Markup Language
  • D. Hyper Text Markup Link
Q. What does JDBC stand for?
  • A. Java Database Connectivity
  • B. Java Data Base Connection
  • C. Java Data Connection Bridge
  • D. Java Database Connection
Q. What does normalization aim to achieve?
  • A. Reduce data redundancy
  • B. Increase data integrity
  • C. Simplify database design
  • D. All of the above
Q. What does SQL stand for?
  • A. Structured Query Language
  • B. Structured Question Language
  • C. Simple Query Language
  • D. Standard Query Language
Q. What does the term 'ACID' stand for in database transactions?
  • A. Atomicity, Consistency, Isolation, Durability
  • B. Atomicity, Consistency, Integrity, Durability
  • C. Atomicity, Concurrency, Isolation, Durability
  • D. Atomicity, Consistency, Isolation, Dependability
Q. What does the term 'cardinality' refer to in an ER model?
  • A. The number of attributes in an entity
  • B. The number of entities in a relationship
  • C. The type of data stored in an entity
  • D. The uniqueness of an entity
Q. What does the term 'concurrency control' refer to in a DBMS?
  • A. Managing multiple database connections
  • B. Ensuring data consistency during simultaneous transactions
  • C. Optimizing query performance
  • D. Backing up data
Q. What does the term 'data latency' refer to in a data warehouse?
  • A. The speed of data retrieval
  • B. The time delay between data generation and its availability for analysis
  • C. The amount of data stored
  • D. The frequency of data updates
Q. What does the term 'denormalization' refer to in database design?
  • A. The process of reducing redundancy
  • B. The process of increasing redundancy for performance
  • C. The process of normalizing data
  • D. The process of creating indexes
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 common consequence of not normalizing a database?
  • A. Increased data integrity
  • B. Data redundancy
  • C. Improved performance
  • D. Simplified queries
Q. What is a dimension table in a data warehouse?
  • A. A table that stores transactional data
  • B. A table that contains descriptive attributes
  • C. A table that holds metadata
  • D. A table that indexes data
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 a foreign key in a relational database?
  • A. A key that uniquely identifies a record
  • B. A key that links two tables together
  • C. A key that is used for indexing
  • D. A key that is automatically generated
Q. What is a foreign key?
  • A. A primary key in another table
  • B. A unique identifier for a table
  • C. An attribute that can be null
  • D. A key used for indexing
Q. What is a primary key in the context of an ER model?
  • A. A key that allows for data redundancy
  • B. A unique identifier for each entity instance
  • C. A foreign key that links to another table
  • D. A type of relationship between entities
Q. What is a primary key?
  • A. A unique identifier for a record
  • B. A foreign key reference
  • C. An index for faster searches
  • D. A type of relationship
Q. What is a star schema in data warehousing?
  • A. A type of data normalization
  • B. A database design with a central fact table and dimension tables
  • C. A method for indexing data
  • D. A concurrency control mechanism
Q. What is a transaction in the context of a database management system?
  • A. A single SQL command
  • B. A sequence of operations treated as a single unit
  • C. A backup of the database
  • D. A method of data retrieval
Q. What is a transaction in the context of a database?
  • A. A single SQL command
  • B. A sequence of operations treated as a single unit
  • C. A backup of the database
  • D. A method of data retrieval
Q. What is a weak entity in an ER model?
  • A. An entity that cannot exist without a strong entity
  • B. An entity with no attributes
  • C. An entity that has a composite key
  • D. An entity that is not related to any other entity
Q. What is an API?
  • A. Application Programming Interface
  • B. Application Program Interface
  • C. Application Protocol Interface
  • D. Application Programming Interaction
Q. What is concurrency control in a DBMS?
  • A. Managing data redundancy
  • B. Ensuring data consistency during simultaneous access
  • C. Optimizing query performance
  • D. Backing up data
Q. What is denormalization?
  • A. The process of reducing redundancy
  • B. The process of increasing redundancy
  • C. The process of normalizing data
  • D. The process of creating indexes
Q. What is normalization in database design?
  • A. The process of organizing data to reduce redundancy
  • B. The process of creating a database
  • C. The process of indexing data
  • D. The process of backing up data
Q. What is normalization?
  • A. The process of organizing data
  • B. The process of backing up data
  • C. The process of indexing data
  • D. The process of encrypting data
Showing 31 to 60 of 174 (6 Pages)