Online Training On SharePoint |
Question on Feature Scope
a. Web
b. Site
c. Web Application
d. Farm
Check Answer
Question on Solution
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
Question on Lookup Column
a. Multiple Line of Text
b. Single Line of Text
c. Calculated
d. Person or Group
Question on STSADM Commands
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
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
Question on Ghosted and Unghosted pages
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
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
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
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
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
Question on Events
Question 78: Choose the asynchronous events below (Multiple Selection):
a. ItemDeleted
b. ItemDeleting
c. ItemUpdated
d. ItemUpdating
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
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();
Question on Workflows
Question 75: Workflows cannot be triggered from:
a. Content Types
b. Site Columns
c. List Items
d. Document Library List Items.
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.
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
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
a. Onet.xml
b. Web.config file for the SharePoint Application.
c. It can not be done.
d. Alerttemplates.xml file
Question On SharePoint Object Model
a. Windows Server 2003
b. MOSS 2007 SDK
c. .Net Framework 3.0
d. WSS
Question on Site Collection Template in WSS
a. Blog
b. Wiki Site
c. Team Site
d. Document Center
Check Answer
Question on Web Package
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
a. #contents=1
b. #contents=0
c. ?contents=0
d. ?contents=1
Check Answer
Question on Customized and Uncustomized Pages
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
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
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
a. Blank Site
b. Document Work Space
c. Wiki Site
d. Publishing Portal
Check Answer
Question on SharePoint Databases
a. Configuration Database
b. Admin Content Database
c. Content Database
d. Master Database
Check Answer
Question on Security Elevation
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
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
a. NTLM
b. Kerberos
c. Forms Authentication
Check Answer
Question on Content Type
a. SharePoint Server User Interface
b. SharePoint API
c. With Features
d. SharePoint Designer
Check Answer
Question on Columns in Content Type
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
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
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
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
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
a. Zero
b. One
c. Two
d. Any Number is possible
Check Answer
Question on DDF File
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
a. Document Library
b. List
c. List Items
d. Site Level
Check Answer
Question on Web Parts
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
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
A.Onet.xml
B.Feature.xml
C.Schema.xml
D.Fldtypes.xml
E.Elements.xml
Check Answer
Question on SSP and Web App
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
a. Addsolution
b. Deploysolution
c. Deletesolution
d. Retractsolution
Check Answer
Question on Event Receiver
a. SPListEventReceiver Class
b. SPItemEventReceiver Class
c. SPListEventProperties Class
d. SPListEvent Class
Check Answer
Question on Content DB
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
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
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
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
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
a. JFilter
b. DocFilter
c. SearchFilters
d. IFilters
Check Answer
Parent Content Type
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
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
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
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
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
a. Manifest.xml
b. Feature.xml
c. Workflow.xml
d. Package.ddf
Check Answer
Question on Search features
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
a. Business Data List
b. Business Data Item
c. Business Data Column
d. Business Data Actions
Check Answer
Question on BDC Configuration
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
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
a. 99
b. 100
c. 101
d. 102
Check Answer
Question on Content Deployment
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
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
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
a. Feature.xml
b. Schema.xml
c. Manifest.xml
d. Elements.xml
Check Answer
Question on Feature Installation/Activation
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
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
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
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
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
a. SPSiteEventReceiver
b. SPWebEventReceiver
c. SPWebSiteEventReceiver
d. SPListEventReceiver
Check Answer
Question On Reset Customized Page
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
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
a. Index Server
b. Forms Server
c. Query Server
d. Workflow Server
Check Answer
Question on Changing the days for New icon
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
a. Site Collection = SPSite
b. Site Collection = SPWeb
c. Sub Site = SPWeb
d. Sub Site = SPSite
Check Answer
Question on WSS Search
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
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
a. Manage List Item
b. Manage Lists
c. Manage Permissions
d. Manage Web Site
Check Answer
Question on Permission Level
a. Full Control
b. Design
c. Contribute
d. Edit
Check Answer
Question on Permission
a. Use Remote Interfaces
b. Use Client Integration Features
c. View Application Pages
d. Browse Directories
Check Answer
Question on SharePoint Designer
a. In Content DB
b. In File System
c. Either in File System or Content DB
Check Answer
Question on 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
a. zzz Members
b. zzz Owners
c. zzz Visitors
d. zzz Readers
Check Answer
Question on Upload Multiple Document Option
a. Use Client Integration Features
b. Browse Directories
c. View Application Pages
d. We can not remove this option
Check Answer