Write a function in C++ that implements a given functionality.
C Engineer Interview Questions
3,798 c engineer interview questions shared by candidates
They asked a lot about c++ concepts, multi threading, memory management, one sql question also on how to find the third highest marks from students table. some questions on basics of networking also (what are different ayers based on osi model etc). a lot of questions on linux commands also. If you are clear with the basics of OS and c++ , you should be able to qualify.
Not really a very technical interview, it was more about my background. I think they didn't have the same experience level on the technology, so no specific question was asked.
write a function to find a string is palindrome or not
Mainly C++ 11 questions. All technical.
Asked me about multithreading, a few performance enhancing algorithms for games.
How do you find the memory leak in the program
The interview questions were based on GSK values.
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)
class, inheritance , OOPs , pointers, write your own smart pointer class, write insertion sort, write selection sort, etc
Viewing 1291 - 1300 interview questions