Talk about your C/C++ experience? Your strengths? Your weakness?
Sviluppatore Software C Interview Questions
1,023 sviluppatore software 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
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
Some template related question
Round 1: Given a number find a prime number greater then that Explain virtual keyword How can u call a constructor of base class from constructor of child class and some basic puzzles Round 2 : Questions regarding work experience 2 linked lists are merging at a point find that node Arrange the linked list such that all the even nodes comes before the odd nodes .
Tell me about a time you handled a difficult situation and what was the result
Mediana algorithm. C# overall questions. Sql questions
Types of program memory in C++
Viewing 511 - 520 interview questions