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.
avatar

Développeur C#

Interviewed at Klee Group

3.4
May 22, 2018

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.

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.
avatar

C# Programmer

Interviewed at Experian

4.1
Jul 15, 2015

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.

Viewing 4601 - 4610 interview questions

Glassdoor has 5,483 interview questions and reports from Senior c software developer interviews. Prepare for your interview. Get hired. Love your job.