Multiple choice technology testing

Types of Managed Paths

  1. Wild Card Inclusion

  2. Explicit inclusion

  3. Implicit inclusion

  4. Wild Card Inclusion & Explicit inclusion

  5. Explicit inclusion & Implicit inclusion

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SharePoint supports two types of managed paths: wildcard inclusion (like 'sites/*' that matches any URL under that path) and explicit inclusion (exact paths like 'teams' that must be directly specified). Wildcard paths are used for site collections under a parent path, while explicit paths are used for specific site collections. Option D correctly combines both types.