```html HNS Exam: Database Functionality and Scalability

HNS Exam: Database Functionality and Scalability

Instruction: Select the correct answer from the given choices. Each question carries 2 points.

1. What are the three main ways to create backup copies of data in a database, according to the document?

2. What does data integrity ensure in a DBMS?

3. Which function of a DBMS allows users to create, modify, and remove objects like tables and indexes?

4. What is the purpose of Data Concurrency Control functions?

5. Which of the following is a key component of understanding business requirements for a database, as described in Unit Two?

6. In a DBMS, what is the process of reversing the effects of an unsuccessful transaction due to system failure called?

7. A data dictionary is also known as a(n):

8. What is a key strategy employed by a DBMS to improve performance by reducing the response time of read-intensive operations?

9. What is the process of freeing up space by deleting obsolete or redundant data called?

10. What is a key aspect of "future proofing" a database design?

11. Which function of a DBMS enables the system to present data in a raw format even if it's stored in separate tables (e.g., combining date, month, and year into a single date)?

12. According to the document, which of the following is NOT one of the techniques for converting and integrating data from multiple sources?

13. To ensure compliance with regulations like GDPR, what role might be appointed, as mentioned in the document?

14. What two key strategies are mentioned for improving database performance and efficiency under the "Data Performance Optimization Function"?

15. What does the acronym ETL stand for in the context of data migration?

16. What is the main purpose of data archiving, as described in the document?

17. Which type of data replication applies changes to all replica databases synchronously before confirming the transaction's completion?

18. According to the document, which of the following is a real-world application of a DBMS?

19. Which two components of "key data needs" are crucial for designing scalable and responsive data systems?

20. What is a foundational step in understanding business requirements, which involves aligning them with the organization's overarching purpose?

21. In database design, what is the purpose of normalizing data?

22. What visual aid is used to create a conceptual data model, as mentioned in the document?

23. Which theory ensures that transactions are executed without concurrency conflicts?

24. What process involves defining the stages of data, such as creation, usage, archival, and deletion?

25. Which function of a DBMS includes operations for Inserting, Updating, and Deleting data?