Interview Questions
Oops:
1)
Four pillars of oops
2)
Polymorphism
3)
When we go for abstract class
and inheritance
4)
Types of constructors
5)
Static Constructor
6)
Default access Modifier of a
class
7)
Difference between internal and
protected internal
8)
Shadowing
C#
1)
Difference between ref and out
keywords
2)
Difference between arrays and
array list
3)
Solid Principles
4)
Difference between throw and
throw ex
5)
Difference between Dispose()
and Finalize()
6)
If we write return statement in
try block when the finally block executed?
MVC
1)
Advantages of MVC over Asp.net
2)
Bundling and minification
3)
State management in MVC
4)
Temp data vs Viewag
5)
Peek and Keep
6)
Action Results
7)
Types of Filters
8)
Partial Views
Sql
Server
1)
Difference between SP and
Function
2)
Joins
3)
Triggers
4)
Cursers
5)
Indexes
6)
How do u perform Bulk
insertions in sql(Using table type variables)
WCF
1)
Types of contracts
2)
Exception Handling in WCF
3)
Ways of hosting WCF Services
4)
Instance Modes
5)
What is service throttling
6)
Communication Modes
