Technical Questions

Given below is the collection of some Interview questions asked by well known IT Companies in Interview.These questions are collected by the various candidates who have appeared in the respective companies for a Technical Interview. You may find some questions really good to work on, I have tried not to duplicate any of them.

Interview Questions

 

Q. What is .Net? Interview Questions (5 answers)

Q. What is difference between value and reference types? Interview Questions (4 answers)

Q. What is the .NET Framework? Interview Questions (4 answers)

Q. What is the Microsoft Intermediate Language (MSIL)? Interview Questions (2 answers)

Q. What is the common language runtime (CLR)? Interview Questions (3 answers)

Q. What is an assembly? Describe its contents? Interview Questions (1 answers)

Q. How many classes can a single .NET DLL contain? Interview Questions (4 answers)

Q. What is the Common Language Infrastructure? Interview Questions (1 answers)

Q. What is Virtual Execution System (VES)? Interview Questions (1 answers)

Q. What is common type system (CTS)? Explain with an Example. Interview Questions (2 answers)

Q. What is the Common Language Specification (CLS)? Interview Questions (1 answers)

Q. What is Boxing and UnBoxing? Interview Questions (3 answers)

Q. What is the difference between Value Types and Reference Types? Interview Questions (1 answers)

Q. What are the different types of assemblies available and their purpose? Interview Questions (1 answers)

Q. What is managed code? Interview Questions (2 answers)

Q. What Is Unmanaged Code? Interview Questions (1 answers)

Q. What about Native Code? Interview Questions (0 answers)

Q. What is Side-by-Side Execution? Interview Questions (2 answers)

Q. What is an Application Domain? Interview Questions (1 answers)

Q. How does an AppDomain get created? Interview Questions (2 answers)

Q. What is the difference between a namespace and an assembly name? Interview Questions (1 answers)

Q. What is Zero Impact Installation or XCOPY deployment? Interview Questions (0 answers)

Q. What are the different types of assemblies? Interview Questions (2 answers)

Q. What is the difference between a private assembly and a shared assembly? Interview Questions (1 answers)

Q. What are private assemblies and shared assemblies? Interview Questions (1 answers)

Q. What are Satellite Assemblies? How you will create this? How will you get the different language strings? Interview Questions (1 answers)

Q. What is a Strong Name? Interview Questions (2 answers)

Q. What is GAC? What is gacutil? Interview Questions (2 answers)

Q. How do you view Assemblies? Interview Questions (2 answers)

Q. What is language Interoperability? Give Example. Interview Questions (0 answers)

Q. What is JIT? What are different type if JIT Compilers? Interview Questions (2 answers)

Q. Explain in detail how the .Net Code is compiled and executed? Interview Questions (0 answers)

Q. Explain in detail how garbage collection is done in .Net? Interview Questions (0 answers)

Q. What is difference between object Dispose vs Finalize() vs Close? Interview Questions (6 answers)

Q. What is difference between role base security and code based security? Interview Questions (0 answers)

Q. What is disassembler? Interview Questions (0 answers)

Q. What is managed Heap? Interview Questions (2 answers)

Q. What is versioning in .NET? Interview Questions (0 answers)

Q. What are the new features of Framework 1.1 ? Interview Questions (0 answers)

Q. Is .NET a runtime service or a development platform? Interview Questions (0 answers)

Q. Can I write IL programs directly? Interview Questions (2 answers)

Q. Can I do things in IL that I can't do in C#? Interview Questions (0 answers)

Q. What is portable executable (PE)? Interview Questions (0 answers)

Q. What is Code Access Security (CAS)? Interview Questions (0 answers)

Q. How does CAS work? Interview Questions (0 answers)

Q. Who defines the CAS code groups? Interview Questions (0 answers)

Q. How do I define my own code group? Interview Questions (0 answers)

Q. How do I change the permission set for a code group? Interview Questions (0 answers)

Q. Can I create my own permission set? Interview Questions (0 answers)

Q. I'm having some trouble with CAS. How can I diagnose my problem? Interview Questions (0 answers)

Q. I can't be bothered with all this CAS stuff. Can I turn it off? Interview Questions (0 answers)

