Online Training On SharePoint
                      

Question on Feature Scope

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

a. Web

b. Site

c. Web Application

d. Farm

Check Answer

Question on Solution

Question 92: Which XML files define the Solution Package:

a. Onet.XML

b. Manifest.XML

c. Feature.XML

d. Elements.XML

Check Answer

Question on List Backup

Question 91: Which MOSS feature is used to take the Back up of the List:

a. List Content Type

b. List Definition

c. List Template

d. List Backup

Check Answer

Question on Lookup Column

Question 90: Which are the following column are supported as a lookup column in SharePoint 2007 (Multiple Selection)

a. Multiple Line of Text

b. Single Line of Text

c. Calculated

d. Person or Group


Check Answer

Question on STSADM Commands

Question 89: Which of the following are correct about stsadm commands (Multiple Selection):

a.Stsadm commands are used to do SharePoint administration jobs.

b.Stsadm commands are timer jobs which are used to create and delete sites in MOSS 2007.

c.Backup of sharepoint sites can be taken using Stsadm Commands.

d.SharePoint Web Services can be consumed using Stsadm commands.

Check Answer

Question on Page Layout

Question 88: What is Page Layout:

a. Page Layout depicts about the Design of the page where it can be used only to a particular site.

b. Page Layout is a webpart page where only custom webparts can be added using SharePoint designer.

c. Page Layout is used to design site pages which depicts the structure of the page and can be re-used across the sub sites.

d.Page Layout is a webpart page where it can be associated to Application (Layout) page to design webpartzones.
Check Answer

Question on SharePoint Object Model

Question 87: Select the correct statments:

a. SharePoint Object model works only on the server where SharePoint is installed

b. SharePoint Object model is not a part of .NET Framework.

c. SharePoint Object model works irrespective of the server where SharePoint is installed.

d. All of the above
Check Answer

Question on SharePoint Object Model

Question 86: Which one of the following reference is added to use SharePoint object model in .NET Applications:

a. Microsoft.Sharepoint

b. Microsoft.MOSS.Sharepoint

c. Microsoft.WSS.Sharepoint

d. Microsoft.SharepointObjectModel
Check Answer

Question on SharePoint Web Services

Question 85: Which one of the following is correct about SharePoint Web Services:

a. SharePoint Web Services works only on the server where SharePoint is installed .

b. SharePoint Web Services is not a part of .NET Framework.

c. SharePoint Web Services works irrespective of the server where SharePoint is installed.

d. None of the above

Check Answers

Question on Ghosted and Unghosted pages

Question 84: Ghosting / Un Ghosting is a terminology used in:

a. MOSS 2007

b. WSS 3.0

c. MOSS 2003

d. SharePoint 2003


Check Answer

Question on XML Forms

Question 83: Which one of the following is chosen the best when dealing with XML based data entry forms:

a. InfoPath

b. Data View Web part

c. BDC web part

d. None of the above

Check Answer

Question on Lists

Question 82: Which one is chosen the best for receiving emails when there are any inserts/updates happen in List :

a. Event Handlers

b. Workflows

c. Alerts

d. Timer Jobs

Check Answer

Question On PageLayouts

Question 81: Page Layout are created using:

a. SharePoint Designer

b. Visual Studio 2005

c. WSS 3.0

d. All of the above

Check Answer

Question on SharePoint designer workflows

Question 80: SharePoint designer workflows can be associated to:

a. Multiple Document Libraries

b. Single Document Library

c. Multiple Lists

d. None of the above

Check Answer

Question on CAML Queries

Question 79: CAML Queries are used in:

a. Consuming SharePoint Web services

b. SharePoint Designer Workflows

c. SharePoint Object Model

d. Writing SQL Queries using SharePoint Web services

Check Answer

Question on Events

Question 78: Choose the asynchronous events below (Multiple Selection):

a. ItemDeleted

b. ItemDeleting

c. ItemUpdated

