Senior C Software Developer Interview Questions

138 senior c software developer interview questions shared by candidates

There were 4 timed sections. The first one was a series of narrative logic puzzles (which I acknowledge up-front that I am terrible at), the second and third were spatial reasoning puzzles (which I am usually pretty good at but who knows), and the final was a coding challenge. The coding challenge involved comparing two version strings, like "2.0.1" > "2.0.0"
avatar

Senior Software Architect (C# and .NET)

Interviewed at Emergent Software

4.4
Dec 8, 2023

There were 4 timed sections. The first one was a series of narrative logic puzzles (which I acknowledge up-front that I am terrible at), the second and third were spatial reasoning puzzles (which I am usually pretty good at but who knows), and the final was a coding challenge. The coding challenge involved comparing two version strings, like "2.0.1" > "2.0.0"

int main() { std::thread* threadHello = new std::thread(printHello); std::thread* threadThread = new std::thread(printThread); return 0; } void printHello() { std::cout << "Hello" << std::endl; } void printThread() { std::cout << "Thread" << std::endl; }
avatar

Senior Software Engineer C++

Interviewed at Netvirta

4.7
Jun 18, 2021

int main() { std::thread* threadHello = new std::thread(printHello); std::thread* threadThread = new std::thread(printThread); return 0; } void printHello() { std::cout << "Hello" << std::endl; } void printThread() { std::cout << "Thread" << std::endl; }

1.Abstract classes/Interfaces with examples 2.Dynamic Polimorphism/overloading with details. 3.Stack working in .Net Framework 4.Multithreading with practical approach. 5.CLR in details 6.Linq and Lambda Expressions 7.Restful and SOAP services
avatar

Senior Software Engineer- C#

Interviewed at Ciena

4.1
Jun 19, 2017

1.Abstract classes/Interfaces with examples 2.Dynamic Polimorphism/overloading with details. 3.Stack working in .Net Framework 4.Multithreading with practical approach. 5.CLR in details 6.Linq and Lambda Expressions 7.Restful and SOAP services

Viewing 101 - 110 interview questions

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