Showing posts with label TCS SharePoint Interview. Show all posts
Showing posts with label TCS SharePoint Interview. Show all posts

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

Wednesday, 23 April 2014

TCS SharePoint Interview

TCS SharePoint Interview
1. What are the new features provided in Sharepoint 2007?
2. What are the features of Sharepoint Service Provider ?
3. Difference between Document Library and Form Library?
4. Difference between SpWeb and SPSite?
5. What is Application Definition File?
6.What is Custom List?
7. What is Ghosting and Unghosting?
Ans: If you are creating a master page then it is stored in database.This is called Ghosting( storing in database)
Unghosting: Storing in File System eg: Creating a Theme.
8.If you are creating a custom webpart in Visual Studio or Sp Designer what are all the methods present?
9.You applied a theme in CreateChildControls method. And in Render method you applied another theme.Which appears in webpage?
Ans: Theme applied in Render method
10.Where Viewstate is created in webpart life cycle?
11. Webpart file extension …
Ans: dwp
12. Difference between site template and Site Definition
Ans: Site Template stored as xml file and applied on a single
Site Definition applies on bulk.
13.What are the steps to follow in creating a Site Definition?
Ans: (doubt)
1 st step: edit webtemp.xml file of sharepointhive/1033/xml/
Here Sharepoint Hive is c:/programfiles/common files/microsoft shared/
2 nd step: paste the custom template in
hive/templates/sitetemplates/

Saturday, 8 March 2014

TCS SharePoint Interview

TCS SharePoint Interview

1) what is the architecture of the solution Packages
2) what kind of workflows needs to be developed to support for the 10 different Custom lists.
3) what are the Features Scopes?
4) what is Data View Web Part? is it out of box or not? how to develop it.
5) what are the Object Model Programming concepts used?
6) when we do not dispose the spsite or spweb objects? explain Scanario.
7) What is SPDataQuery?
8) What a is content Type?
9) How to attach Content Type with workflow
10) Create a master page?
11) Sharepoint Designer?
12) What is List Content type?
14) How to deploy the solutions in Dev, Sandbox and Staging to Production
15) How to add the modifications for the existing WSP Solutions
16) how many ways webpart can be developed? what are the classes? what is the diff between sharepoint WebPart and DotNet WebPart?
17) what type of security will sharepoint provide?
18) what are techical differences between MOSS 2007 and SP 2010
what is visual Webpart.
what is content type?
what is ULS?
what are sharepoint Logs?
what is farm based authentication?
how to make site and Public users and Admin Users?
how to show the data on the custom list for own users and when admin logs in, it should show complete data?
what are web parts?
what is Safe Control Entry?
what is difference between GAC and BIN Folder?
what is difference between Sharepoint Object Model and Client Object Model?
difference between Customlist and Document Library?
how to use sessions in sharepoint?
what is Sandbox Solution? difference between Farm Solution and Sandbox Solutions/
How to access the Resource from the Template folder when we use SandBox Solutions.
What is office 365?
What is visual webparts?
In which format Data will be stored in sharepoint?
difference between Application Pages and Site Pages?
What are Infopath forms?
What is BCS? diff between BDC and BCS?
what are Syncronous and Asyncronous Events?