dot net interview questions and answers Interview Questions and Answers

  • .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..



  • DOT NET Interview Questions and answers for experienced

    Question.1   What are the benefits of .NET Framework? Answer: .NET Framework offers many benefits to application developers. Some of these benefits are as follows: Consistent programming model —.NET Framework provides a consistent object-oriented programming model across various languages. You on we this model to create programs for performing different tasks,..



  • 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..



  • SQL Server DBA Interview Questions and answers for experienced

    Question.1   Explain about your SQL Server DBA Experience? Answer:   This is a generic question often asked by many interviewers. Explain what are the different SQL Server Versions you have worked on, what kind of administration of those instances has been done by you. Your role and responsibilities carried out in..



  • 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..



  • J2EE Interview Questions and answers

    Question.1   What is J2EE? Answer:  J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multi-tier, web-based applications. Question.2   What is the J2EE module? Answer:  A J2EE module consists..



  • Android Interview Questions and answers

    Question.1   What is Android? Answer:  Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine. Many Virtual Machines run efficiently by a DVM device. DVM executes..



  • Hadoop Interview Questions and answers

    Question.1  What is Hadoop? Answer:  Hadoop is a distributed computing platform written in Java. It incorporates features similar to those of the Google File System and of MapReduce. For some details, see HadoopMapReduce. Question.2   What platforms and Java versions does Hadoop run on? Answer:   Java 1.6.x or higher, preferably from..