Write a multiplication code without asterisk. Logical question. General knowledge about Amadeus. Question about smart pointer and design pattern.
C Software Engineer Interview Questions
3,488 c software engineer interview questions shared by candidates
There were some criteria in the mind of reviewers. I had to guess them and to implement according to them.
When is Bubblesort faster than Quicksort
You never did tell me how much you make, what do you want for money?
What is the pointer? Which operations are allowed?
He asked me questions on my final year project. then he moved on to questions related to maths like vector, cartesian geometry, etc. Then at last he asked me to write a program in C++
what do you know about the company?
Gave me 2 sheets where one sheet contains a big C++ program which OOPS concept and contains more than 10 print statements. Interviewer asked me to write all outputs. Then interviewer asked me explain the answers.
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;
Project details.
Viewing 541 - 550 interview questions