Google
ASSOCIATE-CLOUD-ENGINEER · Question #23
You deployed an App Engine application using gcloud app deploy, but it did not deploy to the intended project. You want to find out why this happened and where the application deployed. What should yo
The correct answer is D. Go the Cloud Shell and run gcloud config list to review the Google Cloud configuration used for. As it would help to check the config details and Option A is not correct, as app.yaml would have only the runtime and script to run parameters and not the Project details.
Submitted by lukas.cz· Mar 30, 2026Deploying and implementing a cloud solution
Question
You deployed an App Engine application using gcloud app deploy, but it did not deploy to the intended project. You want to find out why this happened and where the application deployed. What should you do?
Options
- ACheck the app.yaml file for your application and check project settings.
- BCheck the web-application.xml file for your application and check project settings.
- CGo to Deployment Manager and review settings for deployment of applications.
- DGo the Cloud Shell and run gcloud config list to review the Google Cloud configuration used for
How the community answered
(57 responses)- A4% (2)
- B2% (1)
- C5% (3)
- D89% (51)
Explanation
As it would help to check the config details and Option A is not correct, as app.yaml would have only the runtime and script to run parameters and not the Project details.
Topics
#gcloud config#App Engine deployment#project settings#troubleshooting
Community Discussion
No community discussion yet for this question.