C Software Developer Interview Questions

3,509 c software developer interview questions shared by candidates

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']
avatar

Software Development Engineer In Test (Java Or C++)

Interviewed at Spoken Communications

3.9
Sep 1, 2017

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']

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.
avatar

C/C++ Developer

Interviewed at 3dplm Software Solution

3.6
Aug 28, 2017

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.

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...
avatar

C++ Programmer

Interviewed at TandemG

4.1
Feb 7, 2018

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...

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.
avatar

C++ Developer

Interviewed at Robert Bosch India

4.1
Jul 18, 2018

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.

Viewing 1811 - 1820 interview questions

Glassdoor has 3,509 interview questions and reports from C software developer interviews. Prepare for your interview. Get hired. Love your job.