C Software Engineer Interview Questions

603 c software engineer 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']

Viewing 311 - 320 interview questions

Glassdoor has 603 interview questions and reports from C software engineer interviews. Prepare for your interview. Get hired. Love your job.