Round L1: ( Virtual )
1. Introduction
2. Python Basic Question like List, Tuple , Encapsulation , Polymorphism , Decorator , Generator , Iterator , Set , mutable vs immutable , memory management , how list are store in memory , how string are get store , Super keyword , constructor ,
3. Five DSA Question 1. Remove Duplicate from Array 2. Second maximum record from array 3. Parking System Problem 4. Hashing Probleam 5. basic String Probleam
Fact to Face Interview ( go approximately 2 hour )
Backend question on Django
1. Introduction
2. What is Middleware and their example
3. Structure of Django
4. how to create Django project
5. Difference between Migrate and Migrations , example of it
6. WSGI in Django
7. Type of View in Rest Framework
8. Difference between put and patch
9. Session and Cookie , how to store server Cookies,
10. DSA three Question on Array and String
11. One System design Question
12. Two Sql Queries on Join
13. Question on Redis and how to access redis data into Django
14. Microservices architecture and ask one question that Is you have two application running of two different server which A and B , A send request to B and B take time to execute that request after completing the request how B send data to A , how he knows about the A application Request
15. How to call api in JavaScript
16. Asynchronous vs synchronous
17. Async and await
18. How to call api in React
19. what is github, use of rebase , how to create branch , what is checkout