Programmer Analyst Net Developer Interview Questions

8,169 programmer analyst net developer interview questions shared by candidates

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();
avatar

Junior C# and .NET developer

Interviewed at NiCE

3.9
Jun 6, 2024

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.
avatar

Senior .NET Engineer

Interviewed at EPAM Systems

4
Jan 20, 2026

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 8111 - 8120 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 8,169 interview questions and reports from Programmer analyst net developer interviews. Prepare for your interview. Get hired. Love your job.