I applied through college or university. I interviewed at Oracle (Athens, Athens, Attica) in Apr 2022
Interview
The interview was fair. The interviewer was really friendly and that really helped me to manage my stress. The platform that was used for the technical interview is called codinggame and it was well built and responsive. I did not get an offer, however it was a fun experience.
Interview questions [1]
Question 1
Basic coding interview questions, like array sorting, string manipulation and recursion.
I interviewed at Oracle (Casablanca, Greater Casablanca)
Interview
CV selection, then hacker rank test including multiple answer questions and a machine learning assignment plus a CP problem, then behavioral interview where you simply introduce yourself and past experiences, then technical interview
The interview was pretty normal. They asked me to explain in more details personal projects and past experience in the field. Also, they asked questions related to compilers and their applications.
Interview questions [1]
Question 1
What is a compiler? Consider you are given an expression in a high-level programming language, such as '4 * (8 + 1)'. In a compiler, this expression would typically be converted into an abstract syntax tree for further processing. Describe how you would construct an abstract syntax tree for the given expression.