Talk about your C/C++ experience? Your strengths? Your weakness?
Software Developer C Interview Questions
1,023 software developer c interview questions shared by candidates
Round 1) - Given a string containing only the characters 'A' 'B' 'C' 'D', return the string when all adjacent "AB" / "BA" and "CD" / "DC" pairs have been removed. - Given a graph (represented as an array) where nodes have value either 'A' or 'B', find the longest path where no two adjacent nodes have the same value. Round 2) - Physical memory vs virtual memory. You have 4GB physical, but you allocate an 8Gb buffer. Is this possible? If so, how? How is the memory actually read as we traverse the memory? - Thread vs process, what's the difference? Talk about some common threading models. -What are some methods of inter-process communication. Between threads. Between processes. - Explain how a named pipe works (FIFO). - What does the inline keyword do in C++? What are the pros and cons? - How do virtual functions work in C++? Explain how vtable lookup works. - Map vs unordered_map in C++, how is each one implemented under the hood. What data structure is used.
Was ist der Unterschied zwischen internal und protected
General questions (Docker etc) +. Basic C++ programming +. Refactoring +. Architecture + Final discussion with manager....
- Describe various C++ std library methods and data structures - Decide between data structures for different occasions
Basic algorithm design and optimization approaches
4 tasks in Codility. The first one was about C++ basics like dynamic_cast etc, 4-choice Second one classic parsing exercise in C++ using string, maps, arrays, however very badly specified so that correct solution was simply not feasible in given time, unless you neglect most possible inputs and "go straight to dumbest implementation" that might or might not pass Codility scoring test. Third question is about dynamic programming, in-depth search of cheapest route. Fourth was numerical exercise, relative calculation on angles maybe easy but certainly might be tricky.
I had to talk about my resume, mainly about the projects I have worked on during my faculty and internships.
Basic C++ Questions and Puzzle. Code walk through of the online coding round
basic C++, basic hr
Viewing 511 - 520 interview questions