solution - DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following best defines a database?

Solution :
575220260406091402 Correct Answer : An organized collection of data for easy access and management

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : What is the primary purpose of a database system?

Solution :
411620260406091327 Correct Answer : To store, retrieve, and manage large amounts of data

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following is NOT a characteristic of a database?

Solution :
10420260406091254 Correct Answer : Data cannot be modified once stored

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which language is commonly used to operate and manage data in relational databases?

Solution :
759320260406091210 Correct Answer : SQL

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following correctly differentiates a database from a manual file system?

Solution :
241120260406091140 Correct Answer : Databases handle large data efficiently and reduce complexity

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following databases allows multiple parent-child relationships (many-to-many)?

Solution :
363820260406091027 Correct Answer : Network Database

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : In which type of database is data stored across multiple locations but appears as a single database to users?

Solution :
578220260406090942 Correct Answer : Distributed Database

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which type of database is best suited for handling large-scale unstructured data like JSON, images, and big data applications?

Solution :
242920260406090903 Correct Answer : NoSQL Database

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which database model organizes data in a tree-like structure with parent-child relationships?

Solution :
788920260406090821 Correct Answer : Hierarchical Database

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which type of database is designed to store data in the form of tables with rows and columns?

Solution :
637320260406090748 Correct Answer : Relational Database

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following best describes a relation in RDBMS?

Solution :
43820260406090631 Correct Answer : A table consisting of rows and columns

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following statements about a primary key is correct?

Solution :
804020260406090543 Correct Answer : It uniquely identifies each row in a table

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : In RDBMS, what is the degree of a relation?

Solution :
336620260406090439 Correct Answer : Number of columns (attributes) in a table

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which property ensures that no duplicate rows exist in a relation?

Solution :
365620260406090403 Correct Answer : Entity Integrity

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following correctly defines cardinality in RDBMS?

Solution :
301320260406090312 Correct Answer : Number of rows (tuples) in a table

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Why is 3-tier architecture preferred for large web applications?

Solution :
451220260406083611 Correct Answer : It provides scalability and load balancing

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which APIs are commonly used in 2-tier DBMS architecture for communication?

Solution :
683720260406083527 Correct Answer : JDBC and ODBC

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following is a major advantage of 3-tier architecture over 2-tier architecture?

Solution :
289720260406083449 Correct Answer : Improved security due to middle layer

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which architecture is considered equivalent to basic client-server architecture?

Solution :
403520260406083347 Correct Answer : 2-tier

Description -

DBMS (Database Management System) : Basic (Test 1)

Question : Which of the following statements best describes 1-tier DBMS architecture?

Solution :
389520260406083245 Correct Answer : Database is directly accessible to the user without any network

Description -

DBMS (Database Management System) : Basic (Test 1)