0% found this document useful (0 votes)
7 views2 pages

Django

The document outlines a series of questions related to Django, Python, and database management, focusing on various concepts such as workflow, middleware, session handling, AJAX requests, model inheritance, and logging in Django. It also covers Python fundamentals including data types, list comprehensions, decorators, and class structures, as well as database operations like modifying models and table joins. The questions are designed to assess knowledge and experience in these areas for potential interviews.

Uploaded by

hotchat8686
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Django

The document outlines a series of questions related to Django, Python, and database management, focusing on various concepts such as workflow, middleware, session handling, AJAX requests, model inheritance, and logging in Django. It also covers Python fundamentals including data types, list comprehensions, decorators, and class structures, as well as database operations like modifying models and table joins. The questions are designed to assess knowledge and experience in these areas for potential interviews.

Uploaded by

hotchat8686
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Django:

1. How django works (work flow)


2.what is __init__.py inisde application folder?
3. What is the use of manage.py
4.how you will add extra function/feature in admin part
5.have you customized admin style?
6. What are all middleware you used and whats the purpose ot it?
7. How you used session? How can we handle session expire time?
8. How you will write django complex query?
9. Django group_by query
10.what is signals and how to use it? What are two important parameter in signals?
11. Have you write templatetags? Whats the use of it?
12.form inheritance
13.model inheritance
14.How to get all logged-in user list or count
15.what are all reusable application u used in django prjt
16.save dynamic data without using DB/file.
17. How you are requesting ajax in django? How it works?
18. How u ill access a particular block in child html?
19. How u is debugging applicaiton?
20. Logging module has u used?
21. What is message framework and explain it
22.what are modules in django?
23. What is serialization and why we are using it?
24. How you are testing your application?
25. How you are deploying application with apache?
26.Whats the difference between mod_python & mod_wsgi
27.What are all new features in django latest version
28.whats major advantage in django 1.2
29.which function won’t run in django 1.2 which runs in django 1.0
30. If Django powered application is high traffic site then how you will reduce the traffic?
31. How to modify model without affecting data’s?
32. What are things we have to consider while designing models?

Python:
1. What is data type (this is first question asked b y all interviewer)
2.list, tuple, dict diff
3.list sorting without using generic function
4.can we use list as key in dict?
5. Dict sorting both key and value sorting
6.what is Listcomprehension and where you use it?
7. What is iterator, generator?
8. How to get traceback? expalin
9.how to write class
10.what is __init__
11.what is self
12.wts is constructor
13.wts decorator ? How it works? How to write custom decorator?
14. Wts is __init__ and __new
15.wts is super function in python and where you will use
16.hv u used set ()? If so wr (Note that Set () depreciated in python 2.6)
17.single linked list?
18. Which version you are using?
19. Deprecation in python latest version or version which you are working

Database:
1. If we modify models, then error will arise while accessing admin? How can we fix it? Data
shouldn’t miss from table
2.if the modified models filed is primary then how can we do that?
3. If the primary key is override then how can we do it?
4. If the primary key is from another table as foreign key, then how can we do it?
5. DB master, slave, cluster?
6. Table joining query

You might also like