Introduction and questions about former jobs.
Need to explain a project you did
Technical questions
Start with easy questions:
How to create an array with n numbers between 1-n that are randomly arranged. At o(n)
and end with a difficult one:
You have statements that are correct in a language and statements that arent correct.
You need to understand the language rules.
You should write a program that gets a sentence and returns if its legal at the language or not.
After you have implantation you get more requirements for legal options to the language.