Microsoft SharePoint 2007 Administration and Development
Quiz covering SharePoint 2007 configuration, development, workflows, permissions, web services, and administration tasks
Questions
Select the correct actions which can be performed with WebPart in SharePoint 2007 (Multiple Selection)
- WebPart can be disabled
- WebPart can be closed
- WebPart can be deleted
- WebPart can be minimized
Which are the two XML files used to create a feature in SharePoint 2007 (Multiple Selection)
- Feature.xml
- Schema.xml
- Manifest.xml
- Elements.xml
What are the correct statement related to Feature Installation/Activation in SharePoint(Multiple Selection)
- Feature can only be Installed through STSADM commands
- Feature can be Installed through Central Administration
- Feature can be activated through STSADM commands & SharePoint UI
- Feature can be uninstalled through STSADM Commands as well from SharePoint UI
Select the correct statements about the Application Pages in SharePoint 2007(Multiple Selection)
- Application Pages are available within any site in any web application in the Farm
- Application pages runs under safe mode processing
- Application pages needs to be placed under \$Local Directory$\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS
- Application Pages only accessible within the scope of the site they are created
You have created a site collection based on Team Site Template in SharePoint. You are not seeing Create Page/Create site option under Site Action menu. What you need to do so that these menu item displays there (Multiple Selection)
- Activate the "Office SharePoint Server Publishing Infrastructure" under Site Collection Feature
- Activate the "Office SharePoint Server Publishing" under site feature
- Activate the "Office SharePoint Server Enterprise Site Collection features" under Site Collection Feature
- We can not have these option in the Team Site
Select the incorrect mapping with respect to SharePoint terminology:
- SharePoint 2003 --> Virtual Server
- IIS --> WebSite
- SharePoint 2003 --> Virtual Site
- Microsoft Office SharePoint 2007 --> Web Application
To modify the settings in a Web.Config file with SharePoint Object Model which class needs to be used:
- SPWebConfig
- There are no class for this purpose and we need to do manually
- SPWebConfigModify
- SPWebConfigModification
If we want to use BDC feature in SharePoint Application which CAL needs to be used:
- Office SharePoint Server 2007 Standard Edition
- Windows SharePoint Services 3.0
- Office SharePoint Server 2007 Enterprise Edition
- Office SharePoint Server 2007 Developer Edition
Which one from the following is not a permission which we can give in SharePoint 2007:
- Manage List Item
- Manage Lists
- Manage Permissions
- Manage Web Site
We have a document library in SharePoint 2007. We do not want to show "Upload Multiple Document", "Edit in Datasheet", "Open with Windows Explorer" options to the users. Select the correct permission which needs to be removed for this purpose:
- Use Remote Interfaces
- Use Client Integration Features
- View Application Pages
- Browse Directories
To implement SiteDeleted and SiteDeleting events from which class we need to inherit from:
- SPSiteEventReceiver
- SPWebEventReceiver
- SPWebSiteEventReceiver
- SPListEventReceiver
From where we can change the number of days to show icon "New!" for a item added in a list in SharePoint 2007(Multiple Selection):
- From STSADM Command Line
- From Central Admin UI
- From Site Collection Settings for each Individual
- This setting cannot be changed
What is the correct location to add reference for Microsoft.SharePoint.DLL:
- drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI\bin
- drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI
- drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin
- drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ADMISAPI
To edit the content of the email alerts that users receives from the SharePoint server which file needs to be modified:
- Onet.xml
- Web.config file for the SharePoint Application.
- It can not be done.
- Alerttemplates.xml file
Workflows cannot be triggered from:
- Content Types
- Site Columns
- List Items
- Document Library List Items.
SharePoint designer workflows can be associated to:
- Multiple Document Libraries
- Single Document Library
- Multiple Lists
- None of the above
If in a SharePoint Web Application we do not want to show the "Upload Multiple Document" option which permission needs to be removed:
- Use Client Integration Features
- Browse Directories
- View Application Pages
- We cannot remove this option
To add a new view in the list definition file which file needs to be modified:
- Onet.xml
- Feature.xml
- Schema.xml
- Fldtypes.xml
Which web service will fetch SharePoint List items using in MOSS:
- splist.asmx
- list.asmx
- Listdata.asmx
- There is no web service available for this purpose.
To index the pdf documents in SharePoint Server which filter needs to be installed in SharePoint 2007:
- JFilter
- DocFilter
- SearchFilters
- Ifilters