Proyectos en los que había trabajado, como trabajaba con entity framework(code first, model first, etc), si había tocado procedimientos almacenados, patrones de diseño, testing, etc.
Net Manager Interview Questions
8,171 net manager interview questions shared by candidates
explain di principle
String manipulation problems from the internet
Almost everything from my resume.
Nothing major general questions and some of them were deep
HR also interested in your previous employment projects. They ask you about your projects in details. Other usual questions you can expect are 1. Tell me about 2 Positive, Negative point about your company. 2.What do you know about our company. 3.Why do you want to join our company.
Project Architecture
Design Patterns
What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
Difference between monolithic architecture and microservices. Difference between using a try-catch block with catch (Exception ex) { throw; } and not having a catch block. Difference between clustered and non-clustered index. What is a garbage collector? What is middleware? What is Entity Framework? Difference between inner join and outer join.
Viewing 8001 - 8010 interview questions