Multiple choice technology

Which are the two XML files used to create a feature in SharePoint 2007 (Multiple Selection)

  1. Feature.xml

  2. Schema.xml

  3. Manifest.xml

  4. Elements.xml

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

SharePoint Features require two XML files: Feature.xml contains metadata (name, ID, scope, description) and Elements.xml contains the feature's actual definitions (lists, modules, content types). Schema.xml is for list definitions, not features. Manifest.xml is not a SharePoint term.