nerdexam
Microsoft

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.

Configure and manage service applications

Question

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 configure the intranet site content source to return search results without impacting availability. What should you do?

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    91% (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.

AAdd an additional index server to the farm.

Adding an index server increases search capacity and redundancy but does not change how frequently or automatically content is crawled.

BReset the search index.

Resetting the search index deletes all existing indexed content and forces a full recrawl, which would negatively impact availability and search results during reindexing.

CConfigure continuous crawling.Correct

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.

DConfigure an incremental crawl to run every day.

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.

EConfigure an incremental crawl to run every 30 minutes.

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.

FConfigure on-demand 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

#continuous crawl#search content source#crawl schedule#search availability

Community Discussion

No community discussion yet for this question.

Full 70-332 Practice