Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

Practice this question and more.


The App Engine, app.yaml handler property that allows directories to be static.

  1. static_dir

  2. static_folder

  3. dir_static

  4. folder_static

The correct answer is: static_dir

The app.yaml handler property for static directories is "static_dir," meaning that B static_folder, C: dir_static, and D: folder_static are all incorrect options. B: static_folder and D: folder_static are not valid options because they do not match the proper naming convention of "file_name_property." C: dir_static is incorrect because it does not specify that it is a static directory. Additionally, it is important to note that the structure and formatting of the app.yaml file is crucial in order for the App Engine to properly handle static files.