All questions are related to .Net and SQL. One more managerial round was there.
Ingeniero De Software Net Interview Questions
7,077 ingeniero de software net interview questions shared by candidates
Project Architecture
Design Patterns
1) SOLID 2) DI 3) NoSQL Vs SQL Databases 4) ASP.Net Core 5) Design patterns c#
Tell me about your role in the current project? Are you willing to take ownership? What would you say about your communication with stakeholders of projects? Tell me about a solution which made a big difference in the system if any?
Are you willing to relocate?
Solid principles, oops concept , linq
Nothing major general questions and some of them were deep
What is application life cycle
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();
Viewing 6971 - 6980 interview questions