Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


After deploying an application to App Engine using gcloud app deploy, you realize the deployment might have gone to the wrong project. How can you determine which project the application was actually deployed to?




Explanation:

The correct answer is C because the gcloud app deploy command uses the project configured in the gcloud tool by default. The gcloud config list command displays this configuration, including the current project ID. This is crucial for verifying the deployment target. Options A, B, and D are incorrect as these files do not contain or influence the project ID used during deployment. For more details, refer to the GCP documentation on App Engine Deploying Application.