nerdexam
Microsoft

70-339 · Question #51

You need to configure the web application that will support the marketing department collaboration sites. What should you implement?

The correct answer is B. a wildcard inclusion managed path. A wildcard inclusion managed path allows an unlimited number of site collections to be created under a single URL segment, which is ideal for dynamically named sites per product.

Install and configure SharePoint

Question

You need to configure the web application that will support the marketing department collaboration sites. What should you implement?

Options

  • Aan alternate access mapping for each productname value
  • Ba wildcard inclusion managed path
  • Can explicit inclusion managed path
  • Da new web application for each productname value

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    79% (23)
  • C
    10% (3)
  • D
    3% (1)

Why each option

A wildcard inclusion managed path allows an unlimited number of site collections to be created under a single URL segment, which is ideal for dynamically named sites per product.

Aan alternate access mapping for each productname value

Alternate access mappings (AAM) define how SharePoint responds to requests from different URLs or zones (intranet, extranet, internet) for the same web application - they do not create or namespace site collections per product.

Ba wildcard inclusion managed pathCorrect

A wildcard inclusion managed path (e.g., /sites/*) tells SharePoint that any URL beneath that segment hosts a separate site collection, enabling administrators and users to create site collections with arbitrary names such as /sites/productA and /sites/productB without pre-registering each path. This scales to any number of product names without additional configuration per product. An explicit inclusion path, by contrast, maps to exactly one predetermined site collection URL.

Can explicit inclusion managed path

An explicit inclusion managed path registers a single specific URL as a site collection location; creating one per product name would require manual reconfiguration each time a new product is added, which does not scale.

Da new web application for each productname value

Creating a new web application for each product name is architecturally excessive and operationally complex; a managed path within a single web application achieves the same URL isolation with far less overhead.

Concept tested: SharePoint wildcard inclusion managed paths for site collections

Source: https://learn.microsoft.com/en-us/sharepoint/administration/define-managed-paths

Topics

#managed paths#wildcard inclusion#web applications#URL structure

Community Discussion

No community discussion yet for this question.

Full 70-339 Practice