Role based authentication
Net Software Developer Interview Questions
8,183 net software developer interview questions shared by candidates
What is boxing and unboxing? why string is immutable? what is garbage collections and where implemented in your project? what is sessions in mvc? difference between routing and attribute routing? difference between DENSERANK AND DENSE AND ROWNUMBER?
What times are you available for an initial call?
Oops concepts Sql Mvc Web api
1. Interface vs abstract class 2. Design patterns 3. Azure api gateway 4. Key vault 5. Function app 6. Application insights 7. Redis cache 8. ELK stack 9. Find 4th highest salary using sql and LINQ 10. Can we add record using HTTP GET 11. Why POST if we can PUT 12. Explain how you will implement registration (from UI till DB) 13. Tempdata vs viewbag 14. Viewdata 15. Authorization of request 16. Team structure and size 17. Sprint planning 18. Exception handling 19. Logging implementation 20. Configure service vs configure 21. Dependency injection 22. Type of DI 23. Can two action have same name and same parameters 24. SOLID principles 25. If you are using JWT authentication and it is stored at client end, and current user has logged out but the token is not removed from UI side and some other user can use that to bypass your application, how will you handle it? 26. Code coverage in Sonar 27. .net vs .net core 28. Guess the output Class A{ Public virtual void display(){ Console.WriteLine(“A.Display()”); } } Class B : A{ Public override void display(){ Console.WriteLine(“B.Display()”); } } Class C:B{ Public new void display(){ Console.WriteLine(“C.Display()”); } } Static void Main(){ A a = new A(); C c = new C(); A = c; c.Display(); a.Display(); } 29. Middleware 30. How routing works 31. Triggers 32. SP vs function, when to use what 33. Azure active directory
OOP-related and web API questions on the technical rounds.
Describe a data sturcture that you can do: Get[x] by key in O(1), Set(x,y) by key in O(1), and setAll(y) by O(1) The setAll does not must really put the value at all the places, its just need to be seen like this(when you do get, you need to get the correct value)
1 st round. 1) what is .net and how the code is being complied in .net. 2) dependency injection, why we use it , in how many ways we can use it. 3) Indexs , SP vs Functions .
What is a static Class? Can you explain me the process of some of your work?
Questions about the Authentication and authorization
Viewing 2901 - 2910 interview questions