d. ItemUpdating

Check Answer

Question on the classes of WebPart

Question 77: What are the two base classes you are going to use for a WebPart in SharePoint 2007, to inherit from :

a. Microsoft.SharePoint.WebPartPages.WebPart

b. Microsoft.WSS.WebPartPages.WebPart

c. System.Web.UI.WebControls.WebPart

d. System.Web.UI.WebControls.WebParts.WebPart

Check Answer

Question on List Data

Question 76: To fetch all the data from a SharePoint list to a DataTable the correct code snippet would be:

a. SPSite site = new SPSite(http://servername:12345/);
SPWeb web = new SPWeb();
web = site.OpenWeb();
SPList list = web.Lists[“ListName”];
DataTable tblItems = list.GetDataTable();

b. SPSite site = new SPSite(http://servername:12345/);
SPWeb web = new SPWeb();
SPList list = web.Lists[“ListName”];
DataTable tblItems = list.Items.GetDataTable();

c. SPSite site = new SPSite(http://servername:12345/);
SPWeb web = new SPWeb();
web = site.OpenWeb();
SPList list = web.Lists[“ListName”];
DataTable tblItems = list.Items.GetDataTable();

d. SPSite site = new SPSite(http://servername:12345/);
SPWeb web = new SPWeb();
web = site.OpenWeb();
SPList list = web.Lists[“ListName”];
DataTable tblItems = list.Items.GetTable();

Check Answer

Question on Workflows

Question 75: Workflows cannot be triggered from:

a. Content Types

b. Site Columns

c. List Items

d. Document Library List Items.

Check Answer

Question on SiteTemplate and SiteDefinition

Question 74: Which of the following are true about SiteTemplate and SiteDefinition (Multiple Selection)

a. Both are xml files

b. SiteDefinition is mandatory to create SiteTemplate

c. SiteTemplate is Mandatory to create SiteDefinition.

d. Both SiteDefinition and SiteTemplate are same but created in a different fashion.

Check Answer

Question on Shared Service Provider

Question 73: Which one of the following describes the best about Shared Service Provider:

a. SSP is a set of services provided by MOSS which can be shared across multiple web applications.

b. SSP is a set of services provided by MOSS which can be shared across multiple site collections.

c. SSP is a set of services provided by MOSS which can be shared across multiple server farms.

d. None of the above

Check Answer

Question on SiteCollection

Question 72: Choose the correct options (Multiple Selection):

a. Multiple Sub-sites can be created under a site collection.

b. Only one Site collection can be created under a Web Application.

c. Multiple Site collections can be created under web application.

d. A Site collection can be created under a another Site Collection.
Check Answer

Question on Alerts

Question 71: To edit the content of the email alerts that users receives from the SharePoint server which file needs to be modified:

a. Onet.xml

b. Web.config file for the SharePoint Application.

c. It can not be done.

d. Alerttemplates.xml file

Check Answer

Question On SharePoint Object Model

Question 70: SharePoint Object Model is provided by:

a. Windows Server 2003

b. MOSS 2007 SDK

c. .Net Framework 3.0

d. WSS

Check Answer

Question on Site Collection Template in WSS

Question 69: Which Site collection template is not available with the WSS:

a. Blog

b. Wiki Site

c. Team Site

d. Document Center

Check Answer

Question on Web Package

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

a. They are created with SharePoint Designer.

b. They can be imported to any number of sites.

c. They can contain the structure for list, libraries.

d. They can contain the data for list, libraries

Check Answer

Question on WebParts

Question 67: To get all the WebParts available on a SharePoint Page what is the syntax needs to be added at the end of URL

a. #contents=1

b. #contents=0

c. ?contents=0

d. ?contents=1

Check Answer

Question on Customized and Uncustomized Pages

Question 66: What are the correct statements about Customized and Uncustomized Pages in SharePoint 2007:

a. Customized Pages refer to Unghosted Pages a term used in SharePoint 2003.

b. Uncustomized Pages stay in file system as a template and have a instance in Content DB.

c. Un-Customized Pages refer to Ghosted Pages a term used in SharePoint 2003.

d. Customized Page stays exclusively on Content DB.
Check Answer

Question on SharePoint Designer

Question 65: Choose the correct options for SharePoint Designer (Multiple Selection):

a. Using SharePoint Designer Application Pages can be edited.

b. Using SharePoint Designer workflows can be created.

c. Using SharePoint Designer Site Columns can be created.

d. Using SharePoint Designer Layout Pages can be created.
Check Answer

Question on Hive Folder

Question 64: In SharePoint terminology what is hive folder:

a. %SystemDrive%\Program Files\Common Files\web server extensions\12

b. %SystemDrive%\Program Files\Common Files\Microsoft Shared\web server extensions\10

c. %SystemDrive%\Program Files\Common Files\Microsoft Shared\web server extensions\12

d. %SystemDrive%\Program Files\Common Files\web server extensions\10

Check Answer

Question On Site Collection Template

Question 63: Which Site collection template is only available with the MOSS and not with WSS:

a. Blank Site

b. Document Work Space

c. Wiki Site

d. Publishing Portal
Check Answer

Question on SharePoint Databases

Question 62: What are the Databases are created with a SharePoint 2007 installation: (Multiple Selection)

a. Configuration Database

b. Admin Content Database

c. Content Database

d. Master Database

Check Answer

Question on Security Elevation

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

a. The App Pool Identity for the web application running SharePoint.

b. The account for running the SSP in the Server.

c. The Owner account of the server running SharePoint.

d. Runs under Anonymous account.
Check Answer

Question On Web Parts

Question 60: To Show an External Application in a SharePoint Web Page which WebPart will be best suited:

a. Content Editor Web Part

b. Page Viewer Web Part

c. Content Query Web Part

d. External Application Web Part

Check Answer

Question on SharePoint Authentication

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

a. NTLM

b. Kerberos

c. Forms Authentication

Check Answer

Question on Content Type

Question 58: Content Type and Site Columns can not be created with:

a. SharePoint Server User Interface

b. SharePoint API

c. With Features

d. SharePoint Designer

Check Answer

Question on Columns in Content Type

Question 57: A Content Type can contain

a. Default Columns Only

b. Site Columns and Default Columns

c. Site Columns Only

d. At least one Site Column and Multiple Site Columns.

Check Answer

Question on Page Layout

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

a. Page Layout can contain Web Part Zones and Field Controls.

b. Page Layout can be created with SharePoint Designer.

c. Page Layout can be associated with Multiple Content Types.

d. Page Layout can be created with Features.
Check Answer

Question on Page Layout and Content Type

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

a. One Content Type must be associated with Page Layouts.

b. Multiple Content Types can be associated to a single Page Layout.

c. Page Layout can be created without associating Content Type.

d. Multiple Page Layouts can be created using single kind of Content Type.

Check Answer


Question on Search

Question 54: 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?

a. Restart the Office SharePoint Server Search service.

b. Perform an IIS reset.

c. Restart the Windows Search Service service.

d. Reset all crawled content. Start a full crawl.

Check Answer

Question on Site Template

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

a. Site templates are saved from within a site as an .stp file.

b. By default, the maximum size of an .stp file is 10 MB.

c. Site Templates can contain the content of list and Libraries.

d. The maximum size of Site Templates can be configured with STSADM Commands.

Check Answer

Question on WebPartManager Class

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

a. Zero

b. One

c. Two

d. Any Number is possible
Check Answer

Question on DDF File

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

a. .ddf file is a data directive file

b. .ddf file is a data directory file

c. This file is passed as a parameter to makecab utility to create SharePoint Solution.

d. .ddf file may not be required to create a wsp.
Check Answer

Question on Security

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

a. Document Library

b. List

c. List Items

d. Site Level
Check Answer

Question on Web Parts

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

a. Content Query Web Part

b. Content Editor Web Part

c. Page Viewer Web Part

d. List View Web Part

Check Answer

Question on Site Definition

Question 48: 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:

a.Deploy a new SharePoint solution that contains the old site definition.

b.Reset all subsites to inherit the site master page settings.

c.Change the site master page by using Microsoft Office SharePoint Designer 2007.

d.Use the Reset to site definition option.
Check Answer

Question on List Definition

Question 47: To add a new view in the list definition file which file needs to be modified:

A.Onet.xml

B.Feature.xml

C.Schema.xml

D.Fldtypes.xml

E.Elements.xml
Check Answer

Question on SSP and Web App

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

a. A Web Application can be associated to multiple SharePoint Service Provider (SSP).

b. A Web Application can be associated to one SharePoint Service Provider (SSP) only.

c. A SharePoint Service Provider (SSP) can provide services to multiple Web Applications.

d. A SharePoint Service Provider (SSP) can provide services to only one Web Application.
Check Answer

Question on STSADM commands

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

a. Addsolution

b. Deploysolution

c. Deletesolution

d. Retractsolution

Check Answer

Question on Event Receiver

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

a. SPListEventReceiver Class

b. SPItemEventReceiver Class

c. SPListEventProperties Class

d. SPListEvent Class

Check Answer

Question on Content DB

Question 43:Select the correct statements: (Multiple Selection)

a. Multiple Site Collection can be pointed to single content DB.

b. Multiple Site Collection can not be pointed to single content DB.

c. A single site collection can be pointed to multiple Content DB.

d. A single site collection can not be pointed to multiple Content DB.

Check Answer

Question on MCMS Migration

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

a.Run the prescan.exe command from the Microsoft Office SharePoint Server 2007 installation CD.

b.Run the stsadm command with the upgradesolution operator.

c.Run the stsadm command with the createcmsprofile operator.

d.Run the CMS Assessment tool.

Check Answer

Question on BDC

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

a.Upload a signed assembly to the global assembly cache.

b.Create a new content source for the URL of the Microsoft SQL Server database.

c.Install an application definition file.

d.Add the URL of the sales application to the trusted file locations list.

Check Answer

Question on Feature

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

a. Create a Folder in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\TEMPLATE\FEATURES

b. Create a Folder in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\bin\FEATURES

c. Create a Feature.xml file in the Feature Folder Created

d. Use Central Administration to Install the Feature

Check Answer

Question on SharePoint List

Question 39: Which web service will fetch SharePoint List items using in SharePoint 2007:

a. splist.asmx

b. list.asmx

c. Listdata.asmx

d. There is no web service available for this purpose.

Check Answer

Question on Doc Indexing

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

a. JFilter

b. DocFilter

c. SearchFilters

d. IFilters

Check Answer

Parent Content Type

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

a. Item is the Parent Content Type

b. System Content Type is the Parent Content Type

c. Content Type starts with 0x

d. Document is the Parent Content Type

Check Answer

Question on Events

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

a. Use ItemDeleted Event

b. Use ItemDeleting Event

c. Use properties.Cancel = true;

d. Use properties.Cancel = false;

Check Answer

Question on Custom Field Type

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

a. A Custom field type definition file (XML file) is required to create a Custom Field Type

b. A field class whose instances represents particular fields is required.

c. This field class can inherit from SPCustomField or one of the classes in Windows SharePoint Services that derive from it.

d. This field class can inherit from SPField or one of the classes in Windows SharePoint Services that derive from it.

Check Answer

Question on SharePoint Designer

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

a. Pages stored in the Content DB

b. Pages stored in the file share

c. Master Pages

d. Application Pages

Check Answer

Question on Content Query Web Part

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

a. Multiple Site Collections

b. A specific site collection

c. In one specific site and all of its subsites

d. In one specific list.

Check Answer

Question on Workflow

Question 32: 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)

a. Manifest.xml

b. Feature.xml

c. Workflow.xml

d. Package.ddf

Check Answer

Question on Search features

Question 31: Select the features available in Windows SharePoint Services 3.0 Search:

a. The "Did You Mean.…?"

b. Best Bet

c. Scopes based on managed properties

d. Create RSS from result set

Check Answer

Question on OOB Web Parts for BDC

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

a. Business Data List

b. Business Data Item

c. Business Data Column

d. Business Data Actions

Check Answer

Question on BDC Configuration

Question 29: 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:

a. In Application Definition file under FilterDescriptors node set FileDescriptor Type as "Wildcard".

b. In Application Definition file under FilterDescriptors node set FileDescriptor Type as "Comparision".

c. In Application Definition file under FilterDescriptors node set FileDescriptor Type as "equal".

d. These are predefined values and can not be changed.

Check Answer

Question on Cotnent Sources

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

a. Network File Share

b. External Web Sites

c. Data stores in Relational database exposed through BDC

d. Data in Lotus Notes

Check Answer

Question on Events with Feature

Question 27: 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:

a. 99

b. 100

c. 101

d. 102

Check Answer

Question on Content Deployment

Question 26: 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)

a. Web Pages

b. Assemblies/Features used in the Source Site Collection

c. Web.Config of the source site collection

d. Resources used by Web Pages such as images, style sheets, or layout pages

Check Answer

Question on Resources in Solution

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

a. Custom Dll's in GAC or Bin

b. Changes in the Web.config file

c. Features

d. Resource files such as images

Check Answer

Question on Web Parts

Question 24: Select the correct actions which can be performed with WebPart in SharePoint 2007 (Multiple Selection):

a. WebPart can be disabled

b. WebPart can be closed

c. WebPart can be deleted

d. WebPart can be minimized

Check Answer

Question on Feature Files

Question 23: Which are the two XML files used to create a feature in SharePoint 2007 (Multiple Selection):

a. Feature.xml

b. Schema.xml

c. Manifest.xml

d. Elements.xml
Check Answer

Question on Feature Installation/Activation

Question 22: What are the correct statement related to Feature Installation/Activation in SharePoint(Multiple Selection)

a. Feature can only be Installed through STSADM commands

b. Feature can be Installed through Central Administration

c. Feature can be activated through STSADM commands & SharePoint UI

d. Feature can be uninstalled through STSADM Commands as well from SharePoint UI

Check Answer

Question on Application Page

Question 21: Select the correct statements about the Application Pages in SharePoint 2007(Multiple Selection)

a. Application Pages are available within any site in any web application in the Farm

b. Application pages runs under safe mode processing

c. Application pages needs to be placed under \$Local Directory$\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS

d. Application Pages only accessible within the scope of the site they are created

Check Answer

Question on Feature Activation

Question 20: 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):

a. Activate the "Office SharePoint Server Publishing Infrastructure" under Site Collection Feature

b. Activate the "Office SharePoint Server Publishing" under site feature

c. Activate the "Office SharePoint Server Enterprise Site Collection features" under Site Collection Feature

d. We can not have these option in the Team Site.

Check Answer

Question on Solution Deployment

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

a. stsadm -o addsolution -filename SampleSolution.wsp

b. stsadm -o deploysolution -name SampleSolution.wsp

c. stsadm -o retractsolution -name SampleSolution.wsp

d. stsadm -o removesolution -name SampleSolution.wsp

Check Answer

Question on Web.Config Modification

Question 18: To modify the settings in a Web.Config file with SharePoint Object Model which class needs to be used:

a. SPWebConfig

b. There are no class for this purpose and we need to do manually

c. SPWebConfigModify

d. SPWebConfigModification

Check Answer

Question on Event Implementaion

Question 17:To implement SiteDeleted and SiteDeleting events from which class we need to inherit from:

a. SPSiteEventReceiver

b. SPWebEventReceiver

c. SPWebSiteEventReceiver

d. SPListEventReceiver

Check Answer

Question On Reset Customized Page

Question 16: What are the correct statements when we reset a customized page to the site definition:

a. The Web Part Zone which are added to the customized page are removed when we reset it to original site definition

b. The contents in the Web Parts which are inside the Web Part Zones which are there in the default Site Definition is not changed.

c. The Web Part Zone which are added to the customized page are not removed when we reset it to original site definition

d. The additional web parts which are added in the Web Part Zone which were part of original site definition are not removed.

Check Answer

Question on Authentication and Authorization

Question 15: What are the correct statements about Authentication and Authorization in a SharePoint2007 setup:(Multiple Selection)

a. Authentication is done by IIS.

b. Authentication is done by IIS and SharePoint

c. Authorization is done by SharePoint

d. Authorization is done by IIS

Check Answer

Question on Server Roles

Question 14: Select the correct server roles which we can have on different Servers in a Microsoft Office SharePoint 2007 Farm (Multiple Selection):

a. Index Server

b. Forms Server

c. Query Server

d. Workflow Server

Check Answer

Question on Changing the days for New icon

Question 13: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):

