70-332 · Question #30
A SharePoint deployment includes the content source described in the following table. Content source: Intranet site Crawl frequency requirements: When a new document or page is added You need to confi
The correct answer is C. Configure continuous crawling.. SharePoint continuous crawling automatically detects and indexes new or changed content at short intervals without requiring manual scheduling, making it the best fit for near-real-time indexing with minimal availability impact.
Question
Options
- AAdd an additional index server to the farm.
- BReset the search index.
- CConfigure continuous crawling.
- DConfigure an incremental crawl to run every day.
- EConfigure an incremental crawl to run every 30 minutes.
- FConfigure on-demand crawling.
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C91% (29)
Why each option
SharePoint continuous crawling automatically detects and indexes new or changed content at short intervals without requiring manual scheduling, making it the best fit for near-real-time indexing with minimal availability impact.
Adding an index server increases search capacity and redundancy but does not change how frequently or automatically content is crawled.
Resetting the search index deletes all existing indexed content and forces a full recrawl, which would negatively impact availability and search results during reindexing.
Continuous crawling in SharePoint Server incrementally processes content changes at frequent, automatic intervals (defaulting to every 15 minutes), ensuring new documents and pages are indexed shortly after being added. Unlike scheduled incremental crawls, it does not require administrator intervention and spreads crawl load over time, reducing the risk of resource spikes that could impact farm availability.
A daily incremental crawl does not meet the requirement of indexing content when it is added, resulting in significant delays before new documents appear in search results.
A 30-minute incremental crawl is a manual schedule that still introduces indexing lag and does not react to content additions automatically, unlike continuous crawling.
On-demand crawling requires an administrator to manually trigger the crawl each time, making it unsuitable for automatically indexing newly added content.
Concept tested: SharePoint continuous crawl configuration for search
Source: https://learn.microsoft.com/en-us/sharepoint/search/configure-continuous-crawl
Topics
Community Discussion
No community discussion yet for this question.