Etude d"un code en C++. Paradigme object Questions classique sur le language. Questions sur les structures de données Questions d'algorithmie
C Software Engineer Interview Questions
994 c software engineer interview questions shared by candidates
Write a routine that reverses the word order of an input sentence, ignoring capitalization and punctuation. Whitespace is to be reduced to a single char. The function signature is: void reverseSentence(std::string& string) Examples " the quick brown fox jumps over the lazy dog " becomes "dog lazy the over jumps fox brown quick the". "hello world" becomes "world hello". “ Hi! ” is trimmed to “Hi!”. “” stays as “”.
How will you find out a third retweet using SQL - considering the database of twitter?
(technical interview) Build a data structure that supports the following functions: int alloc() - allocates a new element to a data structure and initializes its value to 0. void inc(key) - Increases the value of the element by one. int get(key) - returns the value of the given key void resetAll() - Initializes the values of all elements to be 0.
input: Israeli ID number, Write an algorithm that gives an Israeli check digit on an ID
Expect to demonstrate solid C++ real life usage for C++ positions. Expect questions and tasks related to company domain (don't overthink and don't go too deep).
A design question for a particular senario.
Object oriented concepts like about virtual methods and pure virtual and stuff like abstraction. Conflicts in team. inheritance and how did you use it? Pretty much all the questions mentioned here in glass door. Also about any presentations in my graduation
Explain polymorphism
Most of the questions are about the technologies related to the position that has been applied and if you know the technology, "how can you do X using the technology" kind of questions.
Viewing 41 - 50 interview questions