Technical interview vary from student to student .They may take one or two interview based on performance of student. oops concept ,project and role of your in your project,data struture ,String problem and optimize it. and one logical puzzle
C Engineer Interview Questions
3,798 c engineer interview questions shared by candidates
What is RAII? Explain smart pointers, templates etc.
Describe a data sturcture that you can do: Get[x] by key in O(1), Set(x,y) by key in O(1), and setAll(y) by O(1) The setAll does not must really put the value at all the places, its just need to be seen like this(when you do get, you need to get the correct value)
C++ basic and advanced conecpt
1.write a program to reverse linked list. 1.copy constructor and over loaded assignment operator
class, inheritance , OOPs , pointers, write your own smart pointer class, write insertion sort, write selection sort, etc
Basic oops questions. Static variable and function. Pointers & refrences. Copy constructor. Virtual function, vptr, vtable. Diamond problem
Describe my project on GitHub
I could not point out ONE question, but most of what we discussed was basic understanding of each other and mindset check, which is what I also wanted to know during interviews.
Memory management in C++. How many stack and heap does one program have ? What happened if we create large object on stack like stack over flow due to recursive calls .
Viewing 1321 - 1330 interview questions