ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 103 - Associate Cloud Engineer discussion

Report
Export

You 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?

A.
Export Cloud Datastore data using gcloud datastore export.
Answers
A.
Export Cloud Datastore data using gcloud datastore export.
B.
Create a Cloud Datastore index using gcloud datastore indexes create.
Answers
B.
Create a Cloud Datastore index using gcloud datastore indexes create.
C.
Install the google-cloud-sdk-datastore-emulator component using the apt get install command.
Answers
C.
Install the google-cloud-sdk-datastore-emulator component using the apt get install command.
D.
Install the cloud-datastore-emulator component using the gcloud components install command.
Answers
D.
Install the cloud-datastore-emulator component using the gcloud components install command.
Suggested answer: D

Explanation:

The Datastore emulator provides local emulation of the production Datastore environment. You can use the emulator to develop and test your application locally Ref:https://cloud.google.com/datastore/docs/tools/datastore-emulator

asked 18/09/2024
Tyrome Myatt
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first