a. From STSADM Command Line

b. From Central Admin UI

c. From Site Collection Settings for each Individual

d. This setting can not be changed

Check Answer

Question on Object Model

Question 12: Select the correct mapping with respect to Items and Object representing them in SharePoint Object Model (Multiple Selection):

a. Site Collection = SPSite

b. Site Collection = SPWeb

c. Sub Site = SPWeb

d. Sub Site = SPSite

Check Answer

Question on WSS Search

Question 11: Select the correct statements about the WSS 3.0 Search(Multiple Selection):

a. WSS can have indexer and Query server role on the different machines

b. WSS uses both indexer and Query server role on the same machine

c. WSS has the ability to index only local content which is stored in Content DB

d. WSS has the ability to index content stored on external data source such as File Share, Lotus Notes

Check Answer

Question on SharePoint DLL

Question 10: What is the correct location to add reference for Microsoft.SharePoint.DLL:

a. drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI\bin

b. drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI

c. drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin

d. drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ADMISAPI

Check Answer

Question on Permission

Question 9: Which one from the following is not a permission which we can give in SharePoint 2007:

a. Manage List Item

b. Manage Lists

c. Manage Permissions

d. Manage Web Site

Check Answer

Question on Permission Level

Question 8: Which one from the following is not a default permission level which we can use in SharePoint 2007:

