Questions got asked: 1. Explain software terms, e.g., virtual function, multiple inheritance, template, memory allocation etc; 2. Writing code to reverse a linked list; generate Fibonacci sequence; judge isPowerOf2 without using +/- operations; 3. Given a string and calculate its operation result, e.g., given string "2+3-5+9" it should return 9. Implement code to check whether an integer is a power of 2 without using + and - operations.
Compiler Interview Questions
188 compiler interview questions shared by candidates
Previous experience, previous projects
Look at this C function and tell what is wrong with this, what can be improved
What interests you in compilers?
How would you implement a vtable?
How to implement cache
template, virtual function, static
All questions were fairly straightforward.
Computer problem that requires some thinking. See #2 above.
what is the backend function of compiler
Viewing 171 - 180 interview questions