Previous experience, previous projects
Compiler Engineer Interview Questions
187 compiler engineer interview questions shared by candidates
What interests you in compilers?
How would you implement a vtable?
How to implement cache
Look at this C function and tell what is wrong with this, what can be improved
All questions were fairly straightforward.
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.
Computer problem that requires some thinking. See #2 above.
Basics about C,C++.Few aptitude questions,Liniked list
How should a compiler implement a case/switch statement.
Viewing 171 - 180 interview questions