VB interview questions.
OOPS
General ASP Questions
- What is asp.net?
- Using Radio Button and setting the property?
- What is the difference between and process and thread?
- What is meant by base abstraction class?
- What is web service?
- What is the difference between DLL and exe?
- What is the difference between standard exe and windows services
- What is a gac?
- What is the difference between private assembly and shared assembly?
- What is the difference between interface and class?
- What is reflection?
- What are functions?
- Can datetime use null field?
- What is finalize and dispose method?
- Explain the use of "Virtual, Overwrite"
- What is innerjoin and what is outerjoin?
- What is Normalization and Denormalisation? Why it is used?
- What is the difference between procedure and function?
- Versions of .NET?
- Life cycle of aspx page execution?
- What is the description of debugging namespace in .NET?
- What is Database schema? Can we have multiple schemas?
- What is the difference between trigger and stored procedure?
- How to implement multi-thread process in VB?
- How to do documentation?
- What are the different Objects in ADO.NET?
- What is Connection Pooling?
- What are the controls used in ASP.NET?
- How Input Validation Controls are used in ASP.NET?
- How authentication is done in ASP?
- Name some third party controls used in your project?
- How Crystal reports is used?
- What is ASP.NET page view?
- What are the OOPS concepts?
- In ASP, how do you read a value from a form?
- Difference between response.redirect and server.transfer?
- How do you select maximum salary from a table?
- How to draw ERD diagram using Microsoft Visio?
- What is index? Name different indexs?
- What is the difference between in process and out of process?
- What is Primary Key?
- What is reference key?
- Implement exception handling?
- Derived classes?
- Base classes out keywords?
- Polymorphism?
- Abstract class?
- What is active directory?
- What is TCP/IP?
- What is POP3?
- How to include webservices in .NET application?
- What is a Diffgram?
- What are the three parts of N-tier application?
- Where catch, try finally is used in VB?
- What is a Session?
- What are different session modes/ types?
- How state management is done in ASP.net?
- What is a Cookie?
- What is System Development Life Cycle(SDLC)?
- What is Database Life Cycle(DBLC)?
- What are the validaton control used in asp.net?
- How to control the access to a page using config file?
ADO Questions
- What are the classes in ADO.net?
- Difference datagrid and grid view?
- Difference ADO.net in version 1 and version 2
Database Questions
- What is the difference between truncate and delete command?
- What are transaction control statements?
- Difference between Query and ad hoc query
- What are Joins?
- What is the difference between Data Table and data View?
- What is the use of temp table?
- How to find the updated records while using trigger?
- How to configure SQL server 2005 Express edition for Mixed Mode Authentication?
- What are the Data Source Controls used in ASP.net?
- What are the different types of constraints?
- What is the difference between primary key, unique key and Surrogate Key?
VB Questions
- What is the difference between Let and Set in VB?
- How do you go through the elements of a collection?
- How do you compare Vb and C# as two languages in ASP.net?
Version Control
- What is CVS?
Reporting Tools
- What are Crystal Reports?
- What is SRS Reports?
- What is the difference between Crystal Reports and SRS Reports?
C# Questions
- New features of .NET 2 compared to .NET 1
- What are different Page load events?
- What is the difference between Response.redirect and server.redirect?
- Can we store multiple data types in System.array?
- What is boxing and unboxing?
- What is the function of System.URL.encode?
- What is meant by managed code and managed class?
- What is a reflection?
- Does dotNET support multiple inheritance?
- What is the difference between private and shared assembly?
- How the assembly version is stored?
- What is application domain?
- What is code access security?
- What is page post back?
- Where a Page.valid() is used for?
- What is Autopostback()?
- What is the difference between Data Reader, Data Set, Data table and Data View?
- What is SQL Data Deader?
- What are validation controls?
- What is code behind?
- Where the specific sttings are stored?
- Where private assembly is stored?
- How to disable view state?
- Respose .Write and Response.output
- Which takes the highest precedence?
- Difference between structure and class?
- How to identify create table?
- What is a clustered index?
- How a union works?
- Right Outer join?
- What is a bubbled event?
- What is the difference between structure and class?
- How to prevent resize of a control?
- Is VB.NET a Object Oriented language?
- How can you find out MDI child form is opened?
- What is the difference between extract function and virtual function?
- What is the difference between Array list and Hash table ?
- What is Inumerable index?
- What is the difference between interface and Abstract class?
- What is the use of string builder?
- Notations used in VB
- Pascal Notation
- VB Structure
- Java Notation
- Form feed character
- Select case identifier
- Goto label label identifier
- Database
- ASP.NET General test Questions
- system.web methods?
- What are the difference between array and hash table?
- What is security trimming?
- What are the dependency controls used in asp.net?
- What are the globalacx events?
- Difference between ver 1 and ver 2 by language base?
- How polymorphysum, abstraction, encapsulation and inheritance used in C#?
- How to check wether the page is newly requested?
HTML Questions
- How do you create a dropdown list in HTML?
- What is the difference between HTML and XHTML?
Architecture
- What is Model VIew Controller?