
Ultimate access to all questions.
As a freelancer managing multiple GCP projects, you deployed an App Engine application using gcloud app deploy, but it's not appearing in the intended project. You suspect it might have been deployed to a different project. How can you investigate this issue and locate where the application was deployed?
A
Examine the app.yaml file for any project settings.
B
Inspect the web-application.xml file for project configurations.
C
Use Deployment Manager to review the deployment settings of applications.
D
Run gcloud config list in the Cloud Shell to review the Google Cloud configuration used during deployment.