Senior Software Engineer C Interview Questions

103 senior software engineer c interview questions shared by candidates

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 71 - 80 interview questions

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