{ "query": "Which term refers to the built in Windows metrics used to establish a performance baseline for SQL Server?", "options": [ { "text": "Azure Monitor Metrics", "explanation": "Azure Monitor Metrics are platform metrics collected by Azure for resources and services.", "correct": false, "selected": false }, { "text": "Performance Monitor Counters", "explanation": "These are the Windows Performance Monitor counters that provide CPU memory disk and other subsystem metrics.", "correct": true, "selected": false }, { "text": "Perfmon Alert Triggers", "explanation": "This refers to alert rules that fire when specific performance counters exceed thresholds rather than the counters themselves.", "correct": false, "selected": false } ], "answer": "

The correct answer is Performance Monitor Counters. These are the built in Windows metrics used to establish a performance baseline for SQL Server.

Performance Monitor counters are provided by the Windows operating system and by SQL Server as a set of performance objects and counters. You can collect counters such as processor utilization, memory usage, disk queue lengths, and SQL Server buffer and latch metrics to build a baseline and compare later performance.

Azure Monitor Metrics is incorrect because it refers to a cloud monitoring service that captures metrics for Azure resources rather than the native Windows performance counters. Although Azure Monitor can ingest operating system metrics from virtual machines, the term does not describe the built in Windows counters themselves.

Perfmon Alert Triggers is incorrect because alert triggers are rules that fire when counters exceed thresholds and they are not the name of the metrics used to establish a baseline. Alerts act on counters but they are not the counters themselves.

", "batch_id": "251", "answerCode": "2", "type": "multiple-choice", "originalQuery": "Identify the missing word(s) in the following sentence within the context of Microsoft Azure. The following [?] are a sampling of useful Windows metrics, and can allow you to capture a good baseline for a SQL Server workload: Processor(_Total)% Processor Time Paging File(_Total)% Usage PhysicalDisk(_Total)\\Avg. Disk sec/Read and Avg. Disk sec/Write System\\Processor Queue Length SQLServer: Buffer Manager\\Page life expectancy SQLServer: SQL Statistics\\Batch Requests/sec SQLServer: SQL Statistics\\SQL Compilations/sec and SQL Re-Compilations/sec", "originalOptions": "A. Automated Patching Reports
B. Perfmon Alert Triggers
C. Performance Monitor Counters
D. Storage Configuration Dashboards", "domain": "Plan and implement data platform resources", "hasImage": false, "queryImage": "", "queryImages": [], "deprecatedReference": false, "deprecatedMatches": {}, "qid": "401s", "tip": "

When a question asks about built in Windows metrics think of the Performance Monitor counters rather than cloud metric services.

", "references": [ "Performance Monitor counters for SQL Server - Microsoft Learn", "Performance Counters - Microsoft Learn", "Monitor metrics in Azure Monitor - Microsoft Learn", "Performance Monitor alerts - Microsoft Learn" ], "video_url": "https://certificationation.com/videos/azure/dp-300-database-admin-assoc/azure-the-following-sentence-within-the-exam-401.html", "url": "https://certificationation.com/questions/azure/dp-300-database-admin-assoc/azure-the-following-sentence-within-the-exam-401.html" }