sharepoint interview questions and answers Interview Questions and Answers

  • .NET,ASP.NET,C#.NET Interview Questions and Answers

    Question.1 Can you prevent a class from overriding? Answer: Yes, you can prevent a class from overriding. In C#: You can prevent a class from overriding by using the sealed keyword. In Visual Basic: is You can prevent a class from overriding by using the Not inheritable keyword. Question.2 What..



  • .NET Interview Questions and Answers

    Question.1 What is Object-oriented programming? Answer: Object-oriented programming (OOP) is a technique to develop logical modules, such as classes, that contain properties, methods, fields, and events. An object is created in the program to represent a class. Therefore, an object encapsulates all the features, such as data and behavior that..



  • VB.Net interview Questions and answers for Experienced

    Question.1   What would you do to remove Microsoft visual basic name space? Answer:  .NET has many new features and application supportive tools. To remove Microsoft visual basic name space all you have to do is to 1) Remove the import manually every time you start the project. 2) Creating a..



  • SharePoint Interview Questions and answers for Experienced

    Question.1   What are the two base classes a WebPart you are going to use within SharePoint 2007 can inherit from? Answer:   There are two base classes that a WebPart which is going to be consumed by SharePoint can inherit from, either the SharePoint WebPart Base class or the ASP.NET 2.0..



  • ASP.NET Interview Questions and answers for Experienced

    Question.1  What is IIS? Why is it used? Answer:   Internet Information Services (IIS) is created by Microsoft to provide Internet-based services to ASP.NET Web applications. It makes your computer to work as a Web server and provides the functionality to develop and deploy Web applications on the server. IIS handles..



  • C#.NET Interview Questions And answers for Experienced

    Question.1   What are implementation inheritance and interface inheritance? Answer:    Implementation inheritance is achieved when a class is derived from another class in such a way that it inherits all its members. Interface inheritance is when a class inherits only the signatures of the functions from another class. Question.2  What are..



  • ASP.NET interview questions and answers

    Question.1   What is ASP? Answer:   Active Server Pages (ASP), also known as Classic ASP, is a Microsoft’s server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages..



  • SharePoint Interview Questions and Answers

    Question.1  What is SharePoint 2010? Answer:  SharePoint was born out of a simple idea: “Sharing Documents”. Microsoft developed family of software products called “SharePoint”, to perform features like File Sharing, Collaboration, and Web Publishing. In simple terms, SharePoint acts as the single platform to share, communicate, store, and collaborate the..



  • MSBI Interview Questions and Answers

    Question.1 What is Query parameter in SSRS? Answer: Query parameters is mentioned in the query of the datasources that are to be included into the SQL script’s WHERE clause of the SQL that can accept parameters. Query parameters begin with the symbol @.The name should not contain spaces and can..