70-339 · Question #104
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is A. Yes. Enabling the SharePoint Developer Dashboard meets the troubleshooting goal because it captures granular per-request diagnostics including SQL query counts, thread execution times, and WCF service call durations that directly identify page rendering bottlenecks.
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are the SharePoint administrator for a company. Users report that pages from the human resources (HR) division site are taking a long time to render. You need to troubleshoot the reasons for the page rendering issues. You enable the Developer Dashboard and examine the thread execution times, the SQL Server queries generated by each page, Windows Communication Foundation (WCF) calls, and URL names. Does the solution meet the goal?
Options
- AYes
- BNo
How the community answered
(52 responses)- A85% (44)
- B15% (8)
Why each option
Enabling the SharePoint Developer Dashboard meets the troubleshooting goal because it captures granular per-request diagnostics including SQL query counts, thread execution times, and WCF service call durations that directly identify page rendering bottlenecks.
The Developer Dashboard surfaces detailed telemetry for every page request including SQL Server queries generated, thread execution timings, and Windows Communication Foundation (WCF) service calls. This data pinpoints exactly which database queries or service calls are consuming the most time during rendering. It is the authoritative SharePoint tool for diagnosing slow page performance at the component level.
This option is incorrect because the Developer Dashboard does provide exactly the diagnostic depth needed to identify the root cause of slow page rendering.
Concept tested: SharePoint Developer Dashboard for page rendering diagnostics
Source: https://learn.microsoft.com/en-us/sharepoint/dev/general-development/overview-of-the-sharepoint-page-model
Topics
Community Discussion
No community discussion yet for this question.