Microsoft Technologies Interview Questions and Answers
SQL Server : What is the maximum length of a varchar field in SQL Server?

What is the maximum length of a varchar field in SQL Server?

Variable-length data with a maximum of 8,000 characters.
Category: SQL Server Date: 10/30/2009 7:51:03 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?
SQL Server : What authentication mechanisms does Microsoft SQL Server support?

What authentication mechanisms does Microsoft SQL Server support?

SQL Server supports following two type of authentication mechanisms: 1) Windows Authentication (via....
Category: SQL Server Date: 10/15/2009 4:43:44 AM
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
SharePoint : What is the difference between custom list and document library?

What is the difference between custom list and document library?

Custom Lists are collections of metadata or columns that can have attached documents. Document Libra....
Category: SharePoint Date: 9/3/2009 5:50:04 AM
SharePoint : If you have an ItemUpdated or ItemUpdating event receiver and it causes an update to the item, how do you prevent another ItemUpdated and ItemUpdating event from being fired during your update?

If you have an ItemUpdated or ItemUpdating event receiver and it causes an update to the item, how d....

Before performing update, call DisableEventFiring() method and after update, call EnableEventFiring(....
Category: SharePoint Date: 9/3/2009 5:44:26 AM
SharePoint : What is the maximum file size that can be uploaded into a SharePoint document library?

What is the maximum file size that can be uploaded into a SharePoint document library?

By default a file with size 50 MB can be uploaded to a SharepOint Document Library (WSS 3.0), but it....
Category: SharePoint Date: 8/6/2009 3:51:34 AM
SharePoint : What is a document library?

What is a document library?

Document library in SharePoint is used to upload the documents. We can also store the document metad....
Category: SharePoint Date: 8/6/2009 3:18:09 AM
<< 11 12 
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...