.Net interviews Questions mostly asked
Ask Question
By
Junaid A
29-Dec-2024
1
.Net interviews Questions mostly asked
- Design patterns (Singleton, Abstract, Repository)
- .Net Components
- CLR working
- managed unmanaged code
- How to secure API's
- Query optimization
- Redis
- Caching
- Soap API's
- .exe files
- Assemblies
- dlls
- Indexing
- Http verbs and their differences
- API Response codes like what is 400, 401 etc
- OutBoundException, NetworkException , exception hierarchy
- Views in SQL
- Can we apply orderyby in Views.
- Transaction in SQL
- CI/CD pipelines
- EF structure and working
- Anti forgery
- CSRF
- Response return from MVC redirect to route.
- Marinating sessions
- Cookies
- How to maintain sessions on different servers.
- Binding
- Bundling
- Boxing unboxing
- Diff between stack and heap
- Diff between value types and ref types
- What’s the difference between Abstract Classes and interfaces?
- How we can achieve abstraction?
- Benefits of using the Interfaces?
- What’s the difference between static constructor / default constructor?
- What is the difference between .net framework and .net Core?
- How we can manage state in .net framework / .net core
- How we can implement caching?
- Describe the web form events?
- Describe Global.asax events
- What’s the difference between Repeater Control and Data grid?
- In which event of page you can change the master page of a child page?
- What is the purpose of using view state? Pros & Cons
- What is DI?
- What’s the difference between Transient and Scoped in .net Core?
- How we can manage sessions? Where we can store session in case of Web Farm?
- What are Rest APIs
- How we can secure Rest APIs
- What is JWT? And how it works?
- What are action filters?
- How MVC pipeline works?
- Any idea about logging frameworks?
- How we can optimize a SQL? Describe the best practices?
- Difference between temp table and table variable
- What’s the difference between IN operation and Exists Operator?
- Why we use Stored procedures instead of inline queries?
- Any idea about Indexs?
- How you will identify the Index is required?
- Any idea about the query optimization plan?
- What’s the difference between seek and scan?
- Is it good approach to use scalar function in where clause? If not then what will be the alternative?
- What is ORM?
- different types of Entity framework approaches
- what are POCO classes?
- main components of Entity Framework Architecture
- different types of inheritance in Entity Framework
- DbEntityEntry Class in EF
- What is migration history table?
- Difference between lazy loading and eager loading
- Pros and cons of different types of loading?
- Difference between LINQ to Entities and Entity SQL
- What are different entity states in EF
- Describe SSDL , MSL and CSDL in an Edmx file
- Difference between LINQ and Entity Framework
Solutions