Technical

Q. How does IPv6 handle packet fragmentation?
  • A. Only the sender can fragment packets
  • B. Intermediate routers can fragment packets
  • C. Fragmentation is not allowed in IPv6
  • D. Fragmentation is handled by NAT
Q. How does IPv6 handle packet fragmentation?
  • A. Only the sender can fragment packets
  • B. Intermediate routers can fragment packets
  • C. Fragmentation is not allowed in IPv6
  • D. Fragmentation is handled by NAT
Q. How does IPv6 handle packet fragmentation?
  • A. Only the sender can fragment packets
  • B. Intermediate routers can fragment packets
  • C. Fragmentation is not allowed in IPv6
  • D. Fragmentation is handled by NAT
Q. In a database, what does a 'foreign key' do?
  • A. Links two tables together
  • B. Identifies a unique record
  • C. Stores large amounts of data
  • D. Indexes a table for faster access
Q. In a DBMS architecture, what does the term 'data independence' refer to?
  • A. The ability to change the data structure without affecting the application
  • B. The ability to access data from multiple sources
  • C. The ability to store data in different formats
  • D. The ability to secure data from unauthorized access
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 a multiuser database environment, what is a deadlock?
  • A. A situation where two transactions are waiting for each other to release locks
  • B. A method of data encryption
  • C. A type of database backup
  • D. A way to optimize queries
Q. In a relational database, what does a foreign key represent?
  • A. A unique identifier for a table
  • B. A reference to a primary key in another table
  • C. An attribute of an entity
  • D. A constraint on data types
Q. In a relational database, what is a foreign key?
  • A. A unique identifier for a record
  • B. A key that links two tables together
  • C. A key that is not indexed
  • D. A key used for data encryption
Q. In a relational database, what is the purpose of a foreign key?
  • A. To uniquely identify a record
  • B. To establish a relationship between two tables
  • C. To enforce data integrity
  • D. To improve query performance
Q. In a star schema, what do the fact tables contain?
  • A. Dimension attributes
  • B. Aggregated data
  • C. Transactional data
  • D. Metadata
Q. In a star schema, what do the fact tables represent?
  • A. Dimensions of the data
  • B. Aggregated data
  • C. Transactional data
  • D. Metadata
Q. In a star schema, what type of table is the central fact table surrounded by?
  • A. Dimension tables
  • B. Normalization tables
  • C. Transaction tables
  • D. Index tables
Q. In an Entity-Relationship (ER) model, what does a diamond shape represent?
  • A. Entity
  • B. Attribute
  • C. Relationship
  • D. Weak entity
Q. In an ER diagram, how is a multi-valued attribute represented?
  • A. As a rectangle
  • B. As an oval
  • C. As a double oval
  • D. As a diamond
Q. In an ER diagram, what does a diamond shape represent?
  • A. Entity
  • B. Attribute
  • C. Relationship
  • D. Weak entity
Q. In an ER model, how is a one-to-many relationship typically represented?
  • A. With a single line connecting two entities
  • B. With a crow's foot notation
  • C. With a dashed line
  • D. With a double line
Q. In an ER model, what does a circle represent?
  • A. An entity
  • B. An attribute
  • C. A relationship
  • D. A weak entity
Q. In an ER model, what does a diamond shape represent?
  • A. Entity
  • B. Attribute
  • C. Relationship
  • D. Weak Entity
Q. In an ER model, what does an entity represent?
  • A. A relationship
  • B. A table
  • C. A column
  • D. A constraint
Q. In an ER model, what is an attribute?
  • A. A relationship between entities
  • B. A property or characteristic of an entity
  • C. A unique identifier for an entity
  • D. A type of database operation
Q. In DBMS architecture, what does the term 'physical data independence' refer to?
  • A. The ability to change the logical schema without changing the physical schema
  • B. The ability to change the physical storage without affecting the logical schema
  • C. The ability to access data from multiple sources
  • D. The ability to enforce security measures
Q. In JDBC, which method is used to execute a SQL statement?
  • A. executeQuery()
  • B. runQuery()
  • C. executeSQL()
  • D. executeStatement()
Q. In SQL, which clause is used to filter records after grouping?
  • A. WHERE
  • B. HAVING
  • C. GROUP BY
  • D. ORDER BY
Q. In the context of data warehousing, what does ETL stand for?
  • A. Extract, Transform, Load
  • B. Evaluate, Test, Launch
  • C. Execute, Transfer, Log
  • D. Extract, Transfer, Load
Q. In the context of DBMS architecture, what does 'three-tier architecture' refer to?
  • A. Data, Application, Presentation
  • B. Client, Server, Database
  • C. User, Application, Database
  • D. Data, Logic, User Interface
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. In the context of ER modeling, what does a 'weak entity' represent?
  • 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. In the context of ER modeling, what does an 'entity' represent?
  • A. A relationship between two tables
  • B. A unique identifier for a record
  • C. A real-world object or concept
  • D. A set of attributes
Q. What does a primary key do in an ER model?
  • A. Links two entities
  • B. Identifies a unique record
  • C. Defines a relationship type
  • D. Stores multiple values
Showing 1 to 30 of 174 (6 Pages)