Question 133: Select the correct statements about authentication in SharePoint 2010:
a.With Classic mode authentication only one authentication method can be configured in a zone
b.With Classic mode authentication multiple authentication method can be configured in a zone
c.With Claims based authentication multiple authentication method can be configured in a zone
d.With Claims based authentication only one authentication method can be configured in a zone
Check Answer
Online Training On SharePoint |
Question on SPSite and SPWeb Object
Question 132: What is the correct action to take when using the SPSite or SPWeb object in the Web Part Code:
a.Open the object in the context of the user
b.Call the Dispose() method once we finished it using or instantiate it in a Using statement
c.Call IISReset()when you need exclusive access to the SPSite or SPWeb Objects
d.Call SPDispose to ensure all underlying COM objects are disposed.
Check Answer
a.Open the object in the context of the user
b.Call the Dispose() method once we finished it using or instantiate it in a Using statement
c.Call IISReset()when you need exclusive access to the SPSite or SPWeb Objects
d.Call SPDispose to ensure all underlying COM objects are disposed.
Check Answer
Question on WSP
Question 131: WSP stands for:
a.Windows SharePoint Package
b.Windows Server Package
c.Web Solution Package
d.Web SharePoint Package
Check Answer
a.Windows SharePoint Package
b.Windows Server Package
c.Web Solution Package
d.Web SharePoint Package
Check Answer
Question on Solution Files (WSP)
Question 130: The WSP files(Solutions) are stored in:
a.Content Database.
b. Some part is stored in Content Database and some is stored in the FileSystem.
c. WSP files are stored in the File System.
d.WSP files are stored in the Config DB.
Check Answer
a.Content Database.
b. Some part is stored in Content Database and some is stored in the FileSystem.
c. WSP files are stored in the File System.
d.WSP files are stored in the Config DB.
Check Answer
Question on Site Events
Question 129: Following is the correct statement with related to Site level Events introduced in SharePoint 2010:
a.Site event enables to capture and run code on the occourance of an event at the site level, such as site provision or site deletion.
b.Site event are a collection of list events that are created and deployed as one unit.
c.Site events is an enhanced level error handling capablity that is introduced in SP2010 to extend the windows event viewer
d. Site event introduces streaming content delivery to users.
Check Answer
a.Site event enables to capture and run code on the occourance of an event at the site level, such as site provision or site deletion.
b.Site event are a collection of list events that are created and deployed as one unit.
c.Site events is an enhanced level error handling capablity that is introduced in SP2010 to extend the windows event viewer
d. Site event introduces streaming content delivery to users.
Check Answer
Question on WSP Package in SharePoint 2010
Question 128: Select the correct statements with respect to WSP in SharePoint 2010:(Multiple Selection)
a.The WSP Package enables a SharePoint feature to be synchronized across multiple servers in a farm.
b.The WSP Package is encrypted.
c.WSP Package can be opened in Visual Studio 2010
d. WSP Package needs to be digitally signed before deployment.
Check Answer
a.The WSP Package enables a SharePoint feature to be synchronized across multiple servers in a farm.
b.The WSP Package is encrypted.
c.WSP Package can be opened in Visual Studio 2010
d. WSP Package needs to be digitally signed before deployment.
Check Answer
Question on layouts folder
Question 127: Select the correct statements related to _layouts folder in SharePoint 2010:(Multiple Selection)
a._layouts folder is stored in a SQL DB.
b.Contents of Layout folder is stored in IIS Metabase.
c.Pages in the Layouts folders are stored in the file system on the SharePoint Server
d.Visual Studio 2010 includes a mapped folder to the _layouts folder, which helps to deploy items to the SharePoint file system in the SharePoint Server
Check Answer
a._layouts folder is stored in a SQL DB.
b.Contents of Layout folder is stored in IIS Metabase.
c.Pages in the Layouts folders are stored in the file system on the SharePoint Server
d.Visual Studio 2010 includes a mapped folder to the _layouts folder, which helps to deploy items to the SharePoint file system in the SharePoint Server
Check Answer
Question on Accessing Data with LINQ
Question 126: Select the correct statements while accessing SharePoint Data using LINQ in SharePoint 2010
a.Early Binding to List Data, Fields and Data Types
b.Late Binding to List Data, Fields and Data Types
c.A Standard Query Language
d.A GUI Based Query Builder
Check Answer
a.Early Binding to List Data, Fields and Data Types
b.Late Binding to List Data, Fields and Data Types
c.A Standard Query Language
d.A GUI Based Query Builder
Check Answer
Question on LINQ Entity Creation
Question 125: Which Tool can be used to simplify the process of creation of LINQ entities in SharePoint 2010
a.SPLinq
b.SPQuery
c.SQLMetal
d.SPMetal
Check Answer
a.SPLinq
b.SPQuery
c.SQLMetal
d.SPMetal
Check Answer
Question on SharePoint Classes
Question 124: Following class can use a CAML Query to filter the results returned from a SharePoint Site:
a.SPListItem
b.SPQuery
c.SPRow
d.SPFile
Check Answer
a.SPListItem
b.SPQuery
c.SPRow
d.SPFile
Check Answer
Question on Data Retrival in SharePoint
Question 123: Following classes can be used to retrive and manipulate the data in SharePoint lists inside a SharePoint Site (multiple selection):
a.SPQuery
b.SPLinq
c.SPRow
d.SPListItem
Check Answer
a.SPQuery
b.SPLinq
c.SPRow
d.SPListItem
Check Answer
Question on Data Bound Control in SharePoint 2010
Question 122: To provide a simple a data-bound control that binds a list on SharePoint site which inbuilt user-interface component can be used in SharePoint 2010:
a. SPSites
b. SPLINQ
c. SPGridView
d. ADO.NET
Check Answer
a. SPSites
b. SPLINQ
c. SPGridView
d. ADO.NET
Check Answer
Question on Technology Stack for SharePoint 2010
Question 121: Select the correct Techonology Stack for SharePoint 2010:
a.SharePoint 2010 is based on ASP.NET 4.0
b.SharePoint 2010 is based on ASP.NET 3.5
c.SharePoint 2010 runs on 64 bit platform only.
d.SharePoint 2010 runs on both 32 bit and 64 bit platform only.
Check Answer
a.SharePoint 2010 is based on ASP.NET 4.0
b.SharePoint 2010 is based on ASP.NET 3.5
c.SharePoint 2010 runs on 64 bit platform only.
d.SharePoint 2010 runs on both 32 bit and 64 bit platform only.
Check Answer
Question on Business Connectivity Services
Question 120: Business Connectivity Service in SharePoint 2010 represents external data as which of the following type of List:
a.Remote List
b.Business List
c.External List
d.Integrated List
Check Answer
a.Remote List
b.Business List
c.External List
d.Integrated List
Check Answer
Question on Visual Web Part in SharePoint 2010
Question 119: Select the correct statments with Visual Web Part in SharePoint 2010:
a. Visual Web Part are ascx user control that can be added directly to a SharePoint Page, without requiring a standard Web Part.
b. Visual Web Parts are only supported in Windows Form based Application.
c. Visual Web Part can only be added to the SharePoint 2010 ribbon.
d. Visual Web Part are ascx user control that can be packaged and deployed to SharePoint page with the packaging and deployment features provided by Visual Studio 2010.
Check Answer
a. Visual Web Part are ascx user control that can be added directly to a SharePoint Page, without requiring a standard Web Part.
b. Visual Web Parts are only supported in Windows Form based Application.
c. Visual Web Part can only be added to the SharePoint 2010 ribbon.
d. Visual Web Part are ascx user control that can be packaged and deployed to SharePoint page with the packaging and deployment features provided by Visual Studio 2010.
Check Answer
Question on Web Parts in SharePoint 2010
Question 118: Select the correct statments with developing WebParts using Visual Studio 2010 for SharePoint 2010 (Multiple Selection):
a. Web Parts are reusable and can be used on multiple pages and sites.
b. Visual and Standard Web Parts offer graphical design surfaces in Visual Studio 2010.
c. Web Parts can easily be added to a SharePoint Web Page using the ribbon toolbar in the SharePoint Web Interface.
d. Web Part Development and Deployment is supported in Visual Studio 2010.
Check Answer
a. Web Parts are reusable and can be used on multiple pages and sites.
b. Visual and Standard Web Parts offer graphical design surfaces in Visual Studio 2010.
c. Web Parts can easily be added to a SharePoint Web Page using the ribbon toolbar in the SharePoint Web Interface.
d. Web Part Development and Deployment is supported in Visual Studio 2010.
Check Answer
Question on Content Placeholder
Question 117: Select the correct statements regarding the content placeholders(Multiple Selection):
a. Content Pages can override the content placeholder available in Master Page.
b. Content Pages can not override the content placeholder available in Master Page.
c. Content Placeholders can be only placed in a Master Page.
d. Content Placeholders can be only placed in a Layout Page.
Check Answer
a. Content Pages can override the content placeholder available in Master Page.
b. Content Pages can not override the content placeholder available in Master Page.
c. Content Placeholders can be only placed in a Master Page.
d. Content Placeholders can be only placed in a Layout Page.
Check Answer
Question on Variables and Initiation Parametrs
Question 116: Select the correct statements with respect to variables and initiation parameters used while creating workflows with SharePoint Designer 2007(Multiple Selection)
a. We can not specify default values for Initiation Parameters.
b. We can not specify default values for variables.
c. We can specify default values for variables.
d. We can specify default values for Initiation Parameters.
Check Answer
a. We can not specify default values for Initiation Parameters.
b. We can not specify default values for variables.
c. We can specify default values for variables.
d. We can specify default values for Initiation Parameters.
Check Answer
Question on Content Placeholder
Question 115: How many Content Placeholder a SharePoint master page can have:
a. 0
b. 1
c. Any number of Content Placeholders are possible to be placed in a SharePoint Master Page
Check Answer
a. 0
b. 1
c. Any number of Content Placeholders are possible to be placed in a SharePoint Master Page
Check Answer
Question on DataView Web Part
Question 114: Select the correct data source from which DataView Web Part in SharePoint 2007 can consume the data(Multiple Selection)
a. Server Side Script
b. XML Web Services
c. XML Files
d. SQL Server DB
Check Answer
a. Server Side Script
b. XML Web Services
c. XML Files
d. SQL Server DB
Check Answer
Question on Site Template
Question 113: what elements is not saved to a site template when we perform “save site as template” action from SharePoint 2007 UI:
a. Document Libraries
b. List
c. Site Columns
d. Alerts which are created by the users on the Lists or Libraries
Check Answer
a. Document Libraries
b. List
c. Site Columns
d. Alerts which are created by the users on the Lists or Libraries
Check Answer
Question on SharePoint Search Query
Question 112: Which are the following column are supported as a lookup column in SharePoint 2007 (Multiple Selection)
a. While using the Basic Search in SharePoint the http:Get method is used to pass the query
b. While using the Advanced Search in SharePoint the http:Get method is used to pass the query
c. While using the Basic Search in SharePoint the http:Post method is used to pass the query
d. While using the Advanced Search in SharePoint the http:Post method is used to pass the query
Check Answer
a. While using the Basic Search in SharePoint the http:Get method is used to pass the query
b. While using the Advanced Search in SharePoint the http:Get method is used to pass the query
c. While using the Basic Search in SharePoint the http:Post method is used to pass the query
d. While using the Advanced Search in SharePoint the http:Post method is used to pass the query
Check Answer
Question on Pages from _Layouts Folder
Question 111: What are the correct statements regarding the Pages which are in the
_layouts folder in the File System in SharePoint 2007 WFE(Multiple Selection)
a. These Pages adhers to the Local site's Master Page.
b. These Pages adhers to the Local site's Theme.
c. These Pages can be customized using SharePoint Designer.
d. These Pages adhers to the CSS which is globally applied to the site.
Check Answer
_layouts folder in the File System in SharePoint 2007 WFE(Multiple Selection)
a. These Pages adhers to the Local site's Master Page.
b. These Pages adhers to the Local site's Theme.
c. These Pages can be customized using SharePoint Designer.
d. These Pages adhers to the CSS which is globally applied to the site.
Check Answer
Question on Page Processing in SharePoint 2007
Question 110: Which are the following statements are correct with respect to page processing in SharePoint 2007 (Multiple Selection)
a. The _layouts pages are served from the File System.
b. The Customized Pages (UnGhosted Pages) are fully served from the Content DB.
c. The Uncostomized Pages (Ghosted Pages) are assembled from the File Template and the Content DB.
d. The _layouts pages are served from the File System & Content DB.
Check Answer
a. The _layouts pages are served from the File System.
b. The Customized Pages (UnGhosted Pages) are fully served from the Content DB.
c. The Uncostomized Pages (Ghosted Pages) are assembled from the File Template and the Content DB.
d. The _layouts pages are served from the File System & Content DB.
Check Answer
Question on Themes and Master Pages
Question 109: Comparing SharePoint Themes with Master Pages in SharePoint 2007, what are the correct statements (Multiple Selection):
a. Themes affect pages stored in _layouts folder
b. Themes do not affect pages stored in _layouts folder
c. Master Pages do not affect pages stored in _layouts folder
d. Master Pages affect pages stored in _layouts folder
Check Answer
a. Themes affect pages stored in _layouts folder
b. Themes do not affect pages stored in _layouts folder
c. Master Pages do not affect pages stored in _layouts folder
d. Master Pages affect pages stored in _layouts folder
Check Answer
Question on BDC Securtiy
Question 108: Which two permissions needs to be given to the users if they should be able to get the data using BDC in the OOB BDC Web Parts(Multiple Selection):
a. Edit
b. Execute
c. Select in Clients
d. Edit in Clients
Check Answer
a. Edit
b. Execute
c. Select in Clients
d. Edit in Clients
Check Answer
Question on Application Definition File
Question 107: Select the correct statements for the Application Definition file used for Business Data Catalog in SharePoint 2007 (Multiple Selection)
a. LobSystemInstance is used to define the connection with the data source.
b. Entity in the Application Definition file represent a table in the Database.
c. Methods in the Application Definition file represent a table in the Database.
d. Method defines how to request data from the entity.
Check Answer
a. LobSystemInstance is used to define the connection with the data source.
b. Entity in the Application Definition file represent a table in the Database.
c. Methods in the Application Definition file represent a table in the Database.
d. Method defines how to request data from the entity.
Check Answer
Question on BDC Data
Question 106: SharePoint 2007 can store the data from the BDC source in Cached or Live way. Select the correct statements regarding this: (Multiple Selection)
a. SharePoint List stored the cached data from the BDC Source.
b. Business Data Web Part in SharePoint 2007 shows the Live Data.
c. Business Data Web Part in SharePoint 2007 shows the Cached Data.
d. BDC Data surfaced using SharePoint Search is Cached data.
Check Answer
a. SharePoint List stored the cached data from the BDC Source.
b. Business Data Web Part in SharePoint 2007 shows the Live Data.
c. Business Data Web Part in SharePoint 2007 shows the Cached Data.
d. BDC Data surfaced using SharePoint Search is Cached data.
Check Answer
Question on Business Data Catalog Usage
Question 105: What are the correct usage of Business Data Catalog in SharePoint 2007 (Multiple Selection):
a. BDC data can be surfaced using the many out-of-the-box Web Parts
b. We can set up a Content Source in SharePoint to point to BDC data and surface this data with Search Results
c. User Profile Importer can import data from BDC Data Source
d. SharePoint allows to store the BDC data in SharePoint Lists.
Check Answer
a. BDC data can be surfaced using the many out-of-the-box Web Parts
b. We can set up a Content Source in SharePoint to point to BDC data and surface this data with Search Results
c. User Profile Importer can import data from BDC Data Source
d. SharePoint allows to store the BDC data in SharePoint Lists.
Check Answer
Subscribe to:
Posts (Atom)