N
N
Nikita Dergachov2017-06-24 11:42:53
Django
Nikita Dergachov, 2017-06-24 11:42:53

What questions are asked in a Django developer interview?

What questions are asked in a Django developer interview?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xSkyFoXx, 2017-06-24
@xSkyFoXx

  • The most important skill you need to have is python. You should know the basic constructs of the language, be able to use list generators, distinguish instances from classes, and so on.
  • Django uses classes and inheritance throughout. You should be able to answer basic questions about OOP, its implementation in Python. Understand how inheritance works, how to overload the base class and call the parent's constructor.
  • Since Django is a powerful ORM, you should understand how to make simple SQL queries, how to check migrations, what's the difference between an empty value and a value filled with nothing. Also distinguish between JOINs and be able to apply them in the right context.
  • Have a basic understanding of HTML and CSS, ideally the ability to tweak something in JS.

S
sim3x, 2017-06-24
@sim3x


In sane places they ask when you can start completing tasks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question