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 with flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

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.