Wednesday 2 July 2014

Accenture Sharepoint Interview


REST and LINQ in Sharepoint 2010
A)REST (or Representational State Transfer) is an easy way to easily get or post items to a server-side web service. It is used in situations where you would use a web service but do not want the overhead and tightly-coupled nature of SOAP. With REST, it’s just a simple, client-server-like request using HTTP to retrieve or send information. Technically, REST is not a protocol, but an architectural style.
SharePoint 2010, being based on WCF in the .NET 3.5 Framework, has built-in RESTful web services which allow us to take advantage of this simplicity in custom applications we write. It is one of the many data access mechanisms used in SharePoint 2010 development. REST is intended for remote applications (i.e. not running physically on the SharePoint server) that need basic read/write capabilities to SharePoint’s list and library data.
Ref:http://www.synergyonline.com/blog/blog-moss/Lists/Posts/Post.aspx?ID=117
———-
Sandbox solution
classic mode authentication
A)
What are the differences between Classic Mode Authentication and Claims based Authentication?
Classic Mode Authentication: It refers to the integrated windows authentication. You cannot configure the Forms based authentication if your web application is using Classic Mode Authentication. You can convert a web application from Classic Mode Authentication to Claims Based Authentication. However, that can only be done using PowerShell commands and its an irreversible process. I have detailed steps to convert the web application from Classic Mode authentication to Claims Based Authentication.
Claims Based Authentication: SharePoint 2010 is built on Windows Identity Foundation. It enables authentication from windows as well as non-windows based systems. This also provides the capability to have multiple authentication in a single URL.
—————————————-
claims based aute
OOB features
WCF and WPF are there in moss 2007 and about Sharepoint 2010
Diff Silverlight and WPF
RIA- SHarepoint 2010
sharepoint 2010 manage metadata
site collection
.ddf
RIA
sharepoint 2010 development requirement
WCF and Silverlight diff
sharepoint 2010 groove
site template tool
in which case you will go for site definition and site template
Creating a SharePoint List Template using a Feature