Software Engineer Net Developer Interview Questions

8,161 software engineer net developer interview questions shared by candidates

HR also interested in your previous employment projects. They ask you about your projects in details. Other usual questions you can expect are 1. Tell me about 2 Positive, Negative point about your company. 2.What do you know about our company. 3.Why do you want to join our company.
avatar

Software Engineer (for .NET)

Interviewed at Sportz Interactive

3.3
Sep 22, 2013

HR also interested in your previous employment projects. They ask you about your projects in details. Other usual questions you can expect are 1. Tell me about 2 Positive, Negative point about your company. 2.What do you know about our company. 3.Why do you want to join our company.

From there, interviewers usually dive into: • The architecture you worked on (.NET Core, MVC, Web API, Microservices). • Your specific contributions (not just team effort). • How you handled challenges (debugging, performance optimization, database queries, exception handling, etc.).
avatar

Dot NET Developer

Interviewed at Mphasis

3.4
Sep 9, 2025

From there, interviewers usually dive into: • The architecture you worked on (.NET Core, MVC, Web API, Microservices). • Your specific contributions (not just team effort). • How you handled challenges (debugging, performance optimization, database queries, exception handling, etc.).

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 8051 - 8060 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 8,161 interview questions and reports from Software engineer net developer interviews. Prepare for your interview. Get hired. Love your job.