nerdexam
Microsoft

70-332 · Question #11

You are designing the search service topology for a SharePoint farm. The design must meet the following requirements: - Search services must be fault tolerant and highly available. - Search crawls…

The final configuration for the search service topology is: 1. Users connect to a Load Balancer. 2. The Load Balancer distributes requests to two Front-End Web Servers. 3. For each Front-End Web Server, the dropdown related to 'Crawl and Query Processing Index and Crawl' is set…

Plan a SharePoint environment

Question

You are designing the search service topology for a SharePoint farm. The design must meet the following requirements: - Search services must be fault tolerant and highly available. - Search crawls must not affect page load times. - Search queries must run at the fastest possible speed. You need to distribute the appropriate search service roles to meet the requirements. How should you distribute the service roles? (To answer, select the appropriate service role from each drop- down list in the answer area.)

Explanation

The final configuration for the search service topology is:

  1. Users connect to a Load Balancer.
  2. The Load Balancer distributes requests to two Front-End Web Servers.
  3. For each Front-End Web Server, the dropdown related to 'Crawl and Query Processing Index and Crawl' is set to 'Query Processing and Index'.
  4. For the two Application Servers, the dropdown related to 'Query Processing Index Crawl' is set to 'Crawl'.

Explanation details:

  • Query Processing and Index: This component analyzes incoming queries to optimize precision, recall, and relevance. Queries are sent to the index component, which returns search results. It receives processed items from the content processing component and writes them to the search index. It also handles incoming queries, retrieves information from the search index, and sends back the result set.
  • Crawl: This component crawls content sources to collect crawled properties and metadata from crawled items and sends this information to the content processing component.

Topics

#search topology#fault tolerance#high availability#search service roles

Community Discussion

No community discussion yet for this question.

Full 70-332 Practice