SharePoint 2007 Development and Administration

A comprehensive quiz covering SharePoint 2007 development, features, web parts, page layouts, security, and administration tools

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many instances of WebPartManager classes are possible on a web part page in SharePoint:

  1. Zero
  2. One
  3. Two
  4. Any Number is possible
Question 2 Multiple Choice (Single Answer)

A corporate design standard was implemented by using a customized site definition. A Web designer modifies several pages by using Microsoft Office SharePoint Designer 2007. These pages no longer conform to the corporate design standards. Now we need to revert the pages to conform to the design corporate standard. What is the best option from the below described:

  1. Deploy a new SharePoint solution that contains the old site definition.
  2. Reset all subsites to inherit the site master page settings.
  3. Change the site master page by using Microsoft Office SharePoint Designer 2007.
  4. Use the Reset to site definition option.
Question 3 Multiple Choice (Single Answer)

When we execute the code with SPSecurity.RunWithElevatedPrivileges what credentials are being used?

  1. The App Pool Identity for the web application running SharePoint.
  2. The account for running the SSP in the Server.
  3. The Owner account of the server running SharePoint.
  4. Runs under Anonymous account.
Question 4 Multiple Choice (Single Answer)

New content is not getting returned in search results when users perform searches from the root SharePoint site. You need to ensure that search results display all relevant content for the queries. What should you do?

  1. Restart the Office SharePoint Server Search service.
  2. Perform an IIS reset.
  3. Restart the Windows Search Service service.
  4. Reset all crawled content. Start a full crawl.
Question 5 Multiple Choice (Single Answer)

In SharePoint terminology what is hive folder:

  1. %SystemDrive%\Program Files\Common Files\web server extensions\12
  2. %SystemDrive%\Program Files\Common Files\Microsoft Shared\web server extensions\10
  3. %SystemDrive%\Program Files\Common Files\Microsoft Shared\web server extensions\12
  4. %SystemDrive%\Program Files\Common Files\web server extensions\10
Question 6 Multiple Choice (Single Answer)

To which lowest level security can be applied in SharePoint 2007:

  1. Document Library
  2. List
  3. List Items
  4. Site Level
Question 7 Multiple Choice (Single Answer)

To use JavaScript in a web part to use inside a SharePoint 2007 page which web part is the best choice:

  1. Content Query Web Part
  2. Content Editor Web Part
  3. Page Viewer Web Part
  4. List View Web Part
Question 8 Multiple Choice (Multiple Answers)

Choose correct options for Web Packages (.fwp files) available with SharePoint (Multiple Selection)

  1. They are created with SharePoint Designer
  2. They can be imported to any number of sites
  3. They can contain the structure for list, libraries
  4. They can contain the data for list, libraries
Question 9 Multiple Choice (Multiple Answers)

What are the correct statments about Customized and Uncustomized Pages in SharePoint 2007

  1. Customized Pages refer to Unghosted Pages a term used in SharePoint 2003
  2. Uncustomized Pages stay in file system as a template and have a instance in Content DB
  3. Un-Customized Pages refer to Ghosted Pages a term used in SharePoint 2003
  4. Customized Page stays exclusively on Content DB
Question 10 Multiple Choice (Multiple Answers)

Choose the correct options for SharePoint Designer (Multiple Selection)

  1. Using SharePoint Designer Application Pages can be edited
  2. Using SharePoint Designer workflows can be created
  3. Using SharePoint Designer Site Columns can be created
  4. Using SharePoint Designer Layout Pages can be created
Question 11 Multiple Choice (Multiple Answers)

Choose the asynchronous events below (Multiple Selection)

  1. ItemDeleted
  2. ItemDeleting
  3. ItemUpdated
  4. ItemUpdating
Question 12 Multiple Choice (Multiple Answers)

What are the correct values for the Scopes for a feature in SharePoint 2007 (Multiple Selection)

  1. Web
  2. Site
  3. Web Application
  4. Farm
Question 13 Multiple Choice (Multiple Answers)

What are the authentication mechanism supported within SharePoint 2007 (Multiple Selection)

  1. NTLM
  2. Kerberos
  3. Forms Authentication
  4. Smartcard
Question 14 Multiple Choice (Multiple Answers)

Choose correct options regarding Page Layouts in SharePoint(Multiple Selection)

  1. Page Layout can contain Web Part Zones and Field Controls
  2. Page Layout can be created with SharePoint Designer
  3. Page Layout can be associated with Multiple Content Types
  4. Page Layout can be created with Features
Question 15 Multiple Choice (Multiple Answers)

What is the correct relationship between Content Type and Page Layouts (Multiple Selection)

  1. One Content Type must be associated with Page Layouts
  2. Multiple Content Types can be associated to a single Page Layout
  3. Page Layout can be created without associating Content Type
  4. Multiple Page Layouts can be created using single kind of Content Type
Question 16 Multiple Choice (Multiple Answers)

What are the correct statements regarding Site Templates in SharePoint 2007 (Multiple Selection)

  1. Site templates are saved from within a site as an .stp file
  2. By default, the maximum size of an .stp file is 10 MB
  3. Site Templates can contain the content of list and Libraries
  4. The maximum size of Site Templates can be configured with STSADM Commands
Question 17 Multiple Choice (Multiple Answers)

What are the correct statements about .DDF files in SharePoint (Multiple Selection)

  1. .ddf file is a data directive file
  2. .ddf file is a data directory file
  3. This file is passed as a parameter to makecab utility to create SharePoint Solution
  4. .ddf file may not be required to create a wsp
Question 18 Multiple Choice (Multiple Answers)

What is the correct relationship between SharePoint Service Provider (SSP) and Web Applications in SharePoint 2007 (Multiple Selection)

  1. A Web Application can be associated to multiple SharePoint Service Provider (SSP).
  2. A Web Application can be associated to one SharePoint Service Provider (SSP) only.
  3. A SharePoint Service Provider (SSP) can provide services to multiple Web Applications.
  4. A SharePoint Service Provider (SSP) can provide services to only one Web Application.
Question 19 Multiple Choice (Multiple Answers)

What are the correct STSADM commands for managing the Solutions in SharePoint 2007 (Multiple Selection)

  1. Addsolution
  2. Deploysolution
  3. Deletesolution
  4. Retractsolution
Question 20 Multiple Choice (Multiple Answers)

What are the base classes can event receiver inherit from in SharePoint 2007(Multiple Selection):

  1. SPListEventReceiver Class
  2. SPItemEventReceiver Class
  3. SPListEventProperties Class
  4. SPListEvent Class