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).
Lead Net Developer Interview Questions
8,175 lead net developer interview questions shared by candidates
string str="abcdaefbbca"; - Find Count of Char each char in c#
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(); } }
C# syntax questions, fundamental level.
focused on indexes
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
Some basic concepts of OOPs , delegates, Project discussion.
Can you do a cultural assessment
Basic oops Management skills related questions Server configuration and troubleshooting questions how to manage team and project eetc
¿Qué tecnologías he manejado? ¿Cuánta gente dirigía?
Viewing 2381 - 2390 interview questions