Lead Net Developer Interview Questions

8,175 lead net developer interview questions shared by candidates

1st Face to Face Interview (By Harman Employee) --------------------------------------------------------------- Explain four principles of OOPS Abstraction. Example What is the default access modifier of Class constructor Default access modifier Of Abstract class Encapsulation example Polymorphism Static Overloading scenarios Explain below try { exception } catch { throw exception }finally { 1/0 } LINQ: Acheive Left Join on List1 and List2 Solid principles : What does "L" stands for. He tried to confuse me around Liskov and Interface segregation to check understanding. Design pattern : Singleton We can use static class, why to go for Singleton class? Multi Threading question How do u protect Singleton in Multi threading. Client Interview: ---------------------- Difference between Abstract class and static class. Difference between Delegate and Event Delegate: What is Covariance How can you return Custom Data Type in LINQ (Using Select) Difference between abstract and interface IDisposable and Finalize WCF: Data Contract Vs MessageContract in WCF. SOLID principles: Explain any two. What will you do if you want more than one return value from a method? (A: out or ref).
avatar

Senior Software Engineer .NET

Interviewed at HARMAN

3.8
Nov 26, 2018

1st Face to Face Interview (By Harman Employee) --------------------------------------------------------------- Explain four principles of OOPS Abstraction. Example What is the default access modifier of Class constructor Default access modifier Of Abstract class Encapsulation example Polymorphism Static Overloading scenarios Explain below try { exception } catch { throw exception }finally { 1/0 } LINQ: Acheive Left Join on List1 and List2 Solid principles : What does "L" stands for. He tried to confuse me around Liskov and Interface segregation to check understanding. Design pattern : Singleton We can use static class, why to go for Singleton class? Multi Threading question How do u protect Singleton in Multi threading. Client Interview: ---------------------- Difference between Abstract class and static class. Difference between Delegate and Event Delegate: What is Covariance How can you return Custom Data Type in LINQ (Using Select) Difference between abstract and interface IDisposable and Finalize WCF: Data Contract Vs MessageContract in WCF. SOLID principles: Explain any two. What will you do if you want more than one return value from a method? (A: out or ref).

output of below code class A { public virtual void show() { Console.WriteLine("Hello: Base Class!"); Console.ReadLine(); } } class B : A { public override 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 virtual void show() { Console.WriteLine("Hello: Base Class!"); Console.ReadLine(); } } class B : A { public override void show() { Console.WriteLine("Hello: Derived Class!"); Console.ReadLine(); } }

Online test -MCQ easy, program to find min & max array element, program to generate largest number using all elements of array & check if string is balance (count of all distinct charters should be same) Technical Round - abstraction,interface, why abstraction when we can do all the same functionalities with normal class, dispose vs finalize , what does happen at machine level when we use dispose, ienumerator vs ienumerable , how does c# code executes in dot net, ref vs out, value type vs reference type, method calling in case of inheritance with multiple interfaces, implicit vs explicit, garbage collector................. interview tested all round knowledge of c# and i was rejected after this round.....2 yrs exp
avatar

Dot Net Developer-c#

Interviewed at Epicor Software

3.7
Apr 24, 2017

Online test -MCQ easy, program to find min & max array element, program to generate largest number using all elements of array & check if string is balance (count of all distinct charters should be same) Technical Round - abstraction,interface, why abstraction when we can do all the same functionalities with normal class, dispose vs finalize , what does happen at machine level when we use dispose, ienumerator vs ienumerable , how does c# code executes in dot net, ref vs out, value type vs reference type, method calling in case of inheritance with multiple interfaces, implicit vs explicit, garbage collector................. interview tested all round knowledge of c# and i was rejected after this round.....2 yrs exp

Viewing 2381 - 2390 interview questions

See Interview Questions for Similar Jobs

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