Question 103 of 284
Single answerYou have a developer laptop with the Cloud SDK installed on Ubuntu. The Cloud SDK was installed from the Google Cloud Ubuntu package repository. You want to test your application locally on your laptop with Cloud Datastore. What should you do?
AExport Cloud Datastore data using gcloud datastore export.
BCreate a Cloud Datastore index using gcloud datastore indexes create.
✓CInstall the google-cloud-sdk-datastore-emulator component using the apt get install command.
DInstall the cloud-datastore-emulator component using the gcloud components install command.
✓
Correct Answer: C
Install the google-cloud-sdk-datastore-emulator component using the apt get install command.
▥
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.