bidezones.com /Flask (web framework)/Flask MCQ Questions Sample Test,Sample questions

Question:
 The _________ method of request.cookies attribute is used to read a cookie.

1.read()

2.get()

3.set()

4.find()

Posted Date:-2022-10-02 07:25:21


Question:
Armin Ronacher created the Flask framework.

1.True

2.FALSE

3.Can be true or false

4.Can not say

Posted Date:-2022-10-02 07:24:05


Question:
Flask default host is a localhost (127.0.0.1)

1.TRUE

2.FALSE

3.Can be true or false

4.Can not say

Posted Date:-2022-10-02 07:02:23


Question:
Flask default port is?

1.2000

2.3000

3.4000

4.5000

Posted Date:-2022-10-02 06:59:10


Question:
Flask is a web development framework created in ___________ language.

1.C

2.Java

3.Python

4.Javascript

Posted Date:-2022-10-02 06:39:45


Question:
Flask is called a?

1.miniframework

2.microframework

3.peraframework

4.nanoframework

Posted Date:-2022-10-02 07:04:33


Question:
Flask works with most of the RDBMSs, such as?

1.PostgreSQL

2.SQLite

3.MySQL

4.All of the above

Posted Date:-2022-10-02 07:08:47


Question:
Forms in Flask can be implemented by using an extension called ?

1.Flask-ATF

2.Flask-WTF

3.Flask-GTM

4.Flask-ZIP

Posted Date:-2022-10-02 07:10:58


Question:
How to add the mailing feature in the Flask Application?

1.pip install Flask

2.pip install Flask-Mail

3. install Flask-Mail

4.pip Flask-Mail

Posted Date:-2022-10-02 06:55:26


Question:
Is the Flask framework open source?

1.TRUE

2.FALSE

3.Can be true or false

4.Can not say

Posted Date:-2022-10-02 06:40:36


Question:
It is released under the ___________ Clause.

1.BSD-0

2.BSD-1

3.BSD-2

4.BSD-3

Posted Date:-2022-10-02 06:54:06


Question:
The __________ decorator in Flask is used to bind URL to a function.

1. route()

2.rend()

3. read()

4.write()

Posted Date:-2022-10-02 07:11:47


Question:
To integrate with Flask, we can make use of a Flask extension called Flask-Social.

1.TRUE

2.FALSE

3.Can be true or false

4.Can not say

Posted Date:-2022-10-02 07:28:32


Question:
To release a session variable use __________ method.

1.go()

2.pull()

3.pop()

4.explode()

Posted Date:-2022-10-02 07:27:31


Question:
We can create an Admin interface in Flask using the Flask-Admin extension.

1.RUE

2.FALSE

3.Can be true or false

4.Can not say

Posted Date:-2022-10-02 07:26:41


Question:
Which function takes up the floating point number as argument?

1.reverse()

2.show_blog()

3.route()

4.revision()

Posted Date:-2022-10-02 07:13:08


Question:
Which of the following are the benefits of using the Flask framework?

1. It has an inbuilt development server.

2.It has vast third-party extensions.

3.It is WSGI compliant

4.All of the above

Posted Date:-2022-10-02 07:06:44


Question:
Which of the following provides SMTP interface to Flask application?

1. Flask Sijax

2.Flask SQLAlchemy

3.Flask WTF

4.Flask Mail

Posted Date:-2022-10-02 07:29:41


Question:
WSGI stands for the?

1.Write Server Gateway Interface

2.Web Static Gateway Interface

3.Web Server Gateway Interface

4.Web Server Gateway Interact

Posted Date:-2022-10-02 06:56:15


Question:
_________ is used as a global namespace for holding any data during the application context.

1.Flask a object

2.Flask f object

3.Flask g object

4.Flask q object

Posted Date:-2022-10-02 07:09:54


More MCQS[bidezones.com ]

  1. Flask MCQ Questions