Explain best practices when using async / await in C#
C Engineer Interview Questions
3,787 c engineer interview questions shared by candidates
Name every class you can think of in the .NET framework that implements IEnumerable
1. count how many bits are on in a byte 2. implement a stack so you can get the maximum element in o(1)- pop and push still needs to be in o(1). 3. a function that copies from a source file to buffer
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.
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"
Viewing 81 - 90 interview questions