I applied through university. I interviewed at CallHub (Bengaluru) in Jun 2019
Interview
they provide us internet you should solve the below problem . they also mentioned that there'll be further rounds of interview . But i failed here itself . you should bring your own systems
Interview questions [1]
Question 1
Develop a Python/Django application that will display the Nth number in Fibonacci sequence. For instance, if N is 6 and the sequence starts with [1,1..] then it should display ‘8’ as the 6th element in the sequence. Application should be hosted on the internet with an user interface asking for the input ‘N’. It should also print the time it took to get the results back to the user.
What we’re looking for:
A hosted solution with github link to your code (can be hosted on any cloud solution like heroku or any other)
Django model, view and template design, rest APIs and implementation
Tests that you write for the application code
Optimisations you add to improve performance