1- Aptitude Test Round
25 Questions, Multiple choice, Single correct as well as multi-correct, related tp python, django & flask
2-Coding Test Round
Find the maximum occurring number in a list of numbers without using any in-built functions, in linear time using, O(1) space
3- One-on-One round
Difference between Lists and Tuples?
What is difference between shallow copy and deep copy?
What are decorators in python?
Difference between static methods and instance methods in Python?
Which decorator do we use for defining static methods?
What is MVT architecture?
What is inheritence? How many types of inheritence are there in Python?