3. Write a method that takes two collections of characters as a parameters and returns a new Set of distinct elements common between the two collections. // Give me the intersection of common elements between two data sets. // ['a', 'a', 'c', 'd'], ['a', 'c'] // -> ['a', 'c'] // ['a', 'a', 'c', 'd'], ['a', 'a', 'c'] // -> ['a','c']
C Software Developer Interview Questions
3,509 c software developer interview questions shared by candidates
How to deal with memory leak?
In the interview I was asked about the logic of the program and about the circle question. Then about diffrence between c/cpp , difference between array and array list, favourite subject. last I was asked one puzzle to find the no claps two ... I dont remember it excatly.. one can google it.
write a code to implement your own vector
Programming questions - Describe a project I created + design overview, some more C++ questions and theoretical OS questions. HR questions - Why did I decide to leave my previous job, where do I see myself in a few years, etc...
why you use Jqury in your project? why you use Javascript in your project? how i should trust you all information in CV is true?
Questions from Resume and Project explanation OOPS concepts with basic examples & how to use with explanation what is new in c++ and how it works and in failure conditions overloading examples with explanation Asked me to code on following: Virtual functions and Vtable explanation. copy constructors and deep & shallow copy stack , queue implementation Run time polymorphism puzzles: - Minimum possible cases for Disc (stack operations) - Color balls selection in a bag.
My previous experiences.
c++ code to read the data from input file and then print it according to the count of letters and sort alphabetically.
What my salary expectations were, technical questions
Viewing 1811 - 1820 interview questions