A server administrator wants to analyze a database server's disk throughput. Which of the following should the administrator measure?
A. RPfvl
B. Latency
C. IOPS
D. Reads
Which of the following sets the age requirement for data that should be recovered after a major disaster?
A. MTBF
B. RTO
C. MTTF
D. RPO
Which of the following is an advantage of creating indexes?
A. To help with space allocation
B. To provide quick and efficient access to data
C. To reduce memory
D. To update the query plan
A developer is designing a table that does not have repeated values. Which of the following indexes should the developer use to prevent duplicate values from being inserted?
A. Unique
B. Single column
C. Implicit
D. Composite
Which of the following concepts applies to situations that require court files to be scanned for permanent reference and original documents be stored for ten years before they can be discarded?
A. Data loss prevention
B. Data retention policies
C. Data classification
D. Global regulations
A programmer wants to configure a database to only allow read or write access when requests are coming from specific IP addresses. Which of the following can be used to configure IP addresses to allow access to the database?
A. Static IP address
B. Firewall
C. Dynamic IP address
D. IDNS
Which of the following ismostlikely to prevent tampering with server hardware that houses data?
A. Biometric locks
B. Strong password policy
C. Network firewall
D. Surveillance cameras
Which of the following indexes stores records in a tabular format?
A. Columnstore
B. Non-clustered
C. Unique
D. Secondary
Which of the following commands when executed will rebuild statistics against user-defined tables in a database?
A. sp_autostats
B. sp_updatestats
C. DBCC UPDATEUSAGE
D. DBCC SHOW_STATISTICS
Which of the following database instances are initiated by default when a database administrator installs a SQL Server instance for the first time? (Choose two.)
A. Model
B. Master
C. Root
D. Log
E. View
F. Index