C Software Developer Interview Questions

1,018 c software developer interview questions shared by candidates

Implement a card game in C# (initial project), where an input of a CSV is converted into a score. It must have 100% test coverage. It must meet specific initial demands. It is open book, you may use other resources. During the interview, an additional requirement of handling a CSV which contains "4-of-a-kind" scoring bonuses. This was open book as well, but limited to 30 minutes to implement.
avatar

C# Software Engineering Professional

Interviewed at BT Group

3.7
Nov 3, 2023

Implement a card game in C# (initial project), where an input of a CSV is converted into a score. It must have 100% test coverage. It must meet specific initial demands. It is open book, you may use other resources. During the interview, an additional requirement of handling a CSV which contains "4-of-a-kind" scoring bonuses. This was open book as well, but limited to 30 minutes to implement.

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; }

Viewing 761 - 770 interview questions

Glassdoor has 1,018 interview questions and reports from C software developer interviews. Prepare for your interview. Get hired. Love your job.