A difficult algorithm problem in the online test, and an easy algorithm problem in the phone interview.
Senior C Software Developer Interview Questions
5,483 senior c software developer interview questions shared by candidates
Assertion in a given data structure (interval range map).
How did you solve the problem in your application?
Polsen achter ervaringsprofiel en aanpak van bepaalde grote projecten
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
Question one was first question
C# and OOP concepts; logical questions; personality questions (client facing related); last (3rd) interview consisted of a live simulation of a problem (create the UML class diagrams and discuss about them in order to build the classic "snake game") that I had to solve by working together with their team of 7 developers.
What is a pointer and a reference? Compare their usage and concepts
What are size, alignment and union in C/C++? Give me an example.
Viewing 4601 - 4610 interview questions