The process took 3 days. I interviewed at Graitec (New York, NY)
Interview
After applying online, they called me within 2 days. I had a small talk with the recruiter, then when scheduled an interview where I met the HR manager, then after 10 min I had the technical interview with one senior/project manager
Interview questions [2]
Question 1
1. New vs Malloc
2. Thread vs Process
3. Public, Private, Protected
4. Heap vs Stack
5. Memory managment, types of memory :RAM, cache,... virtual memory
6. Searching and sorting complexity of diff alg
After the previous set of quest., I had 2 task:
1. A C++ with OOP problem - with class Wheel, Car(is a vehicle, has 4 wheels), Truck(is a vehicle, has n wheels), Vehicle(some int data like speed, cylindrix capacity). I had to implement them and in class Truck - 3 more functions: AddWheel(const Wheel&), InsertWheel(const Wheels&, int index), DeleteWheel(int index)