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();
Lead Net Developer Interview Questions
4,977 lead net developer interview questions shared by candidates
1- About Rate yourself in C#, JavaScript, Angular JS, SQL SERVER 2- Difference between Static & Singleton Class. 3- Write a Prime No Program. 4- What is Hoisting in Javascript.
denormalization and usages?
asked to write code on sorting an array and identify duplicates in array in any language you are comfortable in.
questions were on dependancy property, Commands, triggers, events, binding and API
.NET Data structures Frontend knowledge Cloud expertise Lead engagement
Project Architecture
About ASP.NET, ADO connections, Java questions
1) What is Encapsulation and Polymorphism 2) Difference between Abstraction and Interface 3) Difference between IQueryable and IEnumerable 4) Explain Extension Methods, Anonymous method, Middleware 5) Write a C# program for reversing of the Whole String. 6) Write a C# program to print index of Array from given Array Of Numbers [2, 7, 11, 15] whose Sum is 9.
Describe how you would bring third parties with you to deliver the company's objectives when they are potentially resistant to change?
Viewing 4901 - 4910 interview questions