Mid-level Interview Questions
Mid-level Interview Questions
22.What is multi-threading?
23.What is async await in python?
24.What are mixins in python?
25.What is multi-inhertience?
26.What is merge-join in postgres?
27.What is present in jwt header?
28.what is middleware?
29.what is asgi and wsgi?
30.what are websockets, channels and redis?
31.What you recieve when you get a request from socket?
32.What the difference between get and filter in django query?
33.Do get query return a list or dict?
34.What is lazy loading?
35.Is django a monology or micro-service?
36.If we stop the django runserver, do the cronjob will also stop?
37.Can we perform raw queries in django?
38.level of inheritence in models?
39.What is Python
40.What are python data structures
41.What is the difference between List and Tuple
42.What is Set
43.How can one acheive overloading in python
44.If a function doesn’t have a return statement, is it valid?
45.What is the difference between Split and Slice
46.Reverse a string without using loop
47.What is the difference between OS and SYS modules
48.What is the difference between get and post
49."What is the difference between mutable and immutable objects
50.Immutable data types in python: