Junior Developer Interview Questions

14,267 junior 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;

In Technical Interview, They asked questions from 1) Data Base Management System and SQL 2) About your mentioned and well griped Programming language ( mainly C/ C++/ Java and Python but mainly Java) 3) About my Minor and Major project like, How I came up with Idea? What is the blueprint?, How I deigned the model? How I Connected and implemented schema of database?, Why I used the specific technology stack, Future Scopes etc. In HR Interview just common questions about me like introduction, about my family, my strengths and weaknesses and one thing uncommon i.e HR asked me to tell about geographic location and history about my city and He offered biscuits too. 😊
avatar

Junior Software Developer

Interviewed at Zensar Technologies

3.7
Feb 29, 2020

In Technical Interview, They asked questions from 1) Data Base Management System and SQL 2) About your mentioned and well griped Programming language ( mainly C/ C++/ Java and Python but mainly Java) 3) About my Minor and Major project like, How I came up with Idea? What is the blueprint?, How I deigned the model? How I Connected and implemented schema of database?, Why I used the specific technology stack, Future Scopes etc. In HR Interview just common questions about me like introduction, about my family, my strengths and weaknesses and one thing uncommon i.e HR asked me to tell about geographic location and history about my city and He offered biscuits too. 😊

Viewing 2001 - 2010 interview questions

Glassdoor has 14,267 interview questions and reports from Junior developer interviews. Prepare for your interview. Get hired. Love your job.