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
How should an App Engine standard-environment app connect to a Cloud SQL database in the same project?
In this round
How should an App Engine standard-environment app connect to a Cloud SQL database in the same project?
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?
A background job needs to run asynchronously and retry automatically if it fails. Which App Engine-integrated primitive fits best?
In App Engine terminology, what is a "service"?
Compared to Cloud Functions, when is App Engine the better fit?
What happens each time you deploy to an App Engine service?
What does each App Engine version + service URL like `v2-dot-api-dot-my-project.uc.r.appspot.com` let you do?
For a Cloud Tasks handler to be treated as successful, what must it return?
What does this handler entry in app.yaml do?
handlers:
- url: /static
static_dir: public/static
secure: always
Where would you configure App Engine standard to reach resources inside a VPC (e.g. a private Redis instance)?
What file configures an App Engine service's runtime and scaling?
Why is the region chosen at `gcloud app create` time significant?