SharePoint 2007 and WSS 3.0 Administration

Test your knowledge of SharePoint 2007 and Windows SharePoint Services 3.0 deployment, features, search, customization, and administration

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

To expose data from Microsoft SQL Server 2005 through a Business Data List Web part in SharePoint, What configurations are required to support this:

  1. Upload a signed assembly to the global assembly cache.
  2. Create a new content source for the URL of the Microsoft SQL Server database.
  3. Install an application definition file.
  4. Add the URL of the sales application to the trusted file locations list.
Question 2 Multiple Choice (Single Answer)

Which web service will fetch SharePoint List items using in MOSS:

  1. splist.asmx
  2. list.asmx
  3. Listdata.asmx
  4. There is no web service available for this purpose.
Question 3 Multiple Choice (Single Answer)

To index the pdf documents in SharePoint Server which filter needs to be installed in SharePoint 2007:

  1. JFilter
  2. DocFilter
  3. SearchFilters
  4. IFilters
Question 4 Multiple Choice (Single Answer)

You need to show only 'is equal to' value for a filter in your Business data list web part. What are the settings you need to do:

  1. In Application Definition file under FilterDescriptors node set FileDescriptor Type as "Wildcard".
  2. In Application Definition file under FilterDescriptors node set FileDescriptor Type as "Comparision".
  3. In Application Definition file under FilterDescriptors node set FileDescriptor Type as "equal".
  4. These are predefined values and can not be changed.
Question 5 Multiple Choice (Single Answer)

We need to deploy a event with the help of feature. This event should be associated to all the generic lists which we create in the Site Collection. Select the correct List Template Id for this purpose:

  1. 99
  2. 100
  3. 101
  4. 102
Question 6 Multiple Choice (Single Answer)

Select the wrong STSADM commands related to Solution Deployment in SharePoint 2007:

  1. stsadm -o addsolution -filename SampleSolution.wsp
  2. stsadm -o deploysolution -name SampleSolution.wsp
  3. stsadm -o retractsolution -name SampleSolution.wsp
  4. stsadm -o removesolution -name SampleSolution.wsp
Question 7 Multiple Choice (Single Answer)

To identify the migration tasks, while migrating from MCMS 2002 to Microsoft Office SharePoint Server what utility needs to be executed:

  1. Run the prescan.exe command from the Microsoft Office SharePoint Server 2007 installation CD.
  2. Run the stsadm command with the upgradesolution operator.
  3. Run the stsadm command with the createcmsprofile operator.
  4. Run the CMS Assessment tool.
Question 8 Multiple Choice (Multiple Answers)

Select the correct statements: (Multiple Selection)

  1. Multiple Site Collection can be pointed to single content DB
  2. Multiple Site Collection can not be pointed to single content DB
  3. A single site collection can be pointed to multiple Content DB
  4. A single site collection can not be pointed to multiple Content DB
Question 9 Multiple Choice (Multiple Answers)

Choose the Correct steps required to deploy a feature in SharePoint (Multiple Selection)

  1. Create a Folder in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\TEMPLATE\FEATURES
  2. Create a Folder in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\bin\FEATURES
  3. Create a Feature.xml file in the Feature Folder Created
  4. Use Central Administration to Install the Feature
Question 10 Multiple Choice (Multiple Answers)

What are the correct statements about Content Type in SharePoint 2007 (Multiple Selection)

  1. Item is the Parent Content Type
  2. System Content Type is the Parent Content Type
  3. Content Type starts with 0x
  4. Document is the Parent Content Type
Question 11 Multiple Choice (Multiple Answers)

We need to stop a user from deleting a document from a document library. In this scenario what would be the correct statements:

  1. Use ItemDeleted Event
  2. Use ItemDeleting Event
  3. Use properties.Cancel = true;
  4. Use properties.Cancel = false;
Question 12 Multiple Choice (Multiple Answers)

What are the correct statements for Custom Field Types in SharePoint 2007 (Multiple Selection)

  1. A Custom field type definition file (XML file) is required to create a Custom Field Type
  2. A field class whose instances represents particular fields is required
  3. This field class can inherit from SPCustomField or one of the classes in Windows SharePoint Services that derive from it
  4. This field class can inherit from SPField or one of the classes in Windows SharePoint Services that derive from it
Question 13 Multiple Choice (Multiple Answers)

Following kind of SharePoint Pages can be modified with the SharePoint Designer: (Multiple Selection)

  1. Pages stored in the Content DB
  2. Pages stored in the file share
  3. Master Pages
  4. Application Pages
Question 14 Multiple Choice (Multiple Answers)

Following can be the data source for showing the items in the lists in a Content Query Web Part:(Multiple Selection)

  1. Multiple Site Collections
  2. A specific site collection
  3. In one specific site and all of its subsites
  4. In one specific list
Question 15 Multiple Choice (Multiple Answers)

To define a workflow Feature and package it in a solution package, what are the files needs to be created in SharePoint 2007 (Multiple Selection)

  1. Manifest.xml
  2. Feature.xml
  3. Workflow.xml
  4. Package.ddf
Question 16 Multiple Choice (Multiple Answers)

Select the features available in WSS 3.0 Search

  1. The "Did You Mean.…?"
  2. Best Bet
  3. Scopes based on managed properties
  4. Create RSS from result set
Question 17 Multiple Choice (Multiple Answers)

Select the Web Parts which comes OOB as part of BDC feature (Multiple Selection)

  1. Business Data List
  2. Business Data Item
  3. Business Data Column
  4. Business Data Actions
Question 18 Multiple Choice (Multiple Answers)

Select the correct Content Sources whjich can be indexed by Enterprise version of SharePoint 2007 OOB (Multiple Selection)

  1. Network File Share
  2. External Web Sites
  3. Data stores in Relational database exposed through BDC
  4. Data in Lotus Notes
Question 19 Multiple Choice (Multiple Answers)

Select the following items which can be copied from a Source Site Collection to the Destination Site Collection using Content Deployment Feature in SharePoint 2007 (Multiple Selection)

  1. Web Pages
  2. Assemblies/Features used in the Source Site Collection
  3. Web.Config of the source site collection
  4. Resources used by Web Pages such as images, style sheets, or layout pages
Question 20 Multiple Choice (Multiple Answers)

Select all the resources which can be deployed using Solution Packages in WSS/MOSS(Multiple Selection)

  1. Custom Dll's in GAC or Bin
  2. Changes in the Web.config file
  3. Features
  4. Resource files such as imagesx