Junior Net Developer Interview Questions

215 junior net developer interview questions shared by candidates

Starting from OOP, there were unboxing, async, interfaces, linQ, basic SQL questions, garbage collector internals, safe/unsafe, dynamic, WebAPI middleware, some questions about Action Methods, basic REST, validation, MVC.
avatar

Junior .NET Developer

Interviewed at Exadel

3.9
Oct 19, 2021

Starting from OOP, there were unboxing, async, interfaces, linQ, basic SQL questions, garbage collector internals, safe/unsafe, dynamic, WebAPI middleware, some questions about Action Methods, basic REST, validation, MVC.

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

Viewing 211 - 220 interview questions

Glassdoor has 215 interview questions and reports from Junior net developer interviews. Prepare for your interview. Get hired. Love your job.