OOPS, C#.NET, ASP.NET, MVC concepts, SQL
Net Interview Questions
8,159 net interview questions shared by candidates
Questions based on front end tool was not asked rather he was interested in traditional HTML,css,ajax but I was prepared with JavaScript,Angular8,React-native
Tell me about your self?
OOPs concept ASP.net ADO.net Ajax SQL Scenario based questions
Life cycle of an MVC application
Previous projects and a few more general questions
Fortalezas, debilidades, conocimiento tecnico, titulo universitario, experiencia laboral
Basic to Standard Questions, related to applied domain, personal introduction and hobbies.
Domande riguardanti la mio carriera lavorativa
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 8121 - 8130 interview questions