C#.NET
Lead Net Developer Interview Questions
3,416 lead net developer interview questions shared by candidates
abstract vs interface
Singleton pattern
.net and azure related questions
Diff between Serialization and Deserialization
Tell me about yourself. C#: How much do you rate yourself in each technology. Multi-threading in C#. What is Abstract class? Is it possible to create an instance of an abstract class? What is abstract method? What is different between abstract class and an interface? Why multilevel inheritance is not supported in C#? How to override method in derived class? What is runtime polymorphism? Method Overloading and method Overriding. What is generic class? What are delegates? How to synchronize two threads? MVC: What is authentication and explain token based authentication? What is authorization? What are filters in MVC?
pattern printing, given an array- [1,2,3,4,5,6] length-6 , group-4, iteration-4 print below pattern [1,2,3,4] [5,6,1,2] [3,4,5,6] [1,2,3,4]
Asked to write couple sql queries.
Desing a restaurant. every table has some customers. there are waiters that serve the table, and there are chefs that can only handle a single dish at any given moment. write code that will take order(s) from a table and process it, when every dish is ready print it to the console. think about how waiters are going to take orders and deliver them to the chef, and how a chef will notify the waiters dish is ready (probably some sort of queue)
Describe a project you did in the past
Viewing 3351 - 3360 interview questions