Quiz: The Core App
Assess your understanding of the Core backend microservice by matching concepts related to Flask app creation, Docker containerization, and MySQL integration. This quiz reinforces key skills for managing microservices in a full-stack environment.
We'll cover the following...
We'll cover the following...
Quiz
1.
Which command is the correct way of creating an instance of a Flask application?
A.
app = run(__main__)
B.
app = flask(__Main__)
C.
app = run(__name__)
D.
app = Flask(__name__)
E.
app = Run(__Name__)
1 / 7
...