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 Softwareentwickler Interview Questions
1,012 c softwareentwickler interview questions shared by candidates
Werdegang EDV-Kenntnisse
c++ code to read the data from input file and then print it according to the count of letters and sort alphabetically.
Single coding question with 4 hours to complete
1. A paper with some code - find the errors 2. Array with some numbers - move all 9's to the end of the array.
Design a C++ class that vaguely reflects some real life problems in a company's domain of operation.
C++ virtual functions, some basic coding challenges and questions based on your past projects and work.
1-What do you want in your next workplace? 2-What interests you about the role at Ableton? 3-Have you used Ableton software before? 4-Some questions on the programming task ("4.1. This is the first time in my life I see an std::vector<std::unique_ptr<T>>, why didn't you use raw pointers? 4.2. I would implement that using n counters instead of 2 counters as you did... 2 counters turned out to be enough to solve the problem but why did you do it like that instead of using n counters like I would do? 4.3. What would you change in your solution to this task after knowing I would implement it using n counters?".)
There was a little notebook with c++ exercises, like what errors do you see in the code, or what the given code snippet does.
Tell me about yourself How long have you been doing C# Which programming language do you prefer and why
Viewing 531 - 540 interview questions