Question: What is the typical order of an HTTP request/response cycle in Django?
- URL > view > template
 - form > model > view
 - template > view > model
 - URL > template > view > model
 
Answer: The correct answer of the above question is Option A:URL > view > template