Friday, January 28, 2011

Infopath Interview Questions

1) I have a list in sharepoint site called Category. I have another list which has a lookup column called SubCategory and which looks into the Category list.
I want to display the categories and subcategories in the infopath form as dropdowns so that the values in the subcategory are filtered based on the value in the category dropdown. In other words, how would you implement Cascading Drop Down in infopath browser enabled form?
(Hint: Use OWSSVR)
2) How would you publish an infopath form with code?
(Hint: Set security to Full Trust and publish as administrator approved form template)
3) When we open a published infopath form in Design mode, will the dll with which the form template is associated, available?
(Hint: Just try it...)
4) I have a document library which has Yes\No (Check Box) column.
How can I display all the documents which are checked (has value Yes) in an infopath form?
(Hint: Use repeating table)

Friday, August 28, 2009

SharePoint Interview Questions (Capgemini)

1) When I am trying to load a webpart in a page, I am getting untrusted assembly error. How do I rectify it?
2) Which are the workflow scenarios you have come across in your projects?
3) What is the difference between spd workflows and custom workflows?
4) What are the activities you have used in your workflows?
5) Can we implement search in such a way that, sharepoint should search only in .doc files?
6) How you used stsadm command line utility? Can you tell me some of the commands?
7) How can we take a backup of web using stsadm command line utility?
8) Can I use stsadm to create a site? How?
9) How can I load user control in SharePoint?
10) I have a sharepoint site which has a list and an event associated with the list. I want the same event handler to be associated with a list (based on the same list template) which is in another site. How can this be implemented?