Convert color from RGBA to BGRA in C
C Software Engineer Interview Questions
3,489 c software engineer 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; }
String and Arrays-based Leetcode medium questions.
How is the vtable implemented C++. Implement string compression Some embedded stuff.
, such as how to connect to a database in your code; and some basic C++ concepts, STL, MQ Series, etc.
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
dynamic programming
6 selections and 3 coding problems. The phone interview is about RR schedule.
Viewing 2681 - 2690 interview questions