This section is a reference for the real interview questions and a notebook for the preparation for the generally asked questions.
c++ interview questions and answers for experienced
Linux interview Question and Answer:
- How to create 2 thread and synchronisation in C ?
- Process Vs Thread
- TCP Vs UDP
- Linux IPC
- Linux Basic Topic
- What is Message Queue ?
- Network Protocol
- What is Embedded Systems ?
- What is Firmware ?
C++ interview Question and Answer:
- How to create 2 thread and synchronisation in C++ ?
- How to implement our own Vector Class in C++11 ?
- How to implement our own unique pointer class in C++11 ?
- How to pass unique pointer to function and manipulate the data of unique pointer ?
- linked list implementation in c++.
- Diamond Problem.
- Bit Manipulation
- Templates
- Exception Handling
- Function object (functor)
- 2D Array C++
- count max occurrences of character in string c++
- Priority Queue with Lambda C++
- How to implement own shared pointer in C++ ?
- How to implement own stack in C++ ?
- How to implement own queue in C++
- How to implement own circular queue c++
- How the find the last nth element from Linked list C++
- Single Producer and multiple consumer C++