1st round: HR (just questions about you based on your resume). 2nd round Home Assignment: Task was to write a Python script that reads an input plaintext file and prints out the top 10 most frequently occurring pairs of successive words (words that follow immediately after each other).Create a Dockerfile that encapsulates this script along with any required dependencies. Run the script as a web API that accepts the file in a POST request. Add another GET endpoint that accepts the name of a wikipedia article and uses that as input. 3rd round: F2F interview (Questions based on Home Assignment and more technical questions regarding Python (OOP, Inheritance, Decorators), Linux (Basic commands and its usages e.g chmod, ps, ln, df), Cloud & DevOps (if you have knowledge mostly related to CI/CD, Jenkins, AWS).