Junior Net Developer Interview Questions

8,170 junior net developer interview questions shared by candidates

output of below code class A { public void show() { Console.WriteLine("Hello: Base Class!"); Console.ReadLine(); } } class B : A { public new void show() { Console.WriteLine("Hello: Derived Class!"); Console.ReadLine(); } }
avatar

Technical Lead (.NET)

Interviewed at HARMAN

3.8
Mar 27, 2024

output of below code class A { public void show() { Console.WriteLine("Hello: Base Class!"); Console.ReadLine(); } } class B : A { public new void show() { Console.WriteLine("Hello: Derived Class!"); Console.ReadLine(); } }

1. What is your favorite SOLID principle, and why? 2. What are the pros and cons of test-first vs test-second development? 3. 3. For your favourite language, tell me about a new (or upcoming) language feature that has you excited. Why is it exciting to you?
avatar

.NET Developer

Interviewed at Pushpay

3.9
Jun 21, 2023

1. What is your favorite SOLID principle, and why? 2. What are the pros and cons of test-first vs test-second development? 3. 3. For your favourite language, tell me about a new (or upcoming) language feature that has you excited. Why is it exciting to you?

Viewing 6361 - 6370 interview questions

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