Core Java Project Challenges faced during project OOPs concept Example of opos in real life or in yur project Agile SQL Query
Lead Net Developer Interview Questions
1,769 lead net developer interview questions shared by candidates
How was my level of english
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
Background about organisation and role-relevant experience.
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 .
Questions about the Authentication and authorization
Write a function to do sorting
My understanding of .NET, a resume overview and why Volvo
I had only first call with recruiter. It was typical questions about experience and salary expectations.
What are the varios ways that dependenct injection can be achieved
Viewing 1571 - 1580 interview questions