Tuesday 5 August 2014

TCS SharePoint Interview

Difference b/w .net web part and sharpoint web part
how to write custom workflow using feature
how to create custom connection web part? vvv
what is the use of infopath
how can we deploy .wsp
stsadm use and tell me some commands?
what is web part
how to write custom webpart
what is the need to write custom web part
can you tell one recent custom web part which u did
what are the new features in sp 2010
how can we migrate moss 2007 to sp2010
what is sandbox solution
what is client object in SP 2010
Site definition and site template? tell me in which case you will select Site definition and site template
if you have minimal customization in the site you can go for site template.
If you have more customization in the site you can go for site definition, so that you have have control on site.
How can you integrate .net application in SharePoint.
how can you solve 1.authentication and 2. UI issues.
check your .net application is .net 2.0 or more.
if you have user controls in your application then it’s easy to integrate with .net.
if you have custom controls then you have to think about it.
1.authentication: once you login to SharePoint your AD account will use, for there whenever you try to go to .net application pass your AD
details in the encrypted mode to .net application .net decode that details and use it.
User control and custom control diff.
Custom control is like executable file we can use across the application.
User control we can use in one application.
how to use K2 objects in your Visual Studio
Diff b/w Site definition and site template.
let’s say i have to create 3 master pages in SharePoint 1. Home 2.Admin 3.Customer.
In above case which one u will use to create a site? Site definition and site template.
I have lot of customizations in my site UI then you will got for Site definition and site template.
Why?
How can you disable session and cookie