Just casual conversations about my research
Compiler Engineer Interview Questions
153 compiler engineer interview questions shared by candidates
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.
How to do code optimization in extended basic blocks?
Read code and tell whats the output. Follow up Q: calculate time complexity and make it better. given two functions that each one takes a certain num of cycles, how can we change the algorithm to be faster
asked to implement a machine language function with given imaginary machine orders.
They asked real questions and not silly trick questions or questions from an undergrad textbook.
A question about resource allocation and contexts. I think it's a graph coloring problem.
Asked about my specific LLVM compiler development experience.
1)Compilers Theory 2)Reading and understanding Assembly Language 3)Delete a node in double linked list 4)Quick Sort
Viewing 81 - 90 interview questions