Talk about CV and previous roles
Senior C Software Developer Interview Questions
5,483 senior c software developer interview questions shared by candidates
Questions / OR, AND, XOR : ==================== static bool Alpha { Console.WriteLine("alpha"); return true; } static bool Beta { Console.WriteLine("beta"); return true; } static void Main() { if (Alpha() && Beta()) { Console.WriteLine("gama"); } } => qu'est ce qui s'affiche? puis idem avec : - if (Alpha() || Beta()) - if (Alpha() ^ Beta()) Questions / Interface, Struct, Class : ========================== interface Point { int X { get; set; } int Y { get; set; } } on a ensuite une class et une struct qui implémentent cette interface dans la classe principale on crée un nouveau point à partir de la class ou de la struct, puis on passe l'objet à une méthode qui mets à jour les coordonnées il faut dire si les coordonnées ont bien été mises à jour ou non.
Past experience , difficult situations, quiet environment
Explain oops concepts via code
Typical C++ questions Implement your own shared pointer Singleton implementation
The vacancy has been there for 1 year already. Hong Kong has 7 million population.
How is std::map and std::unordered stl containers implemented internally - the underlying data structure?
What does virtual keyword means and how it internally works. Like vtable and function pointers
Why do you want to join?
hoe zie jij je toekomst in het bedrijf groeien.
Viewing 4611 - 4620 interview questions