They asked where I had used multiprocessing and threading in my work.
Sviluppatore Software C Interview Questions
1,023 sviluppatore software c interview questions shared by candidates
Convert color from RGBA to BGRA in C
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; }
6 selections and 3 coding problems. The phone interview is about RR schedule.
Do you know about smart pointer in C++? What does it do?
Design system for processing incoming stock purchase orders
Implement c++ string class.
OAs were C++ trivia and easy/medium leetcode. Phone interview was data structure design.
[Tech] What's Inheritance for?
Spanning tree: not difficult, just forgot what it is
Viewing 771 - 780 interview questions