C Net Lead Developer Interview Questions

57 c net lead developer interview questions shared by candidates

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;
avatar

Junior C# and .NET developer

Interviewed at NiCE

3.9
Jun 6, 2024

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;

written : techniques of session management, merge two sorted array into single sorted array, few basic mathematical questions, order of having, group by, select, table etc 1st round : what is api ? how is soap different for restful service ? managing session out proc ? 2nd round : represent a tree with n node on code ? print all leaf nodes from this tree ? how can we represent this tree in rdbms ? print all leaf node from table you have made using query ? on click of button make the div of some color (apply class on div on click of button).
avatar

Team Lead C# .NET

Interviewed at BOLD

3.3
Apr 27, 2017

written : techniques of session management, merge two sorted array into single sorted array, few basic mathematical questions, order of having, group by, select, table etc 1st round : what is api ? how is soap different for restful service ? managing session out proc ? 2nd round : represent a tree with n node on code ? print all leaf nodes from this tree ? how can we represent this tree in rdbms ? print all leaf node from table you have made using query ? on click of button make the div of some color (apply class on div on click of button).

Viewing 11 - 20 interview questions

Glassdoor has 57 interview questions and reports from C net lead developer interviews. Prepare for your interview. Get hired. Love your job.