Exam 7: Performance Monitoring and Optimization
How are requests to use a particular system resource serviced by the Windows OS?
Requests to use a particular system resource such as the physical disk, memory, or processor are serviced sequentially by the Windows operating system. If a resource is busy, then the request will be added to a queue and serviced once the backlog of requests ahead of it is cleared.
Which of the following best defines a trace?
B
What are two major design factors that influence the speed an efficiency in a database management system? Explain.
Design of the database schema and queries are major factors that influence the speed and efficiency with which information is retrieved or modified in a database management system. Many databases grow in a haphazard manner as tables are added incrementally without much attention paid to the overall design. This can lead to unanticipated performance problems. In addition, making changes once a database is in production is likely to impact many dependent processes, resulting in significant expense. Poorly designed queries do not make efficient use of the resources available.
Which counter indicates the number of requests that are waiting to perform a disk read or write operation?
List three query design guidelines that can help reduce demands on the physical resources while providing an improvement in performance.
Which command takes corrective action on a fragmented index?
Which of the following is a valid consideration when implementing physical database design?
A(n)___________ is always created for the primary key on a table.
Indexes prevent the database engine from having to scan every record in the database.
Which of the following would you use if you wanted to collect performance data on several resources over a period of time for analysis later?
Which problem occurs when a concurrent process reads data that was not committed to the database?
____________ indexes and indexed views should be used sparingly because they must be updated whenever any of the data in the underlying tables changes.
Why is the selection of data types an important design consideration?
Which situation occurs when two transactions each have a lock on a resource that the other transaction needs in order to complete?
Which of the following is true about indexes and index fragmentation?
What happens to a request for a resource if the resource is busy?
Which of the following is NOT a factor that influences the speed and efficiency with which information is retrieved or modified in a database management system?
Which component of the SQL Server database engine builds a physical execution plan from a SQL query?
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)