SharePoint Interview Questions and Answers
SharePoint : Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in SharePoint 2007?

Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in ShareP....

Following STSADM command can be used to add the solution file (.wsp, .cab, .wpp) to the solution sto....
Category: SharePoint Date: 11/18/2009 7:03:06 AM
SharePoint : What are the correct values for Scope for a Feature in SharePoint 2007?

What are the correct values for Scope for a Feature in SharePoint 2007?

Scope of a Feature in SharePoint 2007 can have one of thr following: 1) Farm 2) WebApplication 3) S....
Category: SharePoint Date: 11/18/2009 6:44:35 AM
SharePoint : Write code in C# to fetch all the data from SharePoint Custom List?

Write code in C# to fetch all the data from SharePoint Custom List?

SPSite objSite = new SPSite("http://servername:1234"); SPWeb objWeb = objSite.OpenWeb(); S....
Category: SharePoint Date: 11/18/2009 6:35:44 AM
SharePoint : Explain the concept of "Feature" in SharePoint?

Explain the concept of "Feature" in SharePoint?

SharePoint "Feature" is a container of various defined extensions for SharePoint. It's a ....
Category: SharePoint Date: 10/26/2009 6:41:04 AM
SharePoint : How can we create SharePoint Site Definition?

How can we create SharePoint Site Definition?

There are two options to create SharePoint Site Definition: 1) Create New Site Definition manually....
Category: SharePoint Date: 10/26/2009 6:04:40 AM
SharePoint : Explain SharePoint Site Definition?

Explain SharePoint Site Definition?

A site definition is a group of files that reside on the Web server and that define a unique type of....
Category: SharePoint Date: 10/26/2009 5:51:50 AM
SharePoint : What is CAML?

What is CAML?

CAML is an acronym for Collaborative Application Markup Language which is the XML-based language tha....
Category: SharePoint Date: 10/25/2009 5:38:16 AM
SharePoint : What is MOSS 2007?

What is MOSS 2007?

Microsoft Office SharePoint Server 2007 (MOSS 2007) is a collaborative enterprise portal that is bui....
Category: SharePoint Date: 10/15/2009 3:10:14 PM
SharePoint : What is Windows SharePoint Services (WSS)?

What is Windows SharePoint Services (WSS)?

Windows SharePoint Services 3.0 is the platform on which all SharePoint Products and Technologies ar....
Category: SharePoint Date: 10/15/2009 3:05:31 PM
SharePoint : What is the name of main assembly whose reference is added to use SharePoint object model in .Net Applications?
SharePoint : What are the name of XML files used to define a SharePoint Site Definitions, Features, and Solution Package?

What are the name of XML files used to define a SharePoint Site Definitions, Features, and Solution ....

1) Site Definitions: Onet.xml 2) Features: Feature.xml and Elements.xml 3) Solution Package: Manifes....
Category: SharePoint Date: 9/3/2009 6:19:22 AM
SharePoint : What are the various scopes for the SharePoint Features?

What are the various scopes for the SharePoint Features?

SharePoint Features can be used with following four scopes: 1) Farm (farm level) 2) WebApplication ....
Category: SharePoint Date: 9/3/2009 6:13:47 AM
SharePoint : What are the data types which are supported as Lookup column in SharePoint?

What are the data types which are supported as Lookup column in SharePoint?

Only "Single Line of Text" and "Calculated Columns" are supported as lookup colu....
Category: SharePoint Date: 9/3/2009 6:01:45 AM
SharePoint : When executing code block with SPSecurity.RunWithElevatedPrivileges, what credentials are being used?

When executing code block with SPSecurity.RunWithElevatedPrivileges, what credentials are being used....

The same credentials with which the App Pool for the SharePoint web application is running.
Category: SharePoint Date: 9/3/2009 5:59:34 AM
SharePoint : What base classes do list event receivers inherit from?

What base classes do list event receivers inherit from?

SPListEventReceiver
Category: SharePoint Date: 9/3/2009 5:53:33 AM
1 2 3 4 
Recent Answers
What is difference between string and stringbuilder?
Vinit Kumar answered: string -the object of this class are immutable i.e. we can not change any character that is c....
How Just in Time Compiler Works?
Johndecruse answered: When you execute the program, i.e. the intermediate code, the Just-In-Time (JIT) compiler com....
If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over t....
Satyen Kasturi answered: what you want is to use Application pages. These are located in Layouts directory. Within ....
where are the different file to content query webpart? To design a page?
uday answered: content query webpart displays a dynamic view of sites ,pages
have worked in BDC?
Mike answered: BDC stands for Business Data Catalog. It is a new feature introduced in Microsoft Office SharePoint ....
12345678910...