70-339 · Question #105
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…
The correct answer is B. No. Monitoring SharePoint caches does not meet the troubleshooting goal because cache metrics show hit/miss rates but do not reveal which specific queries, threads, or components are causing slow page rendering.
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 monitor the SharePoint BLOB cache, the ASP.NET output cache, and the SharePoint object cache. Does the solution meet the goal?
Options
- AYes
- BNo
How the community answered
(29 responses)- A21% (6)
- B79% (23)
Why each option
Monitoring SharePoint caches does not meet the troubleshooting goal because cache metrics show hit/miss rates but do not reveal which specific queries, threads, or components are causing slow page rendering.
This option is incorrect because cache monitoring alone is insufficient - it cannot identify which specific component, query, or service call is the bottleneck causing pages to render slowly.
The BLOB cache, ASP.NET output cache, and SharePoint object cache are performance optimization layers, and monitoring them only reveals whether cached content is being served efficiently. They do not expose SQL query execution times, thread blocking, or WCF call latencies that are needed to diagnose slow rendering. The Developer Dashboard or ULS logs are the appropriate tools for root-cause analysis of page performance issues.
Concept tested: Distinguishing cache monitoring from page rendering diagnostics
Source: https://learn.microsoft.com/en-us/sharepoint/administration/cache-settings-operations
Topics
Community Discussion
No community discussion yet for this question.