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; }
C Software Developer Interview Questions
3,501 c software developer interview questions shared by candidates
String and Arrays-based Leetcode medium questions.
, such as how to connect to a database in your code; and some basic C++ concepts, STL, MQ Series, etc.
How is the vtable implemented C++. Implement string compression Some embedded stuff.
dynamic programming
6 selections and 3 coding problems. The phone interview is about RR schedule.
1. Time complexity of your algorithm 2. Some questions over network programming, e.g. difference between TCP and UDP.
HackerRank medium questions. I recommend googling them during the test just so you can pass and talk to a real person
Do you know about smart pointer in C++? What does it do?
Design system for processing incoming stock purchase orders
Viewing 2691 - 2700 interview questions