Some of the questions I can remember are:
About my experience in automation frameworks
Function decorators - with an example?
Static methods and class methods? Use cases?
Abstract classes in Python - How do you define them?
Object oriented programming - Can you define an instance variable of a class after instantiating an object? Ex: Class abc(): def __init__(self): var=3, can you do test = abc() test.newVar = 4?
Face to face: Implement "tail -f <filename>" command in Python
How to read multiple log files (using above implementation) at the same time in parallel?
Questions related to a REST server connected to a database server, what are the ways to make your automation more efficient?
Second round F2F: Some general questions about automation design and frameworks, linux commands
Managerial round: This didn't have any technical discussion. Just some behavioral questions and salary discussion