ASP.NET, C#, SQL Server, AJAX Interview Questions
If you aware of this interview questions for ASP.NET with C#. you can clear interview up to 50% guarantee. If you know any answers please fill in the comments section.
- What is mean by transaction in SQL Server?
- How to Change Identity column value of the SqlServer Table
- What are Max number of columns allows per table in SQL Server?
- Difference between Primary key and unique key?
- What is difference between having and Where clause?
- What is SQL Server paging?
- A table can have indexes. So, what are possibilities are there for tables?
- Query for column values by comma separated in Sql Server?
- Write a query for second highest salary using SQL Server?
- What are inner joins, Outer joins and self joins?
- Types of Cursors?
- write a function for converting integer into into time?
- Using select statement how to insert data into other table?
- What are isolation levels while using transactions?
- What is the maximum number of indices per table in SQL SERVER?
- Is SQL Server functions Pre-compiled statements?
- What are the main disadvantages of the index in SQL Server?
- SQL Query: Select duplicate records using group by and having clause
- What are DML, DCL, TCL and DDL statements in SQL Server? Explain briefly with an example?
- What are difference between stored procedure and functions?
- What is profiles in SQL Server?
- Sql stored procedures performance tuning tips and tricks?
- What is Cascading referential integrity constraint?
- SQL Query performance tips and tricks?
- What is difference between primary key and candidate key?
- How many types of indexes are there in SQL Server?
- difference between #tempTable,##tempTable,@tableName?
- Types of Joins in SQL Server? What are link between Common Table Expression and SQL Server?
- Types of views in SQL Server?
- What is sub query? How many types of sub queries are there in SQL Server?
- how many kinds of views..
- query to find previous interset row...
- how many @ variable types in sql server.
- Types of SQL Server joins with examples?
- What are Cursors?Advantages and disadvantages of Cursors?
- What are the differences between drop, delete and truncate statements in SQL Server?
- Where did you use Cursors in your project?
- What are different types of temp tables in the SQL Server?
- What are the difference between global and local temporary tables in SQL Server?
- Can we give referential integrity or foreign key constraint on temporary tables?
- How to delete temporary tables in sql server?
- In which database temporary tables will store in sql server?
- What is index? How many types of indexes are there in SQL SERVER?
- What is difference between clustered index and non clustered index in sql server?
- Views and its limitations (Is it really useful for a project?)
- Stored procedures and its test priority.
- Write small query on Group by having syntax?
- triggers and cursors in your application?
- can we call stored procedure with in stored procedure?
- What is concurrency? What are problems in database concurrency?
- What is optimistic and pessimistic concurrency?
- What is mean by Cascading referential integrity constraint?
- What are locks in sql server? How many types of locks are there in SQL Server?
- What are SQL Server Isolation levels?
- Stored procedures are pre-compiled, then where precompiled data will store?
- What is mean by table scan in sql server?
- If we do table scan, is there any performance issue?
- What is use of an index on the column, if we use in the GROUP BY clause?
- How to find how many indices are there for the table using system stored procedure
- What are benefits we will get when we use index in SQL Server?
- What is Query optimizer? what is the purpose of this?
- What is the main purpose of an index, when we maintains unique column in table?
- when we have are creating unique clustered index on the primary key column? give me some example?
- What is composite index? advantages?
- What is Covering query in SQL Server?
- What is b-tree?
- What is difference between sql server 2005 and sql server 2008 in terms of developer prospective?
- How is clustered index and non clustered index will maintain values in the b-tree?
- What is difference between @ and @@ variables in the t-sql?
- What is .NET Framework?
- What is Microsoft Intermediate Language (MSIL)?
- What is Common Language Runtime in .net framework?
- What are .net Threads?
- Write one example on threads?
- The .NET Class Library
- What is Managed Code?
- What is Common Language Specification (CLS)?
- What is Common Type System (CTS)?
- What is .net Namespace?
- What is Portable Executable(PE) File Format?
- What is Just in Time Compiler (JIT)?
- What is .Net Framework Metadata?
- What is .Net Framework Assembly?
- What are properties of Assembly?
- What is .NET strong name?
- How many types of Assemblies are there?
- What is private assembly and Shared Assembly?
- What is .Net Satellite Assembly?
- What is code access security?
- What is mean by Assembly Manifest in .net framework?
- What is Global Assembly Cache (GAC)?
- What is Garbage Collection?
- What is Application domain?
- How memory management work in .NET framework?
C#.NET AND ASP.NET
- Explain about your project?
- Can we open web.config file through URL?
- Can we host ASP.NET web service out side IIS?
- What is view state and its disadvantages?
- ASP.NET page life cycle concept extension in 3.5?
- How did you handle exception in your project?
- What is global.asax file?
- What is bubble event?
- What is AutoEventWireup?
- Can we use two web.config files in asp.net project? If Possible How?
- How many kind of section are there web.config? Explain few of them?
- What is caching? types of caching and examples?
- What is iDisposable?
- What is enum?write one small example?
- Where did you use caching in your project?
- How HTTP handler work in ASP.NET?
- Design Patterns - singleton and Abstract factory?
- MVP architecture
- MVC architecture
- Difference between MVP and MVC Architecture?
- 3 tier architecture and difference between tier and layer?
- What is UML structure of your project?
- How to implement theme in project?
- Request Response in ASP.NET?
- How to upload large file in using ASP.NET file uploader.
- Can we pass dataset through query string?
- what is base class for system.data.sqlclient?
- are we need to give connection to sqlcommand?
- what are shared methods?
- How u did payment integration In your application.
- What is session?What kind of session you have used in your application?Why you have choose this session mechanism?
- What is Lamda expression?
- How many server side form validation controls? What are they?
- Difference between server side validation and client side validation? Which is reliable and which is fast?
- What is LINQ? explain one example?
- how to convert object to xml(obj.convertToXml(obj)--need to check)
- Difference between value types and reference types...
- What is difference between ref and out keywords?
- Extension methods preparation in asp.net like (.tostring())
- What is custom membership?
- https mechanism?
- SOAP header for method level security?
- What is difference between get and post method in form processing?
- Difference between user controls and custom controls.
- LINQ Example with list?
- Late binding. (in linq)?
- httpHandlers and httpmodules?
- difference between cache and session in the server side? where these are exactly storing?
- did u create any framework?
- What is delegate? How many types of delegates are there? Where did u use delegates in your application.
- What is custom membership?
- What is generic class? write code for list<int> lst=new list<int>() with manual coding.
- what is memory management of CLR? Tel me about garbage collector methods>?iDispose and iHandler like that.
- how many types of memory types are there in the programming.
- You know any other technologies rather than this technologies?
- session management techniques?
- difference between value types and reference types?
- What is boxing and unboxing?
- why we should not use these boxing and unboxing?
- why should not use direct garbage Collector mechanisms?
- how to dispose objects explicitly in the c#.net?
- what is useful of "using" keyword?
- What are c# 2.0 features?
- What are c# 3.0 features?
- What are c# 4.0 features?
- What is difference between list and linkedlist?
- What is difference between arraylist and linkedlist?
- what is difference between arraylist and dictionary?
- What is difference between dictionary and Hash Table?
- What kind of operation will done in wcf operator overloading and web services operator overloading?
- web services and WCF ... basic questions
- what is contract? how many contracts are there in wcf?
- how did u perform client certification using WCF.
- What is WCF architecture? What is ABC?
- Explain Bindings in WCF with examples?
- write some sample code for jQuery? where did u implement all jQuery examples in your application.
OOPS
- OOPS methodologies with all explanations?
- Write a program to count the object instantiation?
- Interfaces, abstract methods and its disadvantages?
- Different types of classes in OOPS?
- run-time polymorphism with all examples as well code modification?
- can i create constructor with parameterized without default constructor?
- Difference between Static and normal constructor in c#.net?
- what are indexers in C#.NET OOPS
- abstract classes and interfaces?
- What is partial class?
- Polymorphism-- over load and over rides.
- abstract class vs interfaces.
- how to compare two objects like obj1=obj2 or obj1.equals(obj2)
- access specifiers
- over ride
- shared methods..
- generic classes
- delegates
- in over ride concept how to call the derived class
- method with factory objects.
- sealed keyword
- we have 3 methods in one class. how to hide one method in the derived class or normal class or creating object for class also.
- Aggregation and Association
see more OOPS DOTNET Interview questions
AJAX- What is AJAX Architecture?
- What are Methods and properties are there in ASP.NET AJAX?
- Where did u use AJAX in your application?
- How ajax will call to the server? what is that architecture picture and mechanism?
- which method is the important method in the Ajax for connecting server?
CSS
- How can we print the web page parts using CSS?
- Did you use CSS Hacks in your application.
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.