About Quiz:
Get REST APIs with Flask and Python Certificate from The Digital Adda which you can share in the Certifications section of your LinkedIn profile, on printed resumes, CVs, or other documents.
Exam Details:
- Format: Multiple Choice Question
- Questions: 12
- Passing Score: 9/12 or 75%
- Language: English
Here are the Questions and Answers:
Question 1: What is Flask?
- Flask is a web development framework created in Java language
- Flask is a web development framework created in Python language
- Flask is a web development framework created in .Net language
- Flask is a web development framework created in Dart language
Question 2: Is the Flask framework open source?
- True
- False
Question 3: APIs will enable you to get or send data to a _ and perform some action to get your task done over a web service.
- Mobile App
- Desktop App
- Website
- All of the above
Question 4: REST API always gives a _ type response
- Tuple
- List
- JSON
- None of the above
Question 5: Which python module is used to make Flask API more secure with basic Authentication
- pip install flask-ceh
- pip install flask-security
- pip install flask-authhttp
- pip install flask-httpauth
Question 6: Which Python Module is used to Enable Tracking on Flask API
- pip install flask-track-usage
- pip install flask-tracking
- pip install flask-analytics
- pip install flask-track-analytics
Question 7: _ is essential to identify the common bugs from your API and help secure production.
- Selenium
- Unit Test code
- Functools
- Scikit-learn
Question 8: REST stands for
- REquest STate
- REverse State
- REpresentational State Transfer
- Reverse Engineering System Technician
Question 9: Flask is a popular __ framework for building web applications.
- Micro
- Macro
- Nano
- Hybrid
Question 10: There are _ ways of creating a REST API in Flask:
- One
- Two
- Three
- Four
Question 11: REST technology is generally preferred to the more robust Simple Object Access Protocol (SOAP) technology.
- True
- False
Question 12: All communication done via REST API uses only __ request.
- SSH
- FTP
- SFTP
- HTTP