Q. What is serialization in .NET? What are the ways to control serialization? Interview Questions (0 answers)

Q. Why do I get errors when I try to serialize a Hashtable? Interview Questions (0 answers)

Q. What is exception handling? Interview Questions (0 answers)

Q. What is Assembly manifest? What all details the assembly manifest will contain? Interview Questions (1 answers)

Q. Difference between assembly manifest & metadata? Interview Questions (1 answers)

Q. What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place? Interview Questions (0 answers)

Q. How to find methods of a assembly file (not using ILDASM) Interview Questions (0 answers)

Q. What is Garbage Collection in .Net? Garbage collection process? Interview Questions (1 answers)

Q. What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly? Interview Questions (0 answers)

Q. Describe the Managed Execution Process? Interview Questions (0 answers)

Q. What are ADSI Directories? Interview Questions (0 answers)

Q. How Garbage Collector (GC) Works? Interview Questions (0 answers)

Q. Why do we need to call CG.SupressFinalize? Interview Questions (0 answers)

Q. What is nmake tool? Interview Questions (0 answers)

Q. What are Namespaces? Interview Questions (1 answers)

Q. What is the difference between CONST and READONLY? Interview Questions (1 answers)

Q. What is the difference between ref & out parameters? Interview Questions (1 answers)

Q. What is the difference between Array and Arraylist? Interview Questions (2 answers)

Q. What is Jagged Arrays? Interview Questions (1 answers)

Q. What are indexers? Interview Questions (0 answers)

Q. What are Satellite Assemblies? How you will create this? How will you get the different language strings? Interview Questions (0 answers)

Q. What is DLL hell? Interview Questions (0 answers)

Q. What is ASP.Net? Interview Questions (1 answers)

Q. Difference between ASP and ASP.Net? Interview Questions (1 answers)

Q. How do you do exception management? Interview Questions (1 answers)

Q. What is Web Server? Interview Questions (1 answers)

Q. What is the difference between server side and client side code? Interview Questions (3 answers)

Q. What is the difference between Application_start and Session_start? Interview Questions (1 answers)

Q. What are different types of controls available in ASP.Net? Interview Questions (2 answers)

Q. Why would you use “EnableViewState” property? What are the disadvantages? Interview Questions (3 answers)

Q. What are the caching techniques available? Interview Questions (2 answers)

Q. How many objects are there in ASP? Give there names. Interview Questions (1 answers)

Q. What are the validation controls available in ASP.net? Interview Questions (2 answers)

Q. What is the difference between Server.Transfer and Response.Redirect? Interview Questions (3 answers)

Q. What does WSDL, UDDI stands for? Interview Questions (3 answers)

Q. Is it possible to share session information among ASP and ASPX page Interview Questions (20 answers)

Q. What are the caching techniques available? Interview Questions (1 answers)

Q. What are the different types of authentication modes available? Interview Questions (2 answers)

Q. What type of code (server or client) is found in a Code-Behind class? Interview Questions (1 answers)

Q. Should validation (did the user enter a real date) occur server-side or client-side? Why? Interview Questions (2 answers)

Q. What does the "EnableViewState" property do? Why would I want it on or off? Interview Questions (2 answers)

Q. What is the Global.asax used for? Interview Questions (2 answers)

Q. Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines? Interview Questions (3 answers)

Q. If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users? Interview Questions (2 answers)

Q. Can you explain what inheritance is and an example of when you might use it? Interview Questions (2 answers)

Q. Describe the difference between inline and code behind. Interview Questions (1 answers)

Q. Explain what a diffgram is, and a good use for one? Interview Questions (2 answers)

Q. Which method do you invoke on the DataAdapter control to load your generated dataset with data? Interview Questions (3 answers)

Q. Can you edit data in the Repeater control? Interview Questions (5 answers)

Q. Which template must you provide, in order to display data in a Repeater control? Interview Questions (1 answers)

Q. How can you provide an alternating color scheme in a Repeater control? Interview Questions (1 answers)

Q. What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control? Interview Questions (2 answers)

Q. What base class do all Web Forms inherit from? Interview Questions (175 answers)

Categories


Advertisement



Now Playing ...



Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.