a. Full Control

b. Design

c. Contribute

d. Edit

Check Answer

Question on Permission

Question 7: 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:

a. Use Remote Interfaces

b. Use Client Integration Features

c. View Application Pages

d. Browse Directories

Check Answer

Question on SharePoint Designer

Question 6: When we update the files after opening with SharePoint Designer the files are stored in:

a. In Content DB

b. In File System

c. Either in File System or Content DB

Check Answer

Question on SharePoint Terminology

Question 5: Select the incorrect mapping with respect to SharePoint terminology:

a. SharePoint 2003 --> Virtual Server

b. IIS --> WebSite

c. SharePoint 2003 --> Virtual Site

d. Microsoft Office SharePoint 2007 --> Web Application

Check Answer

Question on SharePoint Groups

Question 4: If we create a SharePoint Site Collection with the name zzz based on Team Site Template what are the SharePoint groups will be created (Multiple Selection):

a. zzz Members

b. zzz Owners

c. zzz Visitors

d. zzz Readers

Check Answer

Question on Upload Multiple Document Option

Question 3: If in a SharePoint Web Application we do not want to show the "Upload Multiple Document" option which permission needs to be removed:

a. Use Client Integration Features

b. Browse Directories

c. View Application Pages

d. We can not remove this option

Check Answer