SharePoint 2007 Development and Administration
A comprehensive quiz covering SharePoint 2007 development, features, web parts, page layouts, security, and administration tools
Questions
How many instances of WebPartManager classes are possible on a web part page in SharePoint:
- Zero
- One
- Two
- Any Number is possible
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:
- Deploy a new SharePoint solution that contains the old site definition.
- Reset all subsites to inherit the site master page settings.
- Change the site master page by using Microsoft Office SharePoint Designer 2007.
- Use the Reset to site definition option.
When we execute the code with SPSecurity.RunWithElevatedPrivileges what credentials are being used?
- The App Pool Identity for the web application running SharePoint.
- The account for running the SSP in the Server.
- The Owner account of the server running SharePoint.
- Runs under Anonymous account.
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?
- Restart the Office SharePoint Server Search service.
- Perform an IIS reset.
- Restart the Windows Search Service service.
- Reset all crawled content. Start a full crawl.
In SharePoint terminology what is hive folder:
- %SystemDrive%\Program Files\Common Files\web server extensions\12
- %SystemDrive%\Program Files\Common Files\Microsoft Shared\web server extensions\10
- %SystemDrive%\Program Files\Common Files\Microsoft Shared\web server extensions\12
- %SystemDrive%\Program Files\Common Files\web server extensions\10
To which lowest level security can be applied in SharePoint 2007:
- Document Library
- List
- List Items
- Site Level
To use JavaScript in a web part to use inside a SharePoint 2007 page which web part is the best choice:
- Content Query Web Part
- Content Editor Web Part
- Page Viewer Web Part
- List View Web Part
Choose correct options for Web Packages (.fwp files) available with SharePoint (Multiple Selection)
- They are created with SharePoint Designer
- They can be imported to any number of sites
- They can contain the structure for list, libraries
- They can contain the data for list, libraries
What are the correct statments about Customized and Uncustomized Pages in SharePoint 2007
- Customized Pages refer to Unghosted Pages a term used in SharePoint 2003
- Uncustomized Pages stay in file system as a template and have a instance in Content DB
- Un-Customized Pages refer to Ghosted Pages a term used in SharePoint 2003
- Customized Page stays exclusively on Content DB
Choose the correct options for SharePoint Designer (Multiple Selection)
- Using SharePoint Designer Application Pages can be edited
- Using SharePoint Designer workflows can be created
- Using SharePoint Designer Site Columns can be created
- Using SharePoint Designer Layout Pages can be created
Choose the asynchronous events below (Multiple Selection)
- ItemDeleted
- ItemDeleting
- ItemUpdated
- ItemUpdating
What are the correct values for the Scopes for a feature in SharePoint 2007 (Multiple Selection)
- Web
- Site
- Web Application
- Farm
What are the authentication mechanism supported within SharePoint 2007 (Multiple Selection)
- NTLM
- Kerberos
- Forms Authentication
- Smartcard
Choose correct options regarding Page Layouts in SharePoint(Multiple Selection)
- Page Layout can contain Web Part Zones and Field Controls
- Page Layout can be created with SharePoint Designer
- Page Layout can be associated with Multiple Content Types
- Page Layout can be created with Features
What is the correct relationship between Content Type and Page Layouts (Multiple Selection)
- One Content Type must be associated with Page Layouts
- Multiple Content Types can be associated to a single Page Layout
- Page Layout can be created without associating Content Type
- Multiple Page Layouts can be created using single kind of Content Type
What are the correct statements regarding Site Templates in SharePoint 2007 (Multiple Selection)
- Site templates are saved from within a site as an .stp file
- By default, the maximum size of an .stp file is 10 MB
- Site Templates can contain the content of list and Libraries
- The maximum size of Site Templates can be configured with STSADM Commands
What are the correct statements about .DDF files in SharePoint (Multiple Selection)
- .ddf file is a data directive file
- .ddf file is a data directory file
- This file is passed as a parameter to makecab utility to create SharePoint Solution
- .ddf file may not be required to create a wsp
What is the correct relationship between SharePoint Service Provider (SSP) and Web Applications in SharePoint 2007 (Multiple Selection)
- A Web Application can be associated to multiple SharePoint Service Provider (SSP).
- A Web Application can be associated to one SharePoint Service Provider (SSP) only.
- A SharePoint Service Provider (SSP) can provide services to multiple Web Applications.
- A SharePoint Service Provider (SSP) can provide services to only one Web Application.
What are the correct STSADM commands for managing the Solutions in SharePoint 2007 (Multiple Selection)
- Addsolution
- Deploysolution
- Deletesolution
- Retractsolution
What are the base classes can event receiver inherit from in SharePoint 2007(Multiple Selection):
- SPListEventReceiver Class
- SPItemEventReceiver Class
- SPListEventProperties Class
- SPListEvent Class