LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt
Software Engineer C Developer Interview Questions
994 software engineer c developer interview questions shared by candidates
Würden Sie die Stelle auch über eine Arbeitnehmnerüberlassung besetzen?
The questions were about data structures,threads,networking, algorithms.If you're well prepared I think it won't be a problem to pass.
What are the four foundations of object-oriented design?
Implement a logger with multiple backends for writing logs (screen, file, cloud, tape, etc). After implementing the task gets more complicated: implement an asynchronous logger capable writing to slow devices without blocking the caller.
Reverse a string of words, such that the last word would come to be the first, the previous to last the second, etc. all the way till the first, which becomes the last. for example "abc def ghi" should become "ghi def abc"
Explain why we need virtual destructor?
Typical questions such as my professional interest, career goals, what is the most interesting about this position, experience with remote work etc.
Programming questions: 1) String-pattern matching 2)Arrival-departure problem
In the situation when your opinion about work is different from your team leader's, how would you deal with.
Viewing 21 - 30 interview questions