70-541  Exam

Exam # of questions Description  Update
70-541 101 Microsoft Windows SharePoint Services 3.0 - Applic... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

70-541 - Exam Information
  • Description:Microsoft Windows SharePoint Services 3.0 - Application Development
  • Passing Score:0%
  • Practice Test - Number of questions:101 questions
  • Simulation Test - Number of questions:101 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:No

Question of the day

You create a Microsoft Windows SharePoint Services site that contains a content type named Proposal. The Proposal content type is applied to lists that are named within the site collection. You need to update the Proposal content type to include a new column. You also need to ensure that the existing lists display the new column. What should you do?

Answer(s)

  1. Modify the Proposal content type to include the new column, and then push down the changeto all content types that inherit the Proposal content type.
  2. Modify the Proposal content type to include the new column, and then write code to install andactivate the content type on all sites in the site collection.
  3. Modify the Proposal content type to include the new column, and then write code to add thecolumn to all lists to which the Proposal content type is applied.
  4. Create a new content type that is based on the Proposal content type and contains the newcolumn. Deploy the new content type to all sites that use the Proposal content type, and thenmove the Proposal content type to the _Hidden content type group.
Correct Answer

Modify the Proposal content type to include the new column, and then push down the changeto all content types that inherit the Proposal content type.