C Net Developer And Programmer Analyst Interview Questions

15 c net developer and programmer analyst interview questions shared by candidates

There were 4 timed sections. The first one was a series of narrative logic puzzles (which I acknowledge up-front that I am terrible at), the second and third were spatial reasoning puzzles (which I am usually pretty good at but who knows), and the final was a coding challenge. The coding challenge involved comparing two version strings, like "2.0.1" > "2.0.0"
avatar

Senior Software Architect (C# and .NET)

Interviewed at Emergent Software

4.4
Dec 8, 2023

There were 4 timed sections. The first one was a series of narrative logic puzzles (which I acknowledge up-front that I am terrible at), the second and third were spatial reasoning puzzles (which I am usually pretty good at but who knows), and the final was a coding challenge. The coding challenge involved comparing two version strings, like "2.0.1" > "2.0.0"

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 11 - 20 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 15 interview questions and reports from C net developer and programmer analyst interviews. Prepare for your interview. Get hired. Love your job.