
Ultimate access to all questions.
After deploying an application to App Engine using gcloud app deploy, you realize the deployment might have occurred in the wrong project. What is the best method to identify the project where the application was deployed?
A
Inspect the app.yaml file for project details
B
Examine the web.xml file for project information
C
Execute gcloud config list to view the current project configuration
D
Look into the index.yaml file for project specifics