Chapter Quiz: Modular Architecture with Blueprints

Mastery Assessment: Blueprints & Structuring

Complete this assessment with 100% score to master this chapter.

01What is the primary advantage of the 'Application Factory' pattern (`def create_app():`) over a global `app` variable?

02What is the purpose of the `url_prefix` parameter when registering a Blueprint?

03How do Blueprints handle template and static file resolution if they have their own internal folders?