Question 51 of 315
Single answerYou have found an error in your App Engine application caused by missing Cloud Datastore indexes. You have created a YAML file with the required indexes and want to deploy these new indexes to Cloud Datastore. What should you do?
✓APoint gcloud datastore create-indexes to your configuration file
BUpload the configuration file to App Engine's default Cloud Storage bucket, and have App Engine detect the new indexes
CIn the GCP Console, use Datastore Admin to delete the current indexes and upload the new configuration file
DCreate an HTTP request to the built-in python module to send the index configuration file to your application
✓
Correct Answer: A
Point gcloud datastore create-indexes to your configuration file
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.