Net Entwickler Interview Questions

8,171 net entwickler interview questions shared by candidates

Split string on spaces except words in quotes Check for palindrome string. DB design for gmail. Interviewer's expectation was on UI (JavaScript, jQuery) but as I don't have experience on those, interview was done within 30 minutes.
avatar

Technical Lead .NET

Interviewed at Zenoti

4.1
Apr 6, 2022

Split string on spaces except words in quotes Check for palindrome string. DB design for gmail. Interviewer's expectation was on UI (JavaScript, jQuery) but as I don't have experience on those, interview was done within 30 minutes.

Some of the competency questions I remember: -Tell us about a time when you took a risk? -What would you say are you strengths? -What is your biggest weakness? -What was the best team you worked in? -Tell us about a time you worked in a bad team/things when wrong.
avatar

.NET Graduate Developer

Interviewed at Sopra Steria

3.5
Oct 12, 2016

Some of the competency questions I remember: -Tell us about a time when you took a risk? -What would you say are you strengths? -What is your biggest weakness? -What was the best team you worked in? -Tell us about a time you worked in a bad team/things when wrong.

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 8121 - 8130 interview questions

Glassdoor has 8,171 interview questions and reports from Net entwickler interviews. Prepare for your interview. Get hired. Love your job.