I applied online. The process took 2 weeks. I interviewed at Gracall International (Prague) in Sept 2021
Interview
During the interview a HR representative and a senior developer was present. Firstly, I was briefly introduced about the company. After that the senior developer asked me basic programming topics such as memory allocation and SQL queries. At the end of the interview I was given a programming task to make a simple API for blog style website using Fast API.
Interview questions [1]
Question 1
Create an easy blog management Rest API in Python using Fast API.
There is no need for frontend and no need to use a real database, storing data in the memory is enough
Main functions:
• Creating a new blob post
• Editing blog post
• Deleting blog post
• List blog post
• View blog post detail