MCQs on Django

Ques 1

Django एक ____ framework है?

Django is a ____ framework?

[A] PHP

[B] JavaScript

[C] Python

[D] React

Correct Answer : Python


Ques 2

Django ____ framework है?

Django is ____ framework?

[A] Frontend

[B] Backend

[C] Both A and B

[D] None

Correct Answer : Backend


Ques 3

Django में MVT का मूल सिद्धांत क्या है?

What is the base principle of MVT in Django?

[A] Model, Template, View

[B] Template, Model, View

[C] Model, View, Template

[D] Template, View, Model

Correct Answer : Model, View, Template


Ques 4

Django में प्रयुक्त डिफ़ॉल्ट डेटाबेस क्या है?

What is the default database used in Django?

[A] SQLite

[B] MySQL

[C] Oracle

[D] PostgreSQL

Correct Answer : SQLite