
Ultimate access to all questions.
You are developing HRMS software on GCP using Ubuntu, with Cloud Datastore as your database. After installing the Google Cloud SDK via the Google Cloud Ubuntu package repository, what is the best method to test your application locally without deploying it to GCP?
A
Install the cloud-datastore-emulator component using the gcloud components install command.
B
Use gcloud datastore export to export Cloud Datastore data.
C
Use gcloud datastore indexes create to create a Cloud Datastore index.
D
Install the google-cloud-sdk-datastore-emulator component using the apt get install command.