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
Online Training On SharePoint |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
a. Use Client Integration Features
b. Browse Directories
c. View Application Pages
d. We can not remove this option
Check Answer
Question on MySite
Question 2: When a user creates his MySite in SharePoint 2007:
a. A Site Collection is created.
b. A Sub Site is created.
c. A Web Page is created.
Check Answer
a. A Site Collection is created.
b. A Sub Site is created.
c. A Web Page is created.
Check Answer
Question on CAL
Question 1: If we want to use BDC feature in SharePoint Application which CAL needs to be used:
a. Office SharePoint Server 2007 Standard Edition
b. Windows SharePoint Services 3.0
c. Office SharePoint Server 2007 Enterprise Edition
d. Office SharePoint Server 2007 Developer Edition
Check Answer
a. Office SharePoint Server 2007 Standard Edition
b. Windows SharePoint Services 3.0
c. Office SharePoint Server 2007 Enterprise Edition
d. Office SharePoint Server 2007 Developer Edition
Check Answer
Subscribe to:
Posts (Atom)