All quizzes
Free quiz · 26 questions in the bank

App Engine quiz

Test your App Engine knowledge with a free interactive quiz — 26 questions with answers and explanations. No signup needed to play.

Question 1/12Score 0

What is the risk of setting `max_concurrent_requests` too high on an App Engine standard instance?

In this round
  1. What is the risk of setting `max_concurrent_requests` too high on an App Engine standard instance?
  2. What does `min_instances: 0` in automatic_scaling mean for a standard environment service?
  3. What does each App Engine version + service URL like `v2-dot-api-dot-my-project.uc.r.appspot.com` let you do?
  4. What is the key difference between the App Engine standard and flexible environments?
  5. What is the effect of running `gcloud app versions delete v1 --service=default` after traffic has been fully shifted to v2?
  6. You just ran `gcloud app deploy --no-promote --version=v2-canary`. What happens to live traffic?
  7. What does this handler entry in app.yaml do? handlers: - url: /static static_dir: public/static secure: always
  8. What happens each time you deploy to an App Engine service?
  9. What is a practical reason to keep min_instances at 0 for a low-traffic internal admin tool on App Engine standard?
  10. You need requests from the same client to consistently reach the same App Engine version during a canary rollout. Which split-by strategy should you use?
  11. A background job needs to run asynchronously and retry automatically if it fails. Which App Engine-integrated primitive fits best?
  12. How should an App Engine standard-environment app connect to a Cloud SQL database in the same project?
Gaps to close?
Read the curated App Engine notes — core concepts, patterns, interview prep.
App Engine notes

More quizzes

.NETAccessibilityAgile MethodologyAlertmanagerAlgorithmsAndroid