Time Left: 00:00

WDDBA Exam: Database Monitoring and Administration

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

1. What set of properties is essential for database transactions, ensuring they are Atomic, Consistent, Isolated, and Durable?

2. What is the process of organizing databases to reduce redundancy and dependency by breaking down tables into smaller parts?

3. What is the process of setting up the environment and configuring system parameters to ensure an optimized startup of a database?

4. Which of the following is NOT a key consideration for system configuration during database startup?

5. What is a crucial aspect of monitoring for irregularities during database startup and operation, as described in the document?

6. What is the primary purpose of developing and implementing automated monitoring scripts?

7. What is a data dictionary?

8. Which of the following is a type of information that a data dictionary may contain?

9. According to the document, what is an advantage of a data dictionary?

10. What is the purpose of "Structure Verification"?

11. Which type of integrity allows you to define specific business rules that don't fit into the other categories?

12. Which integrity constraint states that all columns in a relational database are in a defined domain?

13. Which integrity constraint is concerned with the concept of primary keys, ensuring each has to be unique and not null?

14. What is a database index primarily used for?

15. According to the document, which type of column is a good candidate for an index?

16. What is the SQL statement used to remove an index from a table?

17. What is another name for a multiple-field key that uses multiple columns as a unique identifier for a record?

18. Which type of lock is used for read operations and allows multiple transactions to read a resource simultaneously?

19. What is a situation where transactions are waiting indefinitely for each other to release locks, leading to a standstill?

20. What is the purpose of configuring a lock timeout in a database system?

21. What is a critical step in verifying the integrity of a database backup?

22. If backups are automated, what should be done to verify their success?

23. What is the main purpose of monitoring data storage space and resizing it as needed?

24. What can be done to avoid frequent auto-growth events and potential performance bottlenecks?

25. What is a key component of the data update process per organizational guidelines?