Lots of behavioural questions related to the role and my personality profile. Tell me about a time when you led a project?
Senior Software C Developer Interview Questions
5,483 senior software c developer 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
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
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)
You have written you were cleaning in McDonalds.
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;
Viewing 931 - 940 interview questions