Multiple choice technology

Select the correct mapping with respect to Items and Object representing them in SharePoint Object Model (Multiple Selection)

  1. Site Collection = SPSite

  2. Site Collection = SPWeb

  3. Sub Site = SPWeb

  4. Sub Site = SPSite

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

In SharePoint Object Model, Site Collections are represented by SPSite objects, and Sub Sites (webs) are represented by SPWeb objects. This is the correct mapping. Options B and D reverse these mappings, which is incorrect.