Top Sharepoint Interview Questions and Answers: Below, we have covered detailed answers to the Share Point Interview Questions Which will be helpful to freshers and experienced Professionals. All the best for your interview Preparation.
SPSite – Following are the classes in Server Object Model from development point of view: Before we begin – let us see what do these two abbreviations stand for. i.) Document management system in SPS is better than STS. ii.) The search engine in SPS is better, more efficient and possesses the capability to crawl multiple content sources in comparison to STS. iii.) If Document Management is not required, STS is easier to manage for team environment while SPS is better for an organization where Document Management is required. Four types of input forms can be created for a workflow: The difference between the two types lies in the architecture produced by them: Whereas, ASP.NET web parts base class: consists of controls that can be saved and some session that can be personalized using the web part capabilities. Global assembly cache includes the assembly code or the machine code that is used to run the program so that it doesn’t have to bring the program in the memory. If the same program runs again then the binaries are fetched from the cache itself that makes it faster and easier to manage. It provides custom binaries that are deployed to be used in between the receiver and the sender. It is used with the .NET assemblies’ cache for the command line platform. It consists of the totally controlled repositories with the addresses given of the shared library. CreateChildControls() method notifies the server about the control that to implement the child controls for posting back and for rendering. The statement is given as: Protected: virtual void CreateChildControls(); The example shows the implementation of the CreateChildControls() method that is: ‘Override CreateChildControls to create the control tree. <System.Security. Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name:=”FullTrust”)> _ Protected Overrides Sub CreateChildControls() ‘ Add a LiteralControl to the current ControlCollection. Me.Controls.Add(New LiteralControl(“<h3>Value: “)) ‘ Create a text box control, set the default Text property, ‘ and add it to the ControlCollection. Dim box As New TextBox() box.Text = “0” Me.Controls.Add(box) Me.Controls.Add(New LiteralControl(“</h3>”)) End Sub ‘CreateChildControls This is the method that is used to instantiate the control and fetches the properties to set it according to the website. The add () method of the control class adds the control in the collection. The method CreateChildControls () implies that the WebPart consists of a collection of child controls. What do you mean by MOSS?
Explain SPSite?
Explain Site template?
What are the various classes in Server Object Model from development point of view?
Which class is used to retrieve data from multiple lists?
What do you mean by WSP?
How is Allow Unsafe Updates used?
Which is better - SPS or STS?
Name the various input forms that can be created for a workflow?
What are the various zones in SharePoint?
Explain Farm in SharePoint?
Explain Web Application?
Differentiate between WSS 3.0 and MOSS 2007?
Explain BDC?
Explain BCS?
Explain Content types in Sharepoint?
Differentiate between Library vs List?
What are the various types of input forms that can be created for a workflow?
Explain Microsoft SharePoint Portal Server?
Explain Custom action?
Explain Module in Share point?
Explain an ancestral type. How is it related to content types?
Explain Event receiver?
What tools can be used to back up a SharePoint 2010 environment?
Differentiate between Custom Master Url & Master Url?
What do you mean by Field Control?
What is CAML?
Explain Site definition
Explain ONET.xml
Explain SP Web
What is the difference between the Sharepoint Web-Part and ASP.NET 2.0 Web-Part base class?
What is the function of Global Assembly Cache in Share point?
Explain the CreateChildControls() method with an example
Related posts:
- .Net Assembly Interview Questions and Answers
- .Net Developer Interview Questions and Answers
- ASP.Net MVC Interview Questions and Answers
- Microsoft Dynamics NAV Interview Questions and Answers
- Silverlight Interview Questions and Answer
- VB Script Interview Questions and Answers
- VB.Net Interview Questions and Answers
- WCF Interview Questions and Answers