Among other question there was the reason why I choose DataArt.
Net Software Developer Interview Questions
7,079 net software developer interview questions shared by candidates
What is your salary expectation?
How many years of experience do you have?
What books have you read? What web-sites, forums have you use to solve problems?
Implement Fibonacci series with and without loop.
C#: Diff b/n Abstract & Interface Generics & Collection Overriding overloading Delegates Small program Linq SQL: Joins SP & Function Views Triggers User defined table Some query .Net Framework: CLR CTS Garbage
a. Scrum/ Agile b. CI/CD c. programming: recursion with graph d. SQL : simple select statement
What are your future aspirations?
class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;
Explain in details Dependency Injection
Viewing 1081 - 1090 interview questions