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++
C Software Interview Questions
5,483 c software interview questions shared by candidates
What is Instrument fixing in Endur?
why bpo?
nothing
implement malloc and free such that free knows the size of the allocation
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;
Sistema de API para múltiplos pontos de vendas com redirecionamento assíncrono para pontos separados dentro da cozinha de cada restaurante com documentação, testes unitários sendo multiplataforma e qualidade à nível de produção
descrivere un algoritmo di resample di un immagine con interpolazione lineare
A detailed introduction of myself, mostly about former internships that they are interested in. Not challenging, very smooth, I think probably because of my technical skills shown in the previous internship are what they value, and that I have done some consulting-related work in that internship.
some simple questions on data structures and algo (see answer)
Viewing 931 - 940 interview questions