KPMG_Flask_day1

KPMG_Flask_day1

Professional Development

10 Qs

quiz-placeholder

Similar activities

SpringBoot Quiz!

SpringBoot Quiz!

Professional Development

9 Qs

Cycle 4: Lesson 11 Review.

Cycle 4: Lesson 11 Review.

Professional Development

13 Qs

JavaScript

JavaScript

Professional Development

11 Qs

EIT237-bases de php7-7

EIT237-bases de php7-7

Professional Development

7 Qs

RPA KKEM Session 01

RPA KKEM Session 01

Professional Development

10 Qs

CSS basics

CSS basics

Professional Development

15 Qs

React and Hooks

React and Hooks

Professional Development

10 Qs

CSS Quiz 2

CSS Quiz 2

University - Professional Development

10 Qs

KPMG_Flask_day1

KPMG_Flask_day1

Assessment

Quiz

Computers

Professional Development

Easy

Created by

CloudThat Technologies

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Flask?

A web framework for Python

A database management system

A programming language

A server operating system

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to install Flask using pip?

pip install flask

pip flask install

flask install

install flask

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a route in Flask?

@route('/path')

@app.route('/path')

route('/path')

flask.route('/path')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP method is used to send data to the server in Flask?

GET

POST

PUT

DELETE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which template engine is commonly used with Flask?

Django

Jinja2

Mako

HTML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you render a template in Flask?

render_template('template.html')

render('template.html')

template.render('template.html')

flask.render_template('template.html')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which folder should static files be placed in for Flask?

templates

static

public

assets

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?