Questions about modern C++ Technical knowledge has to be up-to-date
Senior C Developer Interview Questions
365 senior c developer interview questions shared by candidates
Review of a past project, explain how it was implemented, what couldv'e been done differently. How do you handle the code review process.
what is subnet and find no. of subnets from Ip and mask
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; }
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.
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),
1- Deep discussion on current project. Also small discussion on past projects. 2- Which debugging tools are used. 3 - Write a program to implement Binary Search 4- write a program to show string class implementation ( own string class with all the thing inside so that we can do operations on string using char array pointer) 5- copy constructor defination for string copy.
Viewing 271 - 280 interview questions