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.
C Software Developer Interview Questions
3,500 c software developer interview questions shared by candidates
Why Ecobee? What are you looking for in a company?
Parse out a string comprised of letters followed by numbers. Produce a string aggregates the letters and numbers (ie. "a1b2,a3" becomes "a4b2")
What is a prefab in unity ?
Basics of C++ were asked here.
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"
Are you comfortable with this position?
How can we deal with two threads when one thread can start only after second thread finish a job.
Explain why we need virtual destructor?
what's the biggest mistake of java generics?
Viewing 81 - 90 interview questions