Nothing was specifically difficult, but be prepared for multiple technical tests before you get to discussing anything you might want to know about the job.
Senior C Developer Interview Questions
365 senior c developer interview questions shared by candidates
what is subnet and find no. of subnets from Ip and mask
Writing Web API in the coding test.
The vacancy has been there for 1 year already. Hong Kong has 7 million population.
What's your opinion on TDD
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; }
The first round : copy constructor, delete keyword, memory management(smart pointers, RAII), static keyword for member functions and variable, singleton, code review, checking performance and finding bottlenecks (perf, gprof, intel Vtune), sort (stable and not stable),
Fix a bug from MariaDB opensource code by installing it on your machine, setting up development env, understand the code and fix the bug. That too for a interview test only.
What do you think makes a good leader?
Viewing 271 - 280 interview questions