Microsoft
70-339 · Question #51
70-339 Question #51: Real Exam Question with Answer & Explanation
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.
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
Explanation
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.
Common mistakes.
- A. 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.
- C. 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.
- D. 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
Reference. https://learn.microsoft.com/en-us/sharepoint/administration/define-managed-paths
Community Discussion
No community discussion yet for this question.