I remember only 1 question, and that was course scheduler leetcode task.
Compiler Interview Questions
188 compiler interview questions shared by candidates
C++: What is inheritance and polymorphism?
Describe how C++ templates work.
What is your greatest strength?
LLVM debug information, how does it looks like, data structures etc.
What are some errors/issues you may see with a poorly optimized compiler?
What is a singleton? Program task like on leetcode
Just casual conversations about my research
What is a compiler, what is difference between python and c++
Here are some of the questions I remember, Write a function that evaluates equations in the polish notation: e.g. 3*(2+5) in polish notation would be *,3, +,2,5. Another one was write a function that reads values from one queue and puts them in another queue knowing that this function will be used by threads, so you should make sure they dont interfere with each other if ran together.
Viewing 91 - 100 